]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
UserGuide.lyx: describe the new support for \dotfill, etc.
[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 for diagrams
87 \usepackage{amscd}
88
89 % needed in sec. 19.4
90 \usepackage{remreset}
91
92 % center multirows (e.g. in sec. 13.3)
93 \renewcommand{\multirowsetup}{\centering}
94
95 % define a color, used in sec.9.3
96 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
97
98 % declare operators (see sec. 10.4 and sec. 15.2)
99 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
100 \DeclareMathOperator{\sgn}{sgn}
101
102 \newcommand{\spce}{\textvisiblespace}
103
104 % example definitions for sec. 20.1 
105 \newcommand{\gr}{\Longrightarrow}
106 \newcommand{\us}[1]{\underline{#1}}
107 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
108 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
109 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
110
111 % example macro from sec. 19.4
112 %\def\tagform@#1{\maketag@@@{|#1|}}
113
114 % macro from sec. 10.2
115 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
116 \def\mathclap {\mathpalette \mathclapinternal}
117 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
118
119 % redefine the greyed out note
120 \renewenvironment{lyxgreyedout}
121  {\textcolor{blue}\bgroup}{\egroup}
122
123 % ------------------------------------
124 % used to check for needed LaTeX packages
125 \usepackage{ifthen}
126
127 % check for package eurosym
128 % used for the Euro symbol
129 \newboolean{eurosym}
130 \IfFileExists{eurosym.sty}
131  {\usepackage[gennarrow]{eurosym}
132   \setboolean{eurosym}{true}}
133  {\setboolean{eurosym}{false}}
134
135 % needed in sec. 22.4
136 % check for package braket
137 \newboolean{braket}
138 \IfFileExists{braket.sty}
139  {\usepackage{braket}
140   \setboolean{braket}{true}}
141  {\setboolean{braket}{false}}
142
143 % needed in sec. 22.10
144 % check for package upgreek
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150 \end_preamble
151 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
152 \language english
153 \inputencoding auto
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \font_sc false
159 \font_osf false
160 \font_sf_scale 100
161 \font_tt_scale 100
162
163 \graphics default
164 \paperfontsize 12
165 \spacing single
166 \use_hyperref true
167 \pdf_title "LyX's Math Manual"
168 \pdf_author "LyX Team, Uwe Stöhr"
169 \pdf_subject "LyX-documentation about math"
170 \pdf_keywords "LyX, Mathed"
171 \pdf_bookmarks true
172 \pdf_bookmarksnumbered true
173 \pdf_bookmarksopen true
174 \pdf_bookmarksopenlevel 1
175 \pdf_breaklinks false
176 \pdf_pdfborder false
177 \pdf_colorlinks true
178 \pdf_backref false
179 \pdf_pagebackref false
180 \pdf_pdfusetitle false
181 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
182 \papersize a4paper
183 \use_geometry false
184 \use_amsmath 2
185 \use_esint 1
186 \cite_engine basic
187 \use_bibtopic false
188 \paperorientation portrait
189 \secnumdepth 4
190 \tocdepth 3
191 \paragraph_separation skip
192 \defskip medskip
193 \quotes_language english
194 \papercolumns 1
195 \papersides 2
196 \paperpagestyle plain
197 \bullet 1 0 6 -1
198 \bullet 2 2 35 -1
199 \bullet 3 2 7 -1
200 \tracking_changes false
201 \output_changes false
202 \author "" 
203 \author "" 
204 \end_header
205
206 \begin_body
207
208 \begin_layout Title
209 LyX's detailed Math manual
210 \end_layout
211
212 \begin_layout Author
213 by the LyX Team
214 \begin_inset Foot
215 status collapsed
216
217 \begin_layout Plain Layout
218 \noindent
219 If you have comments or error corrections, please send them to the LyX Documenta
220 tion mailing list: 
221 \family typewriter
222
223 \begin_inset CommandInset href
224 LatexCommand href
225 name "lyx-docs@lists.lyx.org"
226 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
227 type "mailto:"
228
229 \end_inset
230
231
232 \end_layout
233
234 \end_inset
235
236
237 \begin_inset Note Note
238 status collapsed
239
240 \begin_layout Plain Layout
241 author: Uwe Stöhr
242 \end_layout
243
244 \end_inset
245
246
247 \begin_inset Newline newline
248 \end_inset
249
250
251 \begin_inset Newline newline
252 \end_inset
253
254
255 \family sans
256 Version 1.6svn
257 \end_layout
258
259 \begin_layout Standard
260 \begin_inset CommandInset toc
261 LatexCommand tableofcontents
262
263 \end_inset
264
265
266 \end_layout
267
268 \begin_layout Standard
269 \begin_inset Note Note
270 status open
271
272 \begin_layout Plain Layout
273 To export this document to PDF, PS, or DVI the LaTeX-packages 
274 \series bold
275 eurosym,
276 \series default
277  
278 \series bold
279 multirow,
280 \series default
281  and 
282 \series bold
283 was
284 \series default
285  must be installed.
286  If they are not installed you can export the document anyway but the sections
287  where the packages are required won't appear in the output.
288 \end_layout
289
290 \begin_layout Plain Layout
291 The latest PDF-version of this document can be found here:
292 \begin_inset Newline newline
293 \end_inset
294
295
296 \series bold
297 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
298 \end_layout
299
300 \end_inset
301
302
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset Newpage newpage
307 \end_inset
308
309
310 \end_layout
311
312 \begin_layout Section
313 Introduction
314 \begin_inset CommandInset label
315 LatexCommand label
316 name "sec:Introduction"
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Standard
324 This document explains LyX's math features and is furthermore a collection
325  of LaTeX-commands used for mathematical characters and constructs.
326  The explanations are designed for the usage of commands.
327  It is therefore required that you have read the section 
328 \family typewriter
329 Mathematical
330 \begin_inset space ~
331 \end_inset
332
333 Formulas
334 \family default
335  of the User's Guide.
336 \end_layout
337
338 \begin_layout Standard
339 Most of the characters and many constructs explained in this manual are
340  also accessible via the menu 
341 \family sans
342 Insert
343 \series bold
344 \SpecialChar \menuseparator
345
346 \series default
347 Math
348 \family default
349 , or the 
350 \family sans
351 math
352 \family default
353 \series bold
354  
355 \family sans
356 \series default
357 toolbar
358 \family default
359 .
360  But everybody who has to write lots of formulas will notice that it is
361  much faster to use commands instead of the math toolbar.
362  Therefore this manual is focused on commands but also mentions the correspondin
363 g toolbar buttons when available.
364 \end_layout
365
366 \begin_layout Standard
367 If not specially mentioned the commands are only available within formulas.
368  To be able to use all commands explained in this document, the option 
369 \family sans
370 Use AMS math package
371 \family default
372  must be used in the document settings (menu 
373 \family sans
374 Document\SpecialChar \menuseparator
375 Settings\SpecialChar \menuseparator
376 Math
377 \begin_inset space ~
378 \end_inset
379
380 Options
381 \family default
382 ).
383 \begin_inset Foot
384 status collapsed
385
386 \begin_layout Plain Layout
387 The option 
388 \family sans
389 Use AMS math package automatically
390 \family default
391  only uses 
392 \begin_inset ERT
393 status collapsed
394
395 \begin_layout Plain Layout
396
397
398 \backslash
399 AmS 
400 \end_layout
401
402 \end_inset
403
404 -math when math constructs are found that are supported by LyX.
405 \end_layout
406
407 \end_inset
408
409
410 \end_layout
411
412 \begin_layout Standard
413 This document doesn't list all 
414 \begin_inset ERT
415 status collapsed
416
417 \begin_layout Plain Layout
418
419
420 \backslash
421 AmS 
422 \end_layout
423
424 \end_inset
425
426 -math commands
427 \begin_inset Foot
428 status collapsed
429
430 \begin_layout Plain Layout
431 A list with all 
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437
438 \backslash
439 AmS
440 \end_layout
441
442 \end_inset
443
444 -math commands is in the file 
445 \family sans
446
447 \begin_inset CommandInset href
448 LatexCommand href
449 name "amsguide.ps"
450 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
451
452 \end_inset
453
454
455 \family default
456 , which is part of every LaTeX standard installation.
457 \end_layout
458
459 \end_inset
460
461  for lucidity reasons.
462 \end_layout
463
464 \begin_layout Section
465 General Instructions
466 \begin_inset CommandInset label
467 LatexCommand label
468 name "sec:General-Instructions"
469
470 \end_inset
471
472
473 \end_layout
474
475 \begin_layout Standard
476 To create an inline formula
477 \begin_inset Index
478 status collapsed
479
480 \begin_layout Plain Layout
481 Formula ! inline
482 \end_layout
483
484 \end_inset
485
486  that is embedded into a text line, press 
487 \family sans
488 Ctrl-m
489 \family default
490  or the toolbar button 
491 \begin_inset Graphics
492         filename ../images/math-mode.png
493         scale 85
494
495 \end_inset
496
497
498 \begin_inset Newline newline
499 \end_inset
500
501 To create a display style formula
502 \begin_inset Index
503 status collapsed
504
505 \begin_layout Plain Layout
506 Formula ! display style
507 \end_layout
508
509 \end_inset
510
511  that will appear bigger and in an own paragraph, press 
512 \family sans
513 Ctrl-M
514 \family default
515 .
516 \end_layout
517
518 \begin_layout Standard
519 To change a display style formula to an inline formula, set the cursor into
520  the formula and press 
521 \family sans
522 Ctrl-M
523 \family default
524  or use the menu 
525 \family sans
526 Edit\SpecialChar \menuseparator
527 Math\SpecialChar \menuseparator
528 Change formula type
529 \family default
530 .
531  The same way is used to change an inline formula to a display style formula.
532 \end_layout
533
534 \begin_layout Standard
535 To display parts of an inline formula in the size of a display style formula,
536  enter the command 
537 \series bold
538
539 \backslash
540 displaystyle
541 \begin_inset Index
542 status collapsed
543
544 \begin_layout Plain Layout
545 Commands ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552
553 \series default
554  to a formula.
555  Then a new blue box appears in which the desired formula part is inserted.
556 \end_layout
557
558 \begin_layout Standard
559 Only inline formulas are allowed inside tables.
560 \end_layout
561
562 \begin_layout Standard
563 The 
564 \family sans
565 math toolbar
566 \family default
567  can be turned on in the menu 
568 \family sans
569 View\SpecialChar \menuseparator
570 Toolbars
571 \family default
572 .
573  When you click there on 
574 \begin_inset Quotes eld
575 \end_inset
576
577 Math
578 \begin_inset Quotes erd
579 \end_inset
580
581  the toolbar will be shown permanently at the bottom; this state is visualized
582  in the 
583 \family sans
584 Toolbars
585 \family default
586  menu with a checkmark.
587  When you click in this state again on 
588 \begin_inset Quotes eld
589 \end_inset
590
591 Math
592 \begin_inset Quotes erd
593 \end_inset
594
595  in the 
596 \family sans
597 Toolbars
598 \family default
599  menu, the 
600 \family sans
601 math toolbar
602 \family default
603  is only shown when the cursor is within a formula; this state is visualized
604  by the renaming of the menu entry from 
605 \begin_inset Quotes eld
606 \end_inset
607
608 Math
609 \begin_inset Quotes erd
610 \end_inset
611
612  to 
613 \begin_inset Quotes eld
614 \end_inset
615
616 Math
617 \begin_inset space ~
618 \end_inset
619
620 (auto)
621 \begin_inset Quotes erd
622 \end_inset
623
624 .
625 \end_layout
626
627 \begin_layout Standard
628 The TeX-mode
629 \begin_inset Index
630 status collapsed
631
632 \begin_layout Plain Layout
633 T@TeX-mode
634 \end_layout
635
636 \end_inset
637
638  is invoked by pressing the toolbar button 
639 \begin_inset Graphics
640         filename ../images/ert-insert.png
641         scale 85
642
643 \end_inset
644
645  or by using the menu 
646 \family sans
647 Insert\SpecialChar \menuseparator
648 Te
649 \begin_inset ERT
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 {}
655 \end_layout
656
657 \end_inset
658
659 X Code
660 \family default
661  (shortcut 
662 \family sans
663 Ctrl-l
664 \family default
665 ).
666 \begin_inset Note Note
667 status collapsed
668
669 \begin_layout Plain Layout
670 In LyX there are three 
671 \begin_inset Quotes eld
672 \end_inset
673
674 proper names
675 \begin_inset Quotes erd
676 \end_inset
677
678  that appear in the output with sub- and superscript letters: TeX, LaTeX,
679  and LyX
680 \end_layout
681
682 \begin_layout Plain Layout
683 To avoid that these names are recognized as proper names, a TeX-brace pair
684  is inserted.
685 \end_layout
686
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 To change the LaTeX-preamble
694 \begin_inset Index
695 status collapsed
696
697 \begin_layout Plain Layout
698 L@LaTeX-preamble
699 \end_layout
700
701 \end_inset
702
703 , use the menu 
704 \family sans
705 Document\SpecialChar \menuseparator
706 Settings\SpecialChar \menuseparator
707 LaT
708 \begin_inset ERT
709 status collapsed
710
711 \begin_layout Plain Layout
712
713 {}
714 \end_layout
715
716 \end_inset
717
718 eX
719 \family default
720  
721 \family sans
722 Preamble
723 \family default
724 .
725 \end_layout
726
727 \begin_layout Standard
728 To edit matrices, case differentiations, and multiline formulas subsequently,
729  the menus 
730 \family sans
731 Edit\SpecialChar \menuseparator
732 Math
733 \family default
734  and 
735 \family sans
736 Edit\SpecialChar \menuseparator
737 Rows
738 \begin_inset space \thinspace{}
739 \end_inset
740
741 &
742 \begin_inset space \thinspace{}
743 \end_inset
744
745 Columns,
746 \family default
747  or the 
748 \family sans
749 table toolbar
750 \family default
751  can be used.
752  When lines and columns are swapped via the menu, the column or line where
753  the cursor is in is exchanged with the column to the right or the line
754  below, respectively.
755  Is the cursor in the last column or row, the exchange is done with the
756  column to the left or the line above.
757 \end_layout
758
759 \begin_layout Standard
760 To write text in formulas
761 \begin_inset Foot
762 status collapsed
763
764 \begin_layout Plain Layout
765 For multiline formulas the command 
766 \series bold
767
768 \backslash
769 intertext
770 \series default
771  is used, see 
772 \begin_inset CommandInset ref
773 LatexCommand ref
774 reference "sub:Text-in-multiline"
775
776 \end_inset
777
778 .
779 \end_layout
780
781 \end_inset
782
783  
784 \emph on
785 mathematical text
786 \emph default
787
788 \begin_inset Index
789 status collapsed
790
791 \begin_layout Plain Layout
792 Text ! in formulas
793 \end_layout
794
795 \end_inset
796
797
798 \begin_inset Index
799 status collapsed
800
801 \begin_layout Plain Layout
802 Mathematical text
803 \end_layout
804
805 \end_inset
806
807  is used.
808  This mode is invoked with the the shortcut 
809 \family sans
810 Alt-m
811 \begin_inset space ~
812 \end_inset
813
814 m
815 \family default
816  or by the insertion of the command 
817 \series bold
818
819 \backslash
820 text
821 \begin_inset Index
822 status collapsed
823
824 \begin_layout Plain Layout
825 Commands ! T ! 
826 \backslash
827 text
828 \end_layout
829
830 \end_inset
831
832
833 \series default
834 .
835  The text appears black in LyX and can therefore be distinguished from the
836  other formula parts that appear blue.
837  In the output mathematical text is set upright, in contrary to other formula
838  parts.
839 \end_layout
840
841 \begin_layout Subsection*
842 Command Scheme
843 \end_layout
844
845 \begin_layout Standard
846 Most of the LaTeX-commands for math constructs have the following scheme:
847 \end_layout
848
849 \begin_layout Standard
850
851 \series bold
852
853 \backslash
854 commandname[optional
855 \series default
856  
857 \series bold
858 argument]{required
859 \series default
860  
861 \series bold
862 argument}
863 \end_layout
864
865 \begin_layout Standard
866 A command starts always with a backslash 
867 \begin_inset Quotes gld
868 \end_inset
869
870
871 \series bold
872
873 \backslash
874
875 \series default
876
877 \begin_inset Quotes grd
878 \end_inset
879
880 .
881  To omit optional arguments, also omit the associated brackets.
882  The braces around the required arguments are named in this document as
883  TeX-braces
884 \begin_inset Index
885 status collapsed
886
887 \begin_layout Plain Layout
888 T@TeX-braces
889 \end_layout
890
891 \end_inset
892
893 .
894  If you add in a formula a left brace to a command name, LyX creates automatical
895 ly a TeX-brace.
896  In all other cases TeX-braces are created in formulas with the command
897  
898 \series bold
899
900 \backslash
901 {
902 \series default
903 .
904  TeX-braces appear red in LyX, in contrary to normal braces that appear
905  blue.
906  In TeX-mode no command is needed to get TeX-braces.
907  TeX-braces don't appear in the output.
908 \end_layout
909
910 \begin_layout Standard
911 When commands without arguments, like commands for symbols are entered in
912  TeX-mode, a space character must 
913 \emph on
914 always
915 \emph default
916  be behind the command to end it.
917  This space doesn't appear in the output.
918  When the space should appear in the output, the space must be followed
919  by a protected space in normal text.
920 \end_layout
921
922 \begin_layout Standard
923 A protected space is inserted with 
924 \family sans
925 Ctrl-Space
926 \family default
927 .
928 \end_layout
929
930 \begin_layout Subsection*
931 \begin_inset Newpage newpage
932 \end_inset
933
934 Syntax Explanation
935 \end_layout
936
937 \begin_layout Itemize
938 The symbol
939 \begin_inset Foot
940 status collapsed
941
942 \begin_layout Plain Layout
943 This visible space character can be created with the command 
944 \series bold
945
946 \backslash
947 textvisiblespace
948 \series default
949
950 \begin_inset Index
951 status collapsed
952
953 \begin_layout Plain Layout
954 Commands ! T ! 
955 \backslash
956 textvisiblespace
957 \end_layout
958
959 \end_inset
960
961 , inserted in TeX-mode.
962 \end_layout
963
964 \end_inset
965
966  
967 \begin_inset ERT
968 status collapsed
969
970 \begin_layout Plain Layout
971
972
973 \backslash
974 spce 
975 \end_layout
976
977 \end_inset
978
979
980 \begin_inset space ~
981 \end_inset
982
983 denotes a space character to be input.
984 \end_layout
985
986 \begin_layout Itemize
987 An arrow like 
988 \begin_inset Formula $\to$
989 \end_inset
990
991  denotes the usage of the corresponding arrow key on the keyboard.
992 \end_layout
993
994 \begin_layout Subsection*
995 Used units
996 \end_layout
997
998 \begin_layout Standard
999 \align center
1000 \begin_inset Float table
1001 placement H
1002 wide false
1003 sideways false
1004 status open
1005
1006 \begin_layout Plain Layout
1007 \align center
1008 \begin_inset Caption
1009
1010 \begin_layout Plain Layout
1011 \begin_inset CommandInset label
1012 LatexCommand label
1013 name "tab:Used-units"
1014
1015 \end_inset
1016
1017 Used units
1018 \end_layout
1019
1020 \end_inset
1021
1022
1023 \end_layout
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Tabular
1028 <lyxtabular version="3" rows="13" columns="2">
1029 <features>
1030 <column alignment="center" valignment="top" width="0">
1031 <column alignment="center" valignment="top" width="0">
1032 <row>
1033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1034 \begin_inset Text
1035
1036 \begin_layout Plain Layout
1037 Unit
1038 \end_layout
1039
1040 \end_inset
1041 </cell>
1042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1043 \begin_inset Text
1044
1045 \begin_layout Plain Layout
1046 Name / Description
1047 \end_layout
1048
1049 \end_inset
1050 </cell>
1051 </row>
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 mm
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Millimeter
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 cm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Centimeter
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 in
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Inch (1
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 in = 2,54
1111 \begin_inset space \thinspace{}
1112 \end_inset
1113
1114 cm)
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 </row>
1120 <row>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 pt
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1131 \begin_inset Text
1132
1133 \begin_layout Plain Layout
1134 Point (72.27
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 pt = 1
1139 \begin_inset space \thinspace{}
1140 \end_inset
1141
1142 in)
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 </row>
1148 <row>
1149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1150 \begin_inset Text
1151
1152 \begin_layout Plain Layout
1153 pc
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 Pica (1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pc = 12
1167 \begin_inset space \thinspace{}
1168 \end_inset
1169
1170 pt)
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 </row>
1176 <row>
1177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1178 \begin_inset Text
1179
1180 \begin_layout Plain Layout
1181 sp
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1187 \begin_inset Text
1188
1189 \begin_layout Plain Layout
1190 scaled point (65536
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 sp = 1
1195 \begin_inset space \thinspace{}
1196 \end_inset
1197
1198 pt)
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 </row>
1204 <row>
1205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1206 \begin_inset Text
1207
1208 \begin_layout Plain Layout
1209 bp
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1215 \begin_inset Text
1216
1217 \begin_layout Plain Layout
1218 big point (72
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 bp = 1
1223 \begin_inset space \thinspace{}
1224 \end_inset
1225
1226 in)
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 </row>
1232 <row>
1233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1234 \begin_inset Text
1235
1236 \begin_layout Plain Layout
1237 dd
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1243 \begin_inset Text
1244
1245 \begin_layout Plain Layout
1246 Didot (1
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 dd 
1251 \begin_inset Formula $\approx$
1252 \end_inset
1253
1254  0.376
1255 \begin_inset space \thinspace{}
1256 \end_inset
1257
1258 mm)
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 </row>
1264 <row>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 cc
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 Cicero (1
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 cc = 12
1283 \begin_inset space \thinspace{}
1284 \end_inset
1285
1286 dd)
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 </row>
1292 <row>
1293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1294 \begin_inset Text
1295
1296 \begin_layout Plain Layout
1297 ex
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 Height of letter 
1307 \emph on
1308
1309 \begin_inset Quotes eld
1310 \end_inset
1311
1312 x
1313 \emph default
1314
1315 \begin_inset Quotes erd
1316 \end_inset
1317
1318  in the current font
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 <row>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 em
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 width of letter 
1339 \begin_inset Quotes eld
1340 \end_inset
1341
1342
1343 \emph on
1344 M
1345 \emph default
1346
1347 \begin_inset Quotes erd
1348 \end_inset
1349
1350  in the current font
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 </row>
1356 <row>
1357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 mu
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 math unit (1
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 mu = 
1375 \begin_inset Formula $\nicefrac{1}{18}$
1376 \end_inset
1377
1378
1379 \begin_inset space \thinspace{}
1380 \end_inset
1381
1382 em)
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 </row>
1388 </lyxtabular>
1389
1390 \end_inset
1391
1392
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \begin_layout Standard
1401 \begin_inset Newpage newpage
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \begin_layout Section
1408 Basic Functions
1409 \end_layout
1410
1411 \begin_layout Subsection
1412 Exponents
1413 \begin_inset Index
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Exponents
1418 \end_layout
1419
1420 \end_inset
1421
1422  and Indices
1423 \begin_inset Index
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Indices
1428 \end_layout
1429
1430 \end_inset
1431
1432
1433 \begin_inset Index
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437 Superscripts|see
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 {
1444 \end_layout
1445
1446 \end_inset
1447
1448 Exponents
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 }
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \begin_inset Index
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469 Subscripts|see
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 {
1476 \end_layout
1477
1478 \end_inset
1479
1480 Indices
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 }
1487 \end_layout
1488
1489 \end_inset
1490
1491
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \begin_layout Standard
1500 Indices are created with an underscore 
1501 \begin_inset Quotes eld
1502 \end_inset
1503
1504 _
1505 \begin_inset Quotes erd
1506 \end_inset
1507
1508  or via the math toolbar button 
1509 \begin_inset Graphics
1510         filename ../images/math-subscript.png
1511         scale 85
1512
1513 \end_inset
1514
1515  , exponents with a caret 
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 ^
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  or via the math toolbar button 
1524 \begin_inset Graphics
1525         filename ../images/math-superscript.png
1526         scale 85
1527
1528 \end_inset
1529
1530 .
1531 \end_layout
1532
1533 \begin_layout Standard
1534 \align center
1535 \begin_inset Tabular
1536 <lyxtabular version="3" rows="4" columns="2">
1537 <features>
1538 <column alignment="center" valignment="top" width="0pt">
1539 <column alignment="center" valignment="top" width="0pt">
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 command
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 Result
1555 \begin_inset Note Note
1556 status collapsed
1557
1558 \begin_layout Plain Layout
1559
1560 \series bold
1561
1562 \backslash
1563 raisebox
1564 \series default
1565  is only used as spacer.
1566 \end_layout
1567
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 </row>
1576 <row>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 B_V
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1587 \begin_inset Text
1588
1589 \begin_layout Plain Layout
1590 \begin_inset Formula $B_{V}$
1591 \end_inset
1592
1593
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 </row>
1599 <row>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 B^V
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 </row>
1622 <row>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 B^
1628 \begin_inset ERT
1629 status collapsed
1630
1631 \begin_layout Plain Layout
1632
1633
1634 \backslash
1635 spce 
1636 \end_layout
1637
1638 \end_inset
1639
1640 A
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 </row>
1658 </lyxtabular>
1659
1660 \end_inset
1661
1662
1663 \end_layout
1664
1665 \begin_layout Standard
1666 As the caret is in some languages an accent, vowels will be accentuated
1667  in this case and not set as exponents
1668 \begin_inset Foot
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Depending on the used keyboard settings this can also happen for other character
1673 s than vowels.
1674 \end_layout
1675
1676 \end_inset
1677
1678 .
1679  To get in this case exponents, press 
1680 \family sans
1681 Space
1682 \family default
1683  after the caret as in the last example.
1684 \end_layout
1685
1686 \begin_layout Subsection
1687 Fractions
1688 \begin_inset CommandInset label
1689 LatexCommand label
1690 name "sub:Fractions"
1691
1692 \end_inset
1693
1694
1695 \begin_inset Index
1696 status collapsed
1697
1698 \begin_layout Plain Layout
1699 Fractions
1700 \end_layout
1701
1702 \end_inset
1703
1704
1705 \end_layout
1706
1707 \begin_layout Standard
1708 Fractions are generated with the command 
1709 \series bold
1710
1711 \backslash
1712 frac
1713 \series default
1714
1715 \begin_inset Index
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Commands ! F ! 
1720 \backslash
1721 frac
1722 \end_layout
1723
1724 \end_inset
1725
1726  or via the math toolbar button 
1727 \begin_inset Graphics
1728         filename ../images/math/frac.png
1729         scale 50
1730
1731 \end_inset
1732
1733 .
1734  The font size is adjusted automatically, depending on whether the fraction
1735  is in an inline or display style formula.
1736  With the math toolbar button 
1737 \begin_inset Graphics
1738         filename ../images/math/frac-square.png
1739         scale 85
1740
1741 \end_inset
1742
1743  you can select different fraction types.
1744 \end_layout
1745
1746 \begin_layout Standard
1747 With the command 
1748 \series bold
1749
1750 \backslash
1751 dfrac
1752 \begin_inset Index
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! D ! 
1757 \backslash
1758 dfrac
1759 \end_layout
1760
1761 \end_inset
1762
1763
1764 \series default
1765  a fraction can be created that has in any case the size of a display style
1766  formula.
1767  With 
1768 \series bold
1769
1770 \backslash
1771 tfrac
1772 \begin_inset Index
1773 status collapsed
1774
1775 \begin_layout Plain Layout
1776 Commands ! T ! 
1777 \backslash
1778 tfrac
1779 \end_layout
1780
1781 \end_inset
1782
1783
1784 \series default
1785  the fraction appears always with the size of an inline formula.
1786  An example:
1787 \end_layout
1788
1789 \begin_layout Standard
1790 A line with the fraction 
1791 \begin_inset Formula $\frac{1}{2}$
1792 \end_inset
1793
1794  that was created with the command 
1795 \series bold
1796
1797 \backslash
1798 frac
1799 \series default
1800 .
1801 \end_layout
1802
1803 \begin_layout Standard
1804 A line with the fraction 
1805 \begin_inset Formula $\dfrac{1}{2}$
1806 \end_inset
1807
1808  that was created with the command 
1809 \series bold
1810
1811 \backslash
1812 dfrac
1813 \series default
1814 .
1815 \end_layout
1816
1817 \begin_layout Standard
1818 \align center
1819 \begin_inset Tabular
1820 <lyxtabular version="3" rows="4" columns="2">
1821 <features>
1822 <column alignment="center" valignment="top" width="0pt">
1823 <column alignment="center" valignment="top" width="0pt">
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 Command
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 Result
1839 \begin_inset Note Note
1840 status collapsed
1841
1842 \begin_layout Plain Layout
1843
1844 \series bold
1845
1846 \backslash
1847 raisebox
1848 \series default
1849  is only used as spacer.
1850 \end_layout
1851
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 </row>
1860 <row>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \backslash
1867 frac
1868 \begin_inset ERT
1869 status collapsed
1870
1871 \begin_layout Plain Layout
1872
1873
1874 \backslash
1875 spce 
1876 \end_layout
1877
1878 \end_inset
1879
1880 A
1881 \begin_inset Formula $\downarrow$
1882 \end_inset
1883
1884 B
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1894 \end_inset
1895
1896
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 </row>
1902 <row>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907
1908 \backslash
1909 dfrac
1910 \begin_inset ERT
1911 status collapsed
1912
1913 \begin_layout Plain Layout
1914
1915
1916 \backslash
1917 spce 
1918 \end_layout
1919
1920 \end_inset
1921
1922 A
1923 \begin_inset Formula $\downarrow$
1924 \end_inset
1925
1926 B
1927 \end_layout
1928
1929 \end_inset
1930 </cell>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1936 \end_inset
1937
1938
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 </row>
1944 <row>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \backslash
1951 dfrac
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 spce 
1960 \end_layout
1961
1962 \end_inset
1963
1964 e^
1965 \begin_inset ERT
1966 status collapsed
1967
1968 \begin_layout Plain Layout
1969
1970
1971 \backslash
1972 spce 
1973 \end_layout
1974
1975 \end_inset
1976
1977
1978 \backslash
1979 frac
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 spce 
1988 \end_layout
1989
1990 \end_inset
1991
1992 1
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 2
1997 \begin_inset Formula $\downarrow\downarrow$
1998 \end_inset
1999
2000 3
2001 \end_layout
2002
2003 \end_inset
2004 </cell>
2005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Plain Layout
2009 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2010 \end_inset
2011
2012
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 </row>
2018 </lyxtabular>
2019
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Standard
2026 \begin_inset VSpace bigskip
2027 \end_inset
2028
2029
2030 \begin_inset Newpage newpage
2031 \end_inset
2032
2033 For nested fractions the command 
2034 \series bold
2035
2036 \backslash
2037 cfrac
2038 \series default
2039
2040 \begin_inset Index
2041 status collapsed
2042
2043 \begin_layout Plain Layout
2044 Commands ! C ! 
2045 \backslash
2046 cfrac
2047 \end_layout
2048
2049 \end_inset
2050
2051  can be used.
2052  Here an example:
2053 \begin_inset VSpace -3mm
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060 \begin_inset Formula \begin{align*}
2061 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2062 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2063
2064 \end_inset
2065
2066
2067 \end_layout
2068
2069 \begin_layout Standard
2070 The command for the example above is:
2071 \end_layout
2072
2073 \begin_layout Standard
2074
2075 \series bold
2076
2077 \backslash
2078 cfrac{A
2079 \begin_inset Formula $\to$
2080 \end_inset
2081
2082
2083 \backslash
2084 {B+
2085 \backslash
2086 cfrac{C+
2087 \backslash
2088 cfrac{E
2089 \begin_inset Formula $\to$
2090 \end_inset
2091
2092
2093 \backslash
2094 {F
2095 \begin_inset Formula $\to\to$
2096 \end_inset
2097
2098
2099 \backslash
2100 {D
2101 \end_layout
2102
2103 \begin_layout Standard
2104 \begin_inset VSpace medskip
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \begin_layout Standard
2111
2112 \series bold
2113
2114 \backslash
2115 cfrac
2116 \series default
2117  sets the fraction always in the size of a displayed formula, also when
2118  it is part of another fraction.
2119  
2120 \series bold
2121
2122 \backslash
2123 cfrac
2124 \series default
2125  has the following command scheme:
2126 \end_layout
2127
2128 \begin_layout Standard
2129
2130 \series bold
2131
2132 \backslash
2133 cfrac[numerator position]{numerator}{denominator}
2134 \end_layout
2135
2136 \begin_layout Standard
2137 The numerator position can be 
2138 \emph on
2139 l
2140 \emph default
2141  , 
2142 \emph on
2143 c
2144 \emph default
2145 , or 
2146 \emph on
2147 r
2148 \emph default
2149  .
2150  l or r aligns the numerator to the left or right, resp.
2151 \begin_inset space ~
2152 \end_inset
2153
2154 with the fraction stroke.
2155  When 
2156 \emph on
2157 c
2158 \emph default
2159  or no position is given, the numerator appears centered.
2160  These fractions demonstrate the different alignments:
2161 \begin_inset Newline newline
2162 \end_inset
2163
2164
2165 \series bold
2166
2167 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2168 \end_inset
2169
2170
2171 \begin_inset Formula $\cfrac{A}{B+C}$
2172 \end_inset
2173
2174
2175 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2176 \end_inset
2177
2178
2179 \end_layout
2180
2181 \begin_layout Standard
2182 \begin_inset VSpace medskip
2183 \end_inset
2184
2185 It is often advantageous to combine 
2186 \series bold
2187
2188 \backslash
2189 cfrac
2190 \series default
2191  and 
2192 \series bold
2193
2194 \backslash
2195 frac
2196 \series default
2197 :
2198 \begin_inset Formula \[
2199 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 For inline fractions with a sloped fraction stroke you can use the command
2208  
2209 \series bold
2210
2211 \backslash
2212 nicefrac
2213 \begin_inset Index
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217 Commands ! N ! 
2218 \backslash
2219 nicefrac
2220 \end_layout
2221
2222 \end_inset
2223
2224
2225 \series default
2226
2227 \begin_inset Formula $\nicefrac{5}{31}$
2228 \end_inset
2229
2230
2231 \end_layout
2232
2233 \begin_layout Standard
2234 How to define own fractions where the fraction stroke can be changed, is
2235  explained in 
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "sub:Self-defined-Fractions"
2239
2240 \end_inset
2241
2242 .
2243 \end_layout
2244
2245 \begin_layout Subsection
2246 Roots
2247 \begin_inset Index
2248 status collapsed
2249
2250 \begin_layout Plain Layout
2251 Roots
2252 \end_layout
2253
2254 \end_inset
2255
2256
2257 \end_layout
2258
2259 \begin_layout Standard
2260 Square roots are created with 
2261 \series bold
2262
2263 \backslash
2264 sqrt
2265 \series default
2266
2267 \begin_inset Index
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Commands ! S ! 
2272 \backslash
2273 sqrt
2274 \end_layout
2275
2276 \end_inset
2277
2278  or the math toolbar button 
2279 \begin_inset Graphics
2280         filename ../images/math/sqrt.png
2281         scale 85
2282
2283 \end_inset
2284
2285 , all other roots with the command 
2286 \series bold
2287
2288 \backslash
2289 root
2290 \series default
2291
2292 \begin_inset Index
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296 Commands ! R ! 
2297 \backslash
2298 root
2299 \end_layout
2300
2301 \end_inset
2302
2303  or with the math toolbar button 
2304 \begin_inset Graphics
2305         filename ../images/math/root.png
2306         scale 85
2307
2308 \end_inset
2309
2310 .
2311 \end_layout
2312
2313 \begin_layout Standard
2314 \align center
2315 \begin_inset Tabular
2316 <lyxtabular version="3" rows="3" columns="2">
2317 <features>
2318 <column alignment="center" valignment="top" width="0pt">
2319 <column alignment="center" valignment="top" width="0pt">
2320 <row>
2321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2322 \begin_inset Text
2323
2324 \begin_layout Plain Layout
2325 Command
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334 Result
2335 \begin_inset Note Note
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339
2340 \series bold
2341
2342 \backslash
2343 raisebox
2344 \series default
2345  is only used as spacer.
2346 \end_layout
2347
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 <row>
2357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2358 \begin_inset Text
2359
2360 \begin_layout Plain Layout
2361
2362 \backslash
2363 sqrt
2364 \begin_inset ERT
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368
2369
2370 \backslash
2371 spce 
2372 \end_layout
2373
2374 \end_inset
2375
2376 A-B
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \end_inset
2392 </cell>
2393 </row>
2394 <row>
2395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399
2400 \backslash
2401 root
2402 \begin_inset ERT
2403 status collapsed
2404
2405 \begin_layout Plain Layout
2406
2407
2408 \backslash
2409 spce 
2410 \end_layout
2411
2412 \end_inset
2413
2414 3
2415 \begin_inset Formula $\downarrow$
2416 \end_inset
2417
2418 A-B
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 </row>
2436 </lyxtabular>
2437
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \begin_layout Standard
2444 A square root can also be created with 
2445 \series bold
2446
2447 \backslash
2448 root
2449 \series default
2450  when the root index field is left empty.
2451 \end_layout
2452
2453 \begin_layout Standard
2454 With certain indices the distance to the root is too small, like in this
2455  formula: 
2456 \begin_inset Formula $\sqrt[\beta]{B}$
2457 \end_inset
2458
2459
2460 \begin_inset Newline newline
2461 \end_inset
2462
2463 The 
2464 \begin_inset Formula $\beta$
2465 \end_inset
2466
2467  touches the root.
2468  To avoid this, the commands 
2469 \series bold
2470
2471 \backslash
2472 leftroot
2473 \series default
2474
2475 \begin_inset Index
2476 status collapsed
2477
2478 \begin_layout Plain Layout
2479 Commands ! L ! 
2480 \backslash
2481 leftroot
2482 \end_layout
2483
2484 \end_inset
2485
2486  and 
2487 \series bold
2488
2489 \backslash
2490 uproot
2491 \series default
2492
2493 \begin_inset Index
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497 Commands ! U ! 
2498 \backslash
2499 uproot
2500 \end_layout
2501
2502 \end_inset
2503
2504  are used with the following scheme:
2505 \end_layout
2506
2507 \begin_layout Standard
2508
2509 \series bold
2510
2511 \backslash
2512 leftroot{distance}
2513 \series default
2514  and 
2515 \series bold
2516
2517 \backslash
2518 uproot{distance}
2519 \end_layout
2520
2521 \begin_layout Standard
2522 Distance is the number of Big Points (unit bp; 
2523 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2524 \end_inset
2525
2526 ), that the index should be moved to the left or top, resp..
2527  The commands are written to the index.
2528  This way the command
2529 \begin_inset Newline newline
2530 \end_inset
2531
2532
2533 \series bold
2534
2535 \backslash
2536 root
2537 \backslash
2538 leftroot{-1
2539 \begin_inset Formula $\to$
2540 \end_inset
2541
2542
2543 \backslash
2544 uproot{2
2545 \begin_inset Formula $\to$
2546 \end_inset
2547
2548
2549 \backslash
2550 beta
2551 \begin_inset ERT
2552 status collapsed
2553
2554 \begin_layout Plain Layout
2555
2556
2557 \backslash
2558 spce 
2559 \end_layout
2560
2561 \end_inset
2562
2563
2564 \begin_inset Formula $\to$
2565 \end_inset
2566
2567 B
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571
2572 \series default
2573 produces a correct typeset formula: 
2574 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2575 \end_inset
2576
2577
2578 \end_layout
2579
2580 \begin_layout Subsection
2581 Binomial coefficients 
2582 \begin_inset Index
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Binomial coefficient s
2587 \end_layout
2588
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \begin_layout Standard
2595 Binomial coefficients are inserted with the command 
2596 \series bold
2597
2598 \backslash
2599 binom
2600 \series default
2601
2602 \begin_inset Index
2603 status collapsed
2604
2605 \begin_layout Plain Layout
2606 Commands ! B ! 
2607 \backslash
2608 binom
2609 \end_layout
2610
2611 \end_inset
2612
2613  or with the submenu of the math toolbar button 
2614 \begin_inset Graphics
2615         filename ../images/math/frac-square.png
2616         scale 85
2617
2618 \end_inset
2619
2620 .
2621  Analog to fractions (
2622 \series bold
2623
2624 \backslash
2625 frac
2626 \series default
2627 ) there are besides 
2628 \series bold
2629
2630 \backslash
2631 binom
2632 \series default
2633  the commands 
2634 \series bold
2635
2636 \backslash
2637 dbinom
2638 \begin_inset Index
2639 status collapsed
2640
2641 \begin_layout Plain Layout
2642 Commands ! D ! 
2643 \backslash
2644 dbinom
2645 \end_layout
2646
2647 \end_inset
2648
2649
2650 \series default
2651  and 
2652 \series bold
2653
2654 \backslash
2655 tbinom
2656 \series default
2657
2658 \begin_inset Index
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662 Commands ! T ! 
2663 \backslash
2664 tbinom
2665 \end_layout
2666
2667 \end_inset
2668
2669 .
2670  For other brackets around binomial coeficients there are the commands 
2671 \series bold
2672
2673 \backslash
2674 brace
2675 \series default
2676
2677 \begin_inset Index
2678 status collapsed
2679
2680 \begin_layout Plain Layout
2681 Commands ! B ! 
2682 \backslash
2683 brace
2684 \end_layout
2685
2686 \end_inset
2687
2688  and 
2689 \series bold
2690
2691 \backslash
2692 brack
2693 \series default
2694
2695 \begin_inset Index
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699 Commands ! B ! 
2700 \backslash
2701 brack
2702 \end_layout
2703
2704 \end_inset
2705
2706 .
2707 \end_layout
2708
2709 \begin_layout Standard
2710 \align center
2711 \begin_inset Tabular
2712 <lyxtabular version="3" rows="6" columns="2">
2713 <features>
2714 <column alignment="center" valignment="top" width="0pt">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <row>
2717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Plain Layout
2721 Command
2722 \end_layout
2723
2724 \end_inset
2725 </cell>
2726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2727 \begin_inset Text
2728
2729 \begin_layout Plain Layout
2730 Result
2731 \begin_inset Note Note
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735
2736 \series bold
2737
2738 \backslash
2739 raisebox
2740 \series default
2741  is only used as spacer.
2742 \end_layout
2743
2744 \end_inset
2745
2746
2747 \end_layout
2748
2749 \end_inset
2750 </cell>
2751 </row>
2752 <row>
2753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2754 \begin_inset Text
2755
2756 \begin_layout Plain Layout
2757
2758 \backslash
2759 binom
2760 \begin_inset ERT
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764
2765
2766 \backslash
2767 spce 
2768 \end_layout
2769
2770 \end_inset
2771
2772 A
2773 \begin_inset Formula $\downarrow$
2774 \end_inset
2775
2776 B
2777 \end_layout
2778
2779 \end_inset
2780 </cell>
2781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2782 \begin_inset Text
2783
2784 \begin_layout Plain Layout
2785 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2786 \end_inset
2787
2788
2789 \end_layout
2790
2791 \end_inset
2792 </cell>
2793 </row>
2794 <row>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799
2800 \backslash
2801 dbinom
2802 \begin_inset ERT
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806
2807
2808 \backslash
2809 spce 
2810 \end_layout
2811
2812 \end_inset
2813
2814 A
2815 \begin_inset Formula $\downarrow$
2816 \end_inset
2817
2818 B
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2824 \begin_inset Text
2825
2826 \begin_layout Plain Layout
2827 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2828 \end_inset
2829
2830
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 </row>
2836 <row>
2837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841
2842 \backslash
2843 tbinom
2844 \begin_inset ERT
2845 status collapsed
2846
2847 \begin_layout Plain Layout
2848
2849
2850 \backslash
2851 spce 
2852 \end_layout
2853
2854 \end_inset
2855
2856 A
2857 \begin_inset Formula $\downarrow$
2858 \end_inset
2859
2860 B
2861 \end_layout
2862
2863 \end_inset
2864 </cell>
2865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2866 \begin_inset Text
2867
2868 \begin_layout Plain Layout
2869 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 </row>
2878 <row>
2879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883
2884 \backslash
2885 brack
2886 \begin_inset ERT
2887 status collapsed
2888
2889 \begin_layout Plain Layout
2890
2891
2892 \backslash
2893 spce 
2894 \end_layout
2895
2896 \end_inset
2897
2898 A
2899 \begin_inset Formula $\downarrow$
2900 \end_inset
2901
2902 B
2903 \end_layout
2904
2905 \end_inset
2906 </cell>
2907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2912 \end_inset
2913
2914
2915 \end_layout
2916
2917 \end_inset
2918 </cell>
2919 </row>
2920 <row>
2921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925
2926 \backslash
2927 brace
2928 \begin_inset ERT
2929 status collapsed
2930
2931 \begin_layout Plain Layout
2932
2933
2934 \backslash
2935 spce 
2936 \end_layout
2937
2938 \end_inset
2939
2940 A
2941 \begin_inset Formula $\downarrow$
2942 \end_inset
2943
2944 B
2945 \end_layout
2946
2947 \end_inset
2948 </cell>
2949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2950 \begin_inset Text
2951
2952 \begin_layout Plain Layout
2953 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 </row>
2962 </lyxtabular>
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Subsection
2970 Case differentiations 
2971 \begin_inset Index
2972 status collapsed
2973
2974 \begin_layout Plain Layout
2975 Case differentiations 
2976 \end_layout
2977
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \begin_layout Standard
2984 \align center
2985 \begin_inset Tabular
2986 <lyxtabular version="3" rows="3" columns="2">
2987 <features>
2988 <column alignment="center" valignment="top" width="0pt">
2989 <column alignment="center" valignment="top" width="0pt">
2990 <row>
2991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 Command
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 Result
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \backslash
3017 cases
3018 \begin_inset ERT
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022
3023
3024 \backslash
3025 spce 
3026 \end_layout
3027
3028 \end_inset
3029
3030 A
3031 \begin_inset Formula $\to$
3032 \end_inset
3033
3034 B>0
3035 \begin_inset Index
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039 Commands ! C ! 
3040 \backslash
3041 cases
3042 \end_layout
3043
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\begin{cases}
3056 A & B>0\end{cases}$
3057 \end_inset
3058
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 </row>
3065 <row>
3066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \backslash
3072 cases
3073 \begin_inset ERT
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077
3078
3079 \backslash
3080 spce 
3081 \end_layout
3082
3083 \end_inset
3084
3085 Ctrl-Enter
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3091 \begin_inset Text
3092
3093 \begin_layout Plain Layout
3094 \begin_inset Formula $\begin{cases}
3095 A & \textrm{for }x>0\\
3096 B & \textrm{for }x=0\end{cases}$
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 </lyxtabular>
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 After inserting 
3114 \series bold
3115
3116 \backslash
3117 cases
3118 \series default
3119  or the usage of the math toolbar button 
3120 \begin_inset Graphics
3121         filename ../images/math/cases.png
3122         scale 85
3123
3124 \end_inset
3125
3126  you can create new lines with the shortcut 
3127 \family sans
3128 Ctrl-Return
3129 \family default
3130  or the table toolbar button 
3131 \begin_inset Graphics
3132         filename ../images/tabular-feature_append-row.png
3133         scale 85
3134
3135 \end_inset
3136
3137 .
3138 \end_layout
3139
3140 \begin_layout Standard
3141 The command 
3142 \series bold
3143
3144 \backslash
3145 cases
3146 \series default
3147  is also available via the menu 
3148 \family sans
3149 Insert\SpecialChar \menuseparator
3150 Math\SpecialChar \menuseparator
3151 Cases-Environment
3152 \family default
3153 .
3154 \end_layout
3155
3156 \begin_layout Subsection
3157 Negations
3158 \begin_inset Index
3159 status collapsed
3160
3161 \begin_layout Plain Layout
3162 Negations
3163 \end_layout
3164
3165 \end_inset
3166
3167
3168 \end_layout
3169
3170 \begin_layout Standard
3171 By inserting of 
3172 \series bold
3173
3174 \backslash
3175 not
3176 \series default
3177
3178 \begin_inset Index
3179 status collapsed
3180
3181 \begin_layout Plain Layout
3182 Commands ! N ! 
3183 \backslash
3184 not
3185 \end_layout
3186
3187 \end_inset
3188
3189  every character can be displayed canceled.
3190  The characters are quasi accentuated by a slash.
3191 \end_layout
3192
3193 \begin_layout Standard
3194 \align center
3195 \begin_inset Tabular
3196 <lyxtabular version="3" rows="4" columns="2">
3197 <features>
3198 <column alignment="center" valignment="top" width="0pt">
3199 <column alignment="center" valignment="top" width="0pt">
3200 <row>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 Command
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 Result
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \backslash
3227 not=
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 \begin_inset Formula $\not=$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 <row>
3246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3247 \begin_inset Text
3248
3249 \begin_layout Plain Layout
3250
3251 \backslash
3252 not 
3253 \backslash
3254 le
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 \begin_inset Formula $\not\le$
3264 \end_inset
3265
3266
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \backslash
3279 not 
3280 \backslash
3281 parallel
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 \begin_inset Formula $\not\parallel$
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 </row>
3299 </lyxtabular>
3300
3301 \end_inset
3302
3303
3304 \end_layout
3305
3306 \begin_layout Standard
3307 The last example shows, that not all negations look good.
3308  Therefore there are for some negations special commands (see 
3309 \begin_inset CommandInset ref
3310 LatexCommand ref
3311 reference "sub:Mathematical-Symbols"
3312
3313 \end_inset
3314
3315  and 
3316 \begin_inset CommandInset ref
3317 LatexCommand ref
3318 reference "sec:Relations"
3319
3320 \end_inset
3321
3322 ).
3323 \end_layout
3324
3325 \begin_layout Subsection
3326 Placeholders
3327 \begin_inset CommandInset label
3328 LatexCommand label
3329 name "sub:Placeholders"
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 Placeholders
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 Chemical characters ! Isotopes
3349 \end_layout
3350
3351 \end_inset
3352
3353
3354 \begin_inset Index
3355 status collapsed
3356
3357 \begin_layout Plain Layout
3358 Isotopes|see
3359 \begin_inset ERT
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 {
3365 \end_layout
3366
3367 \end_inset
3368
3369 Chemical characters
3370 \begin_inset ERT
3371 status collapsed
3372
3373 \begin_layout Plain Layout
3374
3375 }
3376 \end_layout
3377
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \begin_layout Standard
3389 When displaying e.
3390 \begin_inset space \thinspace{}
3391 \end_inset
3392
3393 g.
3394 \begin_inset space ~
3395 \end_inset
3396
3397 isotopes
3398 \begin_inset Foot
3399 status collapsed
3400
3401 \begin_layout Plain Layout
3402 More about chemical symbols is written in 
3403 \begin_inset CommandInset ref
3404 LatexCommand ref
3405 reference "sub:Chemical-Symbols-and"
3406
3407 \end_inset
3408
3409 .
3410 \end_layout
3411
3412 \end_inset
3413
3414  the following problem occurs:
3415 \end_layout
3416
3417 \begin_layout Standard
3418 \align center
3419 \begin_inset Tabular
3420 <lyxtabular version="3" rows="2" columns="2">
3421 <features>
3422 <column alignment="center" valignment="top" width="0pt">
3423 <column alignment="center" valignment="top" width="0pt">
3424 <row>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Indices created with sub- and superscripts:
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 </row>
3447 <row>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 correct indices:
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3462 \end_inset
3463
3464
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 </row>
3470 </lyxtabular>
3471
3472 \end_inset
3473
3474
3475 \begin_inset Note Note
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479
3480 \series bold
3481
3482 \backslash
3483 raisebox
3484 \series default
3485  is only used as spacer.
3486 \end_layout
3487
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \begin_layout Standard
3494 The shorter index is by default placed below or above the first character
3495  of the longer index.
3496  To avoid this there is the command 
3497 \series bold
3498
3499 \backslash
3500 phantom
3501 \series default
3502
3503 \begin_inset Index
3504 status collapsed
3505
3506 \begin_layout Plain Layout
3507 Commands ! P ! 
3508 \backslash
3509 phantom
3510 \end_layout
3511
3512 \end_inset
3513
3514  or the math toolbar button
3515 \begin_inset space \thinspace{}
3516 \end_inset
3517
3518
3519 \begin_inset Foot
3520 status collapsed
3521
3522 \begin_layout Plain Layout
3523 can be found in the submenu of the toolbar button 
3524 \begin_inset Graphics
3525         filename ../images/math/space.png
3526         scale 85
3527
3528 \end_inset
3529
3530
3531 \end_layout
3532
3533 \end_inset
3534
3535  
3536 \begin_inset Graphics
3537         filename ../images/math/phantom.png
3538         scale 85
3539
3540 \end_inset
3541
3542  that creates one or more phantom characters.
3543  When inserting 
3544 \series bold
3545
3546 \backslash
3547 phantom
3548 \series default
3549  a small blue box appears that is superposed with two red arrows.
3550  The arrows indicate that the complete width and height of the box content
3551  will be created as placeholder.
3552  Phantom characters are accordingly placeholders with the size of the characters.
3553 \end_layout
3554
3555 \begin_layout Standard
3556 \align center
3557 \begin_inset Tabular
3558 <lyxtabular version="3" rows="4" columns="2">
3559 <features>
3560 <column alignment="center" valignment="top" width="0">
3561 <column alignment="center" valignment="top" width="0">
3562 <row>
3563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Command
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 Result
3577 \begin_inset Note Note
3578 status collapsed
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583
3584 \backslash
3585 raisebox
3586 \series default
3587  is only used as spacer.
3588 \end_layout
3589
3590 \end_inset
3591
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 ^19
3604 \begin_inset ERT
3605 status collapsed
3606
3607 \begin_layout Plain Layout
3608
3609
3610 \backslash
3611 spce 
3612 \end_layout
3613
3614 \end_inset
3615
3616 _
3617 \backslash
3618 phantom
3619 \begin_inset ERT
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624
3625 \backslash
3626 spce 
3627 \end_layout
3628
3629 \end_inset
3630
3631 1
3632 \begin_inset Formula $\to$
3633 \end_inset
3634
3635 9
3636 \begin_inset ERT
3637 status collapsed
3638
3639 \begin_layout Plain Layout
3640
3641
3642 \backslash
3643 spce 
3644 \end_layout
3645
3646 \end_inset
3647
3648 F
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3658 \end_inset
3659
3660
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 </row>
3666 <row>
3667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 ^235
3672 \begin_inset ERT
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676
3677
3678 \backslash
3679 spce 
3680 \end_layout
3681
3682 \end_inset
3683
3684 _
3685 \backslash
3686 phantom
3687 \begin_inset ERT
3688 status collapsed
3689
3690 \begin_layout Plain Layout
3691
3692
3693 \backslash
3694 spce 
3695 \end_layout
3696
3697 \end_inset
3698
3699 23
3700 \begin_inset Formula $\to$
3701 \end_inset
3702
3703 9
3704 \begin_inset ERT
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708
3709
3710 \backslash
3711 spce 
3712 \end_layout
3713
3714 \end_inset
3715
3716 F
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \backslash
3741 Lambda^
3742 \begin_inset ERT
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746
3747
3748 \backslash
3749 spce 
3750 \end_layout
3751
3752 \end_inset
3753
3754
3755 \backslash
3756 phantom
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769 ii
3770 \begin_inset Formula $\to$
3771 \end_inset
3772
3773 t
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786 _MMt
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 </lyxtabular>
3805
3806 \end_inset
3807
3808
3809 \end_layout
3810
3811 \begin_layout Standard
3812 Furthermore there are the commands 
3813 \series bold
3814
3815 \backslash
3816 vphantom
3817 \series default
3818
3819 \begin_inset Index
3820 status collapsed
3821
3822 \begin_layout Plain Layout
3823 Commands ! V ! 
3824 \backslash
3825 vphantom
3826 \end_layout
3827
3828 \end_inset
3829
3830  (toolbar button 
3831 \begin_inset space ~
3832 \end_inset
3833
3834
3835 \begin_inset Graphics
3836         filename ../images/math/vphantom.png
3837         scale 85
3838
3839 \end_inset
3840
3841 ) and 
3842 \series bold
3843
3844 \backslash
3845 hphantom
3846 \series default
3847
3848 \begin_inset Index
3849 status collapsed
3850
3851 \begin_layout Plain Layout
3852 Commands ! H ! 
3853 \backslash
3854 hphantom
3855 \end_layout
3856
3857 \end_inset
3858
3859  (toolbar button 
3860 \begin_inset space ~
3861 \end_inset
3862
3863
3864 \begin_inset Graphics
3865         filename ../images/math/hphantom.png
3866         scale 85
3867
3868 \end_inset
3869
3870 ).
3871  
3872 \series bold
3873
3874 \backslash
3875 hphantom
3876 \series default
3877  creates only space for the maximal height of the characters in the box
3878  but not for its width.
3879  
3880 \series bold
3881
3882 \backslash
3883 vphantom
3884 \series default
3885  creates only space for the width of the box content.
3886  Therefore  the boxes of both commands have only one red arrow.
3887 \end_layout
3888
3889 \begin_layout Standard
3890 For example creates 
3891 \series bold
3892
3893 \backslash
3894 vphantom
3895 \series default
3896
3897 \begin_inset ERT
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902
3903 \backslash
3904 spce 
3905 \end_layout
3906
3907 \end_inset
3908
3909
3910 \series bold
3911 a
3912 \backslash
3913 int
3914 \series default
3915  space for the height of the integral sign,
3916 \begin_inset Foot
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 The command 
3921 \series bold
3922
3923 \backslash
3924 int
3925 \series default
3926  creates an integral sign, see 
3927 \begin_inset CommandInset ref
3928 LatexCommand ref
3929 reference "sub:Big-Operators"
3930
3931 \end_inset
3932
3933 .
3934 \end_layout
3935
3936 \end_inset
3937
3938  because this is the larger character.
3939  An example application is in 
3940 \begin_inset CommandInset ref
3941 LatexCommand ref
3942 reference "sub:Multiline-Brackets"
3943
3944 \end_inset
3945
3946 .
3947 \end_layout
3948
3949 \begin_layout Subsection
3950 Lines
3951 \begin_inset Index
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955 Lines
3956 \end_layout
3957
3958 \end_inset
3959
3960
3961 \begin_inset Index
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965 Formula ! underlined
3966 \end_layout
3967
3968 \end_inset
3969
3970
3971 \end_layout
3972
3973 \begin_layout Standard
3974 \align center
3975 \begin_inset Tabular
3976 <lyxtabular version="3" rows="4" columns="2">
3977 <features>
3978 <column alignment="center" valignment="top" width="0pt">
3979 <column alignment="center" valignment="top" width="0pt">
3980 <row>
3981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985 Command
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 Result
3995 \begin_inset Note Note
3996 status collapsed
3997
3998 \begin_layout Plain Layout
3999
4000 \series bold
4001
4002 \backslash
4003 raisebox
4004 \series default
4005  is only used as spacer.
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \backslash
4023 overline
4024 \begin_inset ERT
4025 status collapsed
4026
4027 \begin_layout Plain Layout
4028
4029
4030 \backslash
4031 spce 
4032 \end_layout
4033
4034 \end_inset
4035
4036 A+B
4037 \begin_inset Index
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041 Commands ! O ! 
4042 \backslash
4043 overline
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4058 \end_inset
4059
4060
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \backslash
4073 underline
4074 \begin_inset ERT
4075 status collapsed
4076
4077 \begin_layout Plain Layout
4078
4079
4080 \backslash
4081 spce 
4082 \end_layout
4083
4084 \end_inset
4085
4086 A+B
4087 \begin_inset Index
4088 status collapsed
4089
4090 \begin_layout Plain Layout
4091 Commands ! U ! 
4092 \backslash
4093 underline
4094 \end_layout
4095
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4108 \end_inset
4109
4110
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 </row>
4116 <row>
4117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121
4122 \backslash
4123 overline
4124 \begin_inset ERT
4125 status collapsed
4126
4127 \begin_layout Plain Layout
4128
4129
4130 \backslash
4131 spce 
4132 \end_layout
4133
4134 \end_inset
4135
4136
4137 \backslash
4138 underline
4139 \begin_inset ERT
4140 status collapsed
4141
4142 \begin_layout Plain Layout
4143
4144
4145 \backslash
4146 spce 
4147 \end_layout
4148
4149 \end_inset
4150
4151 A+B
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4161 \end_inset
4162
4163
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 </lyxtabular>
4170
4171 \end_inset
4172
4173
4174 \end_layout
4175
4176 \begin_layout Standard
4177 In the last example it doesn't matter if first 
4178 \series bold
4179
4180 \backslash
4181 overline
4182 \series default
4183  or 
4184 \series bold
4185
4186 \backslash
4187 underline
4188 \series default
4189  is inserted.
4190 \end_layout
4191
4192 \begin_layout Standard
4193 To double underline e.
4194 \begin_inset space \thinspace{}
4195 \end_inset
4196
4197 g.
4198  results, one uses 
4199 \series bold
4200
4201 \backslash
4202 underline
4203 \series default
4204  twice.
4205 \end_layout
4206
4207 \begin_layout Standard
4208 It is possible to place up to 6 lines above or below characters.
4209 \end_layout
4210
4211 \begin_layout Subsection
4212 Ellipses
4213 \begin_inset Index
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 Ellipses
4218 \end_layout
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \begin_layout Standard
4226 There are different types of ellipses available.
4227 \begin_inset Foot
4228 status collapsed
4229
4230 \begin_layout Plain Layout
4231 In the math toolbar in the submenu of the button 
4232 \begin_inset Graphics
4233         filename ../images/math/ldots.png
4234         scale 85
4235
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242
4243  For listings dots at the baseline are used (
4244 \series bold
4245
4246 \backslash
4247 ldots
4248 \series default
4249
4250 \begin_inset Index
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254 Commands ! L ! 
4255 \backslash
4256 ldots
4257 \end_layout
4258
4259 \end_inset
4260
4261 ), while for operations dots are needed that are on the same height as the
4262  operators (
4263 \series bold
4264
4265 \backslash
4266 cdots
4267 \series default
4268
4269 \begin_inset Index
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 Commands ! C ! 
4274 \backslash
4275 cdots
4276 \end_layout
4277
4278 \end_inset
4279
4280 ).
4281  When using the command 
4282 \series bold
4283
4284 \backslash
4285 dots
4286 \series default
4287
4288 \begin_inset Index
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292 Commands ! D ! 
4293 \backslash
4294 dots
4295 \end_layout
4296
4297 \end_inset
4298
4299 , LaTeX decides on the basis of the next character what type is used.
4300 \end_layout
4301
4302 \begin_layout Standard
4303 \align center
4304 \begin_inset Tabular
4305 <lyxtabular version="3" rows="8" columns="2">
4306 <features>
4307 <column alignment="center" valignment="top" width="0pt">
4308 <column alignment="center" valignment="top" width="0pt">
4309 <row>
4310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4311 \begin_inset Text
4312
4313 \begin_layout Plain Layout
4314 Command
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Result
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 <row>
4330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 A_1
4335 \begin_inset ERT
4336 status collapsed
4337
4338 \begin_layout Plain Layout
4339
4340
4341 \backslash
4342 spce 
4343 \end_layout
4344
4345 \end_inset
4346
4347 ,
4348 \backslash
4349 dots
4350 \begin_inset ERT
4351 status collapsed
4352
4353 \begin_layout Plain Layout
4354
4355
4356 \backslash
4357 spce 
4358 \end_layout
4359
4360 \end_inset
4361
4362 ,A_n
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 \begin_inset Formula $A_{1},\dots,A_{n}$
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 A_1
4386 \begin_inset ERT
4387 status collapsed
4388
4389 \begin_layout Plain Layout
4390
4391
4392 \backslash
4393 spce 
4394 \end_layout
4395
4396 \end_inset
4397
4398 +
4399 \backslash
4400 dots
4401 \begin_inset ERT
4402 status collapsed
4403
4404 \begin_layout Plain Layout
4405
4406
4407 \backslash
4408 spce 
4409 \end_layout
4410
4411 \end_inset
4412
4413 +A_n
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 \begin_inset Formula $A_{1}+\dots+A_{n}$
4423 \end_inset
4424
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 A_1
4437 \begin_inset ERT
4438 status collapsed
4439
4440 \begin_layout Plain Layout
4441
4442
4443 \backslash
4444 spce 
4445 \end_layout
4446
4447 \end_inset
4448
4449 ,
4450 \backslash
4451 ldots
4452 \begin_inset ERT
4453 status collapsed
4454
4455 \begin_layout Plain Layout
4456
4457
4458 \backslash
4459 spce 
4460 \end_layout
4461
4462 \end_inset
4463
4464 ,A_n
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 \begin_inset Formula $A_{1},\ldots,A_{n}$
4474 \end_inset
4475
4476
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 A_1
4488 \begin_inset ERT
4489 status collapsed
4490
4491 \begin_layout Plain Layout
4492
4493
4494 \backslash
4495 spce 
4496 \end_layout
4497
4498 \end_inset
4499
4500 +
4501 \backslash
4502 cdots
4503 \begin_inset ERT
4504 status collapsed
4505
4506 \begin_layout Plain Layout
4507
4508
4509 \backslash
4510 spce 
4511 \end_layout
4512
4513 \end_inset
4514
4515 +A_n
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \backslash
4540 vdots
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 \begin_inset Formula $\vdots$
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \backslash
4565 ddots
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 \begin_inset Formula $\ddots$
4575 \end_inset
4576
4577
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 </row>
4583 <row>
4584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 3×3
4589 \begin_inset space \thinspace{}
4590 \end_inset
4591
4592 matrix with the different dots
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 \begin_inset Formula $\begin{array}{ccc}
4602 A_{11} & \cdots & A_{1m}\\
4603 \vdots & \ddots & \vdots\\
4604 A_{n1} & \cdots & A_{nm}\end{array}$
4605 \end_inset
4606
4607
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 </lyxtabular>
4614
4615 \end_inset
4616
4617
4618 \end_layout
4619
4620 \begin_layout Standard
4621 The ellipses available in menu 
4622 \family sans
4623 Insert\SpecialChar \menuseparator
4624 Special
4625 \begin_inset space ~
4626 \end_inset
4627
4628 Character
4629 \family default
4630  are 
4631 \series bold
4632
4633 \backslash
4634 ldots
4635 \series default
4636 .
4637 \end_layout
4638
4639 \begin_layout Standard
4640 \begin_inset VSpace medskip
4641 \end_inset
4642
4643 Specially for matrices there are ellipses that span over several columns.
4644  They are created with the command 
4645 \series bold
4646
4647 \backslash
4648 hdotsfor
4649 \series default
4650
4651 \begin_inset Index
4652 status collapsed
4653
4654 \begin_layout Plain Layout
4655 Commands ! H ! 
4656 \backslash
4657 hdotsfor
4658 \end_layout
4659
4660 \end_inset
4661
4662 , that has the following scheme:
4663 \end_layout
4664
4665 \begin_layout Standard
4666
4667 \series bold
4668
4669 \backslash
4670 hdotsfor[distance]{number of columns}
4671 \end_layout
4672
4673 \begin_layout Standard
4674 The number of columns specifies how many columns should be spanned.
4675  Distance is a factor for the distance between the dots.
4676 \end_layout
4677
4678 \begin_layout Standard
4679 In the following matrix the command 
4680 \series bold
4681
4682 \backslash
4683 hdotsfor[2]{4}
4684 \series default
4685  was inserted in the first box of the second line, to get an ellipsis with
4686  a dot distance twice as long as with the command 
4687 \series bold
4688
4689 \backslash
4690 dots
4691 \series default
4692 :
4693 \begin_inset Formula \[
4694 \left(\begin{array}{cccc}
4695 A & B & C & D\\
4696 \hdotsfor[2]{4}\\
4697 q & w & e & r\end{array}\right)\]
4698
4699 \end_inset
4700
4701 Note that the matrix fields that should be spanned must be empty, otherwise
4702  you get LaTeX-errors.
4703 \end_layout
4704
4705 \begin_layout Standard
4706 \begin_inset VSpace bigskip
4707 \end_inset
4708
4709 Furthermore you can fill with the command 
4710 \series bold
4711
4712 \backslash
4713 dotfill
4714 \series default
4715
4716 \begin_inset Index
4717 status collapsed
4718
4719 \begin_layout Plain Layout
4720 Commands ! D ! 
4721 \backslash
4722 dotfill
4723 \end_layout
4724
4725 \end_inset
4726
4727  the rest of a line with dots.
4728  The effect of these commands is the same like with 
4729 \series bold
4730
4731 \backslash
4732 hfill
4733 \series default
4734 , see 
4735 \begin_inset CommandInset ref
4736 LatexCommand ref
4737 reference "sub:Variable-Space"
4738
4739 \end_inset
4740
4741 .
4742 \end_layout
4743
4744 \begin_layout Standard
4745 For example the command 
4746 \series bold
4747 A
4748 \backslash
4749 dotfill
4750 \begin_inset ERT
4751 status collapsed
4752
4753 \begin_layout Plain Layout
4754
4755
4756 \backslash
4757 spce 
4758 \end_layout
4759
4760 \end_inset
4761
4762 B
4763 \series default
4764  produces
4765 \end_layout
4766
4767 \begin_layout Standard
4768 \begin_inset Formula $A\dotfill B$
4769 \end_inset
4770
4771
4772 \end_layout
4773
4774 \begin_layout Standard
4775 Analog to
4776 \series bold
4777  
4778 \backslash
4779 dotfill
4780 \series default
4781  there is for a line the command 
4782 \series bold
4783
4784 \backslash
4785 hrulefill
4786 \series default
4787
4788 \begin_inset Index
4789 status collapsed
4790
4791 \begin_layout Plain Layout
4792 Commands ! H ! 
4793 \backslash
4794 hrulefill
4795 \end_layout
4796
4797 \end_inset
4798
4799 :
4800 \end_layout
4801
4802 \begin_layout Standard
4803 \begin_inset Formula $A\hrulefill B$
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810 To use the commands for text, they have to be inserted in TeX-mode.
4811 \end_layout
4812
4813 \begin_layout Section
4814 Matrices
4815 \begin_inset CommandInset label
4816 LatexCommand label
4817 name "sec:Matrices"
4818
4819 \end_inset
4820
4821
4822 \begin_inset Index
4823 status collapsed
4824
4825 \begin_layout Plain Layout
4826 Matrices
4827 \end_layout
4828
4829 \end_inset
4830
4831
4832 \end_layout
4833
4834 \begin_layout Standard
4835 Matrices can be inserted via the math toolbar button 
4836 \begin_inset Graphics
4837         filename ../images/dialog-show_mathmatrix.png
4838         scale 85
4839
4840 \end_inset
4841
4842  or the menu 
4843 \family sans
4844 Insert\SpecialChar \menuseparator
4845 Math\SpecialChar \menuseparator
4846 Matrix
4847 \family default
4848 .
4849  You will be asked for the number of matrix columns and rows, and the alignment.
4850  The vertical alignment is hereby only of importance for matrices in inline
4851  formulas:
4852 \end_layout
4853
4854 \begin_layout Standard
4855 The first matrix is top 
4856 \begin_inset Formula $\begin{array}[t]{cccc}
4857 A & D & G & J\\
4858 B & E & H & K\\
4859 C & F & I & L\end{array}$
4860 \end_inset
4861
4862 , the second middle 
4863 \begin_inset Formula $\begin{array}{cccc}
4864 A & D & G & J\\
4865 B & E & H & K\\
4866 C & F & I & L\end{array}$
4867 \end_inset
4868
4869 , and the third bottom 
4870 \begin_inset Formula $\begin{array}[b]{cccc}
4871 A & D & G & J\\
4872 B & E & H & K\\
4873 C & F & I & L\end{array}$
4874 \end_inset
4875
4876  aligned.
4877 \end_layout
4878
4879 \begin_layout Standard
4880 The horizontal alignment specifies how the column entries should be aligned.
4881  It is set by entering a letter for every column.
4882  
4883 \emph on
4884 l
4885 \emph default
4886  denotes left aligned, 
4887 \emph on
4888 c
4889 \emph default
4890  centered, and 
4891 \emph on
4892 r
4893 \emph default
4894  right aligned.
4895  To create for example a 4
4896 \series bold
4897 ×
4898 \series default
4899 4
4900 \begin_inset space ~
4901 \end_inset
4902
4903 matrix where the first column is left aligned, the second and third are
4904  centered, and the last one is right aligned, one enters for the horizontal
4905  alignment 
4906 \series bold
4907 lccr
4908 \series default
4909 .
4910  Normally are in a matrix all columns centered, therefore the default is
4911  for every column is a 
4912 \series bold
4913 c
4914 \series default
4915 .
4916 \end_layout
4917
4918 \begin_layout Standard
4919 Horizontal alignment:
4920 \end_layout
4921
4922 \begin_layout Standard
4923
4924 \series bold
4925 lll
4926 \series default
4927  : 
4928 \begin_inset Formula $\begin{array}{lll}
4929 10000 & D & G\\
4930 B & 10000 & H\\
4931 C & F & 10000\end{array}$
4932 \end_inset
4933
4934  , 
4935 \series bold
4936 ccc
4937 \series default
4938  : 
4939 \begin_inset Formula $\begin{array}{ccc}
4940 10000 & D & G\\
4941 B & 10000 & H\\
4942 C & F & 10000\end{array}$
4943 \end_inset
4944
4945  , 
4946 \series bold
4947 rrr
4948 \series default
4949  : 
4950 \begin_inset Formula $\begin{array}{rrr}
4951 10000 & D & G\\
4952 B & 10000 & H\\
4953 C & F & 10000\end{array}$
4954 \end_inset
4955
4956
4957 \end_layout
4958
4959 \begin_layout Standard
4960 To add or delete rows and columns subsequently, the math toolbar buttons
4961  
4962 \begin_inset Graphics
4963         filename ../images/tabular-feature_append-row.png
4964         scale 85
4965
4966 \end_inset
4967
4968
4969 \begin_inset Graphics
4970         filename ../images/tabular-feature_delete-row.png
4971         scale 85
4972
4973 \end_inset
4974
4975 , etc.
4976 \begin_inset space \thinspace{}
4977 \end_inset
4978
4979 , or the menu 
4980 \family sans
4981 Edit\SpecialChar \menuseparator
4982 Rows & Columns
4983 \family default
4984  can be used.
4985  New rows can also be created with 
4986 \family sans
4987 Ctrl-Return
4988 \family default
4989 .
4990 \end_layout
4991
4992 \begin_layout Standard
4993 \begin_inset VSpace bigskip
4994 \end_inset
4995
4996 Parentheses around a matrix can can either be created with the commands
4997  
4998 \series bold
4999
5000 \backslash
5001 left
5002 \series default
5003
5004 \begin_inset Index
5005 status collapsed
5006
5007 \begin_layout Plain Layout
5008 Commands ! L ! 
5009 \backslash
5010 left
5011 \end_layout
5012
5013 \end_inset
5014
5015  and 
5016 \series bold
5017
5018 \backslash
5019 right
5020 \series default
5021
5022 \begin_inset Index
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 Commands ! R ! 
5027 \backslash
5028 right
5029 \end_layout
5030
5031 \end_inset
5032
5033  (shortcut 
5034 \family sans
5035 Alt-m
5036 \begin_inset space ~
5037 \end_inset
5038
5039 parenthesis
5040 \family default
5041 ), see 
5042 \begin_inset CommandInset ref
5043 LatexCommand ref
5044 reference "sub:Automatic-Bracket-Size"
5045
5046 \end_inset
5047
5048 , or by using the following commands:
5049 \begin_inset VSpace medskip
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \begin_layout Standard
5056 \begin_inset space \hfill{}
5057 \end_inset
5058
5059
5060 \begin_inset Tabular
5061 <lyxtabular version="3" rows="4" columns="2">
5062 <features>
5063 <column alignment="center" valignment="top" width="0">
5064 <column alignment="center" valignment="top" width="0">
5065 <row>
5066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Command
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Result
5080 \begin_inset Note Note
5081 status collapsed
5082
5083 \begin_layout Plain Layout
5084
5085 \series bold
5086
5087 \backslash
5088 raisebox
5089 \series default
5090  is only used as spacer.
5091 \end_layout
5092
5093 \end_inset
5094
5095
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \backslash
5108 bmatrix
5109 \begin_inset ERT
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113
5114
5115 \backslash
5116 spce 
5117 \end_layout
5118
5119 \end_inset
5120
5121 2
5122 \series bold
5123 ×
5124 \series default
5125 2
5126 \begin_inset space \thinspace{}
5127 \end_inset
5128
5129 matrix
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5139 0 & \textrm{-}\mathrm{i}\\
5140 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5141 \end_inset
5142
5143
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 </row>
5149 <row>
5150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5151 \begin_inset Text
5152
5153 \begin_layout Plain Layout
5154
5155 \backslash
5156 Bmatrix
5157 \begin_inset ERT
5158 status collapsed
5159
5160 \begin_layout Plain Layout
5161
5162
5163 \backslash
5164 spce 
5165 \end_layout
5166
5167 \end_inset
5168
5169 2
5170 \series bold
5171 ×
5172 \series default
5173 2
5174 \begin_inset space \thinspace{}
5175 \end_inset
5176
5177 matrix
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5187 0 & \textrm{-}\mathrm{i}\\
5188 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \backslash
5204 pmatrix
5205 \begin_inset ERT
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209
5210
5211 \backslash
5212 spce 
5213 \end_layout
5214
5215 \end_inset
5216
5217 2
5218 \series bold
5219 ×
5220 \series default
5221 2
5222 \begin_inset space \thinspace{}
5223 \end_inset
5224
5225 matrix
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5235 0 & \textrm{-}\mathrm{i}\\
5236 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 </row>
5245 </lyxtabular>
5246
5247 \end_inset
5248
5249
5250 \begin_inset space \hfill{}
5251 \end_inset
5252
5253
5254 \begin_inset Tabular
5255 <lyxtabular version="3" rows="4" columns="2">
5256 <features>
5257 <column alignment="center" valignment="top" width="0">
5258 <column alignment="center" valignment="top" width="0">
5259 <row>
5260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 Command
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5270 \begin_inset Text
5271
5272 \begin_layout Plain Layout
5273 Result
5274 \end_layout
5275
5276 \end_inset
5277 </cell>
5278 </row>
5279 <row>
5280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5281 \begin_inset Text
5282
5283 \begin_layout Plain Layout
5284
5285 \backslash
5286 vmatrix
5287 \begin_inset ERT
5288 status collapsed
5289
5290 \begin_layout Plain Layout
5291
5292
5293 \backslash
5294 spce 
5295 \end_layout
5296
5297 \end_inset
5298
5299 2
5300 \series bold
5301 ×
5302 \series default
5303 2
5304 \begin_inset space \thinspace{}
5305 \end_inset
5306
5307 matrix
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5313 \begin_inset Text
5314
5315 \begin_layout Plain Layout
5316 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5317 0 & \textrm{-}\mathrm{i}\\
5318 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5319 \end_inset
5320
5321
5322 \end_layout
5323
5324 \end_inset
5325 </cell>
5326 </row>
5327 <row>
5328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332
5333 \backslash
5334 Vmatrix
5335 \begin_inset ERT
5336 status collapsed
5337
5338 \begin_layout Plain Layout
5339
5340
5341 \backslash
5342 spce 
5343 \end_layout
5344
5345 \end_inset
5346
5347 2
5348 \series bold
5349 ×
5350 \series default
5351 2
5352 \begin_inset space \thinspace{}
5353 \end_inset
5354
5355 matrix
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5365 0 & \textrm{-}\mathrm{i}\\
5366 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5367 \end_inset
5368
5369
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \backslash
5382 matrix
5383 \begin_inset ERT
5384 status collapsed
5385
5386 \begin_layout Plain Layout
5387
5388
5389 \backslash
5390 spce 
5391 \end_layout
5392
5393 \end_inset
5394
5395 2
5396 \series bold
5397 ×
5398 \series default
5399 2
5400 \begin_inset space \thinspace{}
5401 \end_inset
5402
5403 matrix
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5413 0 & \textrm{-}\mathrm{i}\\
5414 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5415 \end_inset
5416
5417
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 </row>
5423 </lyxtabular>
5424
5425 \end_inset
5426
5427
5428 \begin_inset space \hfill{}
5429 \end_inset
5430
5431
5432 \end_layout
5433
5434 \begin_layout Standard
5435 \begin_inset VSpace medskip
5436 \end_inset
5437
5438 When e.
5439 \begin_inset space \thinspace{}
5440 \end_inset
5441
5442 g.
5443 \begin_inset space ~
5444 \end_inset
5445
5446
5447 \series bold
5448
5449 \backslash
5450 vmatrix
5451 \series default
5452  is inserted, a blue box appears between two vertical lines where the matrix
5453  is inserted.
5454 \end_layout
5455
5456 \begin_layout Standard
5457 \begin_inset VSpace bigskip
5458 \end_inset
5459
5460 As all multiline formulas are matrices, the length 
5461 \series bold
5462
5463 \backslash
5464 arraycolsep
5465 \series default
5466
5467 \begin_inset Index
5468 status collapsed
5469
5470 \begin_layout Plain Layout
5471 Commands ! A ! 
5472 \backslash
5473 arraycolsep
5474 \end_layout
5475
5476 \end_inset
5477
5478  that is described in 
5479 \begin_inset CommandInset ref
5480 LatexCommand ref
5481 reference "sub:Column-Separation"
5482
5483 \end_inset
5484
5485  can also be used to change the column separation of matrices.
5486 \end_layout
5487
5488 \begin_layout Standard
5489 To change the row separation, the command 
5490 \series bold
5491
5492 \backslash
5493 arraystretch
5494 \series default
5495
5496 \begin_inset Index
5497 status collapsed
5498
5499 \begin_layout Plain Layout
5500 Commands ! A ! 
5501 \backslash
5502 arraystretch
5503 \end_layout
5504
5505 \end_inset
5506
5507  is used.
5508  It is used as follows:
5509 \end_layout
5510
5511 \begin_layout Standard
5512
5513 \series bold
5514
5515 \backslash
5516 renewcommand{
5517 \backslash
5518 arraystretch}{stretch factor}
5519 \begin_inset Index
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Commands ! R ! 
5524 \backslash
5525 renewcommand
5526 \end_layout
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Standard
5534 The command 
5535 \series bold
5536
5537 \backslash
5538 renewcommand
5539 \series default
5540  assigns the stretch factor to the predefined command 
5541 \series bold
5542
5543 \backslash
5544 arraystretch
5545 \series default
5546 .
5547  To double e.
5548 \begin_inset space \thinspace{}
5549 \end_inset
5550
5551 g.
5552 \begin_inset space ~
5553 \end_inset
5554
5555 the row separation, use the factor 2.
5556  This is then used for all following matrices.
5557  To go back to the original separation, assign the factor 1 to 
5558 \series bold
5559
5560 \backslash
5561 arraystretch
5562 \series default
5563 .
5564 \end_layout
5565
5566 \begin_layout Standard
5567 To set matrices into a text line, the command 
5568 \series bold
5569
5570 \backslash
5571 smallmatrix
5572 \series default
5573
5574 \begin_inset Index
5575 status collapsed
5576
5577 \begin_layout Plain Layout
5578 Commands ! S ! 
5579 \backslash
5580 smallmatrix
5581 \end_layout
5582
5583 \end_inset
5584
5585  is used.
5586  When it is inserted a blue box with two dashed lines appears.
5587  In this box the matrix is inserted.
5588 \end_layout
5589
5590 \begin_layout Standard
5591 This is a matrix 
5592 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5593 C & D\end{smallmatrix}\right)$
5594 \end_inset
5595
5596  in a text line.
5597 \end_layout
5598
5599 \begin_layout Section
5600 Brackets and Delimiters
5601 \begin_inset Index
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Brackets
5606 \end_layout
5607
5608 \end_inset
5609
5610
5611 \begin_inset Index
5612 status collapsed
5613
5614 \begin_layout Plain Layout
5615 Delimiters
5616 \end_layout
5617
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \begin_layout Subsection
5624 Vertical Brackets and Delimiters
5625 \begin_inset Index
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629 Brackets ! vertical
5630 \end_layout
5631
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \begin_layout Standard
5638 \begin_inset space \hfill{}
5639 \end_inset
5640
5641
5642 \begin_inset Tabular
5643 <lyxtabular version="3" rows="9" columns="2">
5644 <features>
5645 <column alignment="center" valignment="top" width="0pt">
5646 <column alignment="center" valignment="top" width="0pt">
5647 <row>
5648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 Command
5653 \end_layout
5654
5655 \end_inset
5656 </cell>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 Result
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 (
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $($
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695 {
5696 \end_layout
5697
5698 \end_inset
5699 </cell>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704 \begin_inset Formula $\{$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 [
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $[$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \backslash
5743 langle
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\langle$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766
5767 \backslash
5768 lceil
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $\lceil$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \backslash
5793 lfloor
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 \begin_inset Formula $\lfloor$
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 <row>
5812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5813 \begin_inset Text
5814
5815 \begin_layout Plain Layout
5816 /
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 \begin_inset Formula $/$
5826 \end_inset
5827
5828
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 </row>
5834 <row>
5835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 |
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 \begin_inset Formula $|$
5849 \end_inset
5850
5851
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 </row>
5857 </lyxtabular>
5858
5859 \end_inset
5860
5861
5862 \begin_inset space \hfill{}
5863 \end_inset
5864
5865
5866 \begin_inset Tabular
5867 <lyxtabular version="3" rows="9" columns="2">
5868 <features>
5869 <column alignment="center" valignment="top" width="0pt">
5870 <column alignment="center" valignment="top" width="0pt">
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 Command
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 Result
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 )
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $)$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919 }
5920 \end_layout
5921
5922 \end_inset
5923 </cell>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928 \begin_inset Formula $\}$
5929 \end_inset
5930
5931
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 </row>
5937 <row>
5938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5939 \begin_inset Text
5940
5941 \begin_layout Plain Layout
5942 ]
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 \begin_inset Formula $]$
5952 \end_inset
5953
5954
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965
5966 \backslash
5967 rangle
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 \begin_inset Formula $\rangle$
5977 \end_inset
5978
5979
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 </row>
5985 <row>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990
5991 \backslash
5992 rceil
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 \begin_inset Formula $\rceil$
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 </row>
6010 <row>
6011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015
6016 \backslash
6017 rfloor
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 \begin_inset Formula $\rfloor$
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040
6041 \backslash
6042
6043 \backslash
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 $\backslash$
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" bottomline="true" leftline="true" usebox="none">
6064 \begin_inset Text
6065
6066 \begin_layout Plain Layout
6067
6068 \backslash
6069 |
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 \begin_inset Formula $\|$
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 </lyxtabular>
6088
6089 \end_inset
6090
6091
6092 \begin_inset space \hfill{}
6093 \end_inset
6094
6095
6096 \end_layout
6097
6098 \begin_layout Standard
6099
6100 \series medium
6101 \begin_inset Note Greyedout
6102 status open
6103
6104 \begin_layout Plain Layout
6105
6106 \series bold
6107 Note:
6108 \series default
6109  In TeX-mode the command 
6110 \series bold
6111
6112 \backslash
6113 textbackslash
6114 \series default
6115
6116 \begin_inset Index
6117 status collapsed
6118
6119 \begin_layout Plain Layout
6120 Commands ! T ! 
6121 \backslash
6122 textbackslash
6123 \end_layout
6124
6125 \end_inset
6126
6127  must be used for the backslash, because the command 
6128 \series bold
6129
6130 \backslash
6131
6132 \backslash
6133
6134 \series default
6135  produces there a line break.
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Standard
6144 For all characters listed above the size can be adjusted with the commands
6145  described in the following two subsections.
6146  When using these commands, the characters < and > can directly be used
6147  instead of the commands 
6148 \series bold
6149
6150 \backslash
6151 langle
6152 \series default
6153  and 
6154 \series bold
6155
6156 \backslash
6157 rangle
6158 \series default
6159 .
6160 \end_layout
6161
6162 \begin_layout Subsubsection
6163 Manual Bracket Size
6164 \begin_inset CommandInset label
6165 LatexCommand label
6166 name "sub:Manual-Bracket-Size"
6167
6168 \end_inset
6169
6170
6171 \begin_inset Index
6172 status collapsed
6173
6174 \begin_layout Plain Layout
6175 Bracket size ! manual
6176 \end_layout
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 The bracket size can be specified manually by the LaTeX-commands 
6185 \series bold
6186
6187 \backslash
6188 big
6189 \series default
6190
6191 \begin_inset Index
6192 status collapsed
6193
6194 \begin_layout Plain Layout
6195 Commands ! B ! 
6196 \backslash
6197 big
6198 \end_layout
6199
6200 \end_inset
6201
6202
6203 \series bold
6204
6205 \backslash
6206 Big
6207 \series default
6208
6209 \series bold
6210
6211 \backslash
6212 bigg
6213 \series default
6214 , and 
6215 \series bold
6216
6217 \backslash
6218 Bigg
6219 \series default
6220 .
6221  
6222 \series bold
6223
6224 \backslash
6225 big
6226 \series default
6227  denotes the smallest and 
6228 \series bold
6229
6230 \backslash
6231 Bigg
6232 \series default
6233  the largest bracket size.
6234 \end_layout
6235
6236 \begin_layout Standard
6237 These commands are used to emphasize levels of brackets:
6238 \end_layout
6239
6240 \begin_layout Standard
6241 \align center
6242 \begin_inset Tabular
6243 <lyxtabular version="3" rows="2" columns="2">
6244 <features>
6245 <column alignment="center" valignment="top" width="0pt">
6246 <column alignment="center" valignment="top" width="0pt">
6247 <row>
6248 <cell alignment="center" valignment="top" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 all brackets in the same size:
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 <row>
6271 <cell alignment="center" valignment="top" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 this looks better:
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6285 \end_inset
6286
6287
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 </row>
6293 </lyxtabular>
6294
6295 \end_inset
6296
6297
6298 \begin_inset Note Note
6299 status collapsed
6300
6301 \begin_layout Plain Layout
6302
6303 \series bold
6304
6305 \backslash
6306 raisebox
6307 \series default
6308  is only used as spacer.
6309 \end_layout
6310
6311 \end_inset
6312
6313
6314 \end_layout
6315
6316 \begin_layout Standard
6317 For the second formula the command 
6318 \series bold
6319
6320 \backslash
6321 Big((A+B)(A-B)
6322 \backslash
6323 Big)^
6324 \begin_inset ERT
6325 status collapsed
6326
6327 \begin_layout Plain Layout
6328
6329
6330 \backslash
6331 spce 
6332 \end_layout
6333
6334 \end_inset
6335
6336 C
6337 \series default
6338  has been used.
6339 \end_layout
6340
6341 \begin_layout Standard
6342 Here is an overview about all bracket sizes:
6343 \end_layout
6344
6345 \begin_layout Standard
6346 \align center
6347
6348 \backslash
6349 Bigg(
6350 \backslash
6351 exp
6352 \backslash
6353 bigg<
6354 \backslash
6355 Big[
6356 \backslash
6357 big{
6358 \backslash
6359 ln(3x)
6360 \backslash
6361 big}^2
6362 \begin_inset ERT
6363 status collapsed
6364
6365 \begin_layout Plain Layout
6366
6367
6368 \backslash
6369 spce 
6370 \end_layout
6371
6372 \end_inset
6373
6374
6375 \backslash
6376 sin(x)
6377 \backslash
6378 Big]^
6379 \begin_inset ERT
6380 status collapsed
6381
6382 \begin_layout Plain Layout
6383
6384
6385 \backslash
6386 spce 
6387 \end_layout
6388
6389 \end_inset
6390
6391 A
6392 \begin_inset ERT
6393 status collapsed
6394
6395 \begin_layout Plain Layout
6396
6397
6398 \backslash
6399 spce 
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \backslash
6406 bigg>
6407 \backslash
6408 Bigg)^0,5
6409 \end_layout
6410
6411 \begin_layout Standard
6412 \align center
6413 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6414 \end_inset
6415
6416
6417 \end_layout
6418
6419 \begin_layout Standard
6420 \begin_inset Newpage newpage
6421 \end_inset
6422
6423 Besides the 
6424 \series bold
6425
6426 \backslash
6427 big
6428 \series default
6429 -commands there is the variant 
6430 \series bold
6431
6432 \backslash
6433 bigm
6434 \series default
6435
6436 \begin_inset Index
6437 status collapsed
6438
6439 \begin_layout Plain Layout
6440 Commands ! B ! 
6441 \backslash
6442 bigm
6443 \end_layout
6444
6445 \end_inset
6446
6447  that adds a bit more space between the bracket and its content, and the
6448  variant 
6449 \series bold
6450
6451 \backslash
6452 bigl
6453 \series default
6454 -
6455 \series bold
6456
6457 \backslash
6458 bigr
6459 \series default
6460
6461 \begin_inset Index
6462 status collapsed
6463
6464 \begin_layout Plain Layout
6465 Commands ! B ! 
6466 \backslash
6467 bigl - 
6468 \backslash
6469 bigr
6470 \end_layout
6471
6472 \end_inset
6473
6474 , that don't add additional space.
6475  The 
6476 \emph on
6477 l
6478 \emph default
6479  at the end of the command 
6480 \series bold
6481
6482 \backslash
6483 bigl
6484 \series default
6485  is for a left bracket; for a right bracket this will be replaced by an
6486  
6487 \emph on
6488 r
6489 \emph default
6490 .
6491  A left or right bracket can each be an opening or closing bracket.
6492 \end_layout
6493
6494 \begin_layout Standard
6495 In the following table is a comparison of the variants:
6496 \end_layout
6497
6498 \begin_layout Standard
6499 \align center
6500 \begin_inset Tabular
6501 <lyxtabular version="3" rows="5" columns="2">
6502 <features>
6503 <column alignment="center" valignment="middle" width="0">
6504 <column alignment="center" valignment="middle" width="0">
6505 <row>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 Command
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 Result
6520 \begin_inset Note Note
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524
6525 \series bold
6526
6527 \backslash
6528 raisebox
6529 \series default
6530  is only used as spacer.
6531 \end_layout
6532
6533 \end_inset
6534
6535
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 </row>
6541 <row>
6542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546
6547 \backslash
6548 Bigm(
6549 \backslash
6550 bigm(
6551 \backslash
6552 ln(3x)
6553 \backslash
6554 bigm)^2
6555 \series bold
6556
6557 \begin_inset ERT
6558 status collapsed
6559
6560 \begin_layout Plain Layout
6561
6562
6563 \backslash
6564 spce 
6565 \end_layout
6566
6567 \end_inset
6568
6569
6570 \series default
6571
6572 \backslash
6573 Bigm)
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 </row>
6591 <row>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596
6597 \backslash
6598 Big(
6599 \backslash
6600 big(
6601 \backslash
6602 ln(3x)
6603 \backslash
6604 big)^2
6605 \series bold
6606
6607 \begin_inset ERT
6608 status collapsed
6609
6610 \begin_layout Plain Layout
6611
6612
6613 \backslash
6614 spce 
6615 \end_layout
6616
6617 \end_inset
6618
6619
6620 \series default
6621
6622 \backslash
6623 Big)
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 <row>
6642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \backslash
6648 Bigl(
6649 \backslash
6650 bigl(
6651 \backslash
6652 ln(3x)
6653 \backslash
6654 bigr)^2
6655 \series bold
6656
6657 \begin_inset ERT
6658 status collapsed
6659
6660 \begin_layout Plain Layout
6661
6662
6663 \backslash
6664 spce 
6665 \end_layout
6666
6667 \end_inset
6668
6669
6670 \series default
6671
6672 \backslash
6673 Bigr)
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 <row>
6692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696
6697 \backslash
6698 bigl)
6699 \backslash
6700 ln(3x)
6701 \backslash
6702 bigr(
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 </row>
6720 </lyxtabular>
6721
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Subsubsection
6728 Automatic Bracket Size
6729 \begin_inset CommandInset label
6730 LatexCommand label
6731 name "sub:Automatic-Bracket-Size"
6732
6733 \end_inset
6734
6735
6736 \begin_inset Index
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740 Bracket size ! automatic
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Standard
6749 Brackets with variable size can be inserted with the commands 
6750 \series bold
6751
6752 \backslash
6753 left
6754 \series default
6755
6756 \begin_inset Index
6757 status collapsed
6758
6759 \begin_layout Plain Layout
6760 Commands ! L ! 
6761 \backslash
6762 left
6763 \end_layout
6764
6765 \end_inset
6766
6767  and 
6768 \series bold
6769
6770 \backslash
6771 right
6772 \series default
6773
6774 \begin_inset Index
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 Commands ! R ! 
6779 \backslash
6780 right
6781 \end_layout
6782
6783 \end_inset
6784
6785  or via the math toolbar button 
6786 \begin_inset Graphics
6787         filename ../images/dialog-show_mathdelimiter.png
6788         scale 85
6789
6790 \end_inset
6791
6792 .
6793  Directly behind 
6794 \series bold
6795
6796 \backslash
6797 left
6798 \series default
6799  and 
6800 \series bold
6801
6802 \backslash
6803 right
6804 \series default
6805  the wanted bracket must be inserted.
6806  The bracket size will then automatically be calculated for the output.
6807 \end_layout
6808
6809 \begin_layout Standard
6810 \align center
6811 normal bracket: The command 
6812 \series bold
6813
6814 \backslash
6815 ln(
6816 \backslash
6817 frac
6818 \begin_inset ERT
6819 status collapsed
6820
6821 \begin_layout Plain Layout
6822
6823
6824 \backslash
6825 spce 
6826 \end_layout
6827
6828 \end_inset
6829
6830 A
6831 \begin_inset Formula $\downarrow$
6832 \end_inset
6833
6834 C
6835 \begin_inset ERT
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839
6840
6841 \backslash
6842 spce 
6843 \end_layout
6844
6845 \end_inset
6846
6847 )
6848 \series default
6849  creates
6850 \begin_inset Formula \[
6851 \ln(\frac{A}{C})\]
6852
6853 \end_inset
6854
6855
6856 \end_layout
6857
6858 \begin_layout Standard
6859 \align center
6860 multiline bracket: The command 
6861 \series bold
6862
6863 \backslash
6864 ln
6865 \backslash
6866 left(
6867 \backslash
6868 frac
6869 \begin_inset ERT
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873
6874
6875 \backslash
6876 spce 
6877 \end_layout
6878
6879 \end_inset
6880
6881 A
6882 \begin_inset Formula $\downarrow$
6883 \end_inset
6884
6885 C
6886 \begin_inset ERT
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890
6891
6892 \backslash
6893 spce 
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \backslash
6900 right)
6901 \series default
6902  creates
6903 \begin_inset Formula \[
6904 \ln\left(\frac{A}{C}\right)\]
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \begin_layout Standard
6912 Instead of 
6913 \series bold
6914
6915 \backslash
6916 left
6917 \series default
6918  and 
6919 \series bold
6920
6921 \backslash
6922 right
6923 \series default
6924  the shortcut 
6925 \family sans
6926 Alt-m
6927 \begin_inset space ~
6928 \end_inset
6929
6930 bracket
6931 \family default
6932  can be used.
6933  This has the advantage that you can see in LyX immediately the real bracket
6934  size and that the matching right bracket will be created too.
6935 \begin_inset Newline newline
6936 \end_inset
6937
6938 The command for the last example would then be: 
6939 \series bold
6940
6941 \backslash
6942 ln Alt-m
6943 \series default
6944  
6945 \series bold
6946 (
6947 \backslash
6948 frac
6949 \begin_inset ERT
6950 status collapsed
6951
6952 \begin_layout Plain Layout
6953
6954
6955 \backslash
6956 spce 
6957 \end_layout
6958
6959 \end_inset
6960
6961 A
6962 \begin_inset Formula $\downarrow$
6963 \end_inset
6964
6965 C
6966 \end_layout
6967
6968 \begin_layout Standard
6969 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6970  For example the command 
6971 \series bold
6972
6973 \backslash
6974 left.
6975 \backslash
6976 frac
6977 \begin_inset ERT
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981
6982
6983 \backslash
6984 spce 
6985 \end_layout
6986
6987 \end_inset
6988
6989 A
6990 \begin_inset Formula $\downarrow$
6991 \end_inset
6992
6993 B
6994 \begin_inset ERT
6995 status collapsed
6996
6997 \begin_layout Plain Layout
6998
6999
7000 \backslash
7001 spce 
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \backslash
7008 right}
7009 \series default
7010  creates:
7011 \series bold
7012
7013 \begin_inset Formula \[
7014 \left.\frac{A}{B}\right\} \]
7015
7016 \end_inset
7017
7018
7019 \series default
7020 The commands 
7021 \series bold
7022
7023 \backslash
7024 left
7025 \series default
7026  and 
7027 \series bold
7028
7029 \backslash
7030 right
7031 \series default
7032  will be converted by LyX to brackets in the right size when the document
7033  is reloaded and an omitted bracket will appear as dashed line.
7034 \end_layout
7035
7036 \begin_layout Standard
7037 \begin_inset VSpace bigskip
7038 \end_inset
7039
7040 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7041  the command 
7042 \series bold
7043
7044 \backslash
7045 middle
7046 \series default
7047
7048 \begin_inset Index
7049 status collapsed
7050
7051 \begin_layout Plain Layout
7052 Commands ! M ! 
7053 \backslash
7054 middle
7055 \end_layout
7056
7057 \end_inset
7058
7059  is additionally available for all brackets and limits.
7060  With this command the height of the following character is adapted to the
7061  one of the surrounding brackets, what is e.
7062 \begin_inset space \thinspace{}
7063 \end_inset
7064
7065 g.
7066 \begin_inset space ~
7067 \end_inset
7068
7069 needed for physical vectors:
7070 \begin_inset Formula \[
7071 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7072
7073 \end_inset
7074
7075 For physical vectors there is a special LaTeX-package, described in 
7076 \begin_inset CommandInset ref
7077 LatexCommand ref
7078 reference "sub:Physical-Vectors"
7079
7080 \end_inset
7081
7082 .
7083 \end_layout
7084
7085 \begin_layout Subsection
7086 Horizontal Brackets
7087 \begin_inset Index
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091 Brackets ! horizontal
7092 \end_layout
7093
7094 \end_inset
7095
7096
7097 \end_layout
7098
7099 \begin_layout Standard
7100 \align center
7101 \begin_inset Tabular
7102 <lyxtabular version="3" rows="4" columns="2">
7103 <features>
7104 <column alignment="center" valignment="top" width="0pt">
7105 <column alignment="center" valignment="top" width="0pt">
7106 <row>
7107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 Command
7112 \begin_inset Note Note
7113 status collapsed
7114
7115 \begin_layout Plain Layout
7116
7117 \series bold
7118
7119 \backslash
7120 raisebox
7121 \series default
7122  is only used as spacer.
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 Result
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 \begin_inset ERT
7148 status collapsed
7149
7150 \begin_layout Plain Layout
7151
7152
7153 \backslash
7154 raisebox{2.3mm}{
7155 \end_layout
7156
7157 \end_inset
7158
7159
7160 \backslash
7161 overbrace
7162 \begin_inset ERT
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166
7167
7168 \backslash
7169 spce 
7170 \end_layout
7171
7172 \end_inset
7173
7174 A+B
7175 \begin_inset ERT
7176 status collapsed
7177
7178 \begin_layout Plain Layout
7179
7180
7181 \backslash
7182 spce 
7183 \end_layout
7184
7185 \end_inset
7186
7187 ^
7188 \begin_inset ERT
7189 status collapsed
7190
7191 \begin_layout Plain Layout
7192
7193
7194 \backslash
7195 spce 
7196 \end_layout
7197
7198 \end_inset
7199
7200 3
7201 \begin_inset ERT
7202 status collapsed
7203
7204 \begin_layout Plain Layout
7205
7206 }
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \begin_inset Index
7213 status collapsed
7214
7215 \begin_layout Plain Layout
7216 Commands ! O ! 
7217 \backslash
7218 overbrace
7219 \end_layout
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 \begin_inset Formula $\overbrace{A+B}^{3}$
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 </row>
7241 <row>
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 raisebox{-2.2mm}{
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \backslash
7260 underbrace
7261 \begin_inset ERT
7262 status collapsed
7263
7264 \begin_layout Plain Layout
7265
7266
7267 \backslash
7268 spce 
7269 \end_layout
7270
7271 \end_inset
7272
7273 A+B
7274 \begin_inset ERT
7275 status collapsed
7276
7277 \begin_layout Plain Layout
7278
7279
7280 \backslash
7281 spce 
7282 \end_layout
7283
7284 \end_inset
7285
7286 _5
7287 \begin_inset ERT
7288 status collapsed
7289
7290 \begin_layout Plain Layout
7291
7292 }
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \begin_inset Index
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302 Commands ! U ! 
7303 \backslash
7304 underbrace
7305 \end_layout
7306
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 \begin_inset Formula $\underbrace{A+B}_{5}$
7319 \end_inset
7320
7321
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 </row>
7327 <row>
7328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7329 \begin_inset Text
7330
7331 \begin_layout Plain Layout
7332
7333 \backslash
7334 overbrace
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 spce 
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \backslash
7349 underbrace
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 spce 
7358 \end_layout
7359
7360 \end_inset
7361
7362 A+B_w
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 spce 
7384 \end_layout
7385
7386 \end_inset
7387
7388 _7
7389 \begin_inset ERT
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393
7394
7395 \backslash
7396 spce 
7397 \end_layout
7398
7399 \end_inset
7400
7401
7402 \begin_inset ERT
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406
7407
7408 \backslash
7409 spce 
7410 \end_layout
7411
7412 \end_inset
7413
7414 ^
7415 \begin_inset ERT
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419
7420
7421 \backslash
7422 spce 
7423 \end_layout
7424
7425 \end_inset
7426
7427 C
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7437 \end_inset
7438
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 </lyxtabular>
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453 In the last example it doesn't matter if 
7454 \series bold
7455
7456 \backslash
7457 overbrace
7458 \series default
7459  or 
7460 \series bold
7461
7462 \backslash
7463 underbrace
7464 \series default
7465  is inserted at first.
7466 \end_layout
7467
7468 \begin_layout Standard
7469 \begin_inset VSpace bigskip
7470 \end_inset
7471
7472 When brackets are needed that overlap each other, multiline formulas, as
7473  described in 
7474 \begin_inset CommandInset ref
7475 LatexCommand ref
7476 reference "sec:Multiline-Formulas"
7477
7478 \end_inset
7479
7480 , must be used:
7481 \begin_inset Formula \begin{eqnarray*}
7482 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7483  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7484
7485 \end_inset
7486
7487 In the first row the formula is inserted together with the first brace.
7488  It is hereby important that the space command
7489 \begin_inset Foot
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493 Space commands are explained in 
7494 \begin_inset CommandInset ref
7495 LatexCommand ref
7496 reference "sub:Predefined-Space"
7497
7498 \end_inset
7499
7500 .
7501 \end_layout
7502
7503 \end_inset
7504
7505  
7506 \series bold
7507
7508 \backslash
7509 :
7510 \series default
7511  is inserted before the first 
7512 \begin_inset Formula $d$
7513 \end_inset
7514
7515 , because the brace that ends behind the 
7516 \begin_inset Formula $q$
7517 \end_inset
7518
7519  prevents that the following 
7520 \begin_inset Quotes eld
7521 \end_inset
7522
7523 +
7524 \begin_inset Quotes erd
7525 \end_inset
7526
7527  is surrounded by space.
7528 \begin_inset Foot
7529 status collapsed
7530
7531 \begin_layout Plain Layout
7532 because a bracket is not handled as character, see 
7533 \begin_inset CommandInset ref
7534 LatexCommand ref
7535 reference "sub:Binary-Operators"
7536
7537 \end_inset
7538
7539
7540 \end_layout
7541
7542 \end_inset
7543
7544  In the second row the second brace is inserted.
7545  As it should begin before the 
7546 \begin_inset Formula $b$
7547 \end_inset
7548
7549 , first the command 
7550 \series bold
7551
7552 \backslash
7553 hphantom{gggg+
7554 \backslash
7555 :}
7556 \series default
7557  is inserted.
7558 \begin_inset Foot
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562 more about 
7563 \series bold
7564
7565 \backslash
7566 hphantom
7567 \series default
7568  see 
7569 \begin_inset CommandInset ref
7570 LatexCommand ref
7571 reference "sub:Placeholders"
7572
7573 \end_inset
7574
7575
7576 \end_layout
7577
7578 \end_inset
7579
7580  This space is needed because the 
7581 \begin_inset Quotes eld
7582 \end_inset
7583
7584 +
7585 \begin_inset Quotes erd
7586 \end_inset
7587
7588  is also surrounded by space in the formula.
7589  The brace is placed under the command 
7590 \series bold
7591
7592 \backslash
7593 hphantom{bbqq+dddd}
7594 \series default
7595 .
7596 \end_layout
7597
7598 \begin_layout Standard
7599 It gets more complicated when brackets overlap each other, like in the following
7600  example:
7601 \begin_inset ERT
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605
7606
7607 \backslash
7608 setlength{
7609 \backslash
7610 jot}{-6pt}
7611 \end_layout
7612
7613 \end_inset
7614
7615
7616 \begin_inset Formula \begin{eqnarray*}
7617  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7618 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7619
7620 \end_inset
7621
7622
7623 \begin_inset ERT
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627
7628
7629 \backslash
7630 setlength{
7631 \backslash
7632 jot}{3pt}
7633 \end_layout
7634
7635 \end_inset
7636
7637 The first formula row is the same as the second row of the previous example,
7638  with the difference that the brace is above.
7639  The second row contains the formula together with the second brace.
7640  To avoid that there is space between the upper brace in the first row and
7641  the formula, the row spacing need to be reduced.
7642  This is not easily possible due to a bug in LyX
7643 \begin_inset Foot
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 \begin_inset CommandInset href
7648 LatexCommand href
7649 name "LyX-bug #1505"
7650 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658
7659 .
7660  As solution for the problem, the global formula row separation 
7661 \series bold
7662
7663 \backslash
7664 jot
7665 \series default
7666
7667 \begin_inset Index
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671 Commands ! J ! 
7672 \backslash
7673 jot
7674 \end_layout
7675
7676 \end_inset
7677
7678  must be changed to -6
7679 \begin_inset space \thinspace{}
7680 \end_inset
7681
7682 pt before the formula with the command 
7683 \series bold
7684
7685 \backslash
7686 setlength{
7687 \backslash
7688 jot}{-6pt}
7689 \series default
7690  in TeX-mode.
7691  
7692 \series bold
7693
7694 \backslash
7695 jot
7696 \series default
7697  is set back after the formula to the standard value of 3
7698 \begin_inset space \thinspace{}
7699 \end_inset
7700
7701 pt using the same command.
7702  More about the row separation in formulas is explained in 
7703 \begin_inset CommandInset ref
7704 LatexCommand ref
7705 reference "sub:Line-Separation"
7706
7707 \end_inset
7708
7709 .
7710 \end_layout
7711
7712 \begin_layout Section
7713 Arrows
7714 \begin_inset Index
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718 Arrows
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \end_layout
7725
7726 \begin_layout Standard
7727 Arrows can be inserted via the math toolbar button 
7728 \begin_inset Graphics
7729         filename ../images/math/leftarrow.png
7730         scale 85
7731
7732 \end_inset
7733
7734  or the commands listed in the following subsections.
7735 \end_layout
7736
7737 \begin_layout Subsection
7738 Horizontal Arrows
7739 \begin_inset Index
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743 Arrows ! horizontal
7744 \end_layout
7745
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \begin_layout Standard
7752 \begin_inset space \hfill{}
7753 \end_inset
7754
7755
7756 \begin_inset Tabular
7757 <lyxtabular version="3" rows="8" columns="2">
7758 <features>
7759 <column alignment="center" valignment="top" width="0pt">
7760 <column alignment="center" valignment="top" width="0pt">
7761 <row>
7762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 Command
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Result
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 </row>
7781 <row>
7782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786
7787 \backslash
7788 gets
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 \begin_inset Formula $\gets$
7798 \end_inset
7799
7800
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 </row>
7806 <row>
7807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811
7812 \backslash
7813 Leftarrow
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822 \begin_inset Formula $\Leftarrow$
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 </row>
7831 <row>
7832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836
7837 \backslash
7838 longleftarrow
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Formula $\longleftarrow$
7848 \end_inset
7849
7850
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 </row>
7856 <row>
7857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861
7862 \backslash
7863 Longleftarrow
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 \begin_inset Formula $\Longleftarrow$
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 </row>
7881 <row>
7882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \backslash
7888 leftharpoonup
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 \begin_inset Formula $\leftharpoonup$
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911
7912 \backslash
7913 leftharpoondown
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 \begin_inset Formula $\leftharpoondown$
7923 \end_inset
7924
7925
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \backslash
7938 hookleftarrow
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 \begin_inset Formula $\hookleftarrow$
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954 </cell>
7955 </row>
7956 </lyxtabular>
7957
7958 \end_inset
7959
7960
7961 \begin_inset space \hfill{}
7962 \end_inset
7963
7964
7965 \begin_inset Tabular
7966 <lyxtabular version="3" rows="8" columns="2">
7967 <features>
7968 <column alignment="center" valignment="top" width="0pt">
7969 <column alignment="center" valignment="top" width="0pt">
7970 <row>
7971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Command
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 Result
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 to
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\to$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 Rightarrow
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\Rightarrow$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 longrightarrow
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\longrightarrow$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \backslash
8072 Longrightarrow
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 \begin_inset Formula $\Longrightarrow$
8082 \end_inset
8083
8084
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 </row>
8090 <row>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \backslash
8097 rightharpoonup
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 \begin_inset Formula $\rightharpoonup$
8107 \end_inset
8108
8109
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \backslash
8122 rightharpoondown
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 \begin_inset Formula $\rightharpoondown$
8132 \end_inset
8133
8134
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \backslash
8147 hookrightarrow
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 \begin_inset Formula $\hookrightarrow$
8157 \end_inset
8158
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 </row>
8165 </lyxtabular>
8166
8167 \end_inset
8168
8169
8170 \begin_inset space \hfill{}
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \begin_layout Standard
8177 \begin_inset space \hfill{}
8178 \end_inset
8179
8180
8181 \begin_inset Tabular
8182 <lyxtabular version="3" rows="6" columns="2">
8183 <features>
8184 <column alignment="center" valignment="top" width="0pt">
8185 <column alignment="center" valignment="top" width="0pt">
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Command
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Result
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \backslash
8213 leftrightarrow
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 \begin_inset Formula $\leftrightarrow$
8223 \end_inset
8224
8225
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \backslash
8238 Leftrightarrow
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 \begin_inset Formula $\Leftrightarrow$
8248 \end_inset
8249
8250
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \backslash
8263 longleftrightarrow
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 \begin_inset Formula $\longleftrightarrow$
8273 \end_inset
8274
8275
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 Longleftrightarrow
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\Longleftrightarrow$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 rightleftharpoons
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\rightleftharpoons$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 </lyxtabular>
8332
8333 \end_inset
8334
8335
8336 \begin_inset space \hspace{}
8337 \length 25pt
8338 \end_inset
8339
8340
8341 \begin_inset space \hfill{}
8342 \end_inset
8343
8344
8345 \begin_inset Tabular
8346 <lyxtabular version="3" rows="5" columns="2">
8347 <features>
8348 <column alignment="center" valignment="top" width="0pt">
8349 <column alignment="center" valignment="top" width="0pt">
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Command
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Result
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \backslash
8377 mapsto
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 \begin_inset Formula $\mapsto$
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 longmapsto
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\longmapsto$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 leadsto
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\leadsto$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 dasharrow
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\dasharrow$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 </lyxtabular>
8471
8472 \end_inset
8473
8474
8475 \begin_inset space \hfill{}
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \begin_layout Standard
8482 \begin_inset VSpace medskip
8483 \end_inset
8484
8485 Arrows used as accent like e.
8486 \begin_inset space \thinspace{}
8487 \end_inset
8488
8489 g.
8490 \begin_inset space ~
8491 \end_inset
8492
8493 vector arrows are listed in 
8494 \begin_inset CommandInset ref
8495 LatexCommand ref
8496 reference "sec:Accents"
8497
8498 \end_inset
8499
8500 .
8501 \end_layout
8502
8503 \begin_layout Standard
8504 \begin_inset VSpace bigskip
8505 \end_inset
8506
8507 Furthermore there are the labeled arrows
8508 \begin_inset Index
8509 status collapsed
8510
8511 \begin_layout Plain Layout
8512 Arrows ! labeled
8513 \end_layout
8514
8515 \end_inset
8516
8517  
8518 \series bold
8519
8520 \backslash
8521 xleftarrow
8522 \series default
8523
8524 \begin_inset Index
8525 status collapsed
8526
8527 \begin_layout Plain Layout
8528 Commands ! X ! 
8529 \backslash
8530 xleftarrow
8531 \end_layout
8532
8533 \end_inset
8534
8535  and 
8536 \series bold
8537
8538 \backslash
8539 xrightarrow
8540 \series default
8541
8542 \begin_inset Index
8543 status collapsed
8544
8545 \begin_layout Plain Layout
8546 Commands ! X ! 
8547 \backslash
8548 xrightarrow
8549 \begin_inset ERT
8550 status collapsed
8551
8552 \begin_layout Plain Layout
8553
8554
8555 \backslash
8556 vspace{4mm}
8557 \end_layout
8558
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565
8566 .
8567  When inserting one of these commands in a formula, an arrow with two blue
8568  boxes appear where the label can be inserted.
8569  The length of the arrow adapts to the label width.
8570 \end_layout
8571
8572 \begin_layout Standard
8573 \align center
8574 \begin_inset Tabular
8575 <lyxtabular version="3" rows="3" columns="2">
8576 <features>
8577 <column alignment="center" valignment="top" width="0pt">
8578 <column alignment="center" valignment="top" width="0pt">
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Command
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Result
8594 \begin_inset Note Note
8595 status collapsed
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600
8601 \backslash
8602 raisebox
8603 \series default
8604  is only used as spacer.
8605 \end_layout
8606
8607 \end_inset
8608
8609
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 </row>
8615 <row>
8616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 F(a)
8621 \backslash
8622 xleftarrow
8623 \begin_inset ERT
8624 status collapsed
8625
8626 \begin_layout Plain Layout
8627
8628
8629 \backslash
8630 spce 
8631 \end_layout
8632
8633 \end_inset
8634
8635 x=a
8636 \begin_inset Formula $\downarrow$
8637 \end_inset
8638
8639 x>0
8640 \begin_inset Formula $\to$
8641 \end_inset
8642
8643 F(x)
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8653 \end_inset
8654
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 F(x)
8667 \backslash
8668 xrightarrow
8669 \begin_inset ERT
8670 status collapsed
8671
8672 \begin_layout Plain Layout
8673
8674
8675 \backslash
8676 spce 
8677 \end_layout
8678
8679 \end_inset
8680
8681 x=a
8682 \begin_inset Formula $\downarrow$
8683 \end_inset
8684
8685 x>0
8686 \begin_inset Formula $\to$
8687 \end_inset
8688
8689 F(a)
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8699 \end_inset
8700
8701
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 </lyxtabular>
8708
8709 \end_inset
8710
8711
8712 \end_layout
8713
8714 \begin_layout Subsection
8715 Vertical and diagonal Arrows
8716 \begin_inset Index
8717 status collapsed
8718
8719 \begin_layout Plain Layout
8720 Arrows ! diagonal
8721 \end_layout
8722
8723 \end_inset
8724
8725
8726 \begin_inset Index
8727 status collapsed
8728
8729 \begin_layout Plain Layout
8730 Arrows ! vertical
8731 \end_layout
8732
8733 \end_inset
8734
8735
8736 \end_layout
8737
8738 \begin_layout Standard
8739 \begin_inset space \hfill{}
8740 \end_inset
8741
8742
8743 \begin_inset Tabular
8744 <lyxtabular version="3" rows="7" columns="2">
8745 <features>
8746 <column alignment="center" valignment="top" width="0pt">
8747 <column alignment="center" valignment="top" width="0pt">
8748 <row>
8749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 Command
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 Result
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773
8774 \backslash
8775 uparrow
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 \begin_inset Formula $\uparrow$
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \backslash
8800 Uparrow
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 \begin_inset Formula $\Uparrow$
8810 \end_inset
8811
8812
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \backslash
8825 updownarrow
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 \begin_inset Formula $\updownarrow$
8835 \end_inset
8836
8837
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \backslash
8850 Updownarrow
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 \begin_inset Formula $\Updownarrow$
8860 \end_inset
8861
8862
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \backslash
8875 Downarrow
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 \begin_inset Formula $\Downarrow$
8885 \end_inset
8886
8887
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 </row>
8893 <row>
8894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898
8899 \backslash
8900 downarrow
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 \begin_inset Formula $\downarrow$
8910 \end_inset
8911
8912
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 </row>
8918 </lyxtabular>
8919
8920 \end_inset
8921
8922
8923 \begin_inset space \hfill{}
8924 \end_inset
8925
8926
8927 \begin_inset Tabular
8928 <lyxtabular version="3" rows="5" columns="2">
8929 <features>
8930 <column alignment="center" valignment="top" width="0pt">
8931 <column alignment="center" valignment="top" width="0pt">
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 Command
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Result
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 </row>
8952 <row>
8953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957
8958 \backslash
8959 nearrow
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 \begin_inset Formula $\nearrow$
8969 \end_inset
8970
8971
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \backslash
8984 searrow
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 \begin_inset Formula $\searrow$
8994 \end_inset
8995
8996
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \backslash
9009 swarrow
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 \begin_inset Formula $\swarrow$
9019 \end_inset
9020
9021
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034 nwarrow
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 \begin_inset Formula $\nwarrow$
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 </lyxtabular>
9053
9054 \end_inset
9055
9056
9057 \begin_inset space \hfill{}
9058 \end_inset
9059
9060
9061 \end_layout
9062
9063 \begin_layout Standard
9064 \begin_inset VSpace medskip
9065 \end_inset
9066
9067 Vertical arrows can be used also as delimiter together with the commands
9068  described in 
9069 \begin_inset CommandInset ref
9070 LatexCommand ref
9071 reference "sub:Manual-Bracket-Size"
9072
9073 \end_inset
9074
9075  and 
9076 \begin_inset CommandInset ref
9077 LatexCommand ref
9078 reference "sub:Automatic-Bracket-Size"
9079
9080 \end_inset
9081
9082 .
9083 \end_layout
9084
9085 \begin_layout Standard
9086 \begin_inset Newpage newpage
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Section
9093 Accents
9094 \begin_inset CommandInset label
9095 LatexCommand label
9096 name "sec:Accents"
9097
9098 \end_inset
9099
9100
9101 \begin_inset Index
9102 status collapsed
9103
9104 \begin_layout Plain Layout
9105 Accents
9106 \end_layout
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \begin_layout Standard
9114 Accents can be inserted via the math toolbar button 
9115 \begin_inset Graphics
9116         filename ../images/math/hat.png
9117         scale 85
9118
9119 \end_inset
9120
9121  or the commands listed in the following subsections.
9122 \end_layout
9123
9124 \begin_layout Subsection
9125 Accents for one Character
9126 \begin_inset ERT
9127 status collapsed
9128
9129 \begin_layout Plain Layout
9130
9131
9132 \backslash
9133 texorpdfstring{
9134 \end_layout
9135
9136 \end_inset
9137
9138
9139 \begin_inset Foot
9140 status collapsed
9141
9142 \begin_layout Plain Layout
9143 accents in text see 
9144 \begin_inset CommandInset ref
9145 LatexCommand ref
9146 reference "sub:Accents-in-Text"
9147
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \end_inset
9154
9155
9156 \begin_inset ERT
9157 status collapsed
9158
9159 \begin_layout Plain Layout
9160
9161 }{}
9162 \end_layout
9163
9164 \end_inset
9165
9166
9167 \begin_inset Note Note
9168 status collapsed
9169
9170 \begin_layout Plain Layout
9171
9172 \backslash
9173 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9174 \end_layout
9175
9176 \begin_layout Plain Layout
9177 More about 
9178 \backslash
9179 texorpdfstring is in section 
9180 \begin_inset CommandInset ref
9181 LatexCommand ref
9182 reference "sub:Formulas-in-Section"
9183
9184 \end_inset
9185
9186 .
9187 \end_layout
9188
9189 \end_inset
9190
9191
9192 \begin_inset CommandInset label
9193 LatexCommand label
9194 name "sub:Accents-for-one"
9195
9196 \end_inset
9197
9198
9199 \begin_inset Index
9200 status collapsed
9201
9202 \begin_layout Plain Layout
9203 Accents ! for one character
9204 \end_layout
9205
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \begin_layout Standard
9212 \begin_inset space \hfill{}
9213 \end_inset
9214
9215
9216 \begin_inset Tabular
9217 <lyxtabular version="3" rows="8" columns="2">
9218 <features>
9219 <column alignment="center" valignment="top" width="0pt">
9220 <column alignment="center" valignment="top" width="0pt">
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Command
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 Result
9236 \begin_inset Note Note
9237 status collapsed
9238
9239 \begin_layout Plain Layout
9240
9241 \series bold
9242
9243 \backslash
9244 raisebox
9245 \series default
9246  is only used as spacer.
9247 \end_layout
9248
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 dot
9265 \begin_inset ERT
9266 status collapsed
9267
9268 \begin_layout Plain Layout
9269
9270
9271 \backslash
9272 spce 
9273 \end_layout
9274
9275 \end_inset
9276
9277 A
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 ddot
9303 \begin_inset ERT
9304 status collapsed
9305
9306 \begin_layout Plain Layout
9307
9308
9309 \backslash
9310 spce 
9311 \end_layout
9312
9313 \end_inset
9314
9315 A
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9325 \end_inset
9326
9327
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 </row>
9333 <row>
9334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9335 \begin_inset Text
9336
9337 \begin_layout Plain Layout
9338
9339 \backslash
9340 dddot
9341 \begin_inset ERT
9342 status collapsed
9343
9344 \begin_layout Plain Layout
9345
9346
9347 \backslash
9348 spce 
9349 \end_layout
9350
9351 \end_inset
9352
9353 A
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9363 \end_inset
9364
9365
9366 \end_layout
9367
9368 \end_inset
9369 </cell>
9370 </row>
9371 <row>
9372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376
9377 \backslash
9378 ddddot{A
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \backslash
9403 vec
9404 \begin_inset ERT
9405 status collapsed
9406
9407 \begin_layout Plain Layout
9408
9409
9410 \backslash
9411 spce 
9412 \end_layout
9413
9414 \end_inset
9415
9416 A
9417 \begin_inset Index
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421 Vectors
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row>
9445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \backslash
9451 bar
9452 \begin_inset ERT
9453 status collapsed
9454
9455 \begin_layout Plain Layout
9456
9457
9458 \backslash
9459 spce 
9460 \end_layout
9461
9462 \end_inset
9463
9464 A
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9474 \end_inset
9475
9476
9477 \end_layout
9478
9479 \end_inset
9480 </cell>
9481 </row>
9482 <row>
9483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487
9488 \backslash
9489 mathring
9490 \begin_inset ERT
9491 status collapsed
9492
9493 \begin_layout Plain Layout
9494
9495
9496 \backslash
9497 spce 
9498 \end_layout
9499
9500 \end_inset
9501
9502 A
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 </lyxtabular>
9521
9522 \end_inset
9523
9524
9525 \begin_inset space \hfill{}
9526 \end_inset
9527
9528
9529 \begin_inset Tabular
9530 <lyxtabular version="3" rows="7" columns="2">
9531 <features>
9532 <column alignment="center" valignment="top" width="0pt">
9533 <column alignment="center" valignment="top" width="0pt">
9534 <row>
9535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539 Command
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 Result
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 </row>
9554 <row>
9555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \backslash
9561 tilde
9562 \begin_inset ERT
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566
9567
9568 \backslash
9569 spce 
9570 \end_layout
9571
9572 \end_inset
9573
9574 A
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row>
9593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \backslash
9599 hat
9600 \begin_inset ERT
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604
9605
9606 \backslash
9607 spce 
9608 \end_layout
9609
9610 \end_inset
9611
9612 A
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9622 \end_inset
9623
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row>
9631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \backslash
9637 check
9638 \begin_inset ERT
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642
9643
9644 \backslash
9645 spce 
9646 \end_layout
9647
9648 \end_inset
9649
9650 A
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 </row>
9668 <row>
9669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9670 \begin_inset Text
9671
9672 \begin_layout Plain Layout
9673
9674 \backslash
9675 acute
9676 \begin_inset ERT
9677 status collapsed
9678
9679 \begin_layout Plain Layout
9680
9681
9682 \backslash
9683 spce 
9684 \end_layout
9685
9686 \end_inset
9687
9688 A
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 <row>
9707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711
9712 \backslash
9713 grave
9714 \begin_inset ERT
9715 status collapsed
9716
9717 \begin_layout Plain Layout
9718
9719
9720 \backslash
9721 spce 
9722 \end_layout
9723
9724 \end_inset
9725
9726 A
9727 \end_layout
9728
9729 \end_inset
9730 </cell>
9731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9732 \begin_inset Text
9733
9734 \begin_layout Plain Layout
9735 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 </row>
9744 <row>
9745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \backslash
9751 breve
9752 \begin_inset ERT
9753 status collapsed
9754
9755 \begin_layout Plain Layout
9756
9757
9758 \backslash
9759 spce 
9760 \end_layout
9761
9762 \end_inset
9763
9764 A
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 </lyxtabular>
9783
9784 \end_inset
9785
9786
9787 \begin_inset space \hfill{}
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \begin_layout Standard
9794 \begin_inset VSpace bigskip
9795 \end_inset
9796
9797 To create umlauts
9798 \begin_inset Index
9799 status collapsed
9800
9801 \begin_layout Plain Layout
9802 Umlauts
9803 \end_layout
9804
9805 \end_inset
9806
9807  in formulas, a quotation mark is inserted before the vowel.
9808  These two characters are then treated by LaTeX as 
9809 \emph on
9810 one
9811 \emph default
9812  character when the formula part with the umlaut is marked as German.
9813  In contrary to 
9814 \series bold
9815
9816 \backslash
9817 ddot
9818 \series default
9819 , with this method 
9820 \begin_inset Quotes eld
9821 \end_inset
9822
9823 real
9824 \begin_inset Quotes erd
9825 \end_inset
9826
9827  umlauts are created as demonstrated in the following example:
9828 \end_layout
9829
9830 \begin_layout Standard
9831 \begin_inset VSpace -2mm
9832 \end_inset
9833
9834
9835 \end_layout
9836
9837 \begin_layout Standard
9838 \align center
9839 \begin_inset Tabular
9840 <lyxtabular version="3" rows="3" columns="2">
9841 <features>
9842 <column alignment="center" valignment="top" width="0">
9843 <column alignment="center" valignment="top" width="0">
9844 <row>
9845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Command
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 Result
9859 \begin_inset Note Note
9860 status collapsed
9861
9862 \begin_layout Plain Layout
9863
9864 \series bold
9865
9866 \backslash
9867 raisebox
9868 \series default
9869  is only used as spacer.
9870 \end_layout
9871
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \lang ngerman
9887 \begin_inset Quotes grd
9888 \end_inset
9889
9890 i
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \lang ngerman
9901 \begin_inset Formula $"i$
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \backslash
9917 ddot
9918 \begin_inset ERT
9919 status collapsed
9920
9921 \begin_layout Plain Layout
9922
9923
9924 \backslash
9925 spce 
9926 \end_layout
9927
9928 \end_inset
9929
9930 i
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 </lyxtabular>
9949
9950 \end_inset
9951
9952
9953 \end_layout
9954
9955 \begin_layout Standard
9956 Another advantage to 
9957 \series bold
9958
9959 \backslash
9960 ddot
9961 \series default
9962  is that umlauts can directly be converted to mathematical text because
9963  the accent commands above are 
9964 \emph on
9965 not allowed
9966 \emph default
9967  
9968 \emph on
9969 in mathematical text
9970 \emph default
9971 .
9972  To convert an accented character to mathematical text, only the character
9973  under the accent may be converted.
9974  This applies also for all other conversions, e.
9975 \begin_inset space \thinspace{}
9976 \end_inset
9977
9978 g.
9979 \begin_inset space ~
9980 \end_inset
9981
9982 to italic or bold.
9983 \end_layout
9984
9985 \begin_layout Standard
9986 In mathematical text, umlauts and other accented characters can directly
9987  be inserted.
9988 \end_layout
9989
9990 \begin_layout Subsection
9991 Accents for Operators
9992 \begin_inset Index
9993 status collapsed
9994
9995 \begin_layout Plain Layout
9996 Accents ! for operators
9997 \end_layout
9998
9999 \end_inset
10000
10001
10002 \end_layout
10003
10004 \begin_layout Standard
10005 With the commands 
10006 \series bold
10007
10008 \backslash
10009 overset
10010 \series default
10011
10012 \begin_inset Index
10013 status collapsed
10014
10015 \begin_layout Plain Layout
10016 Commands ! O ! 
10017 \backslash
10018 overset
10019 \end_layout
10020
10021 \end_inset
10022
10023  and 
10024 \series bold
10025
10026 \backslash
10027 underset
10028 \series default
10029
10030 \begin_inset Index
10031 status collapsed
10032
10033 \begin_layout Plain Layout
10034 Commands ! U ! 
10035 \backslash
10036 underset
10037 \end_layout
10038
10039 \end_inset
10040
10041  characters can be placed above or below an operator, respectively, to accent
10042  it.
10043  With the command 
10044 \series bold
10045
10046 \backslash
10047 sideset
10048 \series default
10049
10050 \begin_inset Index
10051 status collapsed
10052
10053 \begin_layout Plain Layout
10054 Commands ! S ! 
10055 \backslash
10056 sideset
10057 \end_layout
10058
10059 \end_inset
10060
10061  characters can be set before and behind an operator.
10062  The command scheme is:
10063 \end_layout
10064
10065 \begin_layout Standard
10066
10067 \series bold
10068
10069 \backslash
10070 sideset{character
10071 \series default
10072  
10073 \series bold
10074 before}{character
10075 \series default
10076  
10077 \series bold
10078 behind}
10079 \end_layout
10080
10081 \begin_layout Standard
10082
10083 \series bold
10084
10085 \backslash
10086 sideset
10087 \series default
10088  must always be before the operator that should be accented.
10089  You can accent with several characters and even with other operators and
10090  symbols.
10091  To place with 
10092 \series bold
10093
10094 \backslash
10095 sideset
10096 \series default
10097  for example only characters behind an operator, write nothing between the
10098  first braces but don't omit the braces.
10099 \end_layout
10100
10101 \begin_layout Standard
10102 For example the command 
10103 \series bold
10104
10105 \backslash
10106 sideset{
10107 \begin_inset Formula $\to$
10108 \end_inset
10109
10110
10111 \backslash
10112 {
10113 \series default
10114 '
10115 \series bold
10116
10117 \begin_inset Formula $\to$
10118 \end_inset
10119
10120
10121 \backslash
10122 sum_k=1
10123 \begin_inset ERT
10124 status collapsed
10125
10126 \begin_layout Plain Layout
10127
10128
10129 \backslash
10130 spce 
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \series default
10137 ^
10138 \series bold
10139 n
10140 \series default
10141  produces:
10142 \begin_inset Formula \[
10143 \sideset{}{'}\sum_{k=1}^{n}\]
10144
10145 \end_inset
10146
10147
10148 \end_layout
10149
10150 \begin_layout Standard
10151 The command 
10152 \series bold
10153
10154 \backslash
10155 overset
10156 \begin_inset ERT
10157 status collapsed
10158
10159 \begin_layout Plain Layout
10160
10161
10162 \backslash
10163 spce 
10164 \end_layout
10165
10166 \end_inset
10167
10168
10169 \backslash
10170 maltese
10171 \begin_inset ERT
10172 status collapsed
10173
10174 \begin_layout Plain Layout
10175
10176
10177 \backslash
10178 spce 
10179 \end_layout
10180
10181 \end_inset
10182
10183
10184 \series default
10185
10186 \begin_inset Formula $\uparrow$
10187 \end_inset
10188
10189
10190 \series bold
10191 a
10192 \series default
10193  produces:
10194 \begin_inset Formula \[
10195 \overset{a}{\maltese}\]
10196
10197 \end_inset
10198
10199 As seen in the last example, with 
10200 \series bold
10201
10202 \backslash
10203 overset
10204 \series default
10205  and 
10206 \series bold
10207
10208 \backslash
10209 underset
10210 \series default
10211  also symbols and characters can be accented; with 
10212 \series bold
10213
10214 \backslash
10215 sideset
10216 \series default
10217  this is not possible.
10218 \end_layout
10219
10220 \begin_layout Subsection
10221 Accents for several Characters
10222 \begin_inset CommandInset label
10223 LatexCommand label
10224 name "sub:Accents-for-several"
10225
10226 \end_inset
10227
10228
10229 \begin_inset Index
10230 status collapsed
10231
10232 \begin_layout Plain Layout
10233 Accents ! for several characters
10234 \end_layout
10235
10236 \end_inset
10237
10238
10239 \end_layout
10240
10241 \begin_layout Standard
10242 \begin_inset space \hfill{}
10243 \end_inset
10244
10245
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="5" columns="2">
10248 <features>
10249 <column alignment="center" valignment="top" width="0pt">
10250 <column alignment="center" valignment="top" width="0pt">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Command
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Result
10266 \begin_inset Note Note
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272
10273 \backslash
10274 raisebox
10275 \series default
10276  is only used as spacer.
10277 \end_layout
10278
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \backslash
10294 overleftarrow
10295 \begin_inset ERT
10296 status collapsed
10297
10298 \begin_layout Plain Layout
10299
10300
10301 \backslash
10302 spce 
10303 \end_layout
10304
10305 \end_inset
10306
10307 A=B
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \backslash
10332 underleftarrow
10333 \begin_inset ERT
10334 status collapsed
10335
10336 \begin_layout Plain Layout
10337
10338
10339 \backslash
10340 spce 
10341 \end_layout
10342
10343 \end_inset
10344
10345 A=B
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10355 \end_inset
10356
10357
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \backslash
10370 overleftrightarrow
10371 \begin_inset ERT
10372 status collapsed
10373
10374 \begin_layout Plain Layout
10375
10376
10377 \backslash
10378 spce 
10379 \end_layout
10380
10381 \end_inset
10382
10383 A=B
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10393 \end_inset
10394
10395
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \backslash
10408 underleftrightarrow
10409 \begin_inset ERT
10410 status collapsed
10411
10412 \begin_layout Plain Layout
10413
10414
10415 \backslash
10416 spce 
10417 \end_layout
10418
10419 \end_inset
10420
10421 A=B
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 </row>
10439 </lyxtabular>
10440
10441 \end_inset
10442
10443
10444 \begin_inset space \hfill{}
10445 \end_inset
10446
10447
10448 \begin_inset Tabular
10449 <lyxtabular version="3" rows="5" columns="2">
10450 <features>
10451 <column alignment="center" valignment="top" width="0pt">
10452 <column alignment="center" valignment="top" width="0pt">
10453 <row>
10454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Command
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Result
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \backslash
10480 overrightarrow
10481 \begin_inset ERT
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485
10486
10487 \backslash
10488 spce 
10489 \end_layout
10490
10491 \end_inset
10492
10493 A=B
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \backslash
10518 underrightarrow
10519 \begin_inset ERT
10520 status collapsed
10521
10522 \begin_layout Plain Layout
10523
10524
10525 \backslash
10526 spce 
10527 \end_layout
10528
10529 \end_inset
10530
10531 A=B
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10541 \end_inset
10542
10543
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \backslash
10556 widetilde
10557 \begin_inset ERT
10558 status collapsed
10559
10560 \begin_layout Plain Layout
10561
10562
10563 \backslash
10564 spce 
10565 \end_layout
10566
10567 \end_inset
10568
10569 A=B
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10579 \end_inset
10580
10581
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \backslash
10594 widehat
10595 \begin_inset ERT
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600
10601 \backslash
10602 spce 
10603 \end_layout
10604
10605 \end_inset
10606
10607 A=B
10608 \end_layout
10609
10610 \end_inset
10611 </cell>
10612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10617 \end_inset
10618
10619
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 </row>
10625 </lyxtabular>
10626
10627 \end_inset
10628
10629
10630 \begin_inset space \hfill{}
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \begin_layout Standard
10637 \begin_inset VSpace medskip
10638 \end_inset
10639
10640 With these commands as many characters as you like can be accented.
10641  But the accents 
10642 \series bold
10643
10644 \backslash
10645 widetilde
10646 \series default
10647  and 
10648 \series bold
10649
10650 \backslash
10651 widehat
10652 \series default
10653  will only be set in the output with a length of three characters, as shown
10654  in the following example:
10655 \begin_inset Formula \[
10656 \widetilde{A+B=C-D}\]
10657
10658 \end_inset
10659
10660
10661 \end_layout
10662
10663 \begin_layout Standard
10664 With the commands 
10665 \series bold
10666
10667 \backslash
10668 overset
10669 \series default
10670
10671 \begin_inset Index
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675 Commands ! O ! 
10676 \backslash
10677 overset
10678 \end_layout
10679
10680 \end_inset
10681
10682  and 
10683 \series bold
10684
10685 \backslash
10686 underset
10687 \series default
10688
10689 \begin_inset Index
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693 Commands ! U ! 
10694 \backslash
10695 underset
10696 \end_layout
10697
10698 \end_inset
10699
10700  described in the previous subsection it is also possible to accent several
10701  characters.
10702  The command 
10703 \series bold
10704
10705 \backslash
10706 underset
10707 \begin_inset ERT
10708 status collapsed
10709
10710 \begin_layout Plain Layout
10711
10712
10713 \backslash
10714 spce 
10715 \end_layout
10716
10717 \end_inset
10718
10719 A=B
10720 \begin_inset Formula $\downarrow$
10721 \end_inset
10722
10723 ***
10724 \series default
10725  creates:
10726 \begin_inset Formula \[
10727 \underset{***}{A=B}\]
10728
10729 \end_inset
10730
10731
10732 \end_layout
10733
10734 \begin_layout Section
10735 Space
10736 \begin_inset CommandInset label
10737 LatexCommand label
10738 name "sub:Space"
10739
10740 \end_inset
10741
10742
10743 \begin_inset Index
10744 status collapsed
10745
10746 \begin_layout Plain Layout
10747 Space ! horizontal
10748 \end_layout
10749
10750 \end_inset
10751
10752
10753 \end_layout
10754
10755 \begin_layout Subsection
10756 Predefined Space
10757 \begin_inset CommandInset label
10758 LatexCommand label
10759 name "sub:Predefined-Space"
10760
10761 \end_inset
10762
10763
10764 \begin_inset Index
10765 status collapsed
10766
10767 \begin_layout Plain Layout
10768 Space ! horizontal ! predefined
10769 \end_layout
10770
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \begin_layout Standard
10777 Sometimes it is necessary to insert horizontal space to a formula.
10778  This is done by inserting a protected space (shortcut 
10779 \family sans
10780 Ctrl-Space
10781 \family default
10782 ).
10783  A blue 
10784 \begin_inset Quotes eld
10785 \end_inset
10786
10787
10788 \series bold
10789 \color blue
10790
10791 \begin_inset ERT
10792 status collapsed
10793
10794 \begin_layout Plain Layout
10795
10796
10797 \backslash
10798 spce 
10799 \end_layout
10800
10801 \end_inset
10802
10803
10804 \series default
10805 \color inherit
10806
10807 \begin_inset Quotes erd
10808 \end_inset
10809
10810  appears and by pressing 
10811 \family sans
10812 Space
10813 \family default
10814  several times one can select one of eight different space sizes.
10815  The spaces can also be inserted using the math toolbar button 
10816 \begin_inset Graphics
10817         filename ../images/math/space.png
10818         scale 85
10819
10820 \end_inset
10821
10822  or special commands.
10823  Independent from the inserted command, one can select the size again by
10824  pressing 
10825 \family sans
10826 Space
10827 \family default
10828  afterwards.
10829 \end_layout
10830
10831 \begin_layout Standard
10832 \noindent
10833 \align center
10834 \begin_inset VSpace -5mm
10835 \end_inset
10836
10837
10838 \begin_inset Tabular
10839 <lyxtabular version="3" rows="3" columns="7">
10840 <features>
10841 <column alignment="center" valignment="middle" width="6.8cm">
10842 <column alignment="center" valignment="top" width="0">
10843 <column alignment="center" valignment="top" width="0">
10844 <column alignment="center" valignment="top" width="0">
10845 <column alignment="center" valignment="top" width="0">
10846 <column alignment="center" valignment="top" width="0">
10847 <column alignment="center" valignment="top" width="0">
10848 <row>
10849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 Command
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \backslash
10864 ,
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \backslash
10875 :
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884
10885 \backslash
10886 ;
10887 \end_layout
10888
10889 \end_inset
10890 </cell>
10891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \backslash
10897 quad
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \backslash
10908 qquad
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917
10918 \backslash
10919 !
10920 \end_layout
10921
10922 \end_inset
10923 </cell>
10924 </row>
10925 <row>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 Number of 
10931 \family sans
10932 Space
10933 \family default
10934  keystrokes after inserting the protected space
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 0
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 1
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 2
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 3
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 4
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 5
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 <row>
10995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 Result
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 \begin_inset Formula $A\, B$
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 \begin_inset Formula $A\: B$
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 \begin_inset Formula $A\; B$
11033 \end_inset
11034
11035
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 \begin_inset Formula $A\quad B$
11045 \end_inset
11046
11047
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 \begin_inset Formula $A\qquad B$
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068 \begin_inset Formula $A\! B$
11069 \end_inset
11070
11071
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 </row>
11077 </lyxtabular>
11078
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Standard
11085 The last size seem to produce no space.
11086  It is displayed red in LyX contrary to the other sizes, because it is a
11087  negative space.
11088  There are two more negative spaces:
11089 \end_layout
11090
11091 \begin_layout Standard
11092 \align center
11093 \begin_inset Tabular
11094 <lyxtabular version="3" rows="3" columns="3">
11095 <features>
11096 <column alignment="center" valignment="middle" width="6.8cm">
11097 <column alignment="center" valignment="top" width="0pt">
11098 <column alignment="center" valignment="top" width="0pt">
11099 <row>
11100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Command
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113
11114 \backslash
11115 negmedspace
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \backslash
11126 negthickspace
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 <row>
11133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 Number of 
11138 \family sans
11139 Space
11140 \family default
11141  keystrokes after inserting the protected space
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 6
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 7
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 Result
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 \begin_inset Formula $A\negmedspace B$
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 \begin_inset Formula $A\negthickspace B$
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 </lyxtabular>
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Standard
11208 Negative spaces can lead to characters overlapping each other.
11209  Thus they can be used to enforce ligatures, what is e.
11210 \begin_inset space \thinspace{}
11211 \end_inset
11212
11213 g.
11214 \begin_inset space ~
11215 \end_inset
11216
11217 useful for summation operators: 
11218 \end_layout
11219
11220 \begin_layout Standard
11221 \align center
11222 \begin_inset Tabular
11223 <lyxtabular version="3" rows="3" columns="2">
11224 <features>
11225 <column alignment="center" valignment="top" width="0">
11226 <column alignment="center" valignment="top" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 Command
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 Result
11242 \begin_inset Note Note
11243 status collapsed
11244
11245 \begin_layout Plain Layout
11246
11247 \series bold
11248
11249 \backslash
11250 raisebox
11251 \series default
11252  is only used as spacer.
11253 \end_layout
11254
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 <row>
11264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268
11269 \backslash
11270 sum
11271 \backslash
11272 sum
11273 \begin_inset ERT
11274 status collapsed
11275
11276 \begin_layout Plain Layout
11277
11278
11279 \backslash
11280 spce 
11281 \end_layout
11282
11283 \end_inset
11284
11285 f_kl
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11295 \end_inset
11296
11297
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308
11309 \backslash
11310 sum
11311 \backslash
11312 negmedspace
11313 \backslash
11314 sum
11315 \begin_inset ERT
11316 status collapsed
11317
11318 \begin_layout Plain Layout
11319
11320
11321 \backslash
11322 spce 
11323 \end_layout
11324
11325 \end_inset
11326
11327 f_kl
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 </row>
11345 </lyxtabular>
11346
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \begin_layout Standard
11353 Relations like for example equal signs, are always surrounded by space.
11354  To suppress this, the equal sign is placed into a TeX-brace.
11355  The following example demonstrates this:
11356 \end_layout
11357
11358 \begin_layout Standard
11359 \align center
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="2" columns="2">
11362 <features>
11363 <column alignment="center" valignment="top" width="0pt">
11364 <column alignment="center" valignment="top" width="0pt">
11365 <row>
11366 <cell alignment="center" valignment="top" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 normal equation
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell alignment="center" valignment="top" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379 \begin_inset Formula $A=B$
11380 \end_inset
11381
11382
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 </row>
11388 <row>
11389 <cell alignment="center" valignment="top" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 \begin_inset Note Note
11394 status collapsed
11395
11396 \begin_layout Plain Layout
11397
11398 \series bold
11399
11400 \backslash
11401 raisebox
11402 \series default
11403  is only used as spacer.
11404 \end_layout
11405
11406 \end_inset
11407
11408
11409 \begin_inset Formula $\raisebox{5mm}{}$
11410 \end_inset
11411
11412 equation without space
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 \begin_inset Formula $A{=}B$
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 </lyxtabular>
11431
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \begin_layout Standard
11438 \noindent
11439 The command for the last formula is: 
11440 \series bold
11441 A
11442 \backslash
11443 {=
11444 \begin_inset Formula $\to$
11445 \end_inset
11446
11447 B
11448 \end_layout
11449
11450 \begin_layout Standard
11451 \begin_inset VSpace bigskip
11452 \end_inset
11453
11454 Spaces are needed for physical units, because the space between the value
11455  and the unit is the smallest one and not a normal space.
11456  For units in text, the smallest space is inserted via the menu 
11457 \family sans
11458 Insert\SpecialChar \menuseparator
11459 Formatting\SpecialChar \menuseparator
11460 Thin
11461 \begin_inset space ~
11462 \end_inset
11463
11464 Space
11465 \family default
11466  (shortcut 
11467 \family sans
11468 Ctrl-Shift-Space
11469 \family default
11470 ).
11471 \end_layout
11472
11473 \begin_layout Standard
11474 An example to visualize the difference:
11475 \end_layout
11476
11477 \begin_layout Standard
11478 \begin_inset Tabular
11479 <lyxtabular version="3" rows="2" columns="2">
11480 <features>
11481 <column alignment="left" valignment="top" width="0">
11482 <column alignment="left" valignment="top" width="0">
11483 <row>
11484 <cell alignment="center" valignment="top" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 24 kW
11489 \begin_inset Formula $\cdot$
11490 \end_inset
11491
11492 h
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 space between value and unit
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 24
11513 \begin_inset space \thinspace{}
11514 \end_inset
11515
11516 kW
11517 \begin_inset Formula $\cdot$
11518 \end_inset
11519
11520 h
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529 smallest space between value and unit
11530 \end_layout
11531
11532 \end_inset
11533 </cell>
11534 </row>
11535 </lyxtabular>
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Subsection
11543 Variable Space
11544 \begin_inset ERT
11545 status collapsed
11546
11547 \begin_layout Plain Layout
11548
11549
11550 \backslash
11551 texorpdfstring{
11552 \end_layout
11553
11554 \end_inset
11555
11556
11557 \begin_inset Foot
11558 status collapsed
11559
11560 \begin_layout Plain Layout
11561 for vertical space in formulas see 
11562 \begin_inset CommandInset ref
11563 LatexCommand ref
11564 reference "sub:Line-Separation"
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \begin_inset ERT
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578
11579 }{}
11580 \end_layout
11581
11582 \end_inset
11583
11584
11585 \begin_inset Note Note
11586 status collapsed
11587
11588 \begin_layout Plain Layout
11589
11590 \backslash
11591 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11592 \end_layout
11593
11594 \begin_layout Plain Layout
11595 More about 
11596 \backslash
11597 texorpdfstring is in section 
11598 \begin_inset CommandInset ref
11599 LatexCommand ref
11600 reference "sub:Formulas-in-Section"
11601
11602 \end_inset
11603
11604 .
11605 \end_layout
11606
11607 \end_inset
11608
11609
11610 \begin_inset CommandInset label
11611 LatexCommand label
11612 name "sub:Variable-Space"
11613
11614 \end_inset
11615
11616
11617 \begin_inset Index
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621 Space ! horizontal ! variable
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \begin_layout Standard
11630 Space with a defined length can be inserted in LyX with the command
11631 \begin_inset Newline newline
11632 \end_inset
11633
11634
11635 \series bold
11636
11637 \backslash
11638 hspace{length}
11639 \series default
11640
11641 \begin_inset Index
11642 status collapsed
11643
11644 \begin_layout Plain Layout
11645 Commands ! H ! 
11646 \backslash
11647 hspace
11648 \end_layout
11649
11650 \end_inset
11651
11652 .
11653  For the length all units listed in 
11654 \begin_inset CommandInset ref
11655 LatexCommand ref
11656 reference "tab:Used-units"
11657
11658 \end_inset
11659
11660  are allowed, except of the unit 
11661 \begin_inset Quotes eld
11662 \end_inset
11663
11664 mu
11665 \begin_inset Quotes erd
11666 \end_inset
11667
11668 .
11669  The length may also be negative.
11670  To insert so many space that the formula uses all available space, the
11671  command 
11672 \series bold
11673
11674 \backslash
11675 hfill
11676 \series default
11677
11678 \begin_inset Index
11679 status collapsed
11680
11681 \begin_layout Plain Layout
11682 Commands ! H ! 
11683 \backslash
11684 hfill
11685 \end_layout
11686
11687 \end_inset
11688
11689  is used.
11690 \end_layout
11691
11692 \begin_layout Standard
11693 \begin_inset VSpace -1mm
11694 \end_inset
11695
11696
11697 \end_layout
11698
11699 \begin_layout Standard
11700 \align center
11701 \begin_inset Tabular
11702 <lyxtabular version="3" rows="4" columns="2">
11703 <features>
11704 <column alignment="center" valignment="top" width="0">
11705 <column alignment="center" valignment="top" width="0">
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 Command
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 Result
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731 A=B
11732 \backslash
11733 hspace{3cm
11734 \begin_inset Formula $\to$
11735 \end_inset
11736
11737 A
11738 \backslash
11739 not=C
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 </row>
11757 <row>
11758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 A
11763 \backslash
11764 hspace{-1mm
11765 \begin_inset Formula $\to$
11766 \end_inset
11767
11768 A
11769 \backslash
11770 not=A
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 <row>
11789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 A=A
11794 \backslash
11795 hfill
11796 \begin_inset ERT
11797 status collapsed
11798
11799 \begin_layout Plain Layout
11800
11801
11802 \backslash
11803 spce 
11804 \end_layout
11805
11806 \end_inset
11807
11808 B=B
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 \begin_inset Formula $A=A\hfill B=B$
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 </row>
11826 </lyxtabular>
11827
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 In the last example the available space is given by the longest column entry
11835  of the table.
11836  In an inline formula the space depends on the length of the line in which
11837  
11838 \series bold
11839
11840 \backslash
11841 hfill
11842 \series default
11843  is inserted.
11844  Thus, when the line uses the full width, no space will be created.
11845  
11846 \series bold
11847
11848 \backslash
11849 hfill
11850 \series default
11851  only has an effect on displayed formulas when the formula style 
11852 \series bold
11853 Indented
11854 \series default
11855  is used.
11856  (Formula styles are explained in 
11857 \begin_inset CommandInset ref
11858 LatexCommand ref
11859 reference "sec:Formula-Styles"
11860
11861 \end_inset
11862
11863 .)
11864 \end_layout
11865
11866 \begin_layout Standard
11867 For text, variable space can be inserted via the menu 
11868 \family sans
11869 Insert\SpecialChar \menuseparator
11870 Formatting\SpecialChar \menuseparator
11871 Horizontal
11872 \begin_inset space ~
11873 \end_inset
11874
11875 Space
11876 \family default
11877 , what is not possible in formulas:
11878 \end_layout
11879
11880 \begin_layout Standard
11881 This is a line with
11882 \begin_inset space \hspace{}
11883 \length 2cm
11884 \end_inset
11885
11886 2
11887 \begin_inset space \thinspace{}
11888 \end_inset
11889
11890 cm space.
11891 \end_layout
11892
11893 \begin_layout Standard
11894 This is a line with
11895 \begin_inset space \hfill{}
11896 \end_inset
11897
11898 maximum space.
11899 \end_layout
11900
11901 \begin_layout Subsection
11902 Space besides inline Formulas
11903 \begin_inset Index
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907 Space ! besides inline formulas
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916 The space that surrounds inline formulas can be adjusted with the length
11917  
11918 \series bold
11919
11920 \backslash
11921 mathsurround
11922 \begin_inset Index
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926 Commands ! M ! 
11927 \backslash
11928 mathsurround
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \series default
11935 .
11936  The value of a length is set with the command 
11937 \series bold
11938
11939 \backslash
11940 setlength
11941 \begin_inset Index
11942 status collapsed
11943
11944 \begin_layout Plain Layout
11945 Commands ! S ! 
11946 \backslash
11947 setlength
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \series default
11954  that has the following scheme:
11955 \end_layout
11956
11957 \begin_layout Standard
11958
11959 \series bold
11960
11961 \backslash
11962 setlength{length name}{value}
11963 \end_layout
11964
11965 \begin_layout Standard
11966 To set 
11967 \series bold
11968
11969 \backslash
11970 mathsurround
11971 \series default
11972  to the value 5
11973 \begin_inset space \thinspace{}
11974 \end_inset
11975
11976 mm, the command
11977 \end_layout
11978
11979 \begin_layout Standard
11980
11981 \series bold
11982
11983 \backslash
11984 setlength{
11985 \backslash
11986 mathsurround}{5mm}
11987 \end_layout
11988
11989 \begin_layout Standard
11990 is inserted in TeX-mode.
11991  5
11992 \begin_inset space \thinspace{}
11993 \end_inset
11994
11995 mm space will now be set around all inline formulas:
11996 \begin_inset ERT
11997 status collapsed
11998
11999 \begin_layout Plain Layout
12000
12001
12002 \backslash
12003 setlength{
12004 \backslash
12005 mathsurround}{5mm}
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 This is a line with an inline formula 
12015 \begin_inset Formula $A=B$
12016 \end_inset
12017
12018  with 5
12019 \begin_inset space \thinspace{}
12020 \end_inset
12021
12022 mm surrounding space.
12023 \begin_inset ERT
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028
12029 \backslash
12030 setlength{
12031 \backslash
12032 mathsurround}{0pt}
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \begin_layout Standard
12041 To return to the predefined value, 
12042 \series bold
12043
12044 \backslash
12045 mathsurround
12046 \series default
12047  is set to the value 0
12048 \begin_inset space \thinspace{}
12049 \end_inset
12050
12051 pt.
12052 \end_layout
12053
12054 \begin_layout Section
12055 Boxes and Frames
12056 \begin_inset Index
12057 status collapsed
12058
12059 \begin_layout Plain Layout
12060 Boxes
12061 \end_layout
12062
12063 \end_inset
12064
12065
12066 \begin_inset Index
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Frames | see
12071 \begin_inset ERT
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075
12076 {
12077 \end_layout
12078
12079 \end_inset
12080
12081 Boxes
12082 \begin_inset ERT
12083 status collapsed
12084
12085 \begin_layout Plain Layout
12086
12087 }
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \end_inset
12096
12097
12098 \end_layout
12099
12100 \begin_layout Standard
12101 Boxes for text are described in chapter 
12102 \family typewriter
12103 Boxes
12104 \family default
12105  in the 
12106 \family typewriter
12107 Embedded
12108 \begin_inset space ~
12109 \end_inset
12110
12111 Objects
12112 \family default
12113  manual.
12114 \end_layout
12115
12116 \begin_layout Subsection
12117 Boxes with Frame
12118 \begin_inset CommandInset label
12119 LatexCommand label
12120 name "sub:Boxes-with-Frame"
12121
12122 \end_inset
12123
12124
12125 \begin_inset Index
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129 Boxes ! with frame
12130 \end_layout
12131
12132 \end_inset
12133
12134
12135 \end_layout
12136
12137 \begin_layout Standard
12138 It is possible to frame formulas or parts of it with the commands 
12139 \series bold
12140
12141 \backslash
12142 fbox
12143 \series default
12144
12145 \begin_inset Index
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Commands ! F ! 
12150 \backslash
12151 fbox
12152 \end_layout
12153
12154 \end_inset
12155
12156  and 
12157 \series bold
12158
12159 \backslash
12160 boxed
12161 \series default
12162
12163 \begin_inset Index
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167 Commands ! B ! 
12168 \backslash
12169 boxed
12170 \end_layout
12171
12172 \end_inset
12173
12174 .
12175 \end_layout
12176
12177 \begin_layout Standard
12178 When one of these commands is inserted to a formula, a blue box appears
12179  within a frame to enter formula parts.
12180  For 
12181 \series bold
12182
12183 \backslash
12184 fbox
12185 \series default
12186  an additional formula has to be created by 
12187 \family sans
12188 Ctrl-m
12189 \family default
12190  within this box
12191 \begin_inset Foot
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Due to a bug in LyX it is not possible to create a new formula with 
12196 \family sans
12197 Ctrl-m
12198 \family default
12199 , see 
12200 \begin_inset CommandInset href
12201 LatexCommand href
12202 name "LyX-bug #1435"
12203 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12204
12205 \end_inset
12206
12207 .
12208 \end_layout
12209
12210 \end_inset
12211
12212 , because the box content will otherwise be treated as mathematical text.
12213  When 
12214 \series bold
12215
12216 \backslash
12217 boxed
12218 \series default
12219  is used, a new formula is automatically created inside the frame.
12220 \end_layout
12221
12222 \begin_layout Standard
12223 The command 
12224 \series bold
12225
12226 \backslash
12227 fbox
12228 \series default
12229  is not suitable to frame displayed formulas, because the formula will always
12230  be set in the size of the text.
12231  
12232 \series bold
12233
12234 \backslash
12235 boxed
12236 \series default
12237  is in contrary not suitable to frame inline formulas, because the formula
12238  will always be set in the size of a displayed formula.
12239 \end_layout
12240
12241 \begin_layout Standard
12242 As extension to 
12243 \series bold
12244
12245 \backslash
12246 fbox
12247 \series default
12248  there is the command 
12249 \series bold
12250
12251 \backslash
12252 framebox
12253 \series default
12254
12255 \begin_inset Index
12256 status collapsed
12257
12258 \begin_layout Plain Layout
12259 Commands ! F ! 
12260 \backslash
12261 framebox
12262 \end_layout
12263
12264 \end_inset
12265
12266  where additionally the frame width and the alignment can be specified.
12267  
12268 \series bold
12269
12270 \backslash
12271 framebox
12272 \series default
12273  is used in the following scheme:
12274 \end_layout
12275
12276 \begin_layout Standard
12277
12278 \series bold
12279
12280 \backslash
12281 framebox[frame width][position]{box content}
12282 \end_layout
12283
12284 \begin_layout Standard
12285 The position can either be 
12286 \emph on
12287 l
12288 \emph default
12289  or 
12290 \emph on
12291 r
12292 \emph default
12293 .
12294  
12295 \emph on
12296 l
12297 \emph default
12298  left aligns, 
12299 \emph on
12300 r
12301 \emph default
12302  right aligns the formula in the box.
12303  When no position is given, the formula will be centered.
12304 \begin_inset Newline newline
12305 \end_inset
12306
12307 Is no width given, also no position can be given.
12308  In this case the frame width is adjusted to the box content like for 
12309 \series bold
12310
12311 \backslash
12312 fbox
12313 \series default
12314 .
12315 \end_layout
12316
12317 \begin_layout Standard
12318 When the command 
12319 \series bold
12320
12321 \backslash
12322 framebox
12323 \series default
12324  is inserted, a box appears containing three blue boxes.
12325  The first two boxes are surrounded by brackets and denote the two optional
12326  arguments.
12327  The third box is for formula parts like for 
12328 \series bold
12329
12330 \backslash
12331 fbox
12332 \series default
12333 .
12334 \end_layout
12335
12336 \begin_layout Standard
12337 \align center
12338 \begin_inset Note Note
12339 status open
12340
12341 \begin_layout Plain Layout
12342 The table has been set into a minipage to make the footnote appearing.
12343  Otherwise the footnote text would not be displayed.
12344 \end_layout
12345
12346 \end_inset
12347
12348
12349 \begin_inset Box Frameless
12350 position "c"
12351 hor_pos "c"
12352 has_inner_box 1
12353 inner_pos "c"
12354 use_parbox 0
12355 width "100col%"
12356 special "none"
12357 height "1in"
12358 height_special "totalheight"
12359 status open
12360
12361 \begin_layout Plain Layout
12362 \align center
12363 \begin_inset Tabular
12364 <lyxtabular version="3" rows="5" columns="2">
12365 <features>
12366 <column alignment="center" valignment="top" width="0">
12367 <column alignment="center" valignment="top" width="0">
12368 <row>
12369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Plain Layout
12373 Command
12374 \begin_inset Foot
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 Due to a bug in LyX it is not possible to create a new formula with 
12379 \family sans
12380 Ctrl-m
12381 \family default
12382 , see 
12383 \begin_inset CommandInset href
12384 LatexCommand href
12385 name "LyX-bug #1435"
12386 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12387
12388 \end_inset
12389
12390 .
12391 \end_layout
12392
12393 \end_inset
12394
12395
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 Result
12405 \begin_inset Note Note
12406 status collapsed
12407
12408 \begin_layout Plain Layout
12409
12410 \series bold
12411
12412 \backslash
12413 raisebox
12414 \series default
12415  is only used as spacer.
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 </row>
12426 <row>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431
12432 \backslash
12433 fbox
12434 \begin_inset ERT
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438
12439
12440 \backslash
12441 spce 
12442 \end_layout
12443
12444 \end_inset
12445
12446
12447 \family sans
12448 Ctrl-m
12449 \family default
12450  
12451 \backslash
12452 int
12453 \begin_inset ERT
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457
12458
12459 \backslash
12460 spce 
12461 \end_layout
12462
12463 \end_inset
12464
12465 A=B
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12475
12476 \end_inset
12477
12478
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489
12490 \backslash
12491 boxed
12492 \begin_inset ERT
12493 status collapsed
12494
12495 \begin_layout Plain Layout
12496
12497
12498 \backslash
12499 spce 
12500 \end_layout
12501
12502 \end_inset
12503
12504
12505 \backslash
12506 int
12507 \begin_inset ERT
12508 status collapsed
12509
12510 \begin_layout Plain Layout
12511
12512
12513 \backslash
12514 spce 
12515 \end_layout
12516
12517 \end_inset
12518
12519 A=B
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12529 \end_inset
12530
12531
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 </row>
12537 <row>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 A+
12543 \backslash
12544 fbox
12545 \begin_inset ERT
12546 status collapsed
12547
12548 \begin_layout Plain Layout
12549
12550
12551 \backslash
12552 spce 
12553 \end_layout
12554
12555 \end_inset
12556
12557 B
12558 \end_layout
12559
12560 \end_inset
12561 </cell>
12562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12563 \begin_inset Text
12564
12565 \begin_layout Plain Layout
12566 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12567 \end_inset
12568
12569
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 </row>
12575 <row>
12576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12577 \begin_inset Text
12578
12579 \begin_layout Plain Layout
12580
12581 \backslash
12582 framebox
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588
12589 \backslash
12590 spce 
12591 \end_layout
12592
12593 \end_inset
12594
12595 20mm
12596 \begin_inset Formula $\to$
12597 \end_inset
12598
12599
12600 \begin_inset Formula $\to$
12601 \end_inset
12602
12603
12604 \family sans
12605 Ctrl-m
12606 \family default
12607  
12608 \backslash
12609 frac
12610 \begin_inset ERT
12611 status collapsed
12612
12613 \begin_layout Plain Layout
12614
12615
12616 \backslash
12617 spce 
12618 \end_layout
12619
12620 \end_inset
12621
12622 A
12623 \begin_inset Formula $\downarrow$
12624 \end_inset
12625
12626 B
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 \begin_inset Formula $\raisebox{6mm}{}$
12636 \end_inset
12637
12638
12639 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12640 \end_inset
12641
12642
12643 \begin_inset Formula $\raisebox{-4mm}{}$
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 </lyxtabular>
12653
12654 \end_inset
12655
12656
12657 \end_layout
12658
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \begin_layout Standard
12665 The frame thickness can also be adjusted.
12666  To do this the following commands have to be inserted in TeX-mode before
12667  the formula
12668 \end_layout
12669
12670 \begin_layout Standard
12671
12672 \series bold
12673
12674 \backslash
12675 fboxrule
12676 \series default
12677  
12678 \series bold
12679
12680 \begin_inset Quotes eld
12681 \end_inset
12682
12683 thickness
12684 \begin_inset Quotes erd
12685 \end_inset
12686
12687
12688 \series default
12689  
12690 \series bold
12691
12692 \backslash
12693 fboxsep
12694 \series default
12695  
12696 \series bold
12697
12698 \begin_inset Quotes eld
12699 \end_inset
12700
12701 distance
12702 \begin_inset Quotes erd
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 \begin_inset Quotes eld
12710 \end_inset
12711
12712 distance
12713 \begin_inset Quotes erd
12714 \end_inset
12715
12716  specifies the minimal distance between the frame and the first character
12717  in the box.
12718  An example for this is the following framed formula:
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724
12725 \backslash
12726 fboxrule 2mm 
12727 \backslash
12728 fboxsep 3mm
12729 \end_layout
12730
12731 \end_inset
12732
12733
12734 \begin_inset Formula \[
12735 \boxed{A+B=C}\]
12736
12737 \end_inset
12738
12739 Before this formula the commands
12740 \end_layout
12741
12742 \begin_layout Standard
12743
12744 \series bold
12745
12746 \backslash
12747 fboxrule
12748 \series default
12749  
12750 \series bold
12751 2mm
12752 \series default
12753  
12754 \series bold
12755
12756 \backslash
12757 fboxsep
12758 \series default
12759  
12760 \series bold
12761 3mm
12762 \end_layout
12763
12764 \begin_layout Standard
12765 were inserted in TeX-mode.
12766  The given values are used for all following boxes.
12767 \end_layout
12768
12769 \begin_layout Standard
12770 To return to the standard frame size, the command
12771 \end_layout
12772
12773 \begin_layout Standard
12774
12775 \series bold
12776
12777 \backslash
12778 fboxrule
12779 \series default
12780  
12781 \series bold
12782 0.4pt
12783 \series default
12784  
12785 \series bold
12786
12787 \backslash
12788 fboxsep
12789 \series default
12790  
12791 \series bold
12792 3pt
12793 \series default
12794
12795 \begin_inset ERT
12796 status collapsed
12797
12798 \begin_layout Plain Layout
12799
12800
12801 \backslash
12802 fboxrule 0.4pt 
12803 \backslash
12804 fboxsep 3pt
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \begin_layout Standard
12813 is inserted in TeX-mode before the next formula.
12814 \end_layout
12815
12816 \begin_layout Subsection
12817 Boxes without Frame
12818 \begin_inset CommandInset label
12819 LatexCommand label
12820 name "sub:Boxes-without-Frame"
12821
12822 \end_inset
12823
12824
12825 \begin_inset Index
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829 Boxes ! without frame
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \end_layout
12836
12837 \begin_layout Standard
12838 For boxes without a frame there are the following box commands: 
12839 \series bold
12840
12841 \backslash
12842 mbox
12843 \series default
12844
12845 \begin_inset Index
12846 status collapsed
12847
12848 \begin_layout Plain Layout
12849 Commands ! M ! 
12850 \backslash
12851 mbox
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \series bold
12858
12859 \backslash
12860 makebox
12861 \series default
12862
12863 \begin_inset Index
12864 status collapsed
12865
12866 \begin_layout Plain Layout
12867 Commands ! M ! 
12868 \backslash
12869 makebox
12870 \end_layout
12871
12872 \end_inset
12873
12874 , and 
12875 \series bold
12876
12877 \backslash
12878 raisebox
12879 \series default
12880
12881 \begin_inset Index
12882 status collapsed
12883
12884 \begin_layout Plain Layout
12885 Commands ! R ! 
12886 \backslash
12887 raisebox
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \end_layout
12894
12895 \begin_layout Standard
12896 With 
12897 \series bold
12898
12899 \backslash
12900 raisebox
12901 \series default
12902  a box can be super- or subscripted.
12903  But in contrary to normal super- and subscripting, the characters in the
12904  box keep their font size.
12905  
12906 \series bold
12907
12908 \backslash
12909 raisebox
12910 \series default
12911  is used in the following scheme:
12912 \end_layout
12913
12914 \begin_layout Standard
12915
12916 \series bold
12917
12918 \backslash
12919 raisebox{height}{box content}
12920 \end_layout
12921
12922 \begin_layout Standard
12923 When the box should contain a formula, an extra formula is needed like for
12924  
12925 \series bold
12926
12927 \backslash
12928 fbox
12929 \series default
12930 .
12931 \end_layout
12932
12933 \begin_layout Standard
12934 \align center
12935 \begin_inset Tabular
12936 <lyxtabular version="3" rows="4" columns="2">
12937 <features>
12938 <column alignment="center" valignment="top" width="0">
12939 <column alignment="center" valignment="top" width="0">
12940 <row>
12941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12942 \begin_inset Text
12943
12944 \begin_layout Plain Layout
12945 Command
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 Result
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 </row>
12960 <row>
12961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12962 \begin_inset Text
12963
12964 \begin_layout Plain Layout
12965 H
12966 \backslash
12967 raisebox{2mm
12968 \begin_inset Formula $\to$
12969 \end_inset
12970
12971
12972 \backslash
12973 {al
12974 \begin_inset Formula $\to$
12975 \end_inset
12976
12977  lo
12978 \end_layout
12979
12980 \end_inset
12981 </cell>
12982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12983 \begin_inset Text
12984
12985 \begin_layout Plain Layout
12986 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \end_inset
12993 </cell>
12994 </row>
12995 <row>
12996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12997 \begin_inset Text
12998
12999 \begin_layout Plain Layout
13000 H
13001 \backslash
13002 raisebox{-2mm
13003 \begin_inset Formula $\to$
13004 \end_inset
13005
13006
13007 \backslash
13008 {al
13009 \begin_inset Formula $\to$
13010 \end_inset
13011
13012 lo
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 </row>
13030 <row>
13031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 A=
13036 \backslash
13037 raisebox{-2mm
13038 \begin_inset Formula $\to$
13039 \end_inset
13040
13041
13042 \backslash
13043 {
13044 \family sans
13045 Ctrl-m
13046 \family default
13047  
13048 \backslash
13049 sqrt
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055
13056 \backslash
13057 spce 
13058 \end_layout
13059
13060 \end_inset
13061
13062
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Plain Layout
13071 \begin_inset ERT
13072 status collapsed
13073
13074 \begin_layout Plain Layout
13075
13076 $A=
13077 \backslash
13078 raisebox{-2mm}{$
13079 \backslash
13080 sqrt{B}$}$
13081 \end_layout
13082
13083 \end_inset
13084
13085
13086 \end_layout
13087
13088 \end_inset
13089 </cell>
13090 </row>
13091 </lyxtabular>
13092
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \begin_layout Standard
13099 The last formula can currently only be created using TeX-mode because LyX
13100  inserts a box instead of the needed extra formula.
13101 \begin_inset Foot
13102 status collapsed
13103
13104 \begin_layout Plain Layout
13105 see 
13106 \begin_inset CommandInset href
13107 LatexCommand href
13108 name "LyX-bug #1435"
13109 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13110
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \begin_layout Standard
13122 The command 
13123 \series bold
13124
13125 \backslash
13126 mbox
13127 \series default
13128  is equivalent to 
13129 \series bold
13130
13131 \backslash
13132 fbox
13133 \series default
13134  and 
13135 \series bold
13136
13137 \backslash
13138 makebox
13139 \series default
13140  is equivalent to 
13141 \series bold
13142
13143 \backslash
13144 framebox
13145 \series default
13146 , with the difference that there is no frame.
13147 \end_layout
13148
13149 \begin_layout Subsection
13150 Colored Boxes
13151 \begin_inset CommandInset label
13152 LatexCommand label
13153 name "sub:Colored-Boxes"
13154
13155 \end_inset
13156
13157
13158 \begin_inset Index
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162 Boxes ! colored
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \begin_layout Standard
13171 To be able to use all commands explained in this section, the LaTeX-package
13172  
13173 \series bold
13174 color
13175 \series default
13176
13177 \begin_inset Foot
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181 The LaTeX-package 
13182 \series bold
13183 color
13184 \series default
13185  is part of every LaTeX standard installation.
13186 \end_layout
13187
13188 \end_inset
13189
13190
13191 \begin_inset Index
13192 status collapsed
13193
13194 \begin_layout Plain Layout
13195 Packages ! color
13196 \end_layout
13197
13198 \end_inset
13199
13200  has to be loaded in the LaTeX-preamble with the line
13201 \begin_inset Foot
13202 status collapsed
13203
13204 \begin_layout Plain Layout
13205 When text is colored somewhere in the document with a predefined color,
13206  LyX loads the LaTeX-package 
13207 \series bold
13208 color
13209 \series default
13210  automatically.
13211  Thus it is possible that the package is loaded twice, but this doesn't
13212  arise problems.
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \begin_inset Note Note
13219 status collapsed
13220
13221 \begin_layout Plain Layout
13222 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13223 amble.
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232
13233 \series bold
13234
13235 \backslash
13236 usepackage{color}
13237 \end_layout
13238
13239 \begin_layout Standard
13240 \begin_inset VSpace medskip
13241 \end_inset
13242
13243 To color boxes, the command 
13244 \series bold
13245
13246 \backslash
13247 colorbox
13248 \series default
13249
13250 \begin_inset Index
13251 status collapsed
13252
13253 \begin_layout Plain Layout
13254 Commands ! C ! 
13255 \backslash
13256 colorbox
13257 \end_layout
13258
13259 \end_inset
13260
13261  is used in the following scheme:
13262 \end_layout
13263
13264 \begin_layout Standard
13265
13266 \series bold
13267
13268 \backslash
13269 colorbox{color}{box content}
13270 \end_layout
13271
13272 \begin_layout Standard
13273 The box content can also be a box and a 
13274 \series bold
13275
13276 \backslash
13277 colorbox
13278 \series default
13279  can also be part of another box (see the 2nd and 3rd example).
13280  When the box should contain a formula, an extra formula has to be created,
13281  the same as for 
13282 \series bold
13283
13284 \backslash
13285 fbox
13286 \series default
13287 .
13288 \begin_inset Foot
13289 status collapsed
13290
13291 \begin_layout Plain Layout
13292 This also applies for the command 
13293 \series bold
13294
13295 \backslash
13296 fcolorbox
13297 \series default
13298 .
13299  Thereby note 
13300 \begin_inset CommandInset href
13301 LatexCommand href
13302 name "LyX-bug #1435"
13303 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13304
13305 \end_inset
13306
13307 .
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \begin_layout Standard
13316 One of the following predefined colors can be chosen:
13317 \end_layout
13318
13319 \begin_layout Standard
13320
13321 \series bold
13322 black
13323 \series default
13324
13325 \series bold
13326 blue
13327 \series default
13328
13329 \series bold
13330 cyan
13331 \series default
13332
13333 \series bold
13334 green
13335 \series default
13336
13337 \series bold
13338 magenta
13339 \series default
13340
13341 \series bold
13342 red
13343 \series default
13344
13345 \series bold
13346 white
13347 \series default
13348 , and 
13349 \series bold
13350 yellow
13351 \end_layout
13352
13353 \begin_layout Standard
13354 \align center
13355 \begin_inset Tabular
13356 <lyxtabular version="3" rows="4" columns="2">
13357 <features>
13358 <column alignment="center" valignment="top" width="0">
13359 <column alignment="center" valignment="top" width="0">
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 Command
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 Result
13375 \begin_inset Note Note
13376 status collapsed
13377
13378 \begin_layout Plain Layout
13379
13380 \series bold
13381
13382 \backslash
13383 raisebox
13384 \series default
13385  is only used as spacer.
13386 \end_layout
13387
13388 \end_inset
13389
13390
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 </row>
13396 <row>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401
13402 \backslash
13403 colorbox{yellow
13404 \begin_inset Formula $\to$
13405 \end_inset
13406
13407
13408 \backslash
13409 {A=B
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432
13433 \backslash
13434 colorbox{green
13435 \begin_inset Formula $\to$
13436 \end_inset
13437
13438
13439 \backslash
13440 {
13441 \backslash
13442 fbox
13443 \begin_inset ERT
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447
13448
13449 \backslash
13450 spce 
13451 \end_layout
13452
13453 \end_inset
13454
13455 A=B
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 </row>
13473 <row>
13474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478
13479 \backslash
13480 fbox
13481 \begin_inset ERT
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486
13487 \backslash
13488 spce 
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \backslash
13495 colorbox{green
13496 \begin_inset Formula $\to$
13497 \end_inset
13498
13499
13500 \backslash
13501 {A=B
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13511 \end_inset
13512
13513
13514 \end_layout
13515
13516 \end_inset
13517 </cell>
13518 </row>
13519 </lyxtabular>
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527
13528 \series bold
13529
13530 \backslash
13531 colorbox
13532 \series default
13533  only colors the box but not the characters in the box.
13534  To color all characters, the whole formula is highlighted and the wanted
13535  color is chosen in the 
13536 \family sans
13537 Text
13538 \begin_inset space ~
13539 \end_inset
13540
13541 Style
13542 \family default
13543  dialog.
13544  The dialog can be called with the toolbar button 
13545 \begin_inset Graphics
13546         filename ../images/dialog-show_character.png
13547         scale 85
13548
13549 \end_inset
13550
13551  or the menu 
13552 \family sans
13553 Edit\SpecialChar \menuseparator
13554 Text
13555 \begin_inset space ~
13556 \end_inset
13557
13558 Style\SpecialChar \menuseparator
13559 Customized
13560 \family default
13561 .
13562  The formula number has then the same color as the formula.
13563  When the formula number should get another color than the formula characters,
13564  the color must be changed within the formula.
13565 \end_layout
13566
13567 \begin_layout Standard
13568 An example:
13569 \end_layout
13570
13571 \begin_layout Standard
13572
13573 \color red
13574 \begin_inset Formula \begin{equation}
13575 \int A=B\label{eq:red}\end{equation}
13576
13577 \end_inset
13578
13579
13580 \color green
13581
13582 \begin_inset Formula \begin{equation}
13583 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13584
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Formula 
13592 \begin_inset CommandInset ref
13593 LatexCommand eqref
13594 reference "eq:red"
13595
13596 \end_inset
13597
13598  is completely colored red.
13599 \begin_inset Newline newline
13600 \end_inset
13601
13602 Formula 
13603 \begin_inset CommandInset ref
13604 LatexCommand eqref
13605 reference "eq:redgreen"
13606
13607 \end_inset
13608
13609  was first completely colored green to set the color for the formula number.
13610  Subsequently the formula characters were colored red.
13611 \end_layout
13612
13613 \begin_layout Standard
13614 \begin_inset VSpace bigskip
13615 \end_inset
13616
13617 To color the frame different than the rest of the box, the command 
13618 \series bold
13619
13620 \backslash
13621 fcolorbox
13622 \series default
13623
13624 \begin_inset Index
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628 Commands ! F ! 
13629 \backslash
13630 fcolorbox
13631 \end_layout
13632
13633 \end_inset
13634
13635  is used in the following scheme:
13636 \end_layout
13637
13638 \begin_layout Standard
13639
13640 \series bold
13641
13642 \backslash
13643 fcolorbox{frame color}{color}{box content}
13644 \end_layout
13645
13646 \begin_layout Standard
13647 So 
13648 \series bold
13649
13650 \backslash
13651 fcolorbox
13652 \series default
13653  is an extension of the command 
13654 \series bold
13655
13656 \backslash
13657 colorbox
13658 \series default
13659 .
13660  The frame width is set, like for 
13661 \series bold
13662
13663 \backslash
13664 framebox
13665 \series default
13666 , with 
13667 \series bold
13668
13669 \backslash
13670 fboxrule
13671 \series default
13672  and 
13673 \series bold
13674
13675 \backslash
13676 fboxsep
13677 \series default
13678 .
13679  An example:
13680 \begin_inset ERT
13681 status collapsed
13682
13683 \begin_layout Plain Layout
13684
13685
13686 \backslash
13687 fboxrule 1mm 
13688 \backslash
13689 fboxsep 1mm
13690 \end_layout
13691
13692 \end_inset
13693
13694
13695 \begin_inset Formula \[
13696 \fcolorbox{cyan}{magenta}{A=B}\]
13697
13698 \end_inset
13699
13700
13701 \begin_inset ERT
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705
13706
13707 \backslash
13708 fboxrule 0.4pt 
13709 \backslash
13710 fboxsep 3pt
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \begin_layout Standard
13719 This formula was created with the command
13720 \begin_inset Newline newline
13721 \end_inset
13722
13723
13724 \series bold
13725
13726 \backslash
13727 fcolorbox{cyan
13728 \begin_inset Formula $\to$
13729 \end_inset
13730
13731
13732 \backslash
13733 {magenta
13734 \begin_inset Formula $\to$
13735 \end_inset
13736
13737
13738 \backslash
13739 {A=B
13740 \series default
13741 .
13742 \end_layout
13743
13744 \begin_layout Standard
13745 \begin_inset VSpace bigskip
13746 \end_inset
13747
13748 To use other colors than the predefined ones, they have to be defined first.
13749 \end_layout
13750
13751 \begin_layout Standard
13752 One can for example define the color 
13753 \begin_inset Quotes eld
13754 \end_inset
13755
13756
13757 \series bold
13758 darkgreen
13759 \series default
13760
13761 \begin_inset Quotes erd
13762 \end_inset
13763
13764  with the LaTeX-preamble line:
13765 \end_layout
13766
13767 \begin_layout Standard
13768
13769 \series bold
13770
13771 \backslash
13772 definecolor{darkgreen}{cmyk}{0.5,
13773 \series default
13774  
13775 \series bold
13776 0,
13777 \series default
13778  
13779 \series bold
13780 1,
13781 \series default
13782  
13783 \series bold
13784 0.5}
13785 \series default
13786
13787 \begin_inset Index
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 Commands ! D ! 
13792 \backslash
13793 definecolor
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \end_layout
13800
13801 \begin_layout Standard
13802
13803 \series bold
13804 cmyk
13805 \series default
13806  is the color space that denotes the colors 
13807 \series bold
13808 cyan
13809 \series default
13810
13811 \series bold
13812 magenta
13813 \series default
13814
13815 \series bold
13816 yellow
13817 \series default
13818 , and 
13819 \series bold
13820 black
13821 \series default
13822 .
13823  The four comma separated numbers are the portion factor for the corresponding
13824  colors of the color space.
13825  The factors can be in the range of 0
13826 \begin_inset space \thinspace{}
13827 \end_inset
13828
13829 -
13830 \begin_inset space \thinspace{}
13831 \end_inset
13832
13833 1.
13834  Instead of 
13835 \series bold
13836 cmyk
13837 \series default
13838  also the color space 
13839 \series bold
13840 rgb
13841 \series default
13842  can be used for definitions.
13843  
13844 \series bold
13845 rgb
13846 \series default
13847  denotes 
13848 \series bold
13849 red
13850 \series default
13851
13852 \series bold
13853 green
13854 \series default
13855 , and 
13856 \series bold
13857 blue
13858 \series default
13859 , so that there are in this case three portion factors for the corresponding
13860  colors.
13861  Furthermore there is the color space 
13862 \series bold
13863 gray
13864 \series default
13865  with one portion factor for the gray value.
13866 \end_layout
13867
13868 \begin_layout Standard
13869 As example a framed box with the new defined color 
13870 \series bold
13871 darkgreen
13872 \series default
13873  where the characters have been colored 
13874 \series bold
13875 yellow
13876 \series default
13877 :
13878 \begin_inset Formula \begin{equation}
13879 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13880
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \begin_layout Standard
13887 Self-defined colors can also be used for text with the help of the command
13888  
13889 \series bold
13890
13891 \backslash
13892 textcolor
13893 \series default
13894 :
13895 \begin_inset Index
13896 status collapsed
13897
13898 \begin_layout Plain Layout
13899 Text ! colored
13900 \end_layout
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Standard
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913
13914 \backslash
13915 textcolor{darkgreen}{
13916 \end_layout
13917
13918 \end_inset
13919
13920 This sentence is 
13921 \begin_inset Quotes eld
13922 \end_inset
13923
13924 darkgreen
13925 \begin_inset Quotes erd
13926 \end_inset
13927
13928 .
13929 \begin_inset ERT
13930 status collapsed
13931
13932 \begin_layout Plain Layout
13933
13934 }
13935 \end_layout
13936
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \series bold
13945
13946 \backslash
13947 textcolor
13948 \series default
13949
13950 \begin_inset Index
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 Commands ! T ! 
13955 \backslash
13956 textcolor
13957 \end_layout
13958
13959 \end_inset
13960
13961  is used in the scheme 
13962 \series bold
13963
13964 \backslash
13965 textcolor{color}{characters to color}
13966 \series default
13967 .
13968 \end_layout
13969
13970 \begin_layout Subsection
13971 Paragraph Boxes
13972 \begin_inset CommandInset label
13973 LatexCommand label
13974 name "sub:Paragraph-Boxes"
13975
13976 \end_inset
13977
13978
13979 \begin_inset Index
13980 status collapsed
13981
13982 \begin_layout Plain Layout
13983 Boxes ! as paragraph
13984 \end_layout
13985
13986 \end_inset
13987
13988
13989 \end_layout
13990
13991 \begin_layout Standard
13992 A box that can contain several lines and paragraphs, a so called paragraph
13993  box (parbox), can be created with the menu 
13994 \family sans
13995 Insert\SpecialChar \menuseparator
13996 Box
13997 \family default
13998  or the toolbar button 
13999 \begin_inset Graphics
14000         filename ../images/box-insert.png
14001         scale 85
14002
14003 \end_inset
14004
14005 .
14006 \end_layout
14007
14008 \begin_layout Standard
14009 The following example shows a framed parbox in a line:
14010 \end_layout
14011
14012 \begin_layout Standard
14013 \begin_inset VSpace medskip
14014 \end_inset
14015
14016 This is a line 
14017 \begin_inset Box Boxed
14018 position "c"
14019 hor_pos "c"
14020 has_inner_box 1
14021 inner_pos "t"
14022 use_parbox 1
14023 width "5cm"
14024 special "none"
14025 height "1in"
14026 height_special "totalheight"
14027 status open
14028
14029 \begin_layout Plain Layout
14030 This is a paragraph box.
14031  It is exactly 5
14032 \begin_inset space \thinspace{}
14033 \end_inset
14034
14035 cm long and can also contain formulas: 
14036 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \end_inset
14043
14044  with a parbox.
14045 \end_layout
14046
14047 \begin_layout Standard
14048 \begin_inset VSpace medskip
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \begin_layout Standard
14055 Such a box is created by right-clicking on the gray box inset.
14056  A dialog pops up showing the box properties.
14057  In our case set: 
14058 \emph on
14059 Decoration
14060 \emph default
14061 : Recangular box, 
14062 \emph on
14063 Inner Box
14064 \emph default
14065 : Parbox, 
14066 \emph on
14067 Width
14068 \emph default
14069 : 5
14070 \begin_inset space \thinspace{}
14071 \end_inset
14072
14073 cm, 
14074 \emph on
14075 Vertical Box Alignment
14076 \emph default
14077 : Middle
14078 \end_layout
14079
14080 \begin_layout Standard
14081 \begin_inset VSpace medskip
14082 \end_inset
14083
14084 In LaTeX a parbox is created with the command 
14085 \series bold
14086
14087 \backslash
14088 parbox
14089 \series default
14090
14091 \begin_inset Index
14092 status collapsed
14093
14094 \begin_layout Plain Layout
14095 Commands ! P ! 
14096 \backslash
14097 parbox
14098 \end_layout
14099
14100 \end_inset
14101
14102  that has the following scheme:
14103 \end_layout
14104
14105 \begin_layout Standard
14106
14107 \series bold
14108
14109 \backslash
14110 parbox[position]{width}{box content}
14111 \end_layout
14112
14113 \begin_layout Standard
14114 The positions 
14115 \emph on
14116 b
14117 \emph default
14118  and 
14119 \emph on
14120 t
14121 \emph default
14122  are possible.
14123  
14124 \emph on
14125 b
14126 \emph default
14127  for bottom means that the box is aligned within the surrounding text with
14128  its last line.
14129  With 
14130 \emph on
14131 t
14132 \emph default
14133  for top this is done with the first line.
14134  When no position is given, the box will be vertically centered, see section
14135  
14136 \emph on
14137 Boxes
14138 \emph default
14139  of the 
14140 \emph on
14141 Embedded
14142 \begin_inset space ~
14143 \end_inset
14144
14145 Objects
14146 \emph default
14147  manual for examples.
14148 \end_layout
14149
14150 \begin_layout Standard
14151 \begin_inset VSpace bigskip
14152 \end_inset
14153
14154 To frame formulas completely, including the formula number, the formula
14155  must be set into a parbox.
14156  To do this, the command 
14157 \series bold
14158
14159 \backslash
14160 fbox{
14161 \backslash
14162 parbox{
14163 \backslash
14164 linewidth-2
14165 \backslash
14166 fboxsep-2
14167 \backslash
14168 fboxrule}{
14169 \series default
14170  is inserted in TeX-mode before the formula.
14171  
14172 \series bold
14173
14174 \backslash
14175 linewidth
14176 \begin_inset Index
14177 status collapsed
14178
14179 \begin_layout Plain Layout
14180 Commands ! L ! 
14181 \backslash
14182 linewidth
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \series default
14189  is hereby the line width set for the document.
14190  Because the frame is outside the parbox, 2
14191 \begin_inset space \thinspace{}
14192 \end_inset
14193
14194 times the frame separation and the frame thickness must be subtracted from
14195  the line width.
14196  As this is not automatically done by LyX due to a bug
14197 \begin_inset Foot
14198 status collapsed
14199
14200 \begin_layout Plain Layout
14201 \begin_inset CommandInset href
14202 LatexCommand href
14203 name "LyX-bug #4483"
14204 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14205
14206 \end_inset
14207
14208
14209 \end_layout
14210
14211 \end_inset
14212
14213 , TeX-mode has to be used.
14214  To be able to multiply and subtract in arguments, the LaTeX-package 
14215 \series bold
14216 calc
14217 \series default
14218
14219 \begin_inset Foot
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223
14224 \series bold
14225 calc
14226 \series default
14227  is part of every LaTeX standard installation.
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \begin_inset Index
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237 Packages ! calc
14238 \end_layout
14239
14240 \end_inset
14241
14242  must be loaded in the LaTeX-preamble with the line
14243 \end_layout
14244
14245 \begin_layout Standard
14246
14247 \series bold
14248
14249 \backslash
14250 usepackage{calc}
14251 \end_layout
14252
14253 \begin_layout Standard
14254 Behind the formula both boxes are closed by entering 
14255 \series bold
14256 }}
14257 \series default
14258  in TeX-mode.
14259  Here is an example:
14260 \begin_inset ERT
14261 status collapsed
14262
14263 \begin_layout Plain Layout
14264
14265
14266 \backslash
14267 fboxsep 5mm 
14268 \backslash
14269 fboxrule 5mm
14270 \end_layout
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \begin_layout Standard
14278 \begin_inset ERT
14279 status collapsed
14280
14281 \begin_layout Plain Layout
14282
14283
14284 \backslash
14285 fbox{
14286 \backslash
14287 parbox{
14288 \backslash
14289 linewidth-2
14290 \backslash
14291 fboxsep-2
14292 \backslash
14293 fboxrule}{
14294 \end_layout
14295
14296 \end_inset
14297
14298
14299 \begin_inset Formula \begin{equation}
14300 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14301
14302 \end_inset
14303
14304
14305 \begin_inset ERT
14306 status collapsed
14307
14308 \begin_layout Plain Layout
14309
14310 }}
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \begin_inset ERT
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320
14321
14322 \backslash
14323 fboxrule 0.4pt 
14324 \backslash
14325 fboxsep 3pt
14326 \end_layout
14327
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \begin_layout Standard
14334 \begin_inset VSpace medskip
14335 \end_inset
14336
14337 As a parbox is used as argument of 
14338 \series bold
14339
14340 \backslash
14341 fbox
14342 \series default
14343 , there is in this case no difference between 
14344 \series bold
14345
14346 \backslash
14347 fbox
14348 \series default
14349  and 
14350 \series bold
14351
14352 \backslash
14353 boxed
14354 \series default
14355 .
14356 \end_layout
14357
14358 \begin_layout Standard
14359 \begin_inset VSpace bigskip
14360 \end_inset
14361
14362 Paragraph boxes are very useful to comment formulas directly.
14363  To do this, 
14364 \series bold
14365
14366 \backslash
14367 parbox
14368 \series default
14369  is used in combination with the command 
14370 \series bold
14371
14372 \backslash
14373 tag
14374 \series default
14375 .
14376  (more about 
14377 \series bold
14378
14379 \backslash
14380 tag
14381 \series default
14382  see 
14383 \begin_inset CommandInset ref
14384 LatexCommand ref
14385 reference "sub:User-defined-Numbering"
14386
14387 \end_inset
14388
14389 )
14390 \end_layout
14391
14392 \begin_layout Standard
14393 An example of a formula commented with 
14394 \series bold
14395
14396 \backslash
14397 parbox
14398 \series default
14399 :
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408
14409 \backslash
14410 [5x-7b=3b
14411 \backslash
14412 tag*{
14413 \backslash
14414 parbox{5cm}{
14415 \end_layout
14416
14417 \end_inset
14418
14419 This is a description.
14420  It is distinctly separated from the formula and multiline.
14421 \begin_inset ERT
14422 status collapsed
14423
14424 \begin_layout Plain Layout
14425
14426 }}
14427 \backslash
14428 ]
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 Such a formula must be inserted completely in TeX-mode because LyX does
14438  not yet support the command 
14439 \series bold
14440
14441 \backslash
14442 parbox
14443 \series default
14444  in formulas.
14445  The formula is created with the following command sequence:
14446 \end_layout
14447
14448 \begin_layout Standard
14449 The command 
14450 \series bold
14451
14452 \backslash
14453 [5x-7b=3b
14454 \backslash
14455 tag*
14456 \backslash
14457 {
14458 \backslash
14459 parbox{5cm}{
14460 \series default
14461  is inserted in TeX-mode.
14462 \begin_inset Foot
14463 status collapsed
14464
14465 \begin_layout Plain Layout
14466 When the formula style 
14467 \series bold
14468 Indented
14469 \series default
14470  is used, 
14471 \series bold
14472
14473 \backslash
14474 tag*
14475 \backslash
14476 {
14477 \series default
14478  can also be replaced by 
14479 \series bold
14480
14481 \backslash
14482 hfill
14483 \series default
14484 .
14485  (formula styles see 
14486 \begin_inset CommandInset ref
14487 LatexCommand ref
14488 reference "sec:Formula-Styles"
14489
14490 \end_inset
14491
14492 )
14493 \end_layout
14494
14495 \end_inset
14496
14497  Then the description follows as normal text, and finally 
14498 \series bold
14499 }}
14500 \backslash
14501 ]
14502 \series default
14503  is inserted in TeX-mode.
14504  The commands 
14505 \series bold
14506
14507 \backslash
14508 [
14509 \series default
14510  and 
14511 \series bold
14512
14513 \backslash
14514 ]
14515 \series default
14516  hereby create a displayed formula.
14517 \end_layout
14518
14519 \begin_layout Standard
14520 The advantages of 
14521 \series bold
14522
14523 \backslash
14524 parbox
14525 \series default
14526  can be seen in this example that was 
14527 \begin_inset Quotes eld
14528 \end_inset
14529
14530 commented
14531 \begin_inset Quotes erd
14532 \end_inset
14533
14534  using the mathematical textmode:
14535 \begin_inset Formula \[
14536 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14537
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \begin_layout Section
14544 Operators
14545 \begin_inset Index
14546 status collapsed
14547
14548 \begin_layout Plain Layout
14549 Operators
14550 \end_layout
14551
14552 \end_inset
14553
14554
14555 \end_layout
14556
14557 \begin_layout Subsection
14558 Big Operators
14559 \begin_inset CommandInset label
14560 LatexCommand label
14561 name "sub:Big-Operators"
14562
14563 \end_inset
14564
14565
14566 \begin_inset Index
14567 status collapsed
14568
14569 \begin_layout Plain Layout
14570 Operators ! big
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \begin_inset Index
14577 status collapsed
14578
14579 \begin_layout Plain Layout
14580 Sums
14581 \end_layout
14582
14583 \end_inset
14584
14585
14586 \begin_inset Index
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590 Integrals
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 To be able to use all integral operators listed here, the option 
14600 \family sans
14601 Use esint package automatically
14602 \family default
14603  must be set in the document settings under 
14604 \family sans
14605 Math
14606 \begin_inset space ~
14607 \end_inset
14608
14609 Options
14610 \family default
14611 .
14612 \end_layout
14613
14614 \begin_layout Standard
14615 \begin_inset space \hfill{}
14616 \end_inset
14617
14618
14619 \begin_inset Tabular
14620 <lyxtabular version="3" rows="11" columns="2">
14621 <features>
14622 <column alignment="center" valignment="top" width="0pt">
14623 <column alignment="center" valignment="top" width="0pt">
14624 <row>
14625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629 Command
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 Result
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 </row>
14644 <row>
14645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14646 \begin_inset Text
14647
14648 \begin_layout Plain Layout
14649
14650 \backslash
14651 sum
14652 \begin_inset Index
14653 status collapsed
14654
14655 \begin_layout Plain Layout
14656 Commands ! S ! 
14657 \backslash
14658 sum
14659 \end_layout
14660
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 \begin_inset Formula $\sum$
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 int
14689 \begin_inset Index
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 Commands ! I ! 
14694 \backslash
14695 int
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709 \begin_inset Formula $\int$
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \end_inset
14716 </cell>
14717 </row>
14718 <row>
14719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723
14724 \backslash
14725 intop
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14731 \begin_inset Text
14732
14733 \begin_layout Plain Layout
14734 \begin_inset Formula $\intop$
14735 \end_inset
14736
14737
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 </row>
14743 <row>
14744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14745 \begin_inset Text
14746
14747 \begin_layout Plain Layout
14748
14749 \backslash
14750 oint
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 \begin_inset Formula $\oint$
14760 \end_inset
14761
14762
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 </row>
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773
14774 \backslash
14775 ointop
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14781 \begin_inset Text
14782
14783 \begin_layout Plain Layout
14784 \begin_inset Formula $\ointop$
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \end_inset
14791 </cell>
14792 </row>
14793 <row>
14794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14795 \begin_inset Text
14796
14797 \begin_layout Plain Layout
14798
14799 \backslash
14800 ointctrclockwise
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 \begin_inset Formula $\ointctrclockwise$
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \end_inset
14816 </cell>
14817 </row>
14818 <row>
14819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14820 \begin_inset Text
14821
14822 \begin_layout Plain Layout
14823
14824 \backslash
14825 ointclockwise
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 \begin_inset Formula $\ointclockwise$
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 </row>
14843 <row>
14844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14845 \begin_inset Text
14846
14847 \begin_layout Plain Layout
14848
14849 \backslash
14850 sqint
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 \begin_inset Formula $\sqint$
14860 \end_inset
14861
14862
14863 \end_layout
14864
14865 \end_inset
14866 </cell>
14867 </row>
14868 <row>
14869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14870 \begin_inset Text
14871
14872 \begin_layout Plain Layout
14873
14874 \backslash
14875 bigcap
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 \begin_inset Formula $\bigcap$
14885 \end_inset
14886
14887
14888 \end_layout
14889
14890 \end_inset
14891 </cell>
14892 </row>
14893 <row>
14894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898
14899 \backslash
14900 bigcup
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14906 \begin_inset Text
14907
14908 \begin_layout Plain Layout
14909 \begin_inset Formula $\bigcup$
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \end_inset
14916 </cell>
14917 </row>
14918 </lyxtabular>
14919
14920 \end_inset
14921
14922
14923 \begin_inset space \hfill{}
14924 \end_inset
14925
14926
14927 \begin_inset Tabular
14928 <lyxtabular version="3" rows="10" columns="2">
14929 <features>
14930 <column alignment="center" valignment="top" width="0pt">
14931 <column alignment="center" valignment="top" width="0pt">
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 Command
14938 \end_layout
14939
14940 \end_inset
14941 </cell>
14942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14943 \begin_inset Text
14944
14945 \begin_layout Plain Layout
14946 Result
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 </row>
14952 <row>
14953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14954 \begin_inset Text
14955
14956 \begin_layout Plain Layout
14957
14958 \backslash
14959 prod
14960 \begin_inset Index
14961 status collapsed
14962
14963 \begin_layout Plain Layout
14964 Commands ! P ! 
14965 \backslash
14966 prod
14967 \end_layout
14968
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 \begin_inset Formula $\prod$
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 <row>
14990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994
14995 \backslash
14996 coprod
14997 \end_layout
14998
14999 \end_inset
15000 </cell>
15001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15002 \begin_inset Text
15003
15004 \begin_layout Plain Layout
15005 \begin_inset Formula $\coprod$
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 </row>
15014 <row>
15015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019
15020 \backslash
15021 bigodot
15022 \end_layout
15023
15024 \end_inset
15025 </cell>
15026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15027 \begin_inset Text
15028
15029 \begin_layout Plain Layout
15030 \begin_inset Formula $\bigodot$
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \backslash
15046 bigotimes
15047 \end_layout
15048
15049 \end_inset
15050 </cell>
15051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15052 \begin_inset Text
15053
15054 \begin_layout Plain Layout
15055 \begin_inset Formula $\bigotimes$
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 </row>
15064 <row>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069
15070 \backslash
15071 bigoplus
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080 \begin_inset Formula $\bigoplus$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 bigwedge
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset Formula $\bigwedge$
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \backslash
15121 bigvee
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\bigvee$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 bigsqcup
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset Formula $\bigsqcup$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \backslash
15171 biguplus
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 \begin_inset Formula $\biguplus$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 </lyxtabular>
15190
15191 \end_inset
15192
15193
15194 \begin_inset space \hfill{}
15195 \end_inset
15196
15197
15198 \end_layout
15199
15200 \begin_layout Standard
15201 All big operators can also be inserted via the math toolbar button 
15202 \begin_inset Graphics
15203         filename ../images/math/intop.png
15204         scale 85
15205
15206 \end_inset
15207
15208 .
15209 \end_layout
15210
15211 \begin_layout Standard
15212 The operators are called big because they are bigger than the sometimes
15213  equal looking binary operators.
15214  All big operators can have limits as described in the next subsection.
15215 \end_layout
15216
15217 \begin_layout Standard
15218 The operators 
15219 \series bold
15220
15221 \backslash
15222 intop
15223 \series default
15224  and 
15225 \series bold
15226
15227 \backslash
15228 ointop
15229 \series default
15230  are different from 
15231 \series bold
15232
15233 \backslash
15234 int
15235 \series default
15236  and 
15237 \series bold
15238
15239 \backslash
15240 oint
15241 \series default
15242 , resp.
15243 \begin_inset space ~
15244 \end_inset
15245
15246 in the style the operator limits are displayed, see 
15247 \begin_inset CommandInset ref
15248 LatexCommand ref
15249 reference "sub:Operator-Limits"
15250
15251 \end_inset
15252
15253 .
15254  
15255 \end_layout
15256
15257 \begin_layout Subsubsection*
15258 Advices for Integrals
15259 \end_layout
15260
15261 \begin_layout Standard
15262 The letter 
15263 \emph on
15264 d
15265 \emph default
15266  in an integral is an operator, that therefore has to be set upright.
15267  This is done by highlighting the 
15268 \emph on
15269 d
15270 \emph default
15271  and using the keyboard shortcut 
15272 \family sans
15273 Alt-c
15274 \begin_inset space ~
15275 \end_inset
15276
15277 r
15278 \family default
15279
15280 \begin_inset Foot
15281 status collapsed
15282
15283 \begin_layout Plain Layout
15284 Font styles
15285 \series bold
15286  
15287 \series default
15288 see 
15289 \begin_inset CommandInset ref
15290 LatexCommand ref
15291 reference "sub:Font-Styles"
15292
15293 \end_inset
15294
15295
15296 \end_layout
15297
15298 \end_inset
15299
15300 .
15301  Finally the smallest space is inserted before the 
15302 \emph on
15303 d
15304 \emph default
15305 , as this is usual for operators.
15306  An example:
15307 \end_layout
15308
15309 \begin_layout Standard
15310 incorrect: 
15311 \begin_inset Formula $\int A(x)dx$
15312 \end_inset
15313
15314
15315 \begin_inset Newline newline
15316 \end_inset
15317
15318
15319 \begin_inset ERT
15320 status collapsed
15321
15322 \begin_layout Plain Layout
15323
15324
15325 \backslash
15326 hphantom{in}
15327 \end_layout
15328
15329 \end_inset
15330
15331 correct: 
15332 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \begin_layout Standard
15339 For multiple integrals there are the following commands:
15340 \begin_inset VSpace medskip
15341 \end_inset
15342
15343
15344 \end_layout
15345
15346 \begin_layout Standard
15347 \begin_inset space \hfill{}
15348 \end_inset
15349
15350
15351 \begin_inset Tabular
15352 <lyxtabular version="3" rows="4" columns="2">
15353 <features>
15354 <column alignment="center" valignment="top" width="0">
15355 <column alignment="center" valignment="top" width="0">
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 Command
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 Result
15371 \begin_inset Note Note
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375
15376 \series bold
15377
15378 \backslash
15379 raisebox
15380 \series default
15381  is only used as spacer.
15382 \end_layout
15383
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \backslash
15399 iint
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 oiint
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 sqiint
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 </lyxtabular>
15468
15469 \end_inset
15470
15471
15472 \begin_inset space \hfill{}
15473 \end_inset
15474
15475
15476 \begin_inset Tabular
15477 <lyxtabular version="3" rows="4" columns="2">
15478 <features>
15479 <column alignment="center" valignment="top" width="0">
15480 <column alignment="center" valignment="top" width="0">
15481 <row>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 Command
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 Result
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 </row>
15501 <row>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \backslash
15508 iiint
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \end_inset
15524 </cell>
15525 </row>
15526 <row>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531
15532 \backslash
15533 iiiint
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \end_inset
15549 </cell>
15550 </row>
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556
15557 \backslash
15558 dotsint
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15568 \end_inset
15569
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 </row>
15576 </lyxtabular>
15577
15578 \end_inset
15579
15580
15581 \begin_inset space \hfill{}
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Subsection
15588 Operator Limits
15589 \begin_inset CommandInset label
15590 LatexCommand label
15591 name "sub:Operator-Limits"
15592
15593 \end_inset
15594
15595
15596 \begin_inset Index
15597 status collapsed
15598
15599 \begin_layout Plain Layout
15600 Operators ! Limits
15601 \end_layout
15602
15603 \end_inset
15604
15605
15606 \end_layout
15607
15608 \begin_layout Standard
15609 Limits are created by super- and subscripts:
15610 \end_layout
15611
15612 \begin_layout Standard
15613 \align center
15614 \begin_inset Tabular
15615 <lyxtabular version="3" rows="2" columns="2">
15616 <features>
15617 <column alignment="center" valignment="top" width="0pt">
15618 <column alignment="center" valignment="top" width="0pt">
15619 <row>
15620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624 Command
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633 Result
15634 \begin_inset Note Note
15635 status collapsed
15636
15637 \begin_layout Plain Layout
15638
15639 \series bold
15640
15641 \backslash
15642 raisebox
15643 \series default
15644  is only used as spacer.
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \backslash
15662 prod^
15663 \backslash
15664 infty
15665 \begin_inset ERT
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669
15670
15671 \backslash
15672 spce 
15673 \end_layout
15674
15675 \end_inset
15676
15677
15678 \begin_inset Formula $\to$
15679 \end_inset
15680
15681 _0
15682 \begin_inset Formula $\to$
15683 \end_inset
15684
15685 A(x)
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 </lyxtabular>
15704
15705 \end_inset
15706
15707
15708 \end_layout
15709
15710 \begin_layout Standard
15711 Limits of inline formulas are set right beside the operator.
15712  Limits in displayed formulas are set above or below the operator, except
15713  of integral limits.
15714 \end_layout
15715
15716 \begin_layout Standard
15717 To force that the limits are set beside the operator, the cursor is set
15718  directly behind the operator and the limits type is changed with the menu
15719  
15720 \family sans
15721 Edit\SpecialChar \menuseparator
15722 Math\SpecialChar \menuseparator
15723 Change Limits Type
15724 \family default
15725  to 
15726 \family sans
15727 \series bold
15728 Inline
15729 \family default
15730 \series default
15731  (shortcut 
15732 \family sans
15733 Alt-m
15734 \begin_inset space ~
15735 \end_inset
15736
15737 l
15738 \family default
15739 ).
15740  An example:
15741 \end_layout
15742
15743 \begin_layout Standard
15744 The default limits type is this:
15745 \begin_inset Formula \[
15746 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15747
15748 \end_inset
15749
15750 This is how it looks when the limits type was changed to 
15751 \family sans
15752 \series bold
15753 Inline
15754 \family default
15755 \series default
15756 :
15757 \begin_inset Formula \[
15758 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15759
15760 \end_inset
15761
15762 For integrals, except of 
15763 \series bold
15764
15765 \backslash
15766 intop
15767 \series default
15768  and 
15769 \series bold
15770
15771 \backslash
15772 ointop
15773 \series default
15774 , the limits are by default set beside the operator.
15775  But for multiple integrals the limits are often set below the operator.
15776  In the following example the limits type was therefore set to 
15777 \series bold
15778 Display
15779 \series default
15780  and so set below the integrals:
15781 \begin_inset Formula \begin{equation}
15782 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15783
15784 \end_inset
15785
15786
15787 \end_layout
15788
15789 \begin_layout Standard
15790 \begin_inset VSpace medskip
15791 \end_inset
15792
15793 To specify conditions for limits, the commands 
15794 \series bold
15795
15796 \backslash
15797 subarray
15798 \series default
15799
15800 \begin_inset Index
15801 status collapsed
15802
15803 \begin_layout Plain Layout
15804 Commands ! S ! 
15805 \backslash
15806 subarray
15807 \end_layout
15808
15809 \end_inset
15810
15811  and 
15812 \series bold
15813
15814 \backslash
15815 substack
15816 \series default
15817
15818 \begin_inset Index
15819 status collapsed
15820
15821 \begin_layout Plain Layout
15822 Commands ! S ! 
15823 \backslash
15824 substack
15825 \end_layout
15826
15827 \end_inset
15828
15829  are used.
15830  To create for example this expression 
15831 \begin_inset Formula \begin{equation}
15832 \sum_{\begin{subarray}{c}
15833 0<k<1000\\
15834 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15835
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \begin_layout Standard
15842 the following has to be done:
15843 \begin_inset Newline newline
15844 \end_inset
15845
15846 First the command 
15847 \series bold
15848
15849 \backslash
15850 sum
15851 \series default
15852 ^
15853 \series bold
15854 n
15855 \begin_inset ERT
15856 status collapsed
15857
15858 \begin_layout Plain Layout
15859
15860
15861 \backslash
15862 spce 
15863 \end_layout
15864
15865 \end_inset
15866
15867 _
15868 \series default
15869  is typed in.
15870  One is now in a blue box under the summation operator and insert there
15871  the command 
15872 \series bold
15873
15874 \backslash
15875 subarray
15876 \begin_inset ERT
15877 status collapsed
15878
15879 \begin_layout Plain Layout
15880
15881
15882 \backslash
15883 spce 
15884 \end_layout
15885
15886 \end_inset
15887
15888
15889 \series default
15890 .
15891  The blue box is now within a purple box and now several lines can be written
15892  among each other.
15893  A new line is created by inserting a line break (
15894 \family sans
15895 Ctrl-Return
15896 \family default
15897 ).
15898  When now
15899 \begin_inset Newline newline
15900 \end_inset
15901
15902
15903 \series bold
15904 0<k<1000 Ctrl-Return
15905 \begin_inset Newline newline
15906 \end_inset
15907
15908
15909 \series default
15910 is typed in, a new box appears below for the new line.
15911 \end_layout
15912
15913 \begin_layout Standard
15914 The alignment of the lines can be changed to left aligned with the 
15915 \family sans
15916 table
15917 \family default
15918  
15919 \family sans
15920 toolbar
15921 \family default
15922  or the menu 
15923 \family sans
15924 Edit\SpecialChar \menuseparator
15925 Rows &Columns
15926 \family default
15927 .
15928  To get right alignment, 
15929 \series bold
15930
15931 \backslash
15932 hfill
15933 \begin_inset ERT
15934 status collapsed
15935
15936 \begin_layout Plain Layout
15937
15938
15939 \backslash
15940 spce 
15941 \end_layout
15942
15943 \end_inset
15944
15945
15946 \series default
15947  is inserted at the beginning of the line.
15948 \end_layout
15949
15950 \begin_layout Standard
15951 The command 
15952 \series bold
15953
15954 \backslash
15955 substack
15956 \series default
15957  is equivalent to 
15958 \series bold
15959
15960 \backslash
15961 subarray
15962 \series default
15963  with the difference that the lines are always centered.
15964 \end_layout
15965
15966 \begin_layout Standard
15967 \begin_inset VSpace bigskip
15968 \end_inset
15969
15970 Like in formula 
15971 \begin_inset CommandInset ref
15972 LatexCommand eqref
15973 reference "eq:substack"
15974
15975 \end_inset
15976
15977  there can be too much space beside an operator, because the characters
15978  following the operator are set beside the limits.
15979 \end_layout
15980
15981 \begin_layout Standard
15982 To avoid this, the following macro can be used in the LaTeX-preamble:
15983 \end_layout
15984
15985 \begin_layout Standard
15986
15987 \series bold
15988
15989 \backslash
15990 def
15991 \backslash
15992 clap#1{
15993 \backslash
15994 hbox to 0pt{
15995 \backslash
15996 hss #1
15997 \backslash
15998 hss}}
15999 \begin_inset Newline newline
16000 \end_inset
16001
16002
16003 \backslash
16004 def
16005 \backslash
16006 mathclap {
16007 \backslash
16008 mathpalette 
16009 \backslash
16010 mathclapinternal}
16011 \begin_inset Newline newline
16012 \end_inset
16013
16014
16015 \backslash
16016 def
16017 \backslash
16018 mathclapinternal #1#2{
16019 \backslash
16020 clap{$
16021 \backslash
16022 mathsurround =0pt #1{#2}$}}
16023 \end_layout
16024
16025 \begin_layout Standard
16026 This defines the command 
16027 \series bold
16028
16029 \backslash
16030 mathclap
16031 \series default
16032
16033 \begin_inset Index
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037 Commands ! M ! 
16038 \backslash
16039 mathclap
16040 \end_layout
16041
16042 \end_inset
16043
16044  that sets the width of the limit to 0
16045 \begin_inset space \thinspace{}
16046 \end_inset
16047
16048 pt.
16049  The command scheme is
16050 \end_layout
16051
16052 \begin_layout Standard
16053
16054 \series bold
16055
16056 \backslash
16057 mathclap{limit}
16058 \end_layout
16059
16060 \begin_layout Standard
16061 where the limit can consist of several conditions.
16062 \end_layout
16063
16064 \begin_layout Standard
16065 Applied on formula 
16066 \begin_inset CommandInset ref
16067 LatexCommand eqref
16068 reference "eq:substack"
16069
16070 \end_inset
16071
16072 , one uses the command
16073 \end_layout
16074
16075 \begin_layout Standard
16076
16077 \series bold
16078
16079 \backslash
16080 sum_
16081 \backslash
16082 mathclap{
16083 \backslash
16084 substack
16085 \begin_inset ERT
16086 status collapsed
16087
16088 \begin_layout Plain Layout
16089
16090
16091 \backslash
16092 spce 
16093 \end_layout
16094
16095 \end_inset
16096
16097 0<k<1000 Ctrl-Enter
16098 \end_layout
16099
16100 \begin_layout Standard
16101 to create the lower limit.
16102  The summand is now directly behind the summation operator:
16103 \begin_inset Formula \[
16104 \sum_{\mathclap{\substack{0<k<1000\\
16105 \\k\,\in\,\mathbb{N}}
16106 }}^{n}k^{-2}\]
16107
16108 \end_inset
16109
16110
16111 \end_layout
16112
16113 \begin_layout Standard
16114 \begin_inset VSpace bigskip
16115 \end_inset
16116
16117 How to use one limit for several operators is described in 
16118 \begin_inset CommandInset ref
16119 LatexCommand ref
16120 reference "sub:Self-defined-Operators"
16121
16122 \end_inset
16123
16124 .
16125 \end_layout
16126
16127 \begin_layout Subsection
16128 Binary Operators
16129 \begin_inset CommandInset label
16130 LatexCommand label
16131 name "sub:Binary-Operators"
16132
16133 \end_inset
16134
16135
16136 \begin_inset Index
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140 Operators ! binary
16141 \end_layout
16142
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \begin_layout Standard
16149 Binary operators are surrounded by space when there is a character before
16150  and behind them.
16151 \begin_inset VSpace medskip
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \begin_layout Standard
16158 \begin_inset space \hfill{}
16159 \end_inset
16160
16161
16162 \begin_inset Tabular
16163 <lyxtabular version="3" rows="13" columns="2">
16164 <features>
16165 <column alignment="center" valignment="top" width="0pt">
16166 <column alignment="center" valignment="top" width="0pt">
16167 <row>
16168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 Command
16173 \begin_inset Note Note
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177
16178 \series bold
16179
16180 \backslash
16181 raisebox
16182 \series default
16183  is only used as spacer.
16184 \end_layout
16185
16186 \end_inset
16187
16188
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 Result
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 +
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 \begin_inset Formula $+$
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 -
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 \begin_inset Formula $-$
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 </row>
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254
16255 \backslash
16256 pm
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 \begin_inset Formula $\pm$
16266 \end_inset
16267
16268
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 </row>
16274 <row>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \backslash
16281 mp
16282 \end_layout
16283
16284 \end_inset
16285 </cell>
16286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 \begin_inset Formula $\mp$
16291 \end_inset
16292
16293
16294 \end_layout
16295
16296 \end_inset
16297 </cell>
16298 </row>
16299 <row>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304
16305 \backslash
16306 cdot
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 \begin_inset Formula $\cdot$
16316 \end_inset
16317
16318
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 </row>
16324 <row>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329
16330 \backslash
16331 times
16332 \end_layout
16333
16334 \end_inset
16335 </cell>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340 \begin_inset Formula $\times$
16341 \end_inset
16342
16343
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 <row>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354
16355 \backslash
16356 div
16357 \end_layout
16358
16359 \end_inset
16360 </cell>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365 \begin_inset Formula $\div$
16366 \end_inset
16367
16368
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 <row>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 \begin_inset ERT
16380 status collapsed
16381
16382 \begin_layout Plain Layout
16383
16384
16385 \backslash
16386 raisebox{-1.2mm}{
16387 \end_layout
16388
16389 \end_inset
16390
16391 *
16392 \begin_inset ERT
16393 status collapsed
16394
16395 \begin_layout Plain Layout
16396
16397 }
16398 \end_layout
16399
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 \begin_inset Formula $*$
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row>
16421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \backslash
16427 star
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 \begin_inset Formula $\star$
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \end_inset
16443 </cell>
16444 </row>
16445 <row>
16446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450
16451 \backslash
16452 circ
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 \begin_inset Formula $\circ$
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475
16476 \backslash
16477 diamond
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 \begin_inset Formula $\diamond$
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 </row>
16495 <row>
16496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500
16501 \backslash
16502 bullet
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 \begin_inset Formula $\bullet$
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 </row>
16520 </lyxtabular>
16521
16522 \end_inset
16523
16524
16525 \begin_inset space \hfill{}
16526 \end_inset
16527
16528
16529 \begin_inset Tabular
16530 <lyxtabular version="3" rows="13" columns="2">
16531 <features>
16532 <column alignment="center" valignment="top" width="0pt">
16533 <column alignment="center" valignment="top" width="0pt">
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 Command
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548 Result
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 nabla
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\nabla$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 bigtriangledown
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\bigtriangledown$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 bigtriangleup
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\bigtriangleup$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 Box
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\Box$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659
16660 \backslash
16661 cap 
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 \begin_inset Formula $\cap$
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677 </cell>
16678 </row>
16679 <row>
16680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684
16685 \backslash
16686 cup
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\cup$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709
16710 \backslash
16711 dagger
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\dagger$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734
16735 \backslash
16736 ddagger
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 \begin_inset Formula $\ddagger$
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 </row>
16754 <row>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759
16760 \backslash
16761 wr
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 \begin_inset Formula $\wr$
16771 \end_inset
16772
16773
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784
16785 \backslash
16786 bigcirc
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 \begin_inset Formula $\bigcirc$
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809
16810 \backslash
16811 wedge
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $\wedge$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \backslash
16836 vee
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $\vee$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 </lyxtabular>
16855
16856 \end_inset
16857
16858
16859 \begin_inset space \hfill{}
16860 \end_inset
16861
16862
16863 \begin_inset Tabular
16864 <lyxtabular version="3" rows="13" columns="2">
16865 <features>
16866 <column alignment="center" valignment="top" width="0pt">
16867 <column alignment="center" valignment="top" width="0pt">
16868 <row>
16869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16870 \begin_inset Text
16871
16872 \begin_layout Plain Layout
16873 Command
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 Result
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 oplus
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\oplus$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918
16919 \backslash
16920 ominus
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 \begin_inset Formula $\ominus$
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943
16944 \backslash
16945 otimes
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 \begin_inset Formula $\otimes$
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 oslash
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\oslash$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 odot
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\odot$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 amalg
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\amalg$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 uplus
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\uplus$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068
17069 \backslash
17070 setminus
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $\setminus$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 sqcap
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\sqcap$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 sqcup
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\sqcup$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 triangleleft
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\triangleleft$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 triangleright
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\triangleright$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 </lyxtabular>
17189
17190 \end_inset
17191
17192
17193 \begin_inset space \hfill{}
17194 \end_inset
17195
17196
17197 \end_layout
17198
17199 \begin_layout Standard
17200 All binary operators can also be inserted via the math toolbar button 
17201 \begin_inset Graphics
17202         filename ../images/math/pm.png
17203         scale 85
17204
17205 \end_inset
17206
17207 .
17208 \end_layout
17209
17210 \begin_layout Standard
17211 To typeset the Laplace operator also 
17212 \series bold
17213
17214 \backslash
17215 Delta
17216 \series default
17217  or 
17218 \series bold
17219
17220 \backslash
17221 nabla
17222 \series default
17223 ^
17224 \series bold
17225 2
17226 \series default
17227  (
17228 \begin_inset Formula $\nabla^{2}$
17229 \end_inset
17230
17231 ) can be used instead of 
17232 \series bold
17233
17234 \backslash
17235 bigtriangleup
17236 \series default
17237  .
17238 \end_layout
17239
17240 \begin_layout Standard
17241 The character 
17242 \family sans
17243 Menu Separator
17244 \family default
17245  from the menu 
17246 \family sans
17247 Insert\SpecialChar \menuseparator
17248 Special Character
17249 \family default
17250  is the operator 
17251 \series bold
17252
17253 \backslash
17254 triangleright
17255 \series default
17256 .
17257 \end_layout
17258
17259 \begin_layout Subsection
17260 Self-defined Operators
17261 \begin_inset CommandInset label
17262 LatexCommand label
17263 name "sub:Self-defined-Operators"
17264
17265 \end_inset
17266
17267
17268 \begin_inset Index
17269 status collapsed
17270
17271 \begin_layout Plain Layout
17272 Operators ! self-defined
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \begin_layout Standard
17281 With the help of the command 
17282 \series bold
17283
17284 \backslash
17285 DeclareMathOperator
17286 \series default
17287
17288 \begin_inset Index
17289 status collapsed
17290
17291 \begin_layout Plain Layout
17292 Commands ! D ! 
17293 \backslash
17294 dbinom@
17295 \backslash
17296 DeclareMathOperator
17297 \end_layout
17298
17299 \end_inset
17300
17301  custom operators can be defined in the LaTeX-preamble.
17302  Its command scheme is:
17303 \end_layout
17304
17305 \begin_layout Standard
17306
17307 \series bold
17308
17309 \backslash
17310 DeclareMathOperator{new command}{display}
17311 \end_layout
17312
17313 \begin_layout Standard
17314 Display can be characters or symbols that define how the operator looks
17315  in the output.
17316  To define a big operator a * is set behind the command.
17317  All self-defined big operators can have limits as described in 
17318 \begin_inset CommandInset ref
17319 LatexCommand ref
17320 reference "sub:Operator-Limits"
17321
17322 \end_inset
17323
17324 .
17325 \end_layout
17326
17327 \begin_layout Standard
17328 For example the LaTeX-preamble line
17329 \end_layout
17330
17331 \begin_layout Standard
17332
17333 \series bold
17334
17335 \backslash
17336 DeclareMathOperator*{
17337 \backslash
17338 Lozenge}{
17339 \backslash
17340 blacklozenge}
17341 \end_layout
17342
17343 \begin_layout Standard
17344 defines the command 
17345 \series bold
17346
17347 \backslash
17348 Lozenge
17349 \series default
17350 , that inserts a big operator consisting of the lozenge symbol from 
17351 \begin_inset CommandInset ref
17352 LatexCommand ref
17353 reference "sub:Miscellaneous-Symbols"
17354
17355 \end_inset
17356
17357 :
17358 \begin_inset Formula \[
17359 \Lozenge_{n=1}^{\infty}\]
17360
17361 \end_inset
17362
17363 The command for this formula is: 
17364 \series bold
17365
17366 \backslash
17367 Lozenge
17368 \series default
17369 ^
17370 \series bold
17371
17372 \backslash
17373 infty
17374 \begin_inset Formula $\to$
17375 \end_inset
17376
17377 _n=1
17378 \end_layout
17379
17380 \begin_layout Standard
17381 \begin_inset VSpace bigskip
17382 \end_inset
17383
17384 When self-defined operators are not used several times in the document,
17385  they can also be defined with the commands 
17386 \series bold
17387
17388 \backslash
17389 mathop
17390 \series default
17391
17392 \begin_inset Index
17393 status collapsed
17394
17395 \begin_layout Plain Layout
17396 Commands ! M ! 
17397 \backslash
17398 mathop
17399 \end_layout
17400
17401 \end_inset
17402
17403  and 
17404 \series bold
17405
17406 \backslash
17407 mathbin
17408 \series default
17409
17410 \begin_inset Index
17411 status collapsed
17412
17413 \begin_layout Plain Layout
17414 Commands ! M ! 
17415 \backslash
17416 mathbin
17417 \end_layout
17418
17419 \end_inset
17420
17421 , which have the following scheme:
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 mathop{display}
17430 \series default
17431  and 
17432 \series bold
17433
17434 \backslash
17435 mathbin{display}
17436 \end_layout
17437
17438 \begin_layout Standard
17439
17440 \series bold
17441
17442 \backslash
17443 mathop
17444 \series default
17445  defines big operators, 
17446 \series bold
17447
17448 \backslash
17449 mathbin
17450 \series default
17451  binary operators.
17452 \end_layout
17453
17454 \begin_layout Standard
17455
17456 \series bold
17457
17458 \backslash
17459 mathop
17460 \series default
17461  can e.
17462 \begin_inset space \thinspace{}
17463 \end_inset
17464
17465 g.
17466 \begin_inset space ~
17467 \end_inset
17468
17469 be used to use one limit for several operators:
17470 \end_layout
17471
17472 \begin_layout Standard
17473 \begin_inset Formula \[
17474 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17475
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \begin_layout Standard
17482 The command for the formula above is:
17483 \begin_inset Newline newline
17484 \end_inset
17485
17486
17487 \series bold
17488
17489 \backslash
17490 mathop{
17491 \backslash
17492 sum
17493 \backslash
17494 negmedspace
17495 \backslash
17496 sum
17497 \series default
17498
17499 \begin_inset ERT
17500 status collapsed
17501
17502 \begin_layout Plain Layout
17503
17504
17505 \backslash
17506 spce 
17507 \end_layout
17508
17509 \end_inset
17510
17511
17512 \series bold
17513
17514 \begin_inset Formula $\to$
17515 \end_inset
17516
17517 ^N
17518 \series default
17519
17520 \begin_inset ERT
17521 status collapsed
17522
17523 \begin_layout Plain Layout
17524
17525
17526 \backslash
17527 spce 
17528 \end_layout
17529
17530 \end_inset
17531
17532
17533 \series bold
17534 _i,j=1
17535 \end_layout
17536
17537 \begin_layout Section
17538 Fonts
17539 \begin_inset Index
17540 status collapsed
17541
17542 \begin_layout Plain Layout
17543 Fonts
17544 \end_layout
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Subsection
17552 Font Styles
17553 \begin_inset CommandInset label
17554 LatexCommand label
17555 name "sub:Font-Styles"
17556
17557 \end_inset
17558
17559
17560 \begin_inset Index
17561 status collapsed
17562
17563 \begin_layout Plain Layout
17564 Font ! style
17565 \end_layout
17566
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \begin_layout Standard
17573 Latin letters in formulas can be set in one of the following font styles:
17574 \begin_inset VSpace -2mm
17575 \end_inset
17576
17577
17578 \end_layout
17579
17580 \begin_layout Standard
17581 \align center
17582 \begin_inset Tabular
17583 <lyxtabular version="3" rows="6" columns="3">
17584 <features>
17585 <column alignment="center" valignment="top" width="0">
17586 <column alignment="center" valignment="top" width="0">
17587 <column alignment="center" valignment="top" width="0">
17588 <row>
17589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 Command
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 Result
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 shortcut
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \backslash
17624 mathbb
17625 \series bold
17626
17627 \begin_inset ERT
17628 status collapsed
17629
17630 \begin_layout Plain Layout
17631
17632
17633 \backslash
17634 spce 
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \series default
17641 ABC
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Formula $\mathbb{ABC}$
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \end_inset
17657 </cell>
17658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17659 \begin_inset Text
17660
17661 \begin_layout Plain Layout
17662 Alt-c c
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 </row>
17668 <row>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \backslash
17675 mathbf
17676 \series bold
17677
17678 \begin_inset ERT
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682
17683
17684 \backslash
17685 spce 
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \series default
17692 AbC
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 \begin_inset Formula $\mathbf{AbC}$
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 -
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 </row>
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724
17725 \backslash
17726 boldsymbol
17727 \series bold
17728
17729 \begin_inset ERT
17730 status collapsed
17731
17732 \begin_layout Plain Layout
17733
17734
17735 \backslash
17736 spce 
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \series default
17743 AbC
17744 \end_layout
17745
17746 \end_inset
17747 </cell>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752 \begin_inset Formula $\boldsymbol{AbC}$
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759 </cell>
17760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17761 \begin_inset Text
17762
17763 \begin_layout Plain Layout
17764 Alt-c b
17765 \end_layout
17766
17767 \end_inset
17768 </cell>
17769 </row>
17770 <row>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \backslash
17777 mathcal
17778 \series bold
17779
17780 \begin_inset ERT
17781 status collapsed
17782
17783 \begin_layout Plain Layout
17784
17785
17786 \backslash
17787 spce 
17788 \end_layout
17789
17790 \end_inset
17791
17792
17793 \series default
17794 ABC
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 \begin_inset Formula $\mathcal{ABC}$
17804 \end_inset
17805
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815 Alt-c e
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \backslash
17828 mathfrak
17829 \series bold
17830
17831 \begin_inset ERT
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835
17836
17837 \backslash
17838 spce 
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \series default
17845 AbC
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854 \begin_inset Formula $\mathfrak{AbC}$
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \end_inset
17861 </cell>
17862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17863 \begin_inset Text
17864
17865 \begin_layout Plain Layout
17866 -
17867 \end_layout
17868
17869 \end_inset
17870 </cell>
17871 </row>
17872 </lyxtabular>
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 \align center
17881 \begin_inset Tabular
17882 <lyxtabular version="3" rows="5" columns="3">
17883 <features>
17884 <column alignment="center" valignment="top" width="0">
17885 <column alignment="center" valignment="top" width="0">
17886 <column alignment="center" valignment="top" width="0">
17887 <row>
17888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892 Command
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 Result
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 shortcut
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 </row>
17916 <row>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \backslash
17923 mathit
17924 \series bold
17925
17926 \begin_inset ERT
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930
17931
17932 \backslash
17933 spce 
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \series default
17940 AbC
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 \begin_inset Formula $\mathit{AbC}$
17950 \end_inset
17951
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 -
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 </row>
17967 <row>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972
17973 \backslash
17974 mathrm
17975 \series bold
17976
17977 \begin_inset ERT
17978 status collapsed
17979
17980 \begin_layout Plain Layout
17981
17982
17983 \backslash
17984 spce 
17985 \end_layout
17986
17987 \end_inset
17988
17989
17990 \series default
17991 AbC
17992 \end_layout
17993
17994 \end_inset
17995 </cell>
17996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17997 \begin_inset Text
17998
17999 \begin_layout Plain Layout
18000 \begin_inset Formula $\mathrm{AbC}$
18001 \end_inset
18002
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 Alt-c r
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023
18024 \backslash
18025 mathsf
18026 \series bold
18027
18028 \begin_inset ERT
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032
18033
18034 \backslash
18035 spce 
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \series default
18042 AbC
18043 \end_layout
18044
18045 \end_inset
18046 </cell>
18047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18048 \begin_inset Text
18049
18050 \begin_layout Plain Layout
18051 \begin_inset Formula $\mathsf{AbC}$
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 Alt-c s
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 </row>
18069 <row>
18070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18071 \begin_inset Text
18072
18073 \begin_layout Plain Layout
18074
18075 \backslash
18076 mathtt
18077 \series bold
18078
18079 \begin_inset ERT
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083
18084
18085 \backslash
18086 spce 
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \series default
18093 AbC
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 \begin_inset Formula $\mathtt{AbC}$
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18111 \begin_inset Text
18112
18113 \begin_layout Plain Layout
18114 Alt-c p
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 </row>
18120 </lyxtabular>
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \begin_inset Note Greyedout
18129 status open
18130
18131 \begin_layout Plain Layout
18132
18133 \series bold
18134 Note:
18135 \series default
18136  The styles 
18137 \series bold
18138
18139 \backslash
18140 mathbb
18141 \series default
18142  and 
18143 \series bold
18144
18145 \backslash
18146 mathcal
18147 \series default
18148  can only be used for big letters.
18149 \end_layout
18150
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 Predefined is the style 
18158 \series bold
18159
18160 \backslash
18161 mathnormal
18162 \series default
18163 .
18164 \end_layout
18165
18166 \begin_layout Standard
18167 The style commands work also for letters in mathematical constructs:
18168 \begin_inset Formula \[
18169 \mathfrak{A=\frac{b}{C}}\]
18170
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \begin_layout Standard
18177 Characters in mathematical text don't appear in a math font style but in
18178  the text font style 
18179 \series bold
18180
18181 \backslash
18182 textrm
18183 \series default
18184 .
18185  That their style can't be set correctly via the text style dialog is a
18186  bug in LyX.
18187 \begin_inset Foot
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 \begin_inset CommandInset href
18192 LatexCommand href
18193 name "LyX-bug #4091"
18194 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18195
18196 \end_inset
18197
18198
18199 \end_layout
18200
18201 \end_inset
18202
18203
18204 \end_layout
18205
18206 \begin_layout Standard
18207 Instead of the style commands the dialog 
18208 \family sans
18209 Edit\SpecialChar \menuseparator
18210 Math\SpecialChar \menuseparator
18211 Text Style
18212 \family default
18213  or the toolbar button 
18214 \begin_inset Graphics
18215         filename ../images/math/font.png
18216         scale 85
18217
18218 \end_inset
18219
18220  can be used.
18221 \end_layout
18222
18223 \begin_layout Subsection
18224 Bold Formulas
18225 \begin_inset CommandInset label
18226 LatexCommand label
18227 name "sub:Bold-Formulas"
18228
18229 \end_inset
18230
18231
18232 \begin_inset Index
18233 status collapsed
18234
18235 \begin_layout Plain Layout
18236 Formula ! bold
18237 \end_layout
18238
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \begin_layout Standard
18245 To make a complete formula bold, the command 
18246 \series bold
18247
18248 \backslash
18249 mathbf
18250 \series default
18251  from the previous subsection cannot be used, because it doesn't work for
18252  small Greek letters.
18253  Furthermore it prints Latin letters always upright, like in the following
18254  equation:
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset Formula \[
18259 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Standard
18267 To display the formula correctly, the command 
18268 \series bold
18269
18270 \backslash
18271 boldsymbol
18272 \series default
18273  is used:
18274 \begin_inset Formula \[
18275 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18276
18277 \end_inset
18278
18279 It is also possible to set the formula in a 
18280 \series bold
18281 boldmath environment
18282 \series default
18283 .
18284  This environment is created by inserting the command 
18285 \series bold
18286
18287 \backslash
18288 boldmath
18289 \begin_inset Index
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293 Commands ! B ! 
18294 \backslash
18295 boldmath
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \series default
18302  in TeX-mode.
18303  To end the environment, the command 
18304 \series bold
18305
18306 \backslash
18307 unboldmath
18308 \begin_inset Index
18309 status collapsed
18310
18311 \begin_layout Plain Layout
18312 Commands ! U ! 
18313 \backslash
18314 unboldmath
18315 \end_layout
18316
18317 \end_inset
18318
18319
18320 \series default
18321  is inserted in TeX-mode.
18322 \begin_inset ERT
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326
18327
18328 \backslash
18329 boldmath 
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \begin_inset Formula \[
18336 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18337
18338 \end_inset
18339
18340
18341 \begin_inset ERT
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 unboldmath 
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Subsection
18357 Font Sizes
18358 \begin_inset CommandInset label
18359 LatexCommand label
18360 name "sub:Font-Sizes"
18361
18362 \end_inset
18363
18364
18365 \begin_inset Index
18366 status collapsed
18367
18368 \begin_layout Plain Layout
18369 Font ! size
18370 \end_layout
18371
18372 \end_inset
18373
18374
18375 \end_layout
18376
18377 \begin_layout Standard
18378 For characters in formulas there are, analog to characters in text, the
18379  following size commands:
18380 \end_layout
18381
18382 \begin_layout Standard
18383
18384 \series bold
18385
18386 \backslash
18387 Huge
18388 \series default
18389
18390 \series bold
18391
18392 \backslash
18393 huge
18394 \series default
18395
18396 \series bold
18397
18398 \backslash
18399 LARGE
18400 \series default
18401
18402 \series bold
18403
18404 \backslash
18405 Large
18406 \series default
18407
18408 \series bold
18409
18410 \backslash
18411 large
18412 \series default
18413
18414 \series bold
18415
18416 \backslash
18417 normalsize
18418 \series default
18419
18420 \series bold
18421
18422 \backslash
18423 small
18424 \series default
18425 ,
18426 \begin_inset Newline newline
18427 \end_inset
18428
18429
18430 \series bold
18431
18432 \backslash
18433 footnotesize
18434 \series default
18435
18436 \series bold
18437
18438 \backslash
18439 scriptsize
18440 \series default
18441 , and 
18442 \series bold
18443
18444 \backslash
18445 tiny
18446 \end_layout
18447
18448 \begin_layout Standard
18449 The size produced by the commands depends on the document font size, that
18450  corresponds with the command 
18451 \series bold
18452
18453 \backslash
18454 normalsize
18455 \series default
18456 .
18457  The other commands produce smaller or larger sizes than 
18458 \series bold
18459
18460 \backslash
18461 normalsize
18462 \series default
18463 .
18464  The font size can however not exceed a certain value.
18465  Is for example the document font size 12
18466 \begin_inset space \thinspace{}
18467 \end_inset
18468
18469 pt, the command 
18470 \series bold
18471
18472 \backslash
18473 Huge
18474 \series default
18475  switches to the same size as 
18476 \series bold
18477
18478 \backslash
18479 huge
18480 \series default
18481 .
18482  
18483 \end_layout
18484
18485 \begin_layout Standard
18486 A size command is inserted in TeX-mode before the formula and sets the size
18487  for all following formula and text characters.
18488  To switch back to the initial size, the command 
18489 \series bold
18490
18491 \backslash
18492 normalsize
18493 \series default
18494  is inserted behind the formula in TeX-mode.
18495 \end_layout
18496
18497 \begin_layout Standard
18498 Within a formula the size can only be changed for symbols or letters in
18499  mathematical text.
18500  To do this, the size command is inserted in mathematical text.
18501  All following characters until the end of the mathematical text or until
18502  another size command will have the selected size.
18503  Two examples:
18504 \begin_inset VSpace -2mm
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \begin_layout Standard
18511 \begin_inset ERT
18512 status collapsed
18513
18514 \begin_layout Plain Layout
18515
18516
18517 \backslash
18518 huge 
18519 \end_layout
18520
18521 \end_inset
18522
18523
18524 \begin_inset Formula \[
18525 A=\frac{B}{c}\cdot\maltese\]
18526
18527 \end_inset
18528
18529
18530 \begin_inset Formula \[
18531 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18532
18533 \end_inset
18534
18535
18536 \begin_inset ERT
18537 status collapsed
18538
18539 \begin_layout Plain Layout
18540
18541
18542 \backslash
18543 normalsize 
18544 \end_layout
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset VSpace medskip
18553 \end_inset
18554
18555 Before both formulas the command 
18556 \series bold
18557
18558 \backslash
18559 huge
18560 \series default
18561  was inserted.
18562  The command for the second formula is:
18563 \begin_inset Newline newline
18564 \end_inset
18565
18566
18567 \series bold
18568
18569 \backslash
18570 maltese
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 spce 
18579 \end_layout
18580
18581 \end_inset
18582
18583 A Alt-m m 
18584 \backslash
18585 Large
18586 \begin_inset ERT
18587 status collapsed
18588
18589 \begin_layout Plain Layout
18590
18591
18592 \backslash
18593 spce 
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \backslash
18600 maltese
18601 \begin_inset ERT
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605
18606
18607 \backslash
18608 spce 
18609 \end_layout
18610
18611 \end_inset
18612
18613
18614 \backslash
18615 textit
18616 \begin_inset ERT
18617 status collapsed
18618
18619 \begin_layout Plain Layout
18620
18621
18622 \backslash
18623 spce 
18624 \end_layout
18625
18626 \end_inset
18627
18628 A
18629 \begin_inset Formula $\to$
18630 \end_inset
18631
18632
18633 \begin_inset Formula $\to$
18634 \end_inset
18635
18636
18637 \begin_inset Newline newline
18638 \end_inset
18639
18640
18641 \begin_inset space \hspace*{}
18642 \length 1cm
18643 \end_inset
18644
18645 Alt-m
18646 \series default
18647  
18648 \series bold
18649
18650 \backslash
18651 tiny
18652 \begin_inset ERT
18653 status collapsed
18654
18655 \begin_layout Plain Layout
18656
18657
18658 \backslash
18659 spce 
18660 \end_layout
18661
18662 \end_inset
18663
18664
18665 \backslash
18666 maltese
18667 \begin_inset ERT
18668 status collapsed
18669
18670 \begin_layout Plain Layout
18671
18672
18673 \backslash
18674 spce 
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \backslash
18681 textit
18682 \begin_inset ERT
18683 status collapsed
18684
18685 \begin_layout Plain Layout
18686
18687
18688 \backslash
18689 spce 
18690 \end_layout
18691
18692 \end_inset
18693
18694 A
18695 \end_layout
18696
18697 \begin_layout Standard
18698 If a symbol cannot be displayed in different sizes, it will always be displayed
18699  in the default size.
18700 \end_layout
18701
18702 \begin_layout Section
18703 Greek Letters
18704 \begin_inset Index
18705 status collapsed
18706
18707 \begin_layout Plain Layout
18708 Greek letters
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Standard
18717 All Greek letters can also be inserted via the toolbar button 
18718 \begin_inset Graphics
18719         filename ../images/math/alpha.png
18720         scale 85
18721
18722 \end_inset
18723
18724 .
18725 \end_layout
18726
18727 \begin_layout Subsection
18728 Small Letters
18729 \begin_inset CommandInset label
18730 LatexCommand label
18731 name "sub:Small-Letters"
18732
18733 \end_inset
18734
18735
18736 \begin_inset Index
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740 Greek letters ! small
18741 \end_layout
18742
18743 \end_inset
18744
18745
18746 \end_layout
18747
18748 \begin_layout Standard
18749 \begin_inset space \hfill{}
18750 \end_inset
18751
18752
18753 \begin_inset Tabular
18754 <lyxtabular version="3" rows="11" columns="2">
18755 <features>
18756 <column alignment="center" valignment="top" width="0pt">
18757 <column alignment="center" valignment="top" width="0pt">
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 Command
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18769 \begin_inset Text
18770
18771 \begin_layout Plain Layout
18772 Result
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 </row>
18778 <row>
18779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \backslash
18785 alpha
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 \begin_inset Formula $\alpha$
18795 \end_inset
18796
18797
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 </row>
18803 <row>
18804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18805 \begin_inset Text
18806
18807 \begin_layout Plain Layout
18808
18809 \backslash
18810 beta
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 \begin_inset Formula $\beta$
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \backslash
18835 gamma
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18841 \begin_inset Text
18842
18843 \begin_layout Plain Layout
18844 \begin_inset Formula $\gamma$
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 </row>
18853 <row>
18854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18855 \begin_inset Text
18856
18857 \begin_layout Plain Layout
18858
18859 \backslash
18860 delta
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 \begin_inset Formula $\delta$
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 </row>
18878 <row>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883
18884 \backslash
18885 epsilon
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 \begin_inset Formula $\epsilon$
18895 \end_inset
18896
18897
18898 \end_layout
18899
18900 \end_inset
18901 </cell>
18902 </row>
18903 <row>
18904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908
18909 \backslash
18910 varepsilon
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 \begin_inset Formula $\varepsilon$
18920 \end_inset
18921
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \backslash
18935 zeta
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18941 \begin_inset Text
18942
18943 \begin_layout Plain Layout
18944 \begin_inset Formula $\zeta$
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \end_inset
18951 </cell>
18952 </row>
18953 <row>
18954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958
18959 \backslash
18960 eta
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 \begin_inset Formula $\eta$
18970 \end_inset
18971
18972
18973 \end_layout
18974
18975 \end_inset
18976 </cell>
18977 </row>
18978 <row>
18979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \backslash
18985 theta
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 \begin_inset Formula $\theta$
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 </row>
19003 <row>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \backslash
19010 vartheta
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019 \begin_inset Formula $\vartheta$
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 </row>
19028 </lyxtabular>
19029
19030 \end_inset
19031
19032
19033 \begin_inset space \hfill{}
19034 \end_inset
19035
19036
19037 \begin_inset Tabular
19038 <lyxtabular version="3" rows="12" columns="2">
19039 <features>
19040 <column alignment="center" valignment="top" width="0pt">
19041 <column alignment="center" valignment="top" width="0pt">
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 Command
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056 Result
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 </row>
19062 <row>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067
19068 \backslash
19069 iota
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19075 \begin_inset Text
19076
19077 \begin_layout Plain Layout
19078 \begin_inset Formula $\iota$
19079 \end_inset
19080
19081
19082 \end_layout
19083
19084 \end_inset
19085 </cell>
19086 </row>
19087 <row>
19088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19089 \begin_inset Text
19090
19091 \begin_layout Plain Layout
19092
19093 \backslash
19094 kappa
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19100 \begin_inset Text
19101
19102 \begin_layout Plain Layout
19103 \begin_inset Formula $\kappa$
19104 \end_inset
19105
19106
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 </row>
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117
19118 \backslash
19119 varkappa
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19125 \begin_inset Text
19126
19127 \begin_layout Plain Layout
19128 \begin_inset Formula $\varkappa$
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \end_inset
19135 </cell>
19136 </row>
19137 <row>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142
19143 \backslash
19144 lambda
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153 \begin_inset Formula $\lambda$
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \backslash
19169 mu
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19175 \begin_inset Text
19176
19177 \begin_layout Plain Layout
19178 \begin_inset Formula $\mu$
19179 \end_inset
19180
19181
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 <row>
19188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192
19193 \backslash
19194 nu
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 \begin_inset Formula $\nu$
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \backslash
19219 xi
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228 \begin_inset Formula $\xi$
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 </row>
19237 <row>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242 o
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Formula $o$
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 <row>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265
19266 \backslash
19267 pi
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19273 \begin_inset Text
19274
19275 \begin_layout Plain Layout
19276 \begin_inset Formula $\pi$
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 <row>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \backslash
19292 varpi
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 \begin_inset Formula $\varpi$
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \backslash
19317 rho
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Formula $\rho$
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 </lyxtabular>
19336
19337 \end_inset
19338
19339
19340 \begin_inset space \hfill{}
19341 \end_inset
19342
19343
19344 \begin_inset Tabular
19345 <lyxtabular version="3" rows="11" columns="2">
19346 <features>
19347 <column alignment="center" valignment="top" width="0pt">
19348 <column alignment="center" valignment="top" width="0pt">
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 Command
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19360 \begin_inset Text
19361
19362 \begin_layout Plain Layout
19363 Result
19364 \end_layout
19365
19366 \end_inset
19367 </cell>
19368 </row>
19369 <row>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374
19375 \backslash
19376 varrho
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19382 \begin_inset Text
19383
19384 \begin_layout Plain Layout
19385 \begin_inset Formula $\varrho$
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \end_inset
19392 </cell>
19393 </row>
19394 <row>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399
19400 \backslash
19401 sigma
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19407 \begin_inset Text
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Formula $\sigma$
19411 \end_inset
19412
19413
19414 \end_layout
19415
19416 \end_inset
19417 </cell>
19418 </row>
19419 <row>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424
19425 \backslash
19426 varsigma
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19432 \begin_inset Text
19433
19434 \begin_layout Plain Layout
19435 \begin_inset Formula $\varsigma$
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \end_inset
19442 </cell>
19443 </row>
19444 <row>
19445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449
19450 \backslash
19451 tau
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19457 \begin_inset Text
19458
19459 \begin_layout Plain Layout
19460 \begin_inset Formula $\tau$
19461 \end_inset
19462
19463
19464 \end_layout
19465
19466 \end_inset
19467 </cell>
19468 </row>
19469 <row>
19470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474
19475 \backslash
19476 upsilon
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 \begin_inset Formula $\upsilon$
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 <row>
19495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499
19500 \backslash
19501 phi
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19507 \begin_inset Text
19508
19509 \begin_layout Plain Layout
19510 \begin_inset Formula $\phi$
19511 \end_inset
19512
19513
19514 \end_layout
19515
19516 \end_inset
19517 </cell>
19518 </row>
19519 <row>
19520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19521 \begin_inset Text
19522
19523 \begin_layout Plain Layout
19524
19525 \backslash
19526 varphi
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 \begin_inset Formula $\varphi$
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 </row>
19544 <row>
19545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19546 \begin_inset Text
19547
19548 \begin_layout Plain Layout
19549
19550 \backslash
19551 chi
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19557 \begin_inset Text
19558
19559 \begin_layout Plain Layout
19560 \begin_inset Formula $\chi$
19561 \end_inset
19562
19563
19564 \end_layout
19565
19566 \end_inset
19567 </cell>
19568 </row>
19569 <row>
19570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19571 \begin_inset Text
19572
19573 \begin_layout Plain Layout
19574
19575 \backslash
19576 psi
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19582 \begin_inset Text
19583
19584 \begin_layout Plain Layout
19585 \begin_inset Formula $\psi$
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \backslash
19601 omega
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset Formula $\omega$
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 </row>
19619 </lyxtabular>
19620
19621 \end_inset
19622
19623
19624 \begin_inset space \hfill{}
19625 \end_inset
19626
19627
19628 \end_layout
19629
19630 \begin_layout Standard
19631 \begin_inset VSpace medskip
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \begin_layout Standard
19638 How to create upright Greek letters is explained in 
19639 \begin_inset CommandInset ref
19640 LatexCommand ref
19641 reference "sub:Upright-small-Greek"
19642
19643 \end_inset
19644
19645 .
19646 \end_layout
19647
19648 \begin_layout Subsection
19649 Big Letters
19650 \begin_inset Index
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654 Greek letters ! big
19655 \end_layout
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset space \hfill{}
19664 \end_inset
19665
19666
19667 \begin_inset Tabular
19668 <lyxtabular version="3" rows="7" columns="2">
19669 <features>
19670 <column alignment="center" valignment="top" width="0pt">
19671 <column alignment="center" valignment="top" width="0pt">
19672 <row>
19673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 Command
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 Result
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 </row>
19692 <row>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697
19698 \backslash
19699 Gamma
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708 \begin_inset Formula $\Gamma$
19709 \end_inset
19710
19711
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 </row>
19717 <row>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722
19723 \backslash
19724 Delta
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733 \begin_inset Formula $\Delta$
19734 \end_inset
19735
19736
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 <row>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747
19748 \backslash
19749 Theta
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758 \begin_inset Formula $\Theta$
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 </row>
19767 <row>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772
19773 \backslash
19774 Lambda
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Formula $\Lambda$
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \backslash
19799 Xi
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 \begin_inset Formula $\Xi$
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 Pi
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\Pi$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 </lyxtabular>
19843
19844 \end_inset
19845
19846
19847 \begin_inset space \hfill{}
19848 \end_inset
19849
19850
19851 \begin_inset Tabular
19852 <lyxtabular version="3" rows="6" columns="2">
19853 <features>
19854 <column alignment="center" valignment="top" width="0pt">
19855 <column alignment="center" valignment="top" width="0pt">
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 Command
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 Result
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 Sigma
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\Sigma$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 Upsilon
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\Upsilon$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 Phi
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\Phi$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 Psi
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\Psi$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \backslash
19983 Omega
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Formula $\Omega$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 </lyxtabular>
20002
20003 \end_inset
20004
20005
20006 \begin_inset space \hfill{}
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \begin_layout Standard
20013 \begin_inset VSpace medskip
20014 \end_inset
20015
20016 That the big Greek letters appear upright is caused by a design bug when
20017  TeX was developed.
20018  To get correct italic big letters, begin every command with 
20019 \series bold
20020 var
20021 \series default
20022 .
20023  For example the command 
20024 \series bold
20025
20026 \backslash
20027 varGamma
20028 \series default
20029  produces: 
20030 \begin_inset Formula $\varGamma$
20031 \end_inset
20032
20033
20034 \end_layout
20035
20036 \begin_layout Subsection
20037 Bold Letters
20038 \begin_inset Index
20039 status collapsed
20040
20041 \begin_layout Plain Layout
20042 Greek letters ! bold
20043 \end_layout
20044
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \begin_layout Standard
20051 Greek letters cannot be set with different font styles like Latin letters.
20052  They can only be made bold with the command 
20053 \series bold
20054
20055 \backslash
20056 boldsymbol
20057 \series default
20058
20059 \begin_inset Index
20060 status collapsed
20061
20062 \begin_layout Plain Layout
20063 Commands ! B ! 
20064 \backslash
20065 boldsymbol
20066 \end_layout
20067
20068 \end_inset
20069
20070 .
20071 \end_layout
20072
20073 \begin_layout Standard
20074 \align center
20075 \begin_inset Tabular
20076 <lyxtabular version="3" rows="3" columns="2">
20077 <features>
20078 <column alignment="center" valignment="top" width="0">
20079 <column alignment="center" valignment="top" width="0">
20080 <row>
20081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 Command
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 Result
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 </row>
20100 <row>
20101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20102 \begin_inset Text
20103
20104 \begin_layout Plain Layout
20105
20106 \backslash
20107 Upsilon
20108 \backslash
20109 boldsymbol
20110 \backslash
20111 Upsilon
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \backslash
20136 theta
20137 \backslash
20138 boldsymbol
20139 \backslash
20140 theta
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $\theta\boldsymbol{\theta}$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 </row>
20158 </lyxtabular>
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Section
20166 Symbols
20167 \begin_inset ERT
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171
20172
20173 \backslash
20174 texorpdfstring{
20175 \end_layout
20176
20177 \end_inset
20178
20179
20180 \begin_inset Foot
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 A list with all symbols of most of the LaTeX-packages can be found in 
20185 \begin_inset CommandInset citation
20186 LatexCommand cite
20187 key "Symbole"
20188
20189 \end_inset
20190
20191 .
20192 \end_layout
20193
20194 \end_inset
20195
20196
20197 \begin_inset ERT
20198 status collapsed
20199
20200 \begin_layout Plain Layout
20201
20202 }{}
20203 \end_layout
20204
20205 \end_inset
20206
20207
20208 \begin_inset Note Note
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20215 \end_layout
20216
20217 \begin_layout Plain Layout
20218 More about 
20219 \backslash
20220 texorpdfstring is in section 
20221 \begin_inset CommandInset ref
20222 LatexCommand ref
20223 reference "sub:Formulas-in-Section"
20224
20225 \end_inset
20226
20227 .
20228 \end_layout
20229
20230 \end_inset
20231
20232
20233 \begin_inset Index
20234 status collapsed
20235
20236 \begin_layout Plain Layout
20237 Symbols
20238 \end_layout
20239
20240 \end_inset
20241
20242
20243 \end_layout
20244
20245 \begin_layout Standard
20246 Many of the symbols listed in this section can also be inserted via the
20247  toolbar buttons 
20248 \begin_inset Graphics
20249         filename ../images/math/nabla.png
20250         scale 85
20251
20252 \end_inset
20253
20254  and 
20255 \begin_inset Graphics
20256         filename ../images/math/digamma.png
20257         scale 85
20258
20259 \end_inset
20260
20261 .
20262 \end_layout
20263
20264 \begin_layout Subsection
20265 Mathematical Symbols
20266 \begin_inset CommandInset label
20267 LatexCommand label
20268 name "sub:Mathematical-Symbols"
20269
20270 \end_inset
20271
20272
20273 \begin_inset Index
20274 status collapsed
20275
20276 \begin_layout Plain Layout
20277 Symbols ! mathematical
20278 \end_layout
20279
20280 \end_inset
20281
20282
20283 \end_layout
20284
20285 \begin_layout Standard
20286 \begin_inset space \hfill{}
20287 \end_inset
20288
20289
20290 \begin_inset Tabular
20291 <lyxtabular version="3" rows="10" columns="2">
20292 <features>
20293 <column alignment="center" valignment="top" width="0pt">
20294 <column alignment="center" valignment="top" width="0pt">
20295 <row>
20296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20297 \begin_inset Text
20298
20299 \begin_layout Plain Layout
20300 Command
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 Result
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 neg
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\neg$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \backslash
20347 Im
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Formula $\Im$
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 <row>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370
20371 \backslash
20372 Re
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381 \begin_inset Formula $\Re$
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 </row>
20390 <row>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \backslash
20397 aleph
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406 \begin_inset Formula $\aleph$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 <row>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420
20421 \backslash
20422 partial
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431 \begin_inset Formula $\partial$
20432 \end_inset
20433
20434
20435 \end_layout
20436
20437 \end_inset
20438 </cell>
20439 </row>
20440 <row>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445
20446 \backslash
20447 infty
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 \begin_inset Formula $\infty$
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 </row>
20465 <row>
20466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470
20471 \backslash
20472 wp
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20478 \begin_inset Text
20479
20480 \begin_layout Plain Layout
20481 \begin_inset Formula $\wp$
20482 \end_inset
20483
20484
20485 \end_layout
20486
20487 \end_inset
20488 </cell>
20489 </row>
20490 <row>
20491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495
20496 \backslash
20497 imath
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20503 \begin_inset Text
20504
20505 \begin_layout Plain Layout
20506 \begin_inset Formula $\imath$
20507 \end_inset
20508
20509
20510 \end_layout
20511
20512 \end_inset
20513 </cell>
20514 </row>
20515 <row>
20516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520
20521 \backslash
20522 jmath
20523 \end_layout
20524
20525 \end_inset
20526 </cell>
20527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531 \begin_inset Formula $\jmath$
20532 \end_inset
20533
20534
20535 \end_layout
20536
20537 \end_inset
20538 </cell>
20539 </row>
20540 </lyxtabular>
20541
20542 \end_inset
20543
20544
20545 \begin_inset space \hfill{}
20546 \end_inset
20547
20548
20549 \begin_inset Tabular
20550 <lyxtabular version="3" rows="10" columns="2">
20551 <features>
20552 <column alignment="center" valignment="top" width="0pt">
20553 <column alignment="center" valignment="top" width="0pt">
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 Command
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 Result
20569 \begin_inset Note Note
20570 status collapsed
20571
20572 \begin_layout Plain Layout
20573
20574 \series bold
20575
20576 \backslash
20577 raisebox
20578 \series default
20579  is only used as spacer.
20580 \end_layout
20581
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 </row>
20590 <row>
20591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595
20596 \backslash
20597 forall
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 \begin_inset Formula $\forall$
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620
20621 \backslash
20622 exists
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\exists$
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row>
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645
20646 \backslash
20647 nexists
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 \begin_inset Formula $\nexists$
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 </row>
20665 <row>
20666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670
20671 \backslash
20672 emptyset
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 \begin_inset Formula $\emptyset$
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 </row>
20690 <row>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695
20696 \backslash
20697 varnothing
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 \begin_inset Formula $\varnothing$
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \backslash
20722 dag
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Formula $\dag$
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745
20746 \backslash
20747 ddag
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 \begin_inset Formula $\ddag$
20757 \end_inset
20758
20759
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \backslash
20772 complement
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 \begin_inset ERT
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785
20786
20787 \backslash
20788 raisebox{-0.8mm}{
20789 \end_layout
20790
20791 \end_inset
20792
20793
20794 \begin_inset Formula $\complement$
20795 \end_inset
20796
20797
20798 \begin_inset ERT
20799 status collapsed
20800
20801 \begin_layout Plain Layout
20802
20803 }
20804 \end_layout
20805
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 Bbbk
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\Bbbk$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 </lyxtabular>
20840
20841 \end_inset
20842
20843
20844 \begin_inset space \hfill{}
20845 \end_inset
20846
20847
20848 \begin_inset Tabular
20849 <lyxtabular version="3" rows="10" columns="2">
20850 <features>
20851 <column alignment="center" valignment="top" width="0pt">
20852 <column alignment="center" valignment="top" width="0pt">
20853 <row>
20854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20855 \begin_inset Text
20856
20857 \begin_layout Plain Layout
20858 Command
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 Result
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 prime
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\prime$
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 backprime
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\backprime$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 mho
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset Formula $\mho$
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 </row>
20948 <row>
20949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953
20954 \backslash
20955 triangle
20956 \end_layout
20957
20958 \end_inset
20959 </cell>
20960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 \begin_inset Formula $\triangle$
20965 \end_inset
20966
20967
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 </row>
20973 <row>
20974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978
20979 \backslash
20980 angle
20981 \end_layout
20982
20983 \end_inset
20984 </cell>
20985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20986 \begin_inset Text
20987
20988 \begin_layout Plain Layout
20989 \begin_inset Formula $\angle$
20990 \end_inset
20991
20992
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 <row>
20999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003
21004 \backslash
21005 measuredangle
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 \begin_inset Formula $\measuredangle$
21015 \end_inset
21016
21017
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 </row>
21023 <row>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028
21029 \backslash
21030 sphericalangle
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\sphericalangle$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row>
21049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053
21054 \backslash
21055 top
21056 \end_layout
21057
21058 \end_inset
21059 </cell>
21060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 \begin_inset Formula $\top$
21065 \end_inset
21066
21067
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 </row>
21073 <row>
21074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078
21079 \backslash
21080 bot
21081 \end_layout
21082
21083 \end_inset
21084 </cell>
21085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21086 \begin_inset Text
21087
21088 \begin_layout Plain Layout
21089 \begin_inset Formula $\bot$
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 </row>
21098 </lyxtabular>
21099
21100 \end_inset
21101
21102
21103 \begin_inset space \hfill{}
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \begin_layout Standard
21110 \begin_inset Newpage newpage
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \begin_layout Subsection
21117 Miscellaneous Symbols
21118 \begin_inset CommandInset label
21119 LatexCommand label
21120 name "sub:Miscellaneous-Symbols"
21121
21122 \end_inset
21123
21124
21125 \begin_inset Index
21126 status collapsed
21127
21128 \begin_layout Plain Layout
21129 Symbols ! miscellaneous
21130 \end_layout
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Standard
21138 \noindent
21139 \align center
21140 \begin_inset Tabular
21141 <lyxtabular version="3" rows="10" columns="2">
21142 <features>
21143 <column alignment="center" valignment="top" width="0pt">
21144 <column alignment="center" valignment="top" width="0pt">
21145 <row>
21146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21147 \begin_inset Text
21148
21149 \begin_layout Plain Layout
21150 Command
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21156 \begin_inset Text
21157
21158 \begin_layout Plain Layout
21159 Result
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 <row>
21166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170
21171 \backslash
21172 flat
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\flat$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \backslash
21197 natural
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $\natural$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 sharp
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\sharp$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 surd
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\surd$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 checkmark
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\checkmark$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 yen
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\yen$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 pounds
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\pounds$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 $
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 \begin_inset Formula $\$$
21355 \end_inset
21356
21357
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 <row>
21364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 §
21369 \end_layout
21370
21371 \end_inset
21372 </cell>
21373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377 \begin_inset Formula $§$
21378 \end_inset
21379
21380
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 </lyxtabular>
21387
21388 \end_inset
21389
21390
21391 \begin_inset Tabular
21392 <lyxtabular version="3" rows="10" columns="2">
21393 <features>
21394 <column alignment="center" valignment="top" width="0">
21395 <column alignment="center" valignment="top" width="0">
21396 <row>
21397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 Command
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 Result
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 hbar
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\hbar$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 hslash
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\hslash$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 clubsuit
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\clubsuit$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 spadesuit
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\spadesuit$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 bigstar
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\bigstar$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 blacklozenge
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\blacklozenge$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 blacktriangle
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\blacktriangle$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 blacktiangledown
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\blacktriangledown$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621
21622 \backslash
21623 bullet
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 \begin_inset Formula $\bullet$
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 </row>
21641 </lyxtabular>
21642
21643 \end_inset
21644
21645
21646 \begin_inset Tabular
21647 <lyxtabular version="3" rows="10" columns="2">
21648 <features>
21649 <column alignment="center" valignment="top" width="0pt">
21650 <column alignment="center" valignment="top" width="0pt">
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 Command
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 Result
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 </row>
21671 <row>
21672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676
21677 \backslash
21678 diamondsuit
21679 \end_layout
21680
21681 \end_inset
21682 </cell>
21683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687 \begin_inset Formula $\diamondsuit$
21688 \end_inset
21689
21690
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 </row>
21696 <row>
21697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701
21702 \backslash
21703 Diamond
21704 \end_layout
21705
21706 \end_inset
21707 </cell>
21708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712 \begin_inset Formula $\Diamond$
21713 \end_inset
21714
21715
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 </row>
21721 <row>
21722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21723 \begin_inset Text
21724
21725 \begin_layout Plain Layout
21726
21727 \backslash
21728 heartsuit
21729 \end_layout
21730
21731 \end_inset
21732 </cell>
21733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21734 \begin_inset Text
21735
21736 \begin_layout Plain Layout
21737 \begin_inset Formula $\heartsuit$
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 P
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\P$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 <row>
21772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776
21777 \backslash
21778 copyright
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 \begin_inset Formula $\copyright$
21788 \end_inset
21789
21790
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 <row>
21797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801
21802 \backslash
21803 circledR
21804 \end_layout
21805
21806 \end_inset
21807 </cell>
21808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21809 \begin_inset Text
21810
21811 \begin_layout Plain Layout
21812 \begin_inset Formula $\circledR$
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 </row>
21821 <row>
21822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826
21827 \backslash
21828 maltese
21829 \end_layout
21830
21831 \end_inset
21832 </cell>
21833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21834 \begin_inset Text
21835
21836 \begin_layout Plain Layout
21837 \begin_inset Formula $\maltese$
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 </row>
21846 <row>
21847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851
21852 \backslash
21853 diagup
21854 \end_layout
21855
21856 \end_inset
21857 </cell>
21858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21859 \begin_inset Text
21860
21861 \begin_layout Plain Layout
21862 \begin_inset Formula $\diagup$
21863 \end_inset
21864
21865
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 </row>
21871 <row>
21872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876
21877 \backslash
21878 diagdown
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887 \begin_inset Formula $\diagdown$
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 </row>
21896 </lyxtabular>
21897
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \begin_layout Standard
21904 \begin_inset VSpace medskip
21905 \end_inset
21906
21907 More symbols are listed in 
21908 \begin_inset CommandInset ref
21909 LatexCommand ref
21910 reference "sub:Miscellaneous-Special-Characters"
21911
21912 \end_inset
21913
21914 .
21915 \end_layout
21916
21917 \begin_layout Standard
21918 Some symbols can be displayed in different sizes, see 
21919 \begin_inset CommandInset ref
21920 LatexCommand ref
21921 reference "sub:Font-Sizes"
21922
21923 \end_inset
21924
21925 .
21926 \end_layout
21927
21928 \begin_layout Subsection
21929 The Euro-Symbol €
21930 \begin_inset Index
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 Symbols ! Euro-symbol
21935 \end_layout
21936
21937 \end_inset
21938
21939
21940 \begin_inset Index
21941 status collapsed
21942
21943 \begin_layout Plain Layout
21944 \begin_inset ERT
21945 status collapsed
21946
21947 \begin_layout Plain Layout
21948
21949
21950 \backslash
21951 officialeuro
21952 \end_layout
21953
21954 \end_inset
21955
21956
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Standard
21965 To use the Euro symbol in formulas, the LaTeX-package 
21966 \series bold
21967 eurosym
21968 \series default
21969
21970 \begin_inset Index
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 Packages ! eurosym
21975 \end_layout
21976
21977 \end_inset
21978
21979  must be installed and loaded with the LaTeX-preamble line
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \series bold
21985
21986 \backslash
21987 usepackage[gennarrow]{eurosym}
21988 \end_layout
21989
21990 \begin_layout Standard
21991 The Euro symbol can now be inserted with the command 
21992 \series bold
21993
21994 \backslash
21995 euro
21996 \series default
21997
21998 \begin_inset Index
21999 status collapsed
22000
22001 \begin_layout Plain Layout
22002 Commands ! E ! 
22003 \backslash
22004 euro
22005 \end_layout
22006
22007 \end_inset
22008
22009 .
22010 \end_layout
22011
22012 \begin_layout Standard
22013 The Euro symbol can directly be inserted with the € key in mathematical
22014  text, without having 
22015 \series bold
22016 eurosym
22017 \series default
22018  installed.
22019  When 
22020 \series bold
22021 eurosym
22022 \series default
22023  is installed, 
22024 \series bold
22025
22026 \backslash
22027 euro
22028 \series default
22029  can also be inserted in TeX-mode.
22030  The official currency symbol can then be inserted with the command 
22031 \series bold
22032
22033 \backslash
22034 officialeuro
22035 \series default
22036
22037 \begin_inset Index
22038 status collapsed
22039
22040 \begin_layout Plain Layout
22041 Commands ! O ! 
22042 \backslash
22043 officialeuro
22044 \end_layout
22045
22046 \end_inset
22047
22048 , that is only available in TeX-mode.
22049 \end_layout
22050
22051 \begin_layout Standard
22052 \begin_inset ERT
22053 status collapsed
22054
22055 \begin_layout Plain Layout
22056
22057
22058 \backslash
22059 ifeurosym 
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \begin_inset Note Note
22066 status open
22067
22068 \begin_layout Plain Layout
22069 The following table will only be displayed when the LaTeX-package 
22070 \series bold
22071 eurosym
22072 \series default
22073  is installed.
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \begin_layout Standard
22082 An overview about the different Euro symbols:
22083 \end_layout
22084
22085 \begin_layout Standard
22086 \align center
22087 \begin_inset Tabular
22088 <lyxtabular version="3" rows="4" columns="3">
22089 <features>
22090 <column alignment="center" valignment="top" width="0pt">
22091 <column alignment="center" valignment="top" width="0pt">
22092 <column alignment="center" valignment="top" width="0pt">
22093 <row>
22094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107 Command 
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 Result
22117 \end_layout
22118
22119 \end_inset
22120 </cell>
22121 </row>
22122 <row>
22123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 formula
22128 \end_layout
22129
22130 \end_inset
22131 </cell>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \backslash
22138 euro
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $\euro$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 mathematical text
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\mbox{€}$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 TeX-mode
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202
22203 \backslash
22204 officialeuro
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 officialeuro
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 </lyxtabular>
22232
22233 \end_inset
22234
22235
22236 \end_layout
22237
22238 \begin_layout Standard
22239 \begin_inset ERT
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243
22244
22245 \backslash
22246 else 
22247 \end_layout
22248
22249 \end_inset
22250
22251
22252 \begin_inset Note Note
22253 status open
22254
22255 \begin_layout Plain Layout
22256 The following will be displayed when the LaTeX-package 
22257 \series bold
22258 eurosym
22259 \series default
22260  is not installed:
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Standard
22269 You need to install the LaTeX-package 
22270 \series bold
22271 eurosym
22272 \series default
22273  to see the rest of this subsection in the output.
22274 \end_layout
22275
22276 \begin_layout Standard
22277 \begin_inset ERT
22278 status collapsed
22279
22280 \begin_layout Plain Layout
22281
22282
22283 \backslash
22284 fi 
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Section
22293 Relations
22294 \begin_inset CommandInset label
22295 LatexCommand label
22296 name "sec:Relations"
22297
22298 \end_inset
22299
22300
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Relations
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \begin_inset Index
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315 Comparisons|see
22316 \begin_inset ERT
22317 status collapsed
22318
22319 \begin_layout Plain Layout
22320
22321 {
22322 \end_layout
22323
22324 \end_inset
22325
22326 Relations
22327 \begin_inset ERT
22328 status collapsed
22329
22330 \begin_layout Plain Layout
22331
22332 }
22333 \end_layout
22334
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \begin_layout Standard
22346 All relations can also be inserted via the toolbar button 
22347 \begin_inset Graphics
22348         filename ../images/math/leq.png
22349         scale 85
22350
22351 \end_inset
22352
22353 .
22354 \end_layout
22355
22356 \begin_layout Standard
22357 \begin_inset space \hfill{}
22358 \end_inset
22359
22360
22361 \begin_inset Tabular
22362 <lyxtabular version="3" rows="17" columns="2">
22363 <features>
22364 <column alignment="center" valignment="top" width="0pt">
22365 <column alignment="center" valignment="top" width="0pt">
22366 <row>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 Command
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380 Result
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 <
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 \begin_inset Formula $<$
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 <row>
22410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \backslash
22416 le
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Formula $\le$
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \backslash
22441 ll
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\ll$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 prec
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\prec$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 preceq
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\preceq$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 subset
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\subset$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 subseteq
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\subseteq$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 sqsubseteq
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\sqsubseteq$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 in
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\in$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 vdash
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\vdash$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 smile
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\smile$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \backslash
22666 lhd
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\lhd$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \backslash
22691 unlhd
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset Formula $\unlhd$
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \backslash
22716 gtrless
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\gtrless$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 mid
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\mid$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 nmid
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\nmid$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 </lyxtabular>
22785
22786 \end_inset
22787
22788
22789 \begin_inset space \hfill{}
22790 \end_inset
22791
22792
22793 \begin_inset Tabular
22794 <lyxtabular version="3" rows="17" columns="2">
22795 <features>
22796 <column alignment="center" valignment="top" width="0pt">
22797 <column alignment="center" valignment="top" width="0pt">
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 Command
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 Result
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 <row>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 =
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832 \begin_inset Formula $=$
22833 \end_inset
22834
22835
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 </row>
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846
22847 \backslash
22848 not=
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 \begin_inset Formula $\not=$
22858 \end_inset
22859
22860
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 </row>
22866 <row>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871
22872 \backslash
22873 equiv
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 \begin_inset Formula $\equiv$
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 </row>
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896
22897 \backslash
22898 sim
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 \begin_inset Formula $\sim$
22908 \end_inset
22909
22910
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 </row>
22916 <row>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921
22922 \backslash
22923 simeq
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $\simeq$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 approx
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\approx$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 cong
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\cong$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 bowtie
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\bowtie$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 notin
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\notin$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 perp
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\perp$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 propto
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\propto$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 asymp
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\asymp$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 doteq
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\doteq$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 circeq
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\circeq$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 models
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\models$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 widehat=
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\widehat{=}$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 </lyxtabular>
23217
23218 \end_inset
23219
23220
23221 \begin_inset space \hfill{}
23222 \end_inset
23223
23224
23225 \begin_inset Tabular
23226 <lyxtabular version="3" rows="17" columns="2">
23227 <features>
23228 <column alignment="center" valignment="top" width="0pt">
23229 <column alignment="center" valignment="top" width="0pt">
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 Command
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23241 \begin_inset Text
23242
23243 \begin_layout Plain Layout
23244 Result
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 >
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Formula $>$
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 <row>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278
23279 \backslash
23280 ge
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 \begin_inset Formula $\ge$
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 </row>
23298 <row>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \backslash
23305 gg
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Formula $\gg$
23315 \end_inset
23316
23317
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 </row>
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \backslash
23330 succ
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 \begin_inset Formula $\succ$
23340 \end_inset
23341
23342
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 </row>
23348 <row>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \backslash
23355 succeq
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364 \begin_inset Formula $\succeq$
23365 \end_inset
23366
23367
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 </row>
23373 <row>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378
23379 \backslash
23380 supset
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 \begin_inset Formula $\supset$
23390 \end_inset
23391
23392
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 </row>
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403
23404 \backslash
23405 supseteq
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $\supseteq$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 sqsupseteq
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\sqsupseteq$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 ni
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\ni$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 dashv
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\dashv$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 frown
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\frown$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 rhd
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\rhd$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 unrhd
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\unrhd$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 lessgtr
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\lessgtr$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 parallel
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\parallel$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 nparallel
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\nparallel$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 </lyxtabular>
23649
23650 \end_inset
23651
23652
23653 \begin_inset space \hfill{}
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset VSpace medskip
23661 \end_inset
23662
23663 The characters 
23664 \series bold
23665
23666 \backslash
23667 lhd
23668 \series default
23669  and 
23670 \series bold
23671
23672 \backslash
23673 rhd
23674 \series default
23675  are bigger than the equal looking operators 
23676 \series bold
23677
23678 \backslash
23679 triangleleft
23680 \series default
23681  and 
23682 \series bold
23683
23684 \backslash
23685 triangleright
23686 \series default
23687 , respectively.
23688 \end_layout
23689
23690 \begin_layout Standard
23691 Relations are, in contrary to symbols, always surrounded by space.
23692 \end_layout
23693
23694 \begin_layout Standard
23695 Relations with labels can be created with the command 
23696 \series bold
23697
23698 \backslash
23699 stackrel
23700 \series default
23701
23702 \begin_inset Index
23703 status collapsed
23704
23705 \begin_layout Plain Layout
23706 Commands ! S ! 
23707 \backslash
23708 stackrel
23709 \end_layout
23710
23711 \end_inset
23712
23713 :
23714 \end_layout
23715
23716 \begin_layout Standard
23717 \align center
23718 \begin_inset Tabular
23719 <lyxtabular version="3" rows="2" columns="2">
23720 <features>
23721 <column alignment="center" valignment="top" width="0">
23722 <column alignment="center" valignment="top" width="0">
23723 <row>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 Command
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 Result
23738 \begin_inset Note Note
23739 status collapsed
23740
23741 \begin_layout Plain Layout
23742
23743 \series bold
23744
23745 \backslash
23746 raisebox
23747 \series default
23748  is only used as spacer.
23749 \end_layout
23750
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 A(r)
23765 \backslash
23766 stackrel
23767 \begin_inset ERT
23768 status collapsed
23769
23770 \begin_layout Plain Layout
23771
23772
23773 \backslash
23774 spce 
23775 \end_layout
23776
23777 \end_inset
23778
23779 r
23780 \backslash
23781 to
23782 \backslash
23783 infty
23784 \begin_inset ERT
23785 status collapsed
23786
23787 \begin_layout Plain Layout
23788
23789
23790 \backslash
23791 spce 
23792 \end_layout
23793
23794 \end_inset
23795
23796
23797 \begin_inset Formula $\downarrow$
23798 \end_inset
23799
23800
23801 \backslash
23802 approx
23803 \begin_inset ERT
23804 status collapsed
23805
23806 \begin_layout Plain Layout
23807
23808
23809 \backslash
23810 spce 
23811 \end_layout
23812
23813 \end_inset
23814
23815
23816 \begin_inset ERT
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820
23821
23822 \backslash
23823 spce 
23824 \end_layout
23825
23826 \end_inset
23827
23828 B
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23838 \end_inset
23839
23840
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 </row>
23846 </lyxtabular>
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Section
23854 Functions
23855 \end_layout
23856
23857 \begin_layout Subsection
23858 Predefined Functions
23859 \begin_inset CommandInset label
23860 LatexCommand label
23861 name "sub:Predefined-Functions"
23862
23863 \end_inset
23864
23865
23866 \begin_inset Index
23867 status collapsed
23868
23869 \begin_layout Plain Layout
23870 Functions ! predefined
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \begin_layout Standard
23879 In general, variables are set 
23880 \emph on
23881 italic
23882 \emph default
23883  in mathematical expressions, but not function names, because 
23884 \begin_inset Formula $sin$
23885 \end_inset
23886
23887  could be misunderstood as 
23888 \begin_inset Formula $s\cdot i\cdot n$
23889 \end_inset
23890
23891 .
23892  Therefore there are predefined functions, that are additionally a bit separated
23893  from prefactors.
23894  They are inserted as commands starting with a backslash before their name.
23895 \end_layout
23896
23897 \begin_layout Standard
23898 \align center
23899 \begin_inset Tabular
23900 <lyxtabular version="3" rows="2" columns="4">
23901 <features>
23902 <column alignment="center" valignment="top" width="0pt">
23903 <column alignment="center" valignment="top" width="0pt">
23904 <column alignment="center" valignment="top" width="0pt">
23905 <column alignment="center" valignment="top" width="0pt">
23906 <row>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 Command
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 Result
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
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 Command
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938 Result
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 Asin(x)+B
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $Asin(x)+B$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 A
23971 \backslash
23972 sin(x)+B
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981 \begin_inset Formula $A\sin(x)+B$
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 </row>
23990 </lyxtabular>
23991
23992 \end_inset
23993
23994
23995 \begin_inset Newpage pagebreak
23996 \end_inset
23997
23998
23999 \end_layout
24000
24001 \begin_layout Standard
24002 The following functions are predefined:
24003 \end_layout
24004
24005 \begin_layout Standard
24006 \begin_inset VSpace -2mm
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \begin_layout Standard
24013 \align center
24014 \begin_inset Tabular
24015 <lyxtabular version="3" rows="9" columns="4">
24016 <features>
24017 <column alignment="center" valignment="top" width="0pt">
24018 <column alignment="center" valignment="top" width="0pt">
24019 <column alignment="center" valignment="top" width="0pt">
24020 <column alignment="center" valignment="top" width="0pt">
24021 <row>
24022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 Command
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 Command
24036 \end_layout
24037
24038 \end_inset
24039 </cell>
24040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044 Command
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 Command
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 sin
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 sinh
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 arcsin
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 sup
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 cos
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 cosh
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 arccos
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 inf
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \backslash
24158 tan
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \backslash
24169 tanh
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 arctan
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 lim
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 cot
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \backslash
24215 coth
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224
24225 \backslash
24226 arg
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24232 \begin_inset Text
24233
24234 \begin_layout Plain Layout
24235
24236 \backslash
24237 liminf
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 sec
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259
24260 \backslash
24261 min
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 deg
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 limsup
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 csc
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 max
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316
24317 \backslash
24318 det
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 Pr
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 </row>
24335 <row>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340
24341 \backslash
24342 ln
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 exp
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 dim
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 hom
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 </row>
24381 <row>
24382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386
24387 \backslash
24388 lg
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24394 \begin_inset Text
24395
24396 \begin_layout Plain Layout
24397
24398 \backslash
24399 log
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24405 \begin_inset Text
24406
24407 \begin_layout Plain Layout
24408
24409 \backslash
24410 ker
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 gcd
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 </row>
24427 </lyxtabular>
24428
24429 \end_inset
24430
24431
24432 \end_layout
24433
24434 \begin_layout Standard
24435 They can also be inserted with the math toolbar button 
24436 \begin_inset Graphics
24437         filename ../images/math/functions.png
24438         scale 85
24439
24440 \end_inset
24441
24442 .
24443 \end_layout
24444
24445 \begin_layout Subsection
24446 Self-defined Functions
24447 \begin_inset Index
24448 status collapsed
24449
24450 \begin_layout Plain Layout
24451 Functions ! self-defined
24452 \end_layout
24453
24454 \end_inset
24455
24456
24457 \end_layout
24458
24459 \begin_layout Standard
24460 To use a function that is not predefined, like for example the sign function
24461  sgn(x), there are two possibilities:
24462 \end_layout
24463
24464 \begin_layout Itemize
24465 Define the function by inserting the following line to the LaTeX-preamble
24466 \begin_inset Foot
24467 status collapsed
24468
24469 \begin_layout Plain Layout
24470 For more about 
24471 \series bold
24472
24473 \backslash
24474 DeclareMathOperator
24475 \series default
24476  see 
24477 \begin_inset CommandInset ref
24478 LatexCommand ref
24479 reference "sub:Self-defined-Operators"
24480
24481 \end_inset
24482
24483 .
24484 \end_layout
24485
24486 \end_inset
24487
24488
24489 \begin_inset Newline newline
24490 \end_inset
24491
24492
24493 \begin_inset VSpace -3mm
24494 \end_inset
24495
24496
24497 \begin_inset Newline newline
24498 \end_inset
24499
24500
24501 \series bold
24502
24503 \backslash
24504 DeclareMathOperator{
24505 \backslash
24506 sgn}{sgn}
24507 \series default
24508
24509 \begin_inset Index
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Commands ! D ! 
24514 \backslash
24515 dbinom@
24516 \backslash
24517 DeclareMathOperator
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \begin_inset Newline newline
24524 \end_inset
24525
24526
24527 \begin_inset VSpace -2mm
24528 \end_inset
24529
24530
24531 \begin_inset Newline newline
24532 \end_inset
24533
24534 Now the new defined function can be called with the command 
24535 \series bold
24536
24537 \backslash
24538 sgn
24539 \series default
24540 .
24541 \end_layout
24542
24543 \begin_layout Itemize
24544 Write the the formula as usual, mark the formula name, in our example the
24545  letters 
24546 \emph on
24547 sgn
24548 \emph default
24549 , and change it to mathematical text.
24550  At last a space is inserted between prefactor and function.
24551 \end_layout
24552
24553 \begin_layout Standard
24554 The result is the same with both methods as with a predefined function
24555 \begin_inset Foot
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 In LyX self-defined functions are displayed red, predefined ones black.
24560 \end_layout
24561
24562 \end_inset
24563
24564 :
24565 \end_layout
24566
24567 \begin_layout Standard
24568 \align center
24569 \begin_inset Tabular
24570 <lyxtabular version="3" rows="3" columns="2">
24571 <features>
24572 <column alignment="center" valignment="top" width="0pt">
24573 <column alignment="center" valignment="top" width="0pt">
24574 <row>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579 Command
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 Result
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 </row>
24594 <row>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 A
24600 \backslash
24601 sgn(x)+B
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 \begin_inset Formula $A\sgn(x)+B$
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 A
24625 \backslash
24626 ,
24627 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24628 \end_inset
24629
24630 (x)+B
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 </row>
24648 </lyxtabular>
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Standard
24656 The first method is more suitable when the self-defined function should
24657  be used several times.
24658 \end_layout
24659
24660 \begin_layout Subsection
24661 Limits
24662 \begin_inset Index
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666 Limits
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675 For limits there are defined besides 
24676 \series bold
24677
24678 \backslash
24679 lim
24680 \series default
24681
24682 \begin_inset Index
24683 status collapsed
24684
24685 \begin_layout Plain Layout
24686 Commands ! L ! 
24687 \backslash
24688 lim
24689 \end_layout
24690
24691 \end_inset
24692
24693
24694 \series bold
24695
24696 \backslash
24697 liminf
24698 \series default
24699  and 
24700 \series bold
24701
24702 \backslash
24703 limsup
24704 \series default
24705  furthermore the following functions:
24706 \end_layout
24707
24708 \begin_layout Standard
24709 \align center
24710 \begin_inset Tabular
24711 <lyxtabular version="3" rows="5" columns="2">
24712 <features>
24713 <column alignment="center" valignment="top" width="0">
24714 <column alignment="center" valignment="top" width="0">
24715 <row>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 Command
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 Result
24730 \begin_inset Note Note
24731 status collapsed
24732
24733 \begin_layout Plain Layout
24734
24735 \series bold
24736
24737 \backslash
24738 raisebox
24739 \series default
24740  is only used as spacer.
24741 \end_layout
24742
24743 \end_inset
24744
24745
24746 \end_layout
24747
24748 \end_inset
24749 </cell>
24750 </row>
24751 <row>
24752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24753 \begin_inset Text
24754
24755 \begin_layout Plain Layout
24756
24757 \backslash
24758 varliminf
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767 \begin_inset Formula $\varliminf$
24768 \end_inset
24769
24770
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 </row>
24776 <row>
24777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \backslash
24783 varlimsup
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792 \begin_inset Formula $\varlimsup$
24793 \end_inset
24794
24795
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 </row>
24801 <row>
24802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806
24807 \backslash
24808 varprojlim
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 \begin_inset Formula $\varprojlim$
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \end_inset
24824 </cell>
24825 </row>
24826 <row>
24827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831
24832 \backslash
24833 varinjlim
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 \begin_inset Formula $\varinjlim$
24843 \end_inset
24844
24845
24846 \begin_inset Formula $\raisebox{-2.5mm}{}$
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 </lyxtabular>
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \begin_layout Standard
24863 \begin_inset VSpace medskip
24864 \end_inset
24865
24866 The limit is created by inserting a subscript.
24867  It is set right beside the function in an inline formula:
24868 \end_layout
24869
24870 \begin_layout Standard
24871 \align center
24872 \begin_inset Tabular
24873 <lyxtabular version="3" rows="2" columns="2">
24874 <features>
24875 <column alignment="center" valignment="top" width="0pt">
24876 <column alignment="center" valignment="top" width="0pt">
24877 <row>
24878 <cell alignment="center" valignment="top" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882 Command
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 \begin_inset space \hspace{}
24892 \length 1cm
24893 \end_inset
24894
24895 Result
24896 \begin_inset Note Note
24897 status collapsed
24898
24899 \begin_layout Plain Layout
24900
24901 \series bold
24902
24903 \backslash
24904 hspace
24905 \series default
24906  and
24907 \series bold
24908  
24909 \backslash
24910 raisebox
24911 \series default
24912  are used here as spacer.
24913 \end_layout
24914
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 <row>
24924 <cell alignment="center" valignment="top" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 lim_x
24931 \backslash
24932 to
24933 \begin_inset ERT
24934 status collapsed
24935
24936 \begin_layout Plain Layout
24937
24938
24939 \backslash
24940 spce 
24941 \end_layout
24942
24943 \end_inset
24944
24945 A
24946 \begin_inset ERT
24947 status collapsed
24948
24949 \begin_layout Plain Layout
24950
24951
24952 \backslash
24953 spce 
24954 \end_layout
24955
24956 \end_inset
24957
24958 x=B
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 </row>
24976 </lyxtabular>
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 In a displayed formula the limit is set below the formula, as usual:
24985 \begin_inset Formula \[
24986 \lim_{x\to A}x=B\]
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Subsection
24994 Modulo-Functions
24995 \begin_inset Index
24996 status collapsed
24997
24998 \begin_layout Plain Layout
24999 Functions ! modulo-
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \begin_layout Standard
25008 The modulo-function is special, because it exists in four variants.
25009 \end_layout
25010
25011 \begin_layout Standard
25012 The variants in a displayed formula:
25013 \begin_inset Formula \begin{align*}
25014 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25015 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25016 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25017 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25018 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b\end{align*}
25019
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \begin_layout Standard
25026 In an inline formula less space is set before the function names for all
25027  variants.
25028 \end_layout
25029
25030 \begin_layout Section
25031 Special Characters
25032 \begin_inset Index
25033 status collapsed
25034
25035 \begin_layout Plain Layout
25036 Special characters
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Subsection
25045 Special Characters in Mathematical Text
25046 \end_layout
25047
25048 \begin_layout Standard
25049 The following commands can only be used in mathematical text or in TeX-mode:
25050 \end_layout
25051
25052 \begin_layout Standard
25053 \begin_inset space \hfill{}
25054 \end_inset
25055
25056
25057 \begin_inset Tabular
25058 <lyxtabular version="3" rows="8" columns="2">
25059 <features>
25060 <column alignment="block" valignment="top" width="0">
25061 <column alignment="block" valignment="top" width="0">
25062 <row>
25063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25064 \begin_inset Text
25065
25066 \begin_layout Plain Layout
25067 Command
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076 Result
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 </row>
25082 <row>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 oe
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 \begin_inset Formula $\textrm{œ}$
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 <row>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 OE
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123 \begin_inset Formula $\textrm{Œ}$
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 </row>
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137
25138 \backslash
25139 ae
25140 \end_layout
25141
25142 \end_inset
25143 </cell>
25144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25145 \begin_inset Text
25146
25147 \begin_layout Plain Layout
25148 \begin_inset Formula $\textrm{æ}$
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 </row>
25157 <row>
25158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162
25163 \backslash
25164 AE
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173 \begin_inset Formula $\textrm{Æ}$
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 </row>
25182 <row>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 aa
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198 \begin_inset Formula $\textrm{\aa}$
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 </row>
25207 <row>
25208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 AA
25215 \begin_inset Index
25216 status collapsed
25217
25218 \begin_layout Plain Layout
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224
25225 \backslash
25226 @
25227 \backslash
25228 textrm{
25229 \backslash
25230 AA}
25231 \end_layout
25232
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 \begin_inset Formula $\textrm{Å}$
25250 \end_inset
25251
25252
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 </row>
25258 <row>
25259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 i
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 \begin_inset Formula $\textrm{ı}$
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 </row>
25283 </lyxtabular>
25284
25285 \end_inset
25286
25287
25288 \begin_inset space \hfill{}
25289 \end_inset
25290
25291
25292 \begin_inset Tabular
25293 <lyxtabular version="3" rows="8" columns="2">
25294 <features>
25295 <column alignment="block" valignment="top" width="0">
25296 <column alignment="center" valignment="top" width="0">
25297 <row>
25298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 command
25303 \begin_inset Note Note
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307
25308 \series bold
25309
25310 \backslash
25311 hspace{0mm}
25312 \series default
25313  is used for separation, because otherwise the output will be ¡ and ¿ respective
25314 ly.
25315 \end_layout
25316
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328 Result
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 o
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $\textrm{ø}$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 O
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Formula $\textrm{Ø}$
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 l
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 \begin_inset Formula $\textrm{ł}$
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 </row>
25409 <row>
25410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414
25415 \backslash
25416 L
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25422 \begin_inset Text
25423
25424 \begin_layout Plain Layout
25425 \begin_inset Formula $\textrm{Ł}$
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 </row>
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 !
25440 \begin_inset space \hspace{}
25441 \length 0mm
25442 \end_inset
25443
25444 `
25445 \begin_inset ERT
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449
25450
25451 \backslash
25452 spce 
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466 \begin_inset Formula $\textrm{!`}$
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 </row>
25475 <row>
25476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 ?
25481 \begin_inset space \hspace{}
25482 \length 0mm
25483 \end_inset
25484
25485 `
25486 \begin_inset ERT
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490
25491
25492 \backslash
25493 spce 
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507 \begin_inset Formula $\textrm{?`}$
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 </row>
25516 <row>
25517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 j
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 \begin_inset Formula $\textrm{ȷ}$
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 </row>
25541 </lyxtabular>
25542
25543 \end_inset
25544
25545
25546 \begin_inset space \hfill{}
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \begin_layout Standard
25553 The characters 
25554 \begin_inset Formula $\textrm{\textrm{Å}}$
25555 \end_inset
25556
25557  and 
25558 \begin_inset Formula $\textrm{\textrm{Ø}}$
25559 \end_inset
25560
25561  can also be inserted via the math toolbar button 
25562 \begin_inset Graphics
25563         filename ../images/math/digamma.png
25564         scale 85
25565
25566 \end_inset
25567
25568 .
25569 \end_layout
25570
25571 \begin_layout Standard
25572 An exception are the commands 
25573 \series bold
25574 !
25575 \begin_inset space \hspace{}
25576 \length 0mm
25577 \end_inset
25578
25579 `
25580 \series default
25581  and 
25582 \series bold
25583 ?
25584 \begin_inset space \hspace{}
25585 \length 0mm
25586 \end_inset
25587
25588 `
25589 \series default
25590 , because they can be inserted in LyX directly to text.
25591 \end_layout
25592
25593 \begin_layout Subsection
25594 Accents in Text
25595 \begin_inset CommandInset label
25596 LatexCommand label
25597 name "sub:Accents-in-Text"
25598
25599 \end_inset
25600
25601
25602 \begin_inset Index
25603 status collapsed
25604
25605 \begin_layout Plain Layout
25606 Accents ! in text
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \end_layout
25613
25614 \begin_layout Standard
25615 With the following commands all letters can be accented.
25616  The commands must be inserted in TeX-mode.
25617 \end_layout
25618
25619 \begin_layout Standard
25620 \begin_inset space \hfill{}
25621 \end_inset
25622
25623
25624 \begin_inset Tabular
25625 <lyxtabular version="3" rows="8" columns="2">
25626 <features>
25627 <column alignment="block" valignment="top" width="0">
25628 <column alignment="block" valignment="top" width="0">
25629 <row>
25630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 Command
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25640 \begin_inset Text
25641
25642 \begin_layout Plain Layout
25643 Result
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row>
25650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654
25655 \backslash
25656
25657 \begin_inset Quotes grd
25658 \end_inset
25659
25660 e
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674
25675 \backslash
25676 "e
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 </row>
25687 <row>
25688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 `e
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 \begin_inset ERT
25704 status collapsed
25705
25706 \begin_layout Plain Layout
25707
25708
25709 \backslash
25710 `e
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 <row>
25722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726
25727 \backslash
25728 ^
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734
25735 \backslash
25736 spce 
25737 \end_layout
25738
25739 \end_inset
25740
25741 e
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 \begin_inset ERT
25751 status collapsed
25752
25753 \begin_layout Plain Layout
25754
25755
25756 \backslash
25757 ^e
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 </row>
25768 <row>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773
25774 \backslash
25775 =e
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784 \begin_inset ERT
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789
25790 \backslash
25791 =e
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 u
25810 \begin_inset ERT
25811 status collapsed
25812
25813 \begin_layout Plain Layout
25814
25815
25816 \backslash
25817 spce 
25818 \end_layout
25819
25820 \end_inset
25821
25822 e
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831 \begin_inset ERT
25832 status collapsed
25833
25834 \begin_layout Plain Layout
25835
25836
25837 \backslash
25838 u e
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 b
25857 \begin_inset ERT
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862
25863 \backslash
25864 spce 
25865 \end_layout
25866
25867 \end_inset
25868
25869 e
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 b e
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 </row>
25896 <row>
25897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901
25902 \backslash
25903 t
25904 \begin_inset ERT
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908
25909
25910 \backslash
25911 spce 
25912 \end_layout
25913
25914 \end_inset
25915
25916 ee
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 t ee
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 </lyxtabular>
25944
25945 \end_inset
25946
25947
25948 \begin_inset space \hfill{}
25949 \end_inset
25950
25951
25952 \begin_inset Tabular
25953 <lyxtabular version="3" rows="8" columns="2">
25954 <features>
25955 <column alignment="block" valignment="top" width="0">
25956 <column alignment="center" valignment="top" width="0">
25957 <row>
25958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25959 \begin_inset Text
25960
25961 \begin_layout Plain Layout
25962 Command
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971 Result
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 H
25985 \begin_inset ERT
25986 status collapsed
25987
25988 \begin_layout Plain Layout
25989
25990
25991 \backslash
25992 spce 
25993 \end_layout
25994
25995 \end_inset
25996
25997 e
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006 \begin_inset ERT
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011
26012 \backslash
26013 H e
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 <row>
26025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029
26030 \backslash
26031 'e
26032 \end_layout
26033
26034 \end_inset
26035 </cell>
26036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26037 \begin_inset Text
26038
26039 \begin_layout Plain Layout
26040 \begin_inset ERT
26041 status collapsed
26042
26043 \begin_layout Plain Layout
26044
26045
26046 \backslash
26047 'e
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \backslash
26065 ~e
26066 \begin_inset Index
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 Tilde
26071 \end_layout
26072
26073 \end_inset
26074
26075
26076 \end_layout
26077
26078 \end_inset
26079 </cell>
26080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089
26090 \backslash
26091 ~e
26092 \end_layout
26093
26094 \end_inset
26095
26096
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 </row>
26102 <row>
26103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107
26108 \backslash
26109 .e
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset ERT
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122
26123
26124 \backslash
26125 .e
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 v
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 spce 
26152 \end_layout
26153
26154 \end_inset
26155
26156 e
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 v e
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 d
26191 \begin_inset ERT
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196
26197 \backslash
26198 spce 
26199 \end_layout
26200
26201 \end_inset
26202
26203 e
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 d e
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row>
26231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235
26236 \backslash
26237 c
26238 \begin_inset ERT
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242
26243
26244 \backslash
26245 spce 
26246 \end_layout
26247
26248 \end_inset
26249
26250 e
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 \begin_inset ERT
26260 status collapsed
26261
26262 \begin_layout Plain Layout
26263
26264
26265 \backslash
26266 c e
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 </row>
26277 </lyxtabular>
26278
26279 \end_inset
26280
26281
26282 \begin_inset space \hfill{}
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Standard
26289 \begin_inset VSpace medskip
26290 \end_inset
26291
26292 With the command 
26293 \series bold
26294
26295 \backslash
26296 t
26297 \series default
26298  also two different characters can be accented.
26299  The command 
26300 \series bold
26301
26302 \backslash
26303 t
26304 \begin_inset ERT
26305 status collapsed
26306
26307 \begin_layout Plain Layout
26308
26309
26310 \backslash
26311 spce 
26312 \end_layout
26313
26314 \end_inset
26315
26316 sz
26317 \series default
26318  creates: 
26319 \begin_inset ERT
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323
26324
26325 \backslash
26326 t sz
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Standard
26335 The accents 
26336 \series bold
26337 `
26338 \series default
26339  , 
26340 \series bold
26341 '
26342 \series default
26343  , and 
26344 \series bold
26345 ^
26346 \series default
26347  can in combination with vowels directly be inserted with the keyboard without
26348  using TeX-mode.
26349  The same applies for the tilde
26350 \begin_inset Foot
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 This only applies for keyboards where the tilde is defined as accent.
26355 \end_layout
26356
26357 \end_inset
26358
26359  
26360 \series bold
26361 ~
26362 \series default
26363  in combination with 
26364 \emph on
26365 a
26366 \emph default
26367  , 
26368 \emph on
26369 n
26370 \emph default
26371  , or 
26372 \emph on
26373 o
26374 \emph default
26375 .
26376 \end_layout
26377
26378 \begin_layout Standard
26379 The commands 
26380 \series bold
26381
26382 \backslash
26383 b
26384 \series default
26385  , 
26386 \series bold
26387
26388 \backslash
26389 c
26390 \series default
26391  , 
26392 \series bold
26393
26394 \backslash
26395 d
26396 \series default
26397  , 
26398 \series bold
26399
26400 \backslash
26401 H
26402 \series default
26403  , 
26404 \series bold
26405
26406 \backslash
26407 t
26408 \series default
26409  , 
26410 \series bold
26411
26412 \backslash
26413 u
26414 \series default
26415  , 
26416 \series bold
26417
26418 \backslash
26419 v
26420 \series default
26421 , and accents inserted directly with the keyboard are also available in
26422  mathematical text.
26423  For the other accents there are special math commands to be used in formulas,
26424  see 
26425 \begin_inset CommandInset ref
26426 LatexCommand ref
26427 reference "sub:Accents-for-one"
26428
26429 \end_inset
26430
26431 .
26432 \end_layout
26433
26434 \begin_layout Standard
26435 \begin_inset VSpace bigskip
26436 \end_inset
26437
26438 Furthermore, with the command 
26439 \series bold
26440
26441 \backslash
26442 textcircled
26443 \series default
26444
26445 \begin_inset Index
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449 Commands ! T ! 
26450 \backslash
26451 textcircled
26452 \end_layout
26453
26454 \end_inset
26455
26456  all numbers and letters can be set into a circle, quasi accented with a
26457  circle, similar to the the copyright symbol.
26458 \end_layout
26459
26460 \begin_layout Standard
26461 \align center
26462 \begin_inset Tabular
26463 <lyxtabular version="3" rows="3" columns="2">
26464 <features>
26465 <column alignment="center" valignment="top" width="0">
26466 <column alignment="center" valignment="top" width="0">
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 Command
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 Result
26482 \begin_inset Note Note
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487 \series bold
26488
26489 \backslash
26490 raisebox
26491 \series default
26492  is only used as spacer.
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \backslash
26510 textcircled{w}
26511 \end_layout
26512
26513 \end_inset
26514 </cell>
26515 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26516 \begin_inset Text
26517
26518 \begin_layout Plain Layout
26519 \begin_inset ERT
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523
26524
26525 \backslash
26526 textcircled{w}
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 </row>
26537 <row>
26538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \backslash
26544 Large 
26545 \backslash
26546 textcircled{
26547 \backslash
26548 normalsize
26549 \backslash
26550 protect
26551 \backslash
26552 raisebox{-1.5pt}{W}}
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset Formula $\raisebox{4.5mm}{}$
26562 \end_inset
26563
26564
26565 \begin_inset ERT
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569
26570
26571 \backslash
26572 Large 
26573 \backslash
26574 textcircled{
26575 \backslash
26576 normalsize
26577 \backslash
26578 protect
26579 \backslash
26580 raisebox{-1.5pt}W}
26581 \end_layout
26582
26583 \end_inset
26584
26585
26586 \begin_inset Formula $\raisebox{-2mm}{}$
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \end_inset
26593 </cell>
26594 </row>
26595 </lyxtabular>
26596
26597 \end_inset
26598
26599
26600 \end_layout
26601
26602 \begin_layout Standard
26603 One has to take care that the character fits in the circle.
26604  
26605 \series bold
26606
26607 \backslash
26608 Large
26609 \series default
26610
26611 \begin_inset Foot
26612 status collapsed
26613
26614 \begin_layout Plain Layout
26615 see 
26616 \begin_inset CommandInset ref
26617 LatexCommand ref
26618 reference "sub:Font-Sizes"
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626
26627  specifies thereby the size of the circle.
26628  With the help of 
26629 \series bold
26630
26631 \backslash
26632 raisebox
26633 \series default
26634
26635 \begin_inset Foot
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639 see 
26640 \begin_inset CommandInset ref
26641 LatexCommand ref
26642 reference "sub:Boxes-without-Frame"
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \end_inset
26650
26651  the character can be centered.
26652 \end_layout
26653
26654 \begin_layout Subsection
26655 Minuscule Numbers
26656 \begin_inset Index
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660 Minuscule numbers
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Standard
26669 Minuscule numbers are created with the command 
26670 \series bold
26671
26672 \backslash
26673 oldstylenums
26674 \series default
26675
26676 \begin_inset Index
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680 Commands ! O ! 
26681 \backslash
26682 oldstylenums
26683 \end_layout
26684
26685 \end_inset
26686
26687 .
26688  The command can be used in formulas and in TeX-mode.
26689  The command scheme is:
26690 \end_layout
26691
26692 \begin_layout Standard
26693
26694 \series bold
26695
26696 \backslash
26697 oldstylenums{number}
26698 \end_layout
26699
26700 \begin_layout Standard
26701 The command 
26702 \series bold
26703
26704 \backslash
26705 oldstylenums{0123456789
26706 \series default
26707  produces: 
26708 \begin_inset Formula $\oldstylenums{0123456789}$
26709 \end_inset
26710
26711
26712 \end_layout
26713
26714 \begin_layout Subsection
26715 Miscellaneous Special Characters
26716 \begin_inset CommandInset label
26717 LatexCommand label
26718 name "sub:Miscellaneous-Special-Characters"
26719
26720 \end_inset
26721
26722
26723 \begin_inset Index
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727 Special characters ! miscellaneous
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \begin_layout Standard
26736 The following characters can only be inserted to formulas by using commands:
26737 \end_layout
26738
26739 \begin_layout Standard
26740 \align center
26741 \begin_inset Tabular
26742 <lyxtabular version="3" rows="4" columns="2">
26743 <features>
26744 <column alignment="center" valignment="top" width="0">
26745 <column alignment="center" valignment="top" width="0">
26746 <row>
26747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751 Command
26752 \end_layout
26753
26754 \end_inset
26755 </cell>
26756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760 Result
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 </row>
26766 <row>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771
26772 \backslash
26773 ^
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 spce 
26782 \end_layout
26783
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 \begin_inset Formula $\mathcircumflex$
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \end_inset
26802 </cell>
26803 </row>
26804 <row>
26805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26806 \begin_inset Text
26807
26808 \begin_layout Plain Layout
26809
26810 \backslash
26811 _
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820 \begin_inset Formula $\_$
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 </row>
26829 <row>
26830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26831 \begin_inset Text
26832
26833 \begin_layout Plain Layout
26834 ^
26835 \begin_inset ERT
26836 status collapsed
26837
26838 \begin_layout Plain Layout
26839
26840
26841 \backslash
26842 spce 
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \backslash
26849 circ
26850 \begin_inset Index
26851 status collapsed
26852
26853 \begin_layout Plain Layout
26854 °
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 \begin_inset Formula $^{\circ}$
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 </row>
26877 </lyxtabular>
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Standard
26885 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
26886  contains the following line
26887 \begin_inset Foot
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891 More about this is described in 
26892 \begin_inset CommandInset ref
26893 LatexCommand ref
26894 reference "sub:Text-Characters-in"
26895
26896 \end_inset
26897
26898 .
26899 \end_layout
26900
26901 \end_inset
26902
26903 :
26904 \end_layout
26905
26906 \begin_layout Standard
26907
26908 \series bold
26909
26910 \backslash
26911 DeclareInputtext{176}{
26912 \backslash
26913 ifmmode^
26914 \backslash
26915 circ
26916 \backslash
26917 else
26918 \backslash
26919 textdegree
26920 \backslash
26921 fi}
26922 \end_layout
26923
26924 \begin_layout Section
26925 Formula Styles
26926 \begin_inset CommandInset label
26927 LatexCommand label
26928 name "sec:Formula-Styles"
26929
26930 \end_inset
26931
26932
26933 \begin_inset Index
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937 Formula ! styles
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Itemize
26946 There are two different alignment styles:
26947 \end_layout
26948
26949 \begin_deeper
26950 \begin_layout Description
26951 Centered is the predefined standard
26952 \end_layout
26953
26954 \begin_layout Description
26955 Indented for this the option 
26956 \series bold
26957 fleqn
26958 \series default
26959  must be inserted in the menu 
26960 \family sans
26961 Document\SpecialChar \menuseparator
26962 Settings
26963 \family default
26964  under 
26965 \family sans
26966 Document
26967 \begin_inset space ~
26968 \end_inset
26969
26970 Class
26971 \end_layout
26972
26973 \begin_layout Standard
26974 When 
26975 \series bold
26976 Indented
26977 \series default
26978  is used, the indentation can be adjusted with the length 
26979 \series bold
26980
26981 \backslash
26982 mathindent
26983 \series default
26984
26985 \begin_inset Index
26986 status collapsed
26987
26988 \begin_layout Plain Layout
26989 Commands ! M ! 
26990 \backslash
26991 mathindent
26992 \end_layout
26993
26994 \end_inset
26995
26996 .
26997  Should the distance be 15
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 mm, the following command line is inserted in the LaTeX-preamble
27002 \end_layout
27003
27004 \begin_layout Standard
27005
27006 \series bold
27007
27008 \backslash
27009 setlength{
27010 \backslash
27011 mathindent}{15mm}
27012 \end_layout
27013
27014 \begin_layout Standard
27015 When no length is specified, the predefined value of 30
27016 \begin_inset space \thinspace{}
27017 \end_inset
27018
27019 pt will be used.
27020 \end_layout
27021
27022 \end_deeper
27023 \begin_layout Itemize
27024 And two different numbering styles:
27025 \end_layout
27026
27027 \begin_deeper
27028 \begin_layout Description
27029 Right is the predefined standard
27030 \end_layout
27031
27032 \begin_layout Description
27033 Left for this the option 
27034 \series bold
27035 leqno
27036 \series default
27037  must be inserted in the menu 
27038 \family sans
27039 Document\SpecialChar \menuseparator
27040 Settings
27041 \family default
27042  under 
27043 \family sans
27044 Document
27045 \begin_inset space ~
27046 \end_inset
27047
27048 Class
27049 \end_layout
27050
27051 \end_deeper
27052 \begin_layout Standard
27053
27054 \series bold
27055 fleqn
27056 \series default
27057  and 
27058 \series bold
27059 leqno
27060 \series default
27061  can also be used together.
27062  In this case both options are inserted, separated by a comma.
27063 \end_layout
27064
27065 \begin_layout Standard
27066 The chosen styles are used for all displayed formulas of the document.
27067  When both, centered and indented formulas should be created in a document,
27068  the style 
27069 \series bold
27070 Centered
27071 \series default
27072  is used.
27073  The indented formulas are then set in a flalign environment, see 
27074 \begin_inset CommandInset ref
27075 LatexCommand ref
27076 reference "sub:Flalign-Environment"
27077
27078 \end_inset
27079
27080 .
27081 \end_layout
27082
27083 \begin_layout Section
27084 Multiline Formulas
27085 \begin_inset CommandInset label
27086 LatexCommand label
27087 name "sec:Multiline-Formulas"
27088
27089 \end_inset
27090
27091
27092 \begin_inset Index
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096 Formula ! multiline
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Subsection
27105 General
27106 \end_layout
27107
27108 \begin_layout Standard
27109 In LyX multiline formulas are created by pressing 
27110 \family sans
27111 \series bold
27112 Ctrl-Return
27113 \family default
27114 \series default
27115  inside a formula.
27116  This creates an 
27117 \series bold
27118 align environment
27119 \series default
27120  that is described in 
27121 \begin_inset CommandInset ref
27122 LatexCommand ref
27123 reference "sub:Standard-align-Environment"
27124
27125 \end_inset
27126
27127 .
27128 \end_layout
27129
27130 \begin_layout Standard
27131 There are other multiline formula environments that can be created via the
27132  menu 
27133 \family sans
27134 Insert\SpecialChar \menuseparator
27135 Math
27136 \family default
27137 .
27138  These environments are described in the following sections.
27139 \end_layout
27140
27141 \begin_layout Standard
27142 In all multiline formula environments a new line is created by pressing
27143  
27144 \family sans
27145 Ctrl-Return
27146 \family default
27147 .
27148  To add or delete lines, the math toolbar buttons 
27149 \begin_inset Graphics
27150         filename ../images/tabular-feature_append-row.png
27151         scale 85
27152
27153 \end_inset
27154
27155  or 
27156 \begin_inset Graphics
27157         filename ../images/tabular-feature_delete-row.png
27158         scale 85
27159
27160 \end_inset
27161
27162 , respectively, or the menu 
27163 \family sans
27164 Edit\SpecialChar \menuseparator
27165 Rows & Columns
27166 \family default
27167  can be used.
27168 \end_layout
27169
27170 \begin_layout Subsubsection
27171 Line Separation
27172 \begin_inset CommandInset label
27173 LatexCommand label
27174 name "sub:Line-Separation"
27175
27176 \end_inset
27177
27178
27179 \begin_inset Index
27180 status collapsed
27181
27182 \begin_layout Plain Layout
27183 Formula ! multiline ! Line separation
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \begin_layout Standard
27192 There is sometimes not enough space in multiline formulas between the lines:
27193 \begin_inset Formula \begin{eqnarray*}
27194 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}\\
27195 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*}
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 In LaTeX additional line space is specified as optional argument of the
27204  new line command.
27205  This is not yet possible in LyX
27206 \begin_inset Foot
27207 status collapsed
27208
27209 \begin_layout Plain Layout
27210 see 
27211 \begin_inset CommandInset href
27212 LatexCommand href
27213 name "LyX-bug #1505"
27214 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \end_inset
27222
27223 , therefore the whole formula must be inserted in TeX-mode.
27224  To add in our example space, the command 
27225 \series bold
27226
27227 \backslash
27228
27229 \backslash
27230 [3mm]
27231 \series default
27232  is inserted at the end of the first line.
27233  One gets: 
27234 \begin_inset ERT
27235 status collapsed
27236
27237 \begin_layout Plain Layout
27238
27239
27240 \backslash
27241 begin{eqnarray*}
27242 \end_layout
27243
27244 \begin_layout Plain Layout
27245
27246 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27247  = & 
27248 \backslash
27249 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27250 \backslash
27251
27252 \backslash
27253 [3mm]
27254 \end_layout
27255
27256 \begin_layout Plain Layout
27257
27258 4x^{2}
27259 \backslash
27260 left(B^{2}+x_{0}^{2}
27261 \backslash
27262 right)+4x_{0}x
27263 \backslash
27264 left(D-B^{2}
27265 \backslash
27266 right)+B^{2}
27267 \backslash
27268 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27269 \backslash
27270 right) & = & 0
27271 \end_layout
27272
27273 \begin_layout Plain Layout
27274
27275
27276 \backslash
27277 end{eqnarray*}
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \end_layout
27284
27285 \begin_layout Standard
27286 \begin_inset VSpace bigskip
27287 \end_inset
27288
27289 To set the the line separation for all lines in a formula, the length 
27290 \series bold
27291
27292 \backslash
27293 jot
27294 \series default
27295
27296 \begin_inset Index
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300 Commands ! J ! 
27301 \backslash
27302 jot
27303 \end_layout
27304
27305 \end_inset
27306
27307  is changed.
27308  The definition is: 
27309 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27310 \end_inset
27311
27312 .
27313  Predefined for 
27314 \series bold
27315
27316 \backslash
27317 jot
27318 \series default
27319  is the value 3
27320 \begin_inset space \thinspace{}
27321 \end_inset
27322
27323 pt.
27324  To create 3
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 mm additional line separation as in the previous example, the command
27329 \end_layout
27330
27331 \begin_layout Standard
27332
27333 \series bold
27334
27335 \backslash
27336 setlength{
27337 \backslash
27338 jot}{3mm+3pt}
27339 \end_layout
27340
27341 \begin_layout Standard
27342 is inserted in TeX-mode before the formula.
27343  This requires that the LaTeX-package 
27344 \series bold
27345 calc
27346 \series default
27347
27348 \begin_inset Foot
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353 \series bold
27354 calc
27355 \series default
27356  is part of every LaTeX standard installation.
27357 \end_layout
27358
27359 \end_inset
27360
27361
27362 \begin_inset Index
27363 status collapsed
27364
27365 \begin_layout Plain Layout
27366 Packages ! calc
27367 \end_layout
27368
27369 \end_inset
27370
27371  was loaded in LaTeX-preamble with the line
27372 \end_layout
27373
27374 \begin_layout Standard
27375
27376 \series bold
27377
27378 \backslash
27379 usepackage{calc}
27380 \end_layout
27381
27382 \begin_layout Standard
27383 One gets: 
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388
27389
27390 \backslash
27391 setlength{
27392 \backslash
27393 jot}{3mm+3pt}
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \begin_inset Formula \begin{eqnarray*}
27400 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}\\
27401 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*}
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409 \begin_inset ERT
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413
27414
27415 \backslash
27416 setlength{
27417 \backslash
27418 jot}{3pt}
27419 \end_layout
27420
27421 \end_inset
27422
27423  To get back to the predefined distance, 
27424 \series bold
27425
27426 \backslash
27427 jot
27428 \series default
27429  is set to the value 3
27430 \begin_inset space \thinspace{}
27431 \end_inset
27432
27433 pt.
27434 \end_layout
27435
27436 \begin_layout Subsubsection
27437 Column Separation
27438 \begin_inset CommandInset label
27439 LatexCommand label
27440 name "sub:Column-Separation"
27441
27442 \end_inset
27443
27444
27445 \begin_inset Index
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 Formula ! multiline ! Column separation
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Standard
27458 Multiline formulas form a matrix.
27459  A formula in the eqnarray environment is for example a matrix with three
27460  columns.
27461  By changing the column separation in this environment, the space beside
27462  the relation sign can be changed.
27463 \end_layout
27464
27465 \begin_layout Standard
27466 The column separation is specified with the length 
27467 \series bold
27468
27469 \backslash
27470 arraycolsep
27471 \series default
27472
27473 \begin_inset Index
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477 Commands ! A ! 
27478 \backslash
27479 arraycolsep
27480 \end_layout
27481
27482 \end_inset
27483
27484  according to:
27485 \begin_inset Newline newline
27486 \end_inset
27487
27488 column separation = 2
27489 \begin_inset space \thinspace{}
27490 \end_inset
27491
27492
27493 \series bold
27494
27495 \backslash
27496 arraycolsep
27497 \series default
27498
27499 \begin_inset Newline newline
27500 \end_inset
27501
27502 Thus, the command
27503 \end_layout
27504
27505 \begin_layout Standard
27506
27507 \series bold
27508
27509 \backslash
27510 setlength{
27511 \backslash
27512 arraycolsep}{1cm}
27513 \end_layout
27514
27515 \begin_layout Standard
27516 inserted in TeX-mode, sets for all following formulas a column separation
27517  of 2
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 cm.
27522  To get back to the predefined distance, 
27523 \series bold
27524
27525 \backslash
27526 arraycolsep
27527 \series default
27528  is set to 5
27529 \begin_inset space \thinspace{}
27530 \end_inset
27531
27532 pt.
27533 \end_layout
27534
27535 \begin_layout Standard
27536 A formula with 2
27537 \begin_inset space \thinspace{}
27538 \end_inset
27539
27540 cm column separation:
27541 \begin_inset ERT
27542 status collapsed
27543
27544 \begin_layout Plain Layout
27545
27546
27547 \backslash
27548 setlength{
27549 \backslash
27550 arraycolsep}{1cm}
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \begin_inset Formula \begin{eqnarray*}
27557 A & = & B\\
27558 C & \ne & A\end{eqnarray*}
27559
27560 \end_inset
27561
27562 A formula with the predefined column separation for matrices of 10
27563 \begin_inset space \thinspace{}
27564 \end_inset
27565
27566 pt:
27567 \begin_inset ERT
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571
27572
27573 \backslash
27574 setlength{
27575 \backslash
27576 arraycolsep}{5pt}
27577 \end_layout
27578
27579 \end_inset
27580
27581
27582 \begin_inset Formula \begin{eqnarray*}
27583 A & = & B\\
27584 C & \ne & A\end{eqnarray*}
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \begin_layout Subsubsection
27592 Long Formulas
27593 \begin_inset Index
27594 status collapsed
27595
27596 \begin_layout Plain Layout
27597 Formula ! long
27598 \end_layout
27599
27600 \end_inset
27601
27602
27603 \end_layout
27604
27605 \begin_layout Standard
27606 Long formulas can be typeset using these methods:
27607 \end_layout
27608
27609 \begin_layout Itemize
27610 When one side of the equation is much shorther than the line width, this
27611  one is chosen for the left side and the right side is typeset over two
27612  lines:
27613 \begin_inset ERT
27614 status collapsed
27615
27616 \begin_layout Plain Layout
27617
27618
27619 \backslash
27620 medskip
27621 \end_layout
27622
27623 \end_inset
27624
27625  
27626 \begin_inset Formula \begin{eqnarray}
27627 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 \\
27628  &  & -\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}
27629
27630 \end_inset
27631
27632
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 smallskip
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \begin_inset Newline newline
27647 \end_inset
27648
27649 The minus sign at the beginning of the second line does normally not appear
27650  as operator because it is the first character of the line.
27651  Thus it would not be surrounded by space and could not be distinguished
27652  from the fraction bar.
27653  To avoid this, space was inserted behind the minus sign with the command
27654  
27655 \series bold
27656
27657 \backslash
27658 hspace{3pt}
27659 \series default
27660
27661 \begin_inset Foot
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 more about 
27666 \series bold
27667
27668 \backslash
27669 hspace
27670 \series default
27671  see 
27672 \begin_inset CommandInset ref
27673 LatexCommand ref
27674 reference "sub:Variable-Space"
27675
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \begin_inset Index
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Commands ! H ! 
27689 \backslash
27690 hspace
27691 \end_layout
27692
27693 \end_inset
27694
27695 .
27696 \end_layout
27697
27698 \begin_layout Itemize
27699 When both sides of the equation are too long, the command 
27700 \series bold
27701
27702 \backslash
27703 lefteqn
27704 \series default
27705
27706 \begin_inset Index
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 Commands ! L ! 
27711 \backslash
27712 lefteqn
27713 \end_layout
27714
27715 \end_inset
27716
27717  is used.
27718  It is inserted to the first column of the first line and effects that all
27719  further insertions overwrite the following columns:
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 medskip
27728 \end_layout
27729
27730 \end_inset
27731
27732
27733 \begin_inset Formula \begin{eqnarray}
27734 \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 \\
27735  &  & -\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 \\
27736  &  & =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}
27737
27738 \end_inset
27739
27740
27741 \begin_inset ERT
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745
27746
27747 \backslash
27748 smallskip
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \begin_inset Newline newline
27755 \end_inset
27756
27757 After the insertion of 
27758 \series bold
27759
27760 \backslash
27761 lefteqn
27762 \series default
27763 , the cursor is in a purple box that is a bit shifted to the left from the
27764  blue one.
27765  In this the formula is inserted.
27766 \begin_inset ERT
27767 status collapsed
27768
27769 \begin_layout Plain Layout
27770
27771
27772 \backslash
27773 medskip
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \begin_inset Newline newline
27780 \end_inset
27781
27782 The content of the further lines is inserted to the second or another formula
27783  column.
27784  The greater the column number where it was inserted, the larger the indentation.
27785 \begin_inset ERT
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790
27791 \backslash
27792 medskip
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \begin_inset Newline newline
27799 \end_inset
27800
27801
27802 \begin_inset Note Greyedout
27803 status open
27804
27805 \begin_layout Plain Layout
27806 Note the following when using 
27807 \series bold
27808
27809 \backslash
27810 lefteqn
27811 \series default
27812 :
27813 \end_layout
27814
27815 \begin_layout Itemize
27816 The formula doesn't use the full page width.
27817  When e.
27818 \begin_inset space \thinspace{}
27819 \end_inset
27820
27821 g.
27822 \begin_inset space ~
27823 \end_inset
27824
27825 the term 
27826 \begin_inset Formula $-B^{2}$
27827 \end_inset
27828
27829  is added to the first line in the above example, it would have been outside
27830  the page margin.
27831  To better use the width, negative space can be inserted at the beginning
27832  of the first line.
27833 \end_layout
27834
27835 \begin_layout Itemize
27836 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27837  line.
27838 \begin_inset Foot
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 \begin_inset CommandInset href
27843 LatexCommand href
27844 name "LyX-bug #1429"
27845 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \end_inset
27853
27854  One can only set the cursor at the beginning of the line and move it with
27855  the arrow keys.
27856 \end_layout
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Itemize
27864 Other methods to set long formulas are offered by the environments described
27865  in 
27866 \begin_inset CommandInset ref
27867 LatexCommand ref
27868 reference "sub:Multline-Environment"
27869
27870 \end_inset
27871
27872  and 
27873 \begin_inset CommandInset ref
27874 LatexCommand ref
27875 reference "sub:Multiline-Formula-Parts"
27876
27877 \end_inset
27878
27879 .
27880 \end_layout
27881
27882 \begin_layout Subsubsection
27883 Multiline Brackets
27884 \begin_inset CommandInset label
27885 LatexCommand label
27886 name "sub:Multiline-Brackets"
27887
27888 \end_inset
27889
27890
27891 \begin_inset Index
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895 Brackets ! for multiline expressions
27896 \end_layout
27897
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \begin_layout Standard
27904 For brackets spanning multiple lines the following problem occurs:
27905 \begin_inset Formula \begin{eqnarray*}
27906 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27907  &  & \left.\cdots+B-D\right]\end{eqnarray*}
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 The closing bracket is smaller than the opening bracket because brackets
27916  with variable size may not span multiple lines.
27917 \end_layout
27918
27919 \begin_layout Standard
27920 To set the bracket size for the second line correctly, the first line is
27921  ended with 
27922 \series bold
27923
27924 \backslash
27925 right.
27926 \series default
27927
27928 \begin_inset Index
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Commands ! R ! 
27933 \backslash
27934 right
27935 \end_layout
27936
27937 \end_inset
27938
27939  and the second line with 
27940 \series bold
27941
27942 \backslash
27943 left.
27944 \begin_inset Foot
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 for more about 
27949 \series bold
27950
27951 \backslash
27952 left
27953 \series default
27954  and 
27955 \series bold
27956
27957 \backslash
27958 right
27959 \series default
27960  see 
27961 \begin_inset CommandInset ref
27962 LatexCommand ref
27963 reference "sub:Automatic-Bracket-Size"
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \series default
27974
27975 \begin_inset Index
27976 status collapsed
27977
27978 \begin_layout Plain Layout
27979 Commands ! L ! 
27980 \backslash
27981 left
27982 \end_layout
27983
27984 \end_inset
27985
27986 .
27987  After 
27988 \series bold
27989
27990 \backslash
27991 left.
27992
27993 \series default
27994  the command 
27995 \series bold
27996
27997 \backslash
27998 vphantom
27999 \series default
28000
28001 \begin_inset ERT
28002 status collapsed
28003
28004 \begin_layout Plain Layout
28005
28006
28007 \backslash
28008 spce 
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \series bold
28015
28016 \backslash
28017 prod
28018 \series default
28019 ^
28020 \begin_inset ERT
28021 status collapsed
28022
28023 \begin_layout Plain Layout
28024
28025
28026 \backslash
28027 spce 
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \series bold
28034
28035 \backslash
28036 infty
28037 \series default
28038
28039 \begin_inset ERT
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044
28045 \backslash
28046 spce 
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \series bold
28053
28054 \begin_inset Formula $\downarrow$
28055 \end_inset
28056
28057 _R=1}
28058 \series default
28059
28060 \begin_inset Index
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 Commands ! V ! 
28065 \backslash
28066 vphantom
28067 \end_layout
28068
28069 \end_inset
28070
28071  is inserted, because the multiplication operator with its limits is the
28072  largest symbol in the first line and this should be the size for the bracket
28073  in the second line.
28074 \end_layout
28075
28076 \begin_layout Standard
28077 The result is this:
28078 \begin_inset Formula \begin{eqnarray*}
28079 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28080  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Subsection
28088 Align Environments
28089 \end_layout
28090
28091 \begin_layout Standard
28092 Align environments can be used for every kind of multiline formulas.
28093  They are specially useful to set several formulas side by side.
28094 \end_layout
28095
28096 \begin_layout Standard
28097 Align environments consist of columns.
28098  The odd columns are right aligned, the even ones left aligned.
28099  Every line in an Align environment can be numbered.
28100 \end_layout
28101
28102 \begin_layout Standard
28103 Align environments are created via the menu 
28104 \family sans
28105 Insert\SpecialChar \menuseparator
28106 Math
28107 \family default
28108 .
28109  With the menu 
28110 \family sans
28111 Edit\SpecialChar \menuseparator
28112 Math\SpecialChar \menuseparator
28113 Change Formula Type
28114 \family default
28115  already existing formulas can be converted to Align environments.
28116 \end_layout
28117
28118 \begin_layout Standard
28119 To add or delete columns, the math toolbar buttons 
28120 \begin_inset Graphics
28121         filename ../images/tabular-feature_append-column.png
28122         scale 85
28123
28124 \end_inset
28125
28126  or 
28127 \begin_inset Graphics
28128         filename ../images/tabular-feature_delete-column.png
28129         scale 85
28130
28131 \end_inset
28132
28133 , respectively, or the menu 
28134 \family sans
28135 Edit\SpecialChar \menuseparator
28136 Rows & Columns
28137 \family default
28138  can be used.
28139 \end_layout
28140
28141 \begin_layout Subsubsection
28142 Standard align Environment
28143 \begin_inset CommandInset label
28144 LatexCommand label
28145 name "sub:Standard-align-Environment"
28146
28147 \end_inset
28148
28149
28150 \begin_inset Index
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 Formula ! multiline ! align environment
28155 \end_layout
28156
28157 \end_inset
28158
28159
28160 \end_layout
28161
28162 \begin_layout Standard
28163 This Align environment is created by presssing 
28164 \family sans
28165 Ctrl-Return
28166 \family default
28167  in a formula or by the menu 
28168 \family sans
28169 Insert\SpecialChar \menuseparator
28170 Math\SpecialChar \menuseparator
28171 AMS align Environment
28172 \family default
28173 .
28174 \end_layout
28175
28176 \begin_layout Standard
28177 An example for two formulas set side by side, that are created with a four
28178  column align environment:
28179 \begin_inset Formula \begin{align*}
28180 A & =\sin(B) & C & =D\\
28181 C & \ne A & B & \ne D\end{align*}
28182
28183 \end_inset
28184
28185 As it can be seen, the formulas in this environment are placed so as if
28186  there would be a 
28187 \series bold
28188
28189 \backslash
28190 hfill
28191 \begin_inset Foot
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 more about 
28196 \series bold
28197
28198 \backslash
28199 hfill
28200 \series default
28201  see 
28202 \begin_inset CommandInset ref
28203 LatexCommand ref
28204 reference "sub:Variable-Space"
28205
28206 \end_inset
28207
28208
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \series default
28215  before the first and after every even column.
28216  When the formula style 
28217 \series bold
28218 Indented
28219 \begin_inset Foot
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223 formula styles see 
28224 \begin_inset CommandInset ref
28225 LatexCommand ref
28226 reference "sec:Formula-Styles"
28227
28228 \end_inset
28229
28230
28231 \end_layout
28232
28233 \end_inset
28234
28235
28236 \series default
28237  is used, the formula is set without the 
28238 \series bold
28239
28240 \backslash
28241 hfill
28242 \series default
28243  before the first column.
28244 \end_layout
28245
28246 \begin_layout Subsubsection
28247 Alignat Environment
28248 \begin_inset Index
28249 status collapsed
28250
28251 \begin_layout Plain Layout
28252 Formula ! multiline ! alignat environment
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \end_layout
28259
28260 \begin_layout Standard
28261 The alignat environment has no predefined column separation.
28262  It can be inserted manually with the spaces that are described 
28263 \begin_inset CommandInset ref
28264 LatexCommand ref
28265 reference "sub:Space"
28266
28267 \end_inset
28268
28269 .
28270 \end_layout
28271
28272 \begin_layout Standard
28273 The above example in the alignat environment where 1
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 cm space was inserted at the beginning of the second formula:
28278 \begin_inset Formula \begin{alignat*}{2}
28279 A & =\sin(B) & \hspace{1cm}C & =D\\
28280 C & \ne A & B & \ne D\end{alignat*}
28281
28282 \end_inset
28283
28284 Because the column separation can be set separately for every column, this
28285  environment is especially suitable to set three and more formulas side
28286  by side.
28287 \end_layout
28288
28289 \begin_layout Subsubsection
28290 Flalign Environment
28291 \begin_inset CommandInset label
28292 LatexCommand label
28293 name "sub:Flalign-Environment"
28294
28295 \end_inset
28296
28297
28298 \begin_inset Index
28299 status collapsed
28300
28301 \begin_layout Plain Layout
28302 Formula ! multiline ! flalign environment
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \end_layout
28309
28310 \begin_layout Standard
28311 In this environment the first two columns are always set as much as possible
28312  to the left and the last two ones to the right.
28313  An example:
28314 \begin_inset Formula \begin{flalign*}
28315 A & =1 & B & =2 & C & =3\\
28316 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324 By creating a flalign environment with an odd number of columns where an
28325  empty TeX-brace is inserted to the last column, several formulas in a document
28326  can be set to the left, although the formula style 
28327 \series bold
28328 Centered
28329 \series default
28330  is used.
28331  As example the indented formula 
28332 \begin_inset CommandInset ref
28333 LatexCommand eqref
28334 reference "eq:VolInt"
28335
28336 \end_inset
28337
28338 :
28339 \begin_inset Formula \begin{flalign}
28340 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28341
28342 \end_inset
28343
28344 The first two columns contain the formula.
28345  To indent it as with the formula style 
28346 \series bold
28347 Indented
28348 \series default
28349 , 30
28350 \begin_inset space \thinspace{}
28351 \end_inset
28352
28353 pt space was inserted at the beginning of the first column.
28354 \end_layout
28355
28356 \begin_layout Subsection
28357 Eqnarray Environment
28358 \begin_inset Index
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 Formula ! multiline ! eqnarray environment
28363 \end_layout
28364
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371 When this environment has been created, three blue boxes appear.
28372  The content of the first box is right aligned, the content of the last
28373  one left aligned.
28374  The content of the middle box appears centered and a bit smaller, because
28375  it is designed to insert there only relation characters.
28376 \begin_inset Formula \begin{eqnarray*}
28377 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28378 AB & AB & AB\\
28379 A & = & A\end{eqnarray*}
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Subsection
28387 Gather Environment
28388 \begin_inset Index
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 Formula ! multiline ! gather environment
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 This environment consists of only one centered column.
28402  Every line can be numbered.
28403 \begin_inset Formula \begin{gather}
28404 A=1\\
28405 X=\textrm{-}1\end{gather}
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Subsection
28413 Multline Environment
28414 \begin_inset CommandInset label
28415 LatexCommand label
28416 name "sub:Multline-Environment"
28417
28418 \end_inset
28419
28420
28421 \begin_inset Index
28422 status collapsed
28423
28424 \begin_layout Plain Layout
28425 Formula ! multiline ! multline environment
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \end_layout
28432
28433 \begin_layout Standard
28434 The multline environment consists, like the gather environment, of only
28435  one column.
28436  But the first line is left aligned, the last one right aligned.
28437  All other lines are centered.
28438  Therefore this environment is suitable for long formulas.
28439  As example formula 
28440 \begin_inset CommandInset ref
28441 LatexCommand eqref
28442 reference "eq:lefteqn"
28443
28444 \end_inset
28445
28446  in the multline environment:
28447 \begin_inset Formula \begin{multline}
28448 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}\\
28449 -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}\\
28450 =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}
28451
28452 \end_inset
28453
28454
28455 \end_layout
28456
28457 \begin_layout Standard
28458 In the output only the last (first) line of a multline environment appears
28459  numbered when the document numbering is right (left).
28460 \begin_inset Foot
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 numbering styles see 
28465 \begin_inset CommandInset ref
28466 LatexCommand ref
28467 reference "sec:Formula-Styles"
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \begin_layout Standard
28480 With the commands 
28481 \series bold
28482
28483 \backslash
28484 shoveright
28485 \begin_inset Index
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 Commands ! S ! 
28490 \backslash
28491 shoveright
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \series default
28498  and 
28499 \series bold
28500
28501 \backslash
28502 shoveleft
28503 \begin_inset Index
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507 Commands ! S ! 
28508 \backslash
28509 shoveleft
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \series default
28516  a centered line can be right or left aligned, respectively.
28517  The commands are used as follows:
28518 \end_layout
28519
28520 \begin_layout Standard
28521
28522 \series bold
28523
28524 \backslash
28525 shoveright{line content}
28526 \series default
28527  and 
28528 \series bold
28529
28530 \backslash
28531 shoveleft{line content}
28532 \end_layout
28533
28534 \begin_layout Standard
28535 \begin_inset VSpace medskip
28536 \end_inset
28537
28538 The length 
28539 \series bold
28540
28541 \backslash
28542 multlinegap
28543 \begin_inset Index
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Commands ! M ! 
28548 \backslash
28549 multlinegap
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \series default
28556  specifies the distance of the first line from the left page margin.
28557  Predefined is the length 0
28558 \begin_inset space \thinspace{}
28559 \end_inset
28560
28561 pt.
28562 \end_layout
28563
28564 \begin_layout Standard
28565 As example the above formula where the command
28566 \end_layout
28567
28568 \begin_layout Standard
28569
28570 \series bold
28571
28572 \backslash
28573 setlength{
28574 \backslash
28575 multlinegap}{2cm}
28576 \end_layout
28577
28578 \begin_layout Standard
28579 was inserted in TeX-mode before:
28580 \begin_inset ERT
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584
28585
28586 \backslash
28587 setlength{
28588 \backslash
28589 multlinegap}{2cm}
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \begin_inset Formula \begin{multline}
28596 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}\\
28597 \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}}\\
28598 =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}
28599
28600 \end_inset
28601
28602
28603 \begin_inset ERT
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607
28608
28609 \backslash
28610 setlength{
28611 \backslash
28612 multlinegap}{0pt}
28613 \end_layout
28614
28615 \end_inset
28616
28617 The second line was left aligned using 
28618 \series bold
28619
28620 \backslash
28621 shoveleft
28622 \series default
28623 .
28624 \end_layout
28625
28626 \begin_layout Subsection
28627 Multiline Formula Parts
28628 \begin_inset CommandInset label
28629 LatexCommand label
28630 name "sub:Multiline-Formula-Parts"
28631
28632 \end_inset
28633
28634
28635 \begin_inset Index
28636 status collapsed
28637
28638 \begin_layout Plain Layout
28639 Formula ! multiline ! formula parts
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 To display only parts of a formula with multiple lines, one of the following
28649  environments are used: 
28650 \series bold
28651 aligned
28652 \series default
28653
28654 \series bold
28655 alignedat
28656 \series default
28657
28658 \series bold
28659 gathered
28660 \series default
28661  or 
28662 \series bold
28663 split
28664 \series default
28665 .
28666  They can be inserted via the menu 
28667 \family sans
28668 Insert\SpecialChar \menuseparator
28669 Math
28670 \family default
28671  or by using the commands described in this section.
28672 \end_layout
28673
28674 \begin_layout Standard
28675 The first three have the same properties as the corresponding multiline
28676  formula environments, but it is possible to set further formula parts beside
28677  them.
28678  An example:
28679 \begin_inset Formula \[
28680 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28681 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28682 \right\} \textrm{Uncertainty relations}\]
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 To get this formula, a displayed formula is created where the command 
28691 \series bold
28692
28693 \backslash
28694 aligned
28695 \begin_inset Index
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699 Commands ! A ! 
28700 \backslash
28701 aligned
28702 \end_layout
28703
28704 \end_inset
28705
28706
28707 \series default
28708  is inserted.
28709  A purple box appears around the blue formula box where now columns and
28710  lines can be added.
28711  Outside the multiline environment other formula parts can be set, like
28712  the brace.
28713 \end_layout
28714
28715 \begin_layout Standard
28716 The aligned environment is also suitable for long formulas whose lines are
28717  horizontally aligned.
28718  Using aligned in a displayed formula has the advantage that the formula
28719  number is vertically centered behind the lines.
28720  As example formula 
28721 \begin_inset CommandInset ref
28722 LatexCommand eqref
28723 reference "eq:kurzlang"
28724
28725 \end_inset
28726
28727  in the aligned environment:
28728 \begin_inset Formula \begin{equation}
28729 \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}|}\\
28730  & -\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}
28731 \end{equation}
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \begin_layout Standard
28739 To use the environments 
28740 \series bold
28741 alignedat
28742 \series default
28743
28744 \series bold
28745 gathered
28746 \series default
28747 , or 
28748 \series bold
28749 split
28750 \series default
28751 , the command 
28752 \series bold
28753
28754 \backslash
28755 alignedat
28756 \series default
28757 ,
28758 \begin_inset Index
28759 status collapsed
28760
28761 \begin_layout Plain Layout
28762 Commands ! A ! 
28763 \backslash
28764 alignedat
28765 \end_layout
28766
28767 \end_inset
28768
28769  
28770 \series bold
28771
28772 \backslash
28773 gathered
28774 \series default
28775
28776 \begin_inset Index
28777 status collapsed
28778
28779 \begin_layout Plain Layout
28780 Commands ! G ! 
28781 \backslash
28782 gathered
28783 \end_layout
28784
28785 \end_inset
28786
28787 , or 
28788 \series bold
28789
28790 \backslash
28791 split
28792 \series default
28793
28794 \begin_inset Index
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798 Commands ! S ! 
28799 \backslash
28800 split
28801 \end_layout
28802
28803 \end_inset
28804
28805  are inserted, respectively.
28806  The split environment has the same properties as the aligned environment
28807  but it can only have two columns.
28808 \end_layout
28809
28810 \begin_layout Subsection
28811 Text in multiline Formulas
28812 \begin_inset CommandInset label
28813 LatexCommand label
28814 name "sub:Text-in-multiline"
28815
28816 \end_inset
28817
28818
28819 \begin_inset Index
28820 status collapsed
28821
28822 \begin_layout Plain Layout
28823 Text ! in formulas
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \begin_inset Index
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833 Formula ! multiline ! text
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \end_layout
28840
28841 \begin_layout Standard
28842 In the Align environments, and the multline and gather environment, text
28843  can be inserted that will appear in a separate line and doesn't affect
28844  the column alignment.
28845  To do this, the command 
28846 \series bold
28847
28848 \backslash
28849 intertext
28850 \begin_inset Index
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854 Commands ! I ! 
28855 \backslash
28856 intertext
28857 \end_layout
28858
28859 \end_inset
28860
28861
28862 \series default
28863  is used in the following scheme:
28864 \end_layout
28865
28866 \begin_layout Standard
28867
28868 \series bold
28869
28870 \backslash
28871 intertext{text}
28872 \end_layout
28873
28874 \begin_layout Standard
28875 The text should not be longer than a line because it cannot be hyphenated.
28876  As LyX doesn't yet support 
28877 \series bold
28878
28879 \backslash
28880 intertext
28881 \series default
28882  directly, the text is written as mathematical text.
28883  
28884 \series bold
28885
28886 \backslash
28887 intertext
28888 \series default
28889  must hereby be at the beginning of a line and appears in the output above
28890  this line.
28891  An example where the text was inserted at the beginning of the second line:
28892 \begin_inset Formula \begin{align}
28893 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28894 \intertext{\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Section
28902 Formula Numbering
28903 \begin_inset Index
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 Formula numbering
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \begin_inset Index
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917 Formula ! numbering|see
28918 \begin_inset ERT
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922
28923 {
28924 \end_layout
28925
28926 \end_inset
28927
28928 Formula numbering
28929 \begin_inset ERT
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933
28934 }
28935 \end_layout
28936
28937 \end_inset
28938
28939
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \end_layout
28946
28947 \begin_layout Subsection
28948 General
28949 \end_layout
28950
28951 \begin_layout Standard
28952 Numbered formulas can be created with the menu 
28953 \family sans
28954 Insert\SpecialChar \menuseparator
28955 Math\SpecialChar \menuseparator
28956 Numbered
28957 \begin_inset space ~
28958 \end_inset
28959
28960 Formula
28961 \family default
28962  (shortcut 
28963 \family sans
28964 Ctrl-Alt
28965 \begin_inset space ~
28966 \end_inset
28967
28968 n
28969 \family default
28970 ).
28971  Existing formulas can be numbered with the menu 
28972 \family sans
28973 Edit\SpecialChar \menuseparator
28974 Math\SpecialChar \menuseparator
28975 Toggle
28976 \begin_inset space ~
28977 \end_inset
28978
28979 Numbering
28980 \family default
28981  (shortcut 
28982 \family sans
28983 Alt-m
28984 \begin_inset space ~
28985 \end_inset
28986
28987 n
28988 \family default
28989 ).
28990  The formula number is displayed in LyX behind the formula as number sign
28991  in parentheses.
28992  The number sign is replaced in the output by the formula number.
28993 \end_layout
28994
28995 \begin_layout Standard
28996 When numbering is turned on in multiline formulas, all lines will be numbered.
28997  But the numbering can be controlled with the menu 
28998 \family sans
28999 Edit\SpecialChar \menuseparator
29000 Math\SpecialChar \menuseparator
29001 Toggle
29002 \begin_inset space ~
29003 \end_inset
29004
29005 Numbering
29006 \begin_inset space ~
29007 \end_inset
29008
29009 of
29010 \begin_inset space ~
29011 \end_inset
29012
29013 Line
29014 \family default
29015  (shortcut 
29016 \family sans
29017 Alt-m
29018 \begin_inset space ~
29019 \end_inset
29020
29021 N
29022 \family default
29023 ) for every line.
29024 \end_layout
29025
29026 \begin_layout Standard
29027 Except of inline formulas, all formulas can be numbered with two different
29028  styles, see 
29029 \begin_inset CommandInset ref
29030 LatexCommand ref
29031 reference "sec:Formula-Styles"
29032
29033 \end_inset
29034
29035 .
29036 \end_layout
29037
29038 \begin_layout Subsection
29039 Cross-References
29040 \begin_inset CommandInset label
29041 LatexCommand label
29042 name "sub:Cross-References"
29043
29044 \end_inset
29045
29046
29047 \begin_inset Index
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 Cross-references ! to formulas
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060 All labeled formulas can be cross-referenced.
29061  A label is added by the menu 
29062 \family sans
29063 Insert\SpecialChar \menuseparator
29064 Label
29065 \family default
29066  or the toolbar button 
29067 \begin_inset Graphics
29068         filename ../images/label-insert.png
29069         scale 85
29070
29071 \end_inset
29072
29073 .
29074  The cursor must hereby be inside a displayed formula.
29075  A dialog pops up displaying the prefix 
29076 \series bold
29077 eq:
29078 \series default
29079  in a text field.
29080  The label is inserted there behind the prefix.
29081  The predefined prefix means 
29082 \begin_inset Quotes eld
29083 \end_inset
29084
29085 equation
29086 \begin_inset Quotes erd
29087 \end_inset
29088
29089  and makes it easier to find labels in large documents because it marks
29090  it as formula label to divide it from e.
29091 \begin_inset space \thinspace{}
29092 \end_inset
29093
29094 g.
29095 \begin_inset space ~
29096 \end_inset
29097
29098 section labels.
29099  To change a label, the menu 
29100 \family sans
29101 Insert\SpecialChar \menuseparator
29102 Label
29103 \family default
29104  is used again.
29105 \end_layout
29106
29107 \begin_layout Standard
29108 The name of the label is displayed in LyX within two parentheses behind
29109  formula.
29110  A formula with a label is always numbered.
29111 \end_layout
29112
29113 \begin_layout Standard
29114 Cross-references are inserted via the menu 
29115 \family sans
29116 Insert\SpecialChar \menuseparator
29117 Cross-Reference
29118 \family default
29119  or with the toolbar button 
29120 \begin_inset Graphics
29121         filename ../images/dialog-show-new-inset_ref.png
29122         scale 85
29123
29124 \end_inset
29125
29126 .
29127  A formula cross-reference appears in the output as formula number.
29128  When in the cross-reference dialog window the format 
29129 \series bold
29130 (<reference>)
29131 \series default
29132  is chosen, the cross-reference appears in the output as formula number
29133  in parentheses.
29134 \begin_inset Newline newline
29135 \end_inset
29136
29137 By right-clicking on a cross-reference in LyX, one jumps to the formula
29138  that is referenced.
29139 \end_layout
29140
29141 \begin_layout Standard
29142 Here are as examples cross-references to formulas of the following subsections:
29143 \begin_inset Note Note
29144 status open
29145
29146 \begin_layout Plain Layout
29147 Note the different cross-reference types.
29148 \end_layout
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 The equations 
29157 \begin_inset CommandInset ref
29158 LatexCommand eqref
29159 reference "eq:tag"
29160
29161 \end_inset
29162
29163  and 
29164 \begin_inset CommandInset ref
29165 LatexCommand eqref
29166 reference "eq:c"
29167
29168 \end_inset
29169
29170  are equivalent.
29171  In (
29172 \begin_inset CommandInset ref
29173 LatexCommand ref
29174 reference "eq:Lat"
29175
29176 \end_inset
29177
29178 ) big Latin letters are used for the numbering in contrary to (
29179 \begin_inset CommandInset ref
29180 LatexCommand ref
29181 reference "eq:Rom"
29182
29183 \end_inset
29184
29185 ).
29186 \end_layout
29187
29188 \begin_layout Standard
29189 \begin_inset VSpace medskip
29190 \end_inset
29191
29192 When the argument of 
29193 \series bold
29194
29195 \backslash
29196 tag
29197 \begin_inset Foot
29198 status collapsed
29199
29200 \begin_layout Plain Layout
29201
29202 \series bold
29203
29204 \backslash
29205 tag
29206 \series default
29207  is described in 
29208 \begin_inset CommandInset ref
29209 LatexCommand ref
29210 reference "sub:User-defined-Numbering"
29211
29212 \end_inset
29213
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \series default
29221  contains a box like in 
29222 \begin_inset CommandInset ref
29223 LatexCommand ref
29224 reference "sub:Paragraph-Boxes"
29225
29226 \end_inset
29227
29228 , the formula cannot be referenced.
29229 \end_layout
29230
29231 \begin_layout Subsection
29232 Subnumbering
29233 \begin_inset Index
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237 Formula numbering ! subnumbering
29238 \end_layout
29239
29240 \end_inset
29241
29242
29243 \end_layout
29244
29245 \begin_layout Standard
29246 With the help of the commands 
29247 \series bold
29248
29249 \backslash
29250 begin{subequations}
29251 \series default
29252  and 
29253 \series bold
29254
29255 \backslash
29256 end{subequations}
29257 \series default
29258  formulas can be subnumbered.
29259  Both commands are inserted in TeX-mode.
29260 \end_layout
29261
29262 \begin_layout Standard
29263 An example:
29264 \begin_inset Formula \begin{equation}
29265 A=C-B\label{eq:a}\end{equation}
29266
29267 \end_inset
29268
29269
29270 \begin_inset ERT
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274
29275
29276 \backslash
29277 addtocounter{equation}{-1}
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \begin_inset ERT
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287
29288
29289 \backslash
29290 begin{subequations}
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \begin_inset VSpace -5mm
29297 \end_inset
29298
29299
29300 \begin_inset Formula \begin{equation}
29301 B=C-A\label{eq:b}\end{equation}
29302
29303 \end_inset
29304
29305
29306 \begin_inset Formula \begin{equation}
29307 C=A+B\label{eq:c}\end{equation}
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Standard
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320
29321 \backslash
29322 end{subequations}
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \begin_layout Standard
29331 To create the example, the following is done:
29332 \end_layout
29333
29334 \begin_layout Enumerate
29335 first formula is inserted
29336 \end_layout
29337
29338 \begin_layout Enumerate
29339
29340 \series bold
29341
29342 \backslash
29343 addtocounter{equation}{-1} 
29344 \backslash
29345 begin{subequations}
29346 \begin_inset Index
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350 Commands ! A ! 
29351 \backslash
29352 addtocounter
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Newline newline
29359 \end_inset
29360
29361
29362 \series default
29363 is inserted after the first formula
29364 \end_layout
29365
29366 \begin_layout Enumerate
29367 second formula is inserted
29368 \end_layout
29369
29370 \begin_layout Enumerate
29371 third formula is inserted
29372 \end_layout
29373
29374 \begin_layout Enumerate
29375
29376 \series bold
29377
29378 \backslash
29379 end{subequations}
29380 \series default
29381  is inserted after the third formula
29382 \end_layout
29383
29384 \begin_layout Standard
29385 Every formula between the commands 
29386 \series bold
29387
29388 \backslash
29389 begin
29390 \series default
29391  and 
29392 \series bold
29393
29394 \backslash
29395 end
29396 \series default
29397  is subnumbered as a, b, 
29398 \begin_inset Newline linebreak
29399 \end_inset
29400
29401 c, \SpecialChar \ldots{}
29402  For multiline formulas every line will be subnumbered.
29403  All subnumbered formulas are treated as 
29404 \emph on
29405 one
29406 \emph default
29407  numbered formula.
29408  But as every numbered formula increases the counter 
29409 \series bold
29410 equation
29411 \series default
29412  by one, the command 
29413 \series bold
29414
29415 \backslash
29416 addtocounter
29417 \series default
29418  is needed to decrease it.
29419  Otherwise the formulas 
29420 \begin_inset CommandInset ref
29421 LatexCommand eqref
29422 reference "eq:a"
29423
29424 \end_inset
29425
29426
29427 \begin_inset CommandInset ref
29428 LatexCommand eqref
29429 reference "eq:b"
29430
29431 \end_inset
29432
29433
29434 \begin_inset CommandInset ref
29435 LatexCommand eqref
29436 reference "eq:c"
29437
29438 \end_inset
29439
29440  would be numbered as 
29441 \begin_inset CommandInset ref
29442 LatexCommand eqref
29443 reference "eq:a"
29444
29445 \end_inset
29446
29447
29448 \begin_inset CommandInset ref
29449 LatexCommand eqref
29450 reference "eq:d"
29451
29452 \end_inset
29453
29454
29455 \begin_inset CommandInset ref
29456 LatexCommand eqref
29457 reference "eq:f"
29458
29459 \end_inset
29460
29461 .
29462 \end_layout
29463
29464 \begin_layout Standard
29465 By inserting the commands in TeX-mode, a space is created between the first
29466  two formulas.
29467  To revert this -5
29468 \begin_inset space \thinspace{}
29469 \end_inset
29470
29471 mm vertical space is inserted after the command 
29472 \series bold
29473
29474 \backslash
29475 begin{subequations}
29476 \series default
29477 .
29478  When the formula style 
29479 \series bold
29480 Indented
29481 \begin_inset Foot
29482 status collapsed
29483
29484 \begin_layout Plain Layout
29485 formula styles see 
29486 \begin_inset CommandInset ref
29487 LatexCommand ref
29488 reference "sec:Formula-Styles"
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \series default
29499  is used, -7
29500 \begin_inset space \thinspace{}
29501 \end_inset
29502
29503 mm space is inserted instead.
29504 \end_layout
29505
29506 \begin_layout Standard
29507 Here is an example for a multiline formula where the numbering was turned
29508  off for the second line:
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 begin{subequations}
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset Formula \begin{eqnarray}
29523 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29524  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29525  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29526
29527 \end_inset
29528
29529
29530 \begin_inset ERT
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534
29535
29536 \backslash
29537 end{subequations}
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \end_layout
29544
29545 \begin_layout Subsection
29546 User-defined Numbering
29547 \begin_inset CommandInset label
29548 LatexCommand label
29549 name "sub:User-defined-Numbering"
29550
29551 \end_inset
29552
29553
29554 \begin_inset Index
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 Formula numbering ! user-defined
29559 \end_layout
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Standard
29567 \begin_inset Index
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 Formula numbering ! self-defined delimiters
29572 \end_layout
29573
29574 \end_inset
29575
29576 With the standard numbering parentheses are set around the formula number.
29577  To replace the parentheses for example by vertical bars, the following
29578  line is added to the LaTeX-preamble:
29579 \end_layout
29580
29581 \begin_layout Standard
29582
29583 \series bold
29584
29585 \backslash
29586 def
29587 \backslash
29588 tagform@#1{
29589 \backslash
29590 maketag@@@{|#1|}}
29591 \series default
29592
29593 \begin_inset Note Note
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597 This macro is already declared in the LaTeX-preamble for testing.
29598  To activate it, remove the percent sign at the beginning.
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 To use other characters, the vertical bars besides the 
29608 \series bold
29609 #1
29610 \series default
29611  are replaced by one ore more characters.
29612  To get only the formula number the vertical bars are omitted.
29613 \end_layout
29614
29615 \begin_layout Standard
29616 \begin_inset VSpace bigskip
29617 \end_inset
29618
29619 When there should be an expression of your choice instead of the consecutive
29620  formula number in parentheses behind the formula, the command 
29621 \series bold
29622
29623 \backslash
29624 tag
29625 \series default
29626
29627 \begin_inset Index
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Commands ! T ! 
29632 \backslash
29633 tag
29634 \end_layout
29635
29636 \end_inset
29637
29638  is used:
29639 \begin_inset Formula \begin{equation}
29640 A+B=C\tag{something}\label{eq:tag}\end{equation}
29641
29642 \end_inset
29643
29644 In this example the command 
29645 \series bold
29646
29647 \backslash
29648 tag
29649 \begin_inset ERT
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653
29654
29655 \backslash
29656 spce 
29657 \end_layout
29658
29659 \end_inset
29660
29661 something
29662 \series default
29663  was inserted to the formula.
29664 \end_layout
29665
29666 \begin_layout Standard
29667 When the command 
29668 \series bold
29669
29670 \backslash
29671 tag*
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677
29678 \backslash
29679 spce 
29680 \end_layout
29681
29682 \end_inset
29683
29684 something
29685 \series default
29686  is inserted instead, the star prevents the parentheses around the expression:
29687 \begin_inset Formula \[
29688 A+B=C\tag*{something}\]
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 \begin_inset VSpace bigskip
29697 \end_inset
29698
29699 To restart the formula numbering with new document parts or sections, the
29700  following command is used:
29701 \end_layout
29702
29703 \begin_layout Standard
29704
29705 \series bold
29706
29707 \backslash
29708 @addtoreset{equation}{part}
29709 \series default
29710
29711 \begin_inset Index
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715 Commands ! 
29716 \begin_inset ERT
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720
29721 "
29722 \end_layout
29723
29724 \end_inset
29725
29726 @
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732 "
29733 \end_layout
29734
29735 \end_inset
29736
29737  ! 
29738 \backslash
29739
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745 "
29746 \end_layout
29747
29748 \end_inset
29749
29750 @
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 "
29757 \end_layout
29758
29759 \end_inset
29760
29761 addtoreset
29762 \end_layout
29763
29764 \end_inset
29765
29766
29767 \begin_inset Newline newline
29768 \end_inset
29769
29770 resp.
29771 \begin_inset Newline newline
29772 \end_inset
29773
29774
29775 \series bold
29776
29777 \backslash
29778 @addtoreset{equation}{section}
29779 \end_layout
29780
29781 \begin_layout Standard
29782 To be able to use these commands in TeX-mode, the 
29783 \begin_inset Quotes eld
29784 \end_inset
29785
29786 @
29787 \begin_inset Quotes erd
29788 \end_inset
29789
29790  character has to be made 
29791 \begin_inset Quotes eld
29792 \end_inset
29793
29794 active
29795 \begin_inset Quotes erd
29796 \end_inset
29797
29798  for LaTeX using the command 
29799 \series bold
29800
29801 \backslash
29802 makeatletter.
29803
29804 \series default
29805  The command 
29806 \series bold
29807
29808 \backslash
29809 makeatother
29810 \series default
29811  reverts this.
29812  So the command sequence in TeX-mode is:
29813 \end_layout
29814
29815 \begin_layout Standard
29816
29817 \series bold
29818
29819 \backslash
29820 makeatletter
29821 \begin_inset Newline newline
29822 \end_inset
29823
29824
29825 \backslash
29826 @addtoreset{equation}{section}
29827 \begin_inset Newline newline
29828 \end_inset
29829
29830
29831 \backslash
29832 makeatother
29833 \end_layout
29834
29835 \begin_layout Standard
29836 In the LaTeX-preamble 
29837 \series bold
29838
29839 \backslash
29840 makeatletter
29841 \series default
29842  and 
29843 \series bold
29844
29845 \backslash
29846 makeatother
29847 \series default
29848  can be omitted as they are automatically internally inserted by LyX.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 To revert 
29853 \series bold
29854
29855 \backslash
29856 @addtoreset
29857 \series default
29858 , the file 
29859 \series bold
29860 remreset.sty
29861 \series default
29862
29863 \begin_inset Foot
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868 \series bold
29869 remreset
29870 \series default
29871  is part of the LaTeX-package 
29872 \series bold
29873 carlisle
29874 \series default
29875
29876 \begin_inset Index
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880 Packages ! carlisle
29881 \end_layout
29882
29883 \end_inset
29884
29885  that is part of every LaTeX standard installation.
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \begin_inset Index
29892 status collapsed
29893
29894 \begin_layout Plain Layout
29895 Packages ! remreset
29896 \end_layout
29897
29898 \end_inset
29899
29900  has to be loaded in the LaTeX-preamble with the line
29901 \end_layout
29902
29903 \begin_layout Standard
29904
29905 \series bold
29906
29907 \backslash
29908 usepackage{remreset}
29909 \end_layout
29910
29911 \begin_layout Standard
29912 Then the command 
29913 \series bold
29914
29915 \backslash
29916 @removefromreset
29917 \series default
29918
29919 \begin_inset Index
29920 status collapsed
29921
29922 \begin_layout Plain Layout
29923 Commands ! 
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 "
29930 \end_layout
29931
29932 \end_inset
29933
29934 @
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940 "
29941 \end_layout
29942
29943 \end_inset
29944
29945  ! 
29946 \backslash
29947
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953 "
29954 \end_layout
29955
29956 \end_inset
29957
29958 @
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964 "
29965 \end_layout
29966
29967 \end_inset
29968
29969 removefromreset
29970 \end_layout
29971
29972 \end_inset
29973
29974  can be used with the same scheme as 
29975 \series bold
29976
29977 \backslash
29978 @addtoreset
29979 \series default
29980 .
29981 \end_layout
29982
29983 \begin_layout Standard
29984 \begin_inset VSpace bigskip
29985 \end_inset
29986
29987 Sometimes formulas should be numbered in the following form:
29988 \end_layout
29989
29990 \begin_layout Standard
29991
29992 \family typewriter
29993 (section number.formula number)
29994 \end_layout
29995
29996 \begin_layout Standard
29997 The formula number should start with every section with 
29998 \begin_inset Quotes eld
29999 \end_inset
30000
30001 1
30002 \begin_inset Quotes erd
30003 \end_inset
30004
30005 .
30006 \end_layout
30007
30008 \begin_layout Standard
30009 For this case there is the command 
30010 \series bold
30011
30012 \backslash
30013 numberwithin
30014 \series default
30015
30016 \begin_inset Index
30017 status collapsed
30018
30019 \begin_layout Plain Layout
30020 Commands ! N ! 
30021 \backslash
30022 numberwithin
30023 \end_layout
30024
30025 \end_inset
30026
30027 , which is used with the following scheme:
30028 \end_layout
30029
30030 \begin_layout Standard
30031
30032 \series bold
30033
30034 \backslash
30035 numberwithin{counter}{sectioning}
30036 \end_layout
30037
30038 \begin_layout Standard
30039 Counter denotes what kind of numbering is affected, sectioning denotes what
30040  number is before the dot.
30041 \end_layout
30042
30043 \begin_layout Standard
30044 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30045 \end_layout
30046
30047 \begin_layout Standard
30048
30049 \series bold
30050
30051 \backslash
30052 numberwithin{equation}{section}
30053 \end_layout
30054
30055 \begin_layout Standard
30056 This is the result:
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 numberwithin{equation}{section}
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \begin_inset Formula \begin{equation}
30071 A+B=C\end{equation}
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 To number e.
30080 \begin_inset space \thinspace{}
30081 \end_inset
30082
30083 g.
30084 \begin_inset space ~
30085 \end_inset
30086
30087 tables so that the number of the part is the sectioning,
30088 \begin_inset Newline newline
30089 \end_inset
30090
30091
30092 \series bold
30093
30094 \backslash
30095 numberwithin{table}{part}
30096 \series default
30097  is used.
30098 \end_layout
30099
30100 \begin_layout Standard
30101 To go back to the standard numbering or to prevent this kind of numbering
30102  when it is defined by the document class, the following command is inserted
30103  as TeX-Code or to the LaTeX-preamble:
30104 \end_layout
30105
30106 \begin_layout Standard
30107
30108 \series bold
30109
30110 \backslash
30111 renewcommand{
30112 \backslash
30113 theequation}{
30114 \backslash
30115 arabic{equation}}
30116 \begin_inset Index
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120 Commands ! A ! 
30121 \backslash
30122 arabic
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \series default
30129
30130 \begin_inset ERT
30131 status collapsed
30132
30133 \begin_layout Plain Layout
30134
30135
30136 \backslash
30137 renewcommand{
30138 \backslash
30139 theequation}{
30140 \backslash
30141 arabic{equation}}
30142 \end_layout
30143
30144 \end_inset
30145
30146
30147 \series bold
30148
30149 \begin_inset Newline newline
30150 \end_inset
30151
30152
30153 \series default
30154 or
30155 \series bold
30156
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160
30161 \backslash
30162 renewcommand{
30163 \backslash
30164 thetable}{
30165 \backslash
30166 arabic{table}}
30167 \end_layout
30168
30169 \begin_layout Standard
30170
30171 \series bold
30172
30173 \backslash
30174 numberwithin
30175 \series default
30176  uses internally the command 
30177 \series bold
30178
30179 \backslash
30180 @addtoreset
30181 \series default
30182 , described above, that also needs to be reverted.
30183 \begin_inset ERT
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187
30188
30189 \backslash
30190 makeatletter
30191 \end_layout
30192
30193 \begin_layout Plain Layout
30194
30195
30196 \backslash
30197 @removefromreset{equation}{section}
30198 \end_layout
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 makeatother
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \begin_layout Subsection
30213 Numbering with Roman Numbers and Letters
30214 \begin_inset CommandInset label
30215 LatexCommand label
30216 name "sub:Numbering-with-Roman"
30217
30218 \end_inset
30219
30220
30221 \begin_inset Index
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 Formula numbering ! with letters
30226 \end_layout
30227
30228 \end_inset
30229
30230
30231 \begin_inset Index
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235 Formula numbering ! with Roman numbers
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Standard
30244 Formulas can also be numbered with Roman numbers and Latin letters.
30245  To number for example with small Roman numbers, the command
30246 \end_layout
30247
30248 \begin_layout Standard
30249
30250 \series bold
30251
30252 \backslash
30253 renewcommand{
30254 \backslash
30255 theequation}{
30256 \backslash
30257 roman{equation}}
30258 \end_layout
30259
30260 \begin_layout Standard
30261 is inserted before the formula in TeX-mode.
30262  
30263 \series bold
30264
30265 \backslash
30266 renewcommand
30267 \series default
30268
30269 \begin_inset Index
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 Commands ! R ! 
30274 \backslash
30275 renewcommand
30276 \end_layout
30277
30278 \end_inset
30279
30280  redefines the predefined command 
30281 \series bold
30282
30283 \backslash
30284 theequation
30285 \series default
30286  to the command 
30287 \series bold
30288
30289 \backslash
30290 roman{equation}
30291 \series default
30292
30293 \begin_inset Foot
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297 The command 
30298 \series bold
30299
30300 \backslash
30301 renewcommand
30302 \series default
30303  has the same scheme like the command 
30304 \series bold
30305
30306 \backslash
30307 newcommand
30308 \series default
30309  that is described in 
30310 \begin_inset CommandInset ref
30311 LatexCommand ref
30312 reference "sec:User-defined-commands"
30313
30314 \end_inset
30315
30316 .
30317 \end_layout
30318
30319 \end_inset
30320
30321 .
30322  
30323 \series bold
30324 equation
30325 \series default
30326  is the formula counter.
30327  When the command 
30328 \series bold
30329
30330 \backslash
30331 the
30332 \series default
30333  is used as prefix for a counter, the value of the counter is output as
30334  Arabic number.
30335  When a formula is numbered, LaTeX sets internally the command 
30336 \series bold
30337
30338 \backslash
30339 theequation
30340 \series default
30341  behind the formula.
30342  
30343 \series bold
30344
30345 \backslash
30346 roman{equation}
30347 \begin_inset Index
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351 Commands ! R ! 
30352 \backslash
30353 roman
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \series default
30360  outputs the counter as small Roman number.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 All formulas behind the command 
30365 \series bold
30366
30367 \backslash
30368 renew
30369 \series default
30370 c
30371 \series bold
30372 ommand
30373 \series default
30374  are now numbered Roman.
30375  To switch to numbering with big Roman numbers, the command is inserted
30376  again, but 
30377 \series bold
30378
30379 \backslash
30380 roman
30381 \series default
30382  is replaced by 
30383 \series bold
30384
30385 \backslash
30386 Roman
30387 \series default
30388
30389 \begin_inset Index
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393 Commands ! R ! 
30394 \backslash
30395 roman@
30396 \backslash
30397 Roman
30398 \end_layout
30399
30400 \end_inset
30401
30402 .
30403  To 
30404 \begin_inset Quotes eld
30405 \end_inset
30406
30407 number
30408 \begin_inset Quotes erd
30409 \end_inset
30410
30411  with small Latin letters there is the command 
30412 \series bold
30413
30414 \backslash
30415 alph
30416 \series default
30417
30418 \begin_inset Index
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422 Commands ! A ! 
30423 \backslash
30424 alph
30425 \end_layout
30426
30427 \end_inset
30428
30429 , for big ones there is the command 
30430 \series bold
30431
30432 \backslash
30433 Alph
30434 \series default
30435
30436 \begin_inset Index
30437 status open
30438
30439 \begin_layout Plain Layout
30440 Commands ! A ! 
30441 \backslash
30442 alph@
30443 \backslash
30444 Alph
30445 \end_layout
30446
30447 \end_inset
30448
30449 .
30450 \end_layout
30451
30452 \begin_layout Standard
30453 \begin_inset Note Greyedout
30454 status open
30455
30456 \begin_layout Plain Layout
30457
30458 \series bold
30459 Note:
30460 \series default
30461  Only maximal 26 formulas can be numbered with Latin letters in one document.
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475
30476 \backslash
30477 renewcommand{
30478 \backslash
30479 theequation}{
30480 \backslash
30481 roman{equation}}
30482 \end_layout
30483
30484 \end_inset
30485
30486
30487 \end_layout
30488
30489 \begin_layout Standard
30490 \begin_inset Formula \begin{equation}
30491 A=\textrm{small roman}\label{eq:rom}\end{equation}
30492
30493 \end_inset
30494
30495
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 renewcommand{
30504 \backslash
30505 theequation}{
30506 \backslash
30507 Roman{equation}}
30508 \end_layout
30509
30510 \end_inset
30511
30512
30513 \begin_inset Formula \begin{equation}
30514 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30515
30516 \end_inset
30517
30518
30519 \begin_inset ERT
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523
30524
30525 \backslash
30526 renewcommand{
30527 \backslash
30528 theequation}{
30529 \backslash
30530 alph{equation}}
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \begin_inset Formula \begin{equation}
30537 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30538
30539 \end_inset
30540
30541
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 renewcommand{
30550 \backslash
30551 theequation}{
30552 \backslash
30553 Alph{equation}}
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \begin_inset Formula \begin{equation}
30560 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30561
30562 \end_inset
30563
30564
30565 \end_layout
30566
30567 \begin_layout Standard
30568 To switch back to the default numbering, insert the command:
30569 \end_layout
30570
30571 \begin_layout Standard
30572
30573 \series bold
30574
30575 \backslash
30576 renewcommand{
30577 \backslash
30578 theequation}{
30579 \backslash
30580 arabic{equation}}
30581 \begin_inset Index
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 Commands ! A ! 
30586 \backslash
30587 arabic
30588 \end_layout
30589
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 \begin_inset ERT
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600
30601
30602 \backslash
30603 renewcommand{
30604 \backslash
30605 theequation}{
30606 \backslash
30607 arabic{equation}}
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset Formula \begin{equation}
30614 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30615
30616 \end_inset
30617
30618
30619 \end_layout
30620
30621 \begin_layout Standard
30622 \begin_inset VSpace medskip
30623 \end_inset
30624
30625 As you see, formulas are numbered serially independent from the numbering
30626  style.
30627  When then numbering should start with 
30628 \begin_inset Quotes eld
30629 \end_inset
30630
30631 1
30632 \begin_inset Quotes erd
30633 \end_inset
30634
30635  when the style is changed, new equation counters have to be defined.
30636  A description about this can be found in the file 
30637 \begin_inset CommandInset href
30638 LatexCommand href
30639 target "Formula-numbering.lyx"
30640
30641 \end_inset
30642
30643 .
30644 \end_layout
30645
30646 \begin_layout Section
30647 User-defined commands
30648 \begin_inset CommandInset label
30649 LatexCommand label
30650 name "sec:User-defined-commands"
30651
30652 \end_inset
30653
30654
30655 \begin_inset Index
30656 status collapsed
30657
30658 \begin_layout Plain Layout
30659 User-defined commands
30660 \end_layout
30661
30662 \end_inset
30663
30664
30665 \end_layout
30666
30667 \begin_layout Standard
30668 Many LaTeX-commands are too long to be used frequently.
30669  But it is possible to define with the command 
30670 \series bold
30671
30672 \backslash
30673 newcommand
30674 \series default
30675
30676 \begin_inset Index
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680 Commands ! N ! 
30681 \backslash
30682 newcommand
30683 \end_layout
30684
30685 \end_inset
30686
30687  new shorter commands.
30688 \end_layout
30689
30690 \begin_layout Standard
30691 The command scheme of 
30692 \series bold
30693
30694 \backslash
30695 newcommand
30696 \series default
30697  is:
30698 \end_layout
30699
30700 \begin_layout Standard
30701
30702 \series bold
30703
30704 \backslash
30705 newcommand{new command name}[number of arguments][optional
30706 \series default
30707  
30708 \series bold
30709 value]
30710 \begin_inset Newline newline
30711 \end_inset
30712
30713
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718
30719
30720 \backslash
30721 phantom{
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \backslash
30728 newcommand
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734 }
30735 \end_layout
30736
30737 \end_inset
30738
30739 {command definition}
30740 \end_layout
30741
30742 \begin_layout Standard
30743 \begin_inset Note Greyedout
30744 status open
30745
30746 \begin_layout Plain Layout
30747
30748 \series bold
30749 Note:
30750 \series default
30751  Assure that the name of the new command is not already used in your document
30752  or by LaTeX-packages that you use.
30753  When you for example define the command 
30754 \series bold
30755
30756 \backslash
30757 le
30758 \series default
30759  for 
30760 \series bold
30761
30762 \backslash
30763 Leftarrow
30764 \series default
30765 , you get an error message because 
30766 \series bold
30767
30768 \backslash
30769 le
30770 \series default
30771  is already defined as command for 
30772 \begin_inset Quotes eld
30773 \end_inset
30774
30775
30776 \begin_inset Formula $\le$
30777 \end_inset
30778
30779
30780 \begin_inset Quotes erd
30781 \end_inset
30782
30783 .
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 \begin_inset Note Greyedout
30793 status open
30794
30795 \begin_layout Plain Layout
30796
30797 \series bold
30798 Note:
30799 \series default
30800  The names of user-defined commands may only consist of Latin letters.
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \begin_layout Standard
30809 The number of arguments is an integer in the range 0
30810 \begin_inset space \thinspace{}
30811 \end_inset
30812
30813 -
30814 \begin_inset space \thinspace{}
30815 \end_inset
30816
30817 9 and specifies how many arguments the new command should have.
30818  With the optional value a value for an optional argument can be predefined.
30819  When this is done, the 
30820 \emph on
30821 first
30822 \emph default
30823  
30824 \emph on
30825 a
30826 \emph default
30827 rgument of the new command is automatically an optional one.
30828 \end_layout
30829
30830 \begin_layout Standard
30831 Here are some examples:
30832 \end_layout
30833
30834 \begin_layout Itemize
30835 To define the command 
30836 \series bold
30837
30838 \backslash
30839 gr
30840 \series default
30841  for 
30842 \series bold
30843
30844 \backslash
30845 Longrightarrow
30846 \series default
30847 , the LaTeX-preamble line is:
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853
30854 \backslash
30855 medskip
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \series bold
30862
30863 \begin_inset Newline newline
30864 \end_inset
30865
30866
30867 \backslash
30868 newcommand{
30869 \backslash
30870 gr}{
30871 \backslash
30872 Longrightarrow}
30873 \end_layout
30874
30875 \begin_layout Itemize
30876 To define the command 
30877 \series bold
30878
30879 \backslash
30880 us
30881 \series default
30882  for 
30883 \series bold
30884
30885 \backslash
30886 underline
30887 \series default
30888 , the argument (that should be underlined) must be taken into account.
30889  For this the preamble line is:
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895
30896 \backslash
30897 medskip
30898 \end_layout
30899
30900 \end_inset
30901
30902
30903 \series bold
30904
30905 \begin_inset Newline newline
30906 \end_inset
30907
30908
30909 \backslash
30910 newcommand{
30911 \backslash
30912 us}[1]{
30913 \backslash
30914 underline{#1}}
30915 \series default
30916
30917 \begin_inset ERT
30918 status collapsed
30919
30920 \begin_layout Plain Layout
30921
30922
30923 \backslash
30924 medskip
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \series bold
30931
30932 \begin_inset Newline newline
30933 \end_inset
30934
30935
30936 \series default
30937 The character 
30938 \series bold
30939 #
30940 \series default
30941  acts as argument placeholder, the 
30942 \series bold
30943 1
30944 \series default
30945  behind it denotes that it is the placeholder for the first argument.
30946 \end_layout
30947
30948 \begin_layout Itemize
30949 For 
30950 \series bold
30951
30952 \backslash
30953 framebox
30954 \series default
30955  one can e.
30956 \begin_inset space \thinspace{}
30957 \end_inset
30958
30959 g.
30960 \begin_inset space ~
30961 \end_inset
30962
30963 define the command 
30964 \series bold
30965
30966 \backslash
30967 fb
30968 \series default
30969 :
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 medskip
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \series bold
30984
30985 \begin_inset Newline newline
30986 \end_inset
30987
30988
30989 \backslash
30990 newcommand{
30991 \backslash
30992 fb}[3]{
30993 \backslash
30994 framebox#1#2{$#3$}}
30995 \series default
30996
30997 \begin_inset ERT
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001
31002
31003 \backslash
31004 medskip
31005 \end_layout
31006
31007 \end_inset
31008
31009
31010 \series bold
31011
31012 \begin_inset Newline newline
31013 \end_inset
31014
31015
31016 \series default
31017 The two Dollar signs creates the extra formula needed for 
31018 \series bold
31019
31020 \backslash
31021 framebox
31022 \series default
31023 , see 
31024 \begin_inset CommandInset ref
31025 LatexCommand ref
31026 reference "sub:Boxes-with-Frame"
31027
31028 \end_inset
31029
31030 .
31031 \end_layout
31032
31033 \begin_layout Itemize
31034 To create a new command for 
31035 \series bold
31036
31037 \backslash
31038 fcolorbox
31039 \series default
31040  where the color for the box needn't to be specified, the argument for the
31041  color is defined optional:
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 medskip
31050 \end_layout
31051
31052 \end_inset
31053
31054
31055 \series bold
31056
31057 \begin_inset Newline newline
31058 \end_inset
31059
31060
31061 \backslash
31062 newcommand{
31063 \backslash
31064 cb}[3][white]{
31065 \backslash
31066 fcolorbox{#2}{#1}{$#3$}}
31067 \series default
31068
31069 \begin_inset ERT
31070 status collapsed
31071
31072 \begin_layout Plain Layout
31073
31074
31075 \backslash
31076 medskip
31077 \end_layout
31078
31079 \end_inset
31080
31081
31082 \begin_inset Newline newline
31083 \end_inset
31084
31085 When the color is not specified when using 
31086 \series bold
31087
31088 \backslash
31089 cb
31090 \series default
31091 , the predefined color 
31092 \series bold
31093 white
31094 \series default
31095  will be used.
31096 \end_layout
31097
31098 \begin_layout Standard
31099 A test of the new defined commands:
31100 \end_layout
31101
31102 \begin_layout Standard
31103 \align center
31104 \begin_inset Tabular
31105 <lyxtabular version="3" rows="6" columns="2">
31106 <features>
31107 <column alignment="center" valignment="top" width="0">
31108 <column alignment="center" valignment="top" width="0">
31109 <row>
31110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31111 \begin_inset Text
31112
31113 \begin_layout Plain Layout
31114 Command
31115 \end_layout
31116
31117 \end_inset
31118 </cell>
31119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31120 \begin_inset Text
31121
31122 \begin_layout Plain Layout
31123 Result
31124 \begin_inset Note Note
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128
31129 \series bold
31130
31131 \backslash
31132 raisebox
31133 \series default
31134  is only used as spacer.
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \end_inset
31143 </cell>
31144 </row>
31145 <row>
31146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31147 \begin_inset Text
31148
31149 \begin_layout Plain Layout
31150 A
31151 \backslash
31152 gr
31153 \begin_inset ERT
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157
31158
31159 \backslash
31160 spce 
31161 \end_layout
31162
31163 \end_inset
31164
31165 B
31166 \end_layout
31167
31168 \end_inset
31169 </cell>
31170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31171 \begin_inset Text
31172
31173 \begin_layout Plain Layout
31174 \begin_inset Formula $A\gr B$
31175 \end_inset
31176
31177
31178 \end_layout
31179
31180 \end_inset
31181 </cell>
31182 </row>
31183 <row>
31184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31185 \begin_inset Text
31186
31187 \begin_layout Plain Layout
31188
31189 \backslash
31190 us{ABcd
31191 \end_layout
31192
31193 \end_inset
31194 </cell>
31195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \end_inset
31206 </cell>
31207 </row>
31208 <row>
31209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31210 \begin_inset Text
31211
31212 \begin_layout Plain Layout
31213
31214 \backslash
31215 fb{[2cm]
31216 \begin_inset Formula $\to$
31217 \end_inset
31218
31219
31220 \backslash
31221 {
31222 \begin_inset Formula $\to$
31223 \end_inset
31224
31225
31226 \backslash
31227 {
31228 \backslash
31229 int
31230 \begin_inset ERT
31231 status collapsed
31232
31233 \begin_layout Plain Layout
31234
31235
31236 \backslash
31237 spce 
31238 \end_layout
31239
31240 \end_inset
31241
31242 A=B
31243 \end_layout
31244
31245 \end_inset
31246 </cell>
31247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31248 \begin_inset Text
31249
31250 \begin_layout Plain Layout
31251 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31252 \end_inset
31253
31254
31255 \end_layout
31256
31257 \end_inset
31258 </cell>
31259 </row>
31260 <row>
31261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265
31266 \backslash
31267 cb{red
31268 \begin_inset Formula $\to$
31269 \end_inset
31270
31271
31272 \backslash
31273 {
31274 \backslash
31275 int
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 spce 
31284 \end_layout
31285
31286 \end_inset
31287
31288 A=B
31289 \end_layout
31290
31291 \end_inset
31292 </cell>
31293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31294 \begin_inset Text
31295
31296 \begin_layout Plain Layout
31297 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 </row>
31306 <row>
31307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31308 \begin_inset Text
31309
31310 \begin_layout Plain Layout
31311
31312 \backslash
31313 cb[green]
31314 \backslash
31315 {red
31316 \begin_inset Formula $\to$
31317 \end_inset
31318
31319
31320 \backslash
31321 {
31322 \backslash
31323 int
31324 \begin_inset ERT
31325 status collapsed
31326
31327 \begin_layout Plain Layout
31328
31329
31330 \backslash
31331 spce 
31332 \end_layout
31333
31334 \end_inset
31335
31336 A=B
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \end_inset
31352 </cell>
31353 </row>
31354 </lyxtabular>
31355
31356 \end_inset
31357
31358
31359 \end_layout
31360
31361 \begin_layout Section
31362 Diagrams
31363 \begin_inset Index
31364 status collapsed
31365
31366 \begin_layout Plain Layout
31367 Diagrams
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \end_layout
31374
31375 \begin_layout Standard
31376 To create diagrams, the LaTeX-package 
31377 \series bold
31378 amscd
31379 \begin_inset Foot
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384 \series bold
31385 amscd
31386 \series default
31387  is part of every LaTeX standard installation.
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \series default
31394
31395 \begin_inset Index
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399 Packages ! amscd
31400 \end_layout
31401
31402 \end_inset
31403
31404  is needed.
31405  It is loaded in the LaTeX-preamble with the line
31406 \end_layout
31407
31408 \begin_layout Standard
31409
31410 \series bold
31411
31412 \backslash
31413 usepackage{amscd}
31414 \end_layout
31415
31416 \begin_layout Standard
31417 Diagrams visualize relations and look like this:
31418 \begin_inset Formula \[
31419 \begin{CD}A@>>>B@>>>C\\
31420 @AAA@.@VVV\\
31421 F@<<<E@<<<D\end{CD}\]
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 To get them, the command 
31430 \series bold
31431
31432 \backslash
31433 CD
31434 \begin_inset Index
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 Commands ! C ! 
31439 \backslash
31440 CD
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \series default
31447  is inserted to a formula.
31448  A blue box appears with two dashed lines where further commands can be
31449  inserted.
31450  With 
31451 \family sans
31452 Ctrl-Return
31453 \family default
31454  a new line is created.
31455  Horizontal relations are inserted in odd, vertical in even formula lines.
31456 \end_layout
31457
31458 \begin_layout Standard
31459 To create the relations there are the following commands:
31460 \end_layout
31461
31462 \begin_layout Itemize
31463
31464 \series bold
31465 @<<<
31466 \series default
31467  creates a left arrow, 
31468 \series bold
31469 @>>>
31470 \series default
31471  a right arrow, and 
31472 \series bold
31473 @=
31474 \series default
31475  a long equal sign
31476 \end_layout
31477
31478 \begin_layout Itemize
31479
31480 \series bold
31481 @AAA
31482 \series default
31483  creates an up arrow, 
31484 \series bold
31485 @VVV
31486 \series default
31487  an down arrow, and 
31488 \series bold
31489 @|
31490 \series default
31491  a vertical equal sign
31492 \end_layout
31493
31494 \begin_layout Itemize
31495
31496 \series bold
31497 @.
31498
31499 \series default
31500  is a placeholder for non-existent relations
31501 \end_layout
31502
31503 \begin_layout Standard
31504 All arrows can be labeled as follows:
31505 \end_layout
31506
31507 \begin_layout Itemize
31508 Is text inserted between the first and second < or >, resp., it is placed
31509  above the arrow.
31510  When it is inserted between the second and third one, it appears under
31511  the arrow.
31512 \end_layout
31513
31514 \begin_layout Itemize
31515 When text for vertical arrows is inserted between the first and second A
31516  or V, resp., it is placed left beside the arrow.
31517  When it is inserted between the second and third one, it appears right
31518  beside the arrow.
31519  If the text contains an A or V, these letters must be set into a TeX-brace.
31520 \end_layout
31521
31522 \begin_layout Standard
31523 As example a diagram with all possible relations:
31524 \end_layout
31525
31526 \begin_layout Standard
31527 \begin_inset Formula \[
31528 \begin{CD}A@>j>>B@>>k>C@=F\\
31529 @AmAA@.@VV{V}V@|\\
31530 D@<<j<E@>k>>F@=C\end{CD}\]
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \begin_layout Standard
31538 The command for this is:
31539 \begin_inset Newline newline
31540 \end_inset
31541
31542
31543 \series bold
31544
31545 \backslash
31546 CD
31547 \begin_inset ERT
31548 status collapsed
31549
31550 \begin_layout Plain Layout
31551
31552
31553 \backslash
31554 spce 
31555 \end_layout
31556
31557 \end_inset
31558
31559 A@>j>>B@>>k>C@=F Ctrl-Enter
31560 \begin_inset Newline newline
31561 \end_inset
31562
31563
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 hphantom{
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \backslash
31578 CD
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 spce 
31587 \end_layout
31588
31589 \end_inset
31590
31591
31592 \begin_inset ERT
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596
31597 }
31598 \end_layout
31599
31600 \end_inset
31601
31602 @AmAA@.@VV
31603 \backslash
31604 {V
31605 \series default
31606
31607 \begin_inset Formula $\to$
31608 \end_inset
31609
31610
31611 \series bold
31612 V@| Ctrl-Enter
31613 \begin_inset Newline newline
31614 \end_inset
31615
31616
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622
31623 \backslash
31624 hphantom{
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \backslash
31631 CD
31632 \begin_inset ERT
31633 status collapsed
31634
31635 \begin_layout Plain Layout
31636
31637
31638 \backslash
31639 spce 
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \begin_inset ERT
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649
31650 }
31651 \end_layout
31652
31653 \end_inset
31654
31655 D@<<j<E@>k>>F@=C
31656 \end_layout
31657
31658 \begin_layout Standard
31659 \begin_inset Newpage newpage
31660 \end_inset
31661
31662
31663 \end_layout
31664
31665 \begin_layout Section
31666 Tips
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672
31673 \backslash
31674 texorpdfstring{
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \begin_inset Foot
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684 Other useful math tips can be found in 
31685 \begin_inset CommandInset citation
31686 LatexCommand cite
31687 key "Voss"
31688
31689 \end_inset
31690
31691 .
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \begin_inset ERT
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701
31702 }{}
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \begin_inset Note Note
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712
31713 \backslash
31714 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31715 \end_layout
31716
31717 \begin_layout Plain Layout
31718 More about 
31719 \backslash
31720 texorpdfstring is in section 
31721 \begin_inset CommandInset ref
31722 LatexCommand ref
31723 reference "sub:Formulas-in-Section"
31724
31725 \end_inset
31726
31727 .
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \begin_inset Index
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Tips
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \begin_inset Index
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 Ions|see
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753 {
31754 \end_layout
31755
31756 \end_inset
31757
31758 Chemical characters
31759 \begin_inset ERT
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763
31764 }
31765 \end_layout
31766
31767 \end_inset
31768
31769
31770 \end_layout
31771
31772 \end_inset
31773
31774
31775 \end_layout
31776
31777 \begin_layout Subsection
31778 Chemical Symbols and Equations
31779 \begin_inset CommandInset label
31780 LatexCommand label
31781 name "sub:Chemical-Symbols-and"
31782
31783 \end_inset
31784
31785
31786 \begin_inset Index
31787 status collapsed
31788
31789 \begin_layout Plain Layout
31790 Chemical characters ! Symbols
31791 \end_layout
31792
31793 \end_inset
31794
31795
31796 \begin_inset Index
31797 status collapsed
31798
31799 \begin_layout Plain Layout
31800 Chemical equations
31801 \end_layout
31802
31803 \end_inset
31804
31805
31806 \begin_inset Index
31807 status collapsed
31808
31809 \begin_layout Plain Layout
31810 Symbols ! chemical
31811 \end_layout
31812
31813 \end_inset
31814
31815
31816 \end_layout
31817
31818 \begin_layout Standard
31819 An example text from chemistry:
31820 \end_layout
31821
31822 \begin_layout Quote
31823 The 
31824 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31825 \end_inset
31826
31827 -ion reacts with two 
31828 \begin_inset Formula $\mathrm{Na^{+}}$
31829 \end_inset
31830
31831 -ions to sodium sulfate 
31832 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31833 \end_inset
31834
31835 .
31836  The chemical equation for this is:
31837 \begin_inset Formula \[
31838 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Standard
31846 This chemical equation can directly be created as formula.
31847  To avoid that the symbols appear italic, everything is highlighted and
31848  changed by the shortcut 
31849 \family sans
31850 Alt-c
31851 \begin_inset space ~
31852 \end_inset
31853
31854 r
31855 \family default
31856  to the upright font style.
31857 \begin_inset Foot
31858 status collapsed
31859
31860 \begin_layout Plain Layout
31861 font styles
31862 \series bold
31863  
31864 \series default
31865 see 
31866 \begin_inset CommandInset ref
31867 LatexCommand ref
31868 reference "sub:Font-Styles"
31869
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Subsection
31881 Negative Numbers
31882 \begin_inset Index
31883 status collapsed
31884
31885 \begin_layout Plain Layout
31886 Numbers ! negative
31887 \end_layout
31888
31889 \end_inset
31890
31891
31892 \end_layout
31893
31894 \begin_layout Standard
31895 Negative numbers often look ugly in formulas because the minus sign before
31896  the number is set with the same length as the minus operator sign.
31897  When writing the negative number in normal text, the minus sign appears
31898  correctly.
31899 \end_layout
31900
31901 \begin_layout Standard
31902 Thus, the problem disappears when converting the minus sign to mathematical
31903  text.
31904 \end_layout
31905
31906 \begin_layout Standard
31907 An example to visualize the problem:
31908 \end_layout
31909
31910 \begin_layout Standard
31911 \align center
31912 \begin_inset Tabular
31913 <lyxtabular version="3" rows="3" columns="2">
31914 <features>
31915 <column alignment="right" valignment="top" width="0">
31916 <column alignment="left" valignment="top" width="0">
31917 <row>
31918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922 normal text:
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
31928 \begin_inset Text
31929
31930 \begin_layout Plain Layout
31931 x = -2
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 <row>
31938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942 formula:
31943 \end_layout
31944
31945 \end_inset
31946 </cell>
31947 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951 \begin_inset Formula $x=-2$
31952 \end_inset
31953
31954
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 </row>
31960 <row>
31961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31962 \begin_inset Text
31963
31964 \begin_layout Plain Layout
31965 solution:
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 \begin_inset Formula $x=\textrm{-}2$
31975 \end_inset
31976
31977
31978 \end_layout
31979
31980 \end_inset
31981 </cell>
31982 </row>
31983 </lyxtabular>
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Subsection
31991 Comma as Decimal Separator
31992 \begin_inset Index
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996 Comma
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Standard
32005 In LaTeX a comma inside a formula is used, according to the English convention,
32006  as number group separator.
32007  So there will be space added behind all commas in formulas.
32008 \end_layout
32009
32010 \begin_layout Standard
32011 To avoid this, the comma is highlighted and changed to mathematical text
32012  (shortcut 
32013 \family sans
32014 Alt-m
32015 \begin_inset space ~
32016 \end_inset
32017
32018 m
32019 \family default
32020 ).
32021 \end_layout
32022
32023 \begin_layout Standard
32024 To use all formula commas in the document as decimal separator, the file
32025  
32026 \series bold
32027 icomma.sty
32028 \series default
32029
32030 \begin_inset Foot
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034
32035 \series bold
32036 icomma
32037 \series default
32038  is part of the LaTeX-package 
32039 \series bold
32040 was
32041 \series default
32042
32043 \begin_inset Index
32044 status collapsed
32045
32046 \begin_layout Plain Layout
32047 Packages ! was
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 vspace{4mm}
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064
32065 .
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \begin_inset Index
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075 Packages ! icomma
32076 \end_layout
32077
32078 \end_inset
32079
32080  is loaded with the LaTeX-preamble line
32081 \end_layout
32082
32083 \begin_layout Standard
32084
32085 \series bold
32086
32087 \backslash
32088 usepackage{icomma}
32089 \end_layout
32090
32091 \begin_layout Subsection
32092 Physical Vectors
32093 \begin_inset CommandInset label
32094 LatexCommand label
32095 name "sub:Physical-Vectors"
32096
32097 \end_inset
32098
32099
32100 \begin_inset Index
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104 Vectors ! physical
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Predefined vectors are offered by the LaTeX-package 
32114 \series bold
32115 braket
32116 \series default
32117
32118 \begin_inset Foot
32119 status collapsed
32120
32121 \begin_layout Plain Layout
32122
32123 \series bold
32124 braket
32125 \series default
32126  should be part of every LaTeX standard installation.
32127 \end_layout
32128
32129 \end_inset
32130
32131
32132 \begin_inset Index
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136 Packages ! braket
32137 \end_layout
32138
32139 \end_inset
32140
32141  that is loaded with the LaTeX-preamble line
32142 \end_layout
32143
32144 \begin_layout Standard
32145
32146 \series bold
32147
32148 \backslash
32149 usepackage{braket}
32150 \end_layout
32151
32152 \begin_layout Standard
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158
32159 \backslash
32160 ifbraket 
32161 \end_layout
32162
32163 \end_inset
32164
32165
32166 \begin_inset Note Note
32167 status open
32168
32169 \begin_layout Plain Layout
32170 The following table will only be displayed when the LaTeX-package 
32171 \series bold
32172 braket
32173 \series default
32174  is installed.
32175 \end_layout
32176
32177 \end_inset
32178
32179 The following commands are defined:
32180 \end_layout
32181
32182 \begin_layout Standard
32183 \align center
32184 \begin_inset Tabular
32185 <lyxtabular version="3" rows="4" columns="2">
32186 <features>
32187 <column alignment="center" valignment="top" width="0">
32188 <column alignment="center" valignment="top" width="0">
32189 <row>
32190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 Command
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 Result
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 </row>
32209 <row>
32210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32211 \begin_inset Text
32212
32213 \begin_layout Plain Layout
32214
32215 \backslash
32216 Bra{
32217 \backslash
32218 psi
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32224 \begin_inset Text
32225
32226 \begin_layout Plain Layout
32227 \begin_inset Formula $\Bra{\psi}$
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 </row>
32236 <row>
32237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32238 \begin_inset Text
32239
32240 \begin_layout Plain Layout
32241
32242 \backslash
32243 Ket{
32244 \backslash
32245 psi
32246 \end_layout
32247
32248 \end_inset
32249 </cell>
32250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32251 \begin_inset Text
32252
32253 \begin_layout Plain Layout
32254 \begin_inset Formula $\Ket{\psi}$
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268
32269 \backslash
32270 Braket{
32271 \backslash
32272 psi|
32273 \backslash
32274 phi
32275 \end_layout
32276
32277 \end_inset
32278 </cell>
32279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32280 \begin_inset Text
32281
32282 \begin_layout Plain Layout
32283 \begin_inset Formula $\Braket{\psi|\phi}$
32284 \end_inset
32285
32286
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 </lyxtabular>
32293
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \begin_layout Standard
32300 The command 
32301 \series bold
32302
32303 \backslash
32304 Braket
32305 \series default
32306  assures that all vertical bars are set in the size of the surrounding brackets:
32307 \begin_inset Formula \[
32308 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32309
32310 \end_inset
32311
32312
32313 \begin_inset ERT
32314 status collapsed
32315
32316 \begin_layout Plain Layout
32317
32318
32319 \backslash
32320 else 
32321 \end_layout
32322
32323 \end_inset
32324
32325
32326 \begin_inset Note Note
32327 status open
32328
32329 \begin_layout Plain Layout
32330 The following will be displayed when the LaTeX-package 
32331 \series bold
32332 braket
32333 \series default
32334  is not installed:
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Standard
32343 You need to install the LaTeX-package 
32344 \series bold
32345 braket
32346 \series default
32347  to see the rest of this subsection in the output.
32348 \end_layout
32349
32350 \begin_layout Standard
32351 \begin_inset ERT
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355
32356
32357 \backslash
32358 fi 
32359 \end_layout
32360
32361 \end_inset
32362
32363
32364 \end_layout
32365
32366 \begin_layout Standard
32367 The effect of 
32368 \series bold
32369
32370 \backslash
32371 Braket
32372 \series default
32373  can also be achieved using the command 
32374 \series bold
32375
32376 \backslash
32377 middle
32378 \series default
32379 , that is described in 
32380 \begin_inset CommandInset ref
32381 LatexCommand ref
32382 reference "sub:Automatic-Bracket-Size"
32383
32384 \end_inset
32385
32386 .
32387 \end_layout
32388
32389 \begin_layout Subsection
32390 Self-defined Fractions
32391 \begin_inset CommandInset label
32392 LatexCommand label
32393 name "sub:Self-defined-Fractions"
32394
32395 \end_inset
32396
32397
32398 \begin_inset Index
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402 Fractions ! self-defined
32403 \end_layout
32404
32405 \end_inset
32406
32407
32408 \end_layout
32409
32410 \begin_layout Standard
32411 To define custom commands for fractions, the command 
32412 \series bold
32413
32414 \backslash
32415 genfrac
32416 \series default
32417
32418 \begin_inset Index
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 Commands ! G ! 
32423 \backslash
32424 genfrac
32425 \end_layout
32426
32427 \end_inset
32428
32429  is used in the following scheme:
32430 \end_layout
32431
32432 \begin_layout Standard
32433
32434 \series bold
32435
32436 \backslash
32437 genfrac{left
32438 \series default
32439  
32440 \series bold
32441 bracket}{right
32442 \series default
32443  
32444 \series bold
32445 bracket}{fraction bar thickness}{style}
32446 \begin_inset Newline newline
32447 \end_inset
32448
32449
32450 \begin_inset ERT
32451 status collapsed
32452
32453 \begin_layout Plain Layout
32454
32455
32456 \backslash
32457 phantom{
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \backslash
32464 genfrac
32465 \begin_inset ERT
32466 status collapsed
32467
32468 \begin_layout Plain Layout
32469
32470 }
32471 \end_layout
32472
32473 \end_inset
32474
32475 {numerator}{denominator}
32476 \end_layout
32477
32478 \begin_layout Standard
32479 The style is a number in the range of 0
32480 \begin_inset space \thinspace{}
32481 \end_inset
32482
32483 -
32484 \begin_inset space \thinspace{}
32485 \end_inset
32486
32487 3.
32488 \end_layout
32489
32490 \begin_layout Standard
32491 \align center
32492 \begin_inset Tabular
32493 <lyxtabular version="3" rows="5" columns="2">
32494 <features>
32495 <column alignment="center" valignment="top" width="0">
32496 <column alignment="center" valignment="top" width="0">
32497 <row>
32498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32499 \begin_inset Text
32500
32501 \begin_layout Plain Layout
32502 Number
32503 \end_layout
32504
32505 \end_inset
32506 </cell>
32507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32508 \begin_inset Text
32509
32510 \begin_layout Plain Layout
32511 Style (Size)
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 </row>
32517 <row>
32518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522 0
32523 \end_layout
32524
32525 \end_inset
32526 </cell>
32527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32528 \begin_inset Text
32529
32530 \begin_layout Plain Layout
32531 display style formula
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 </row>
32537 <row>
32538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542 1
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32548 \begin_inset Text
32549
32550 \begin_layout Plain Layout
32551 inline formula
32552 \end_layout
32553
32554 \end_inset
32555 </cell>
32556 </row>
32557 <row>
32558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 2
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32568 \begin_inset Text
32569
32570 \begin_layout Plain Layout
32571 small
32572 \end_layout
32573
32574 \end_inset
32575 </cell>
32576 </row>
32577 <row>
32578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32579 \begin_inset Text
32580
32581 \begin_layout Plain Layout
32582 3
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591 tiny
32592 \end_layout
32593
32594 \end_inset
32595 </cell>
32596 </row>
32597 </lyxtabular>
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Standard
32605 When no style is given, the size is adjusted to the surrounding environment
32606  like for the command 
32607 \series bold
32608
32609 \backslash
32610 frac
32611 \series default
32612 .
32613 \end_layout
32614
32615 \begin_layout Standard
32616 When no fraction bar thickness is given, the predefined value of 0.4
32617 \begin_inset space \thinspace{}
32618 \end_inset
32619
32620 pt will be used.
32621 \end_layout
32622
32623 \begin_layout Standard
32624 \begin_inset VSpace medskip
32625 \end_inset
32626
32627 For example, the commands 
32628 \series bold
32629
32630 \backslash
32631 dfrac
32632 \series default
32633  and 
32634 \series bold
32635
32636 \backslash
32637 tbinom
32638 \series default
32639  from 
32640 \begin_inset CommandInset ref
32641 LatexCommand ref
32642 reference "sub:Fractions"
32643
32644 \end_inset
32645
32646  are defined with the commands
32647 \end_layout
32648
32649 \begin_layout Standard
32650
32651 \series bold
32652
32653 \backslash
32654 newcommand{
32655 \backslash
32656 dfrac}[2]{
32657 \backslash
32658 genfrac{}{}{}{0}{#1}{#2}}
32659 \end_layout
32660
32661 \begin_layout Standard
32662 and
32663 \end_layout
32664
32665 \begin_layout Standard
32666
32667 \series bold
32668
32669 \backslash
32670 newcommand{
32671 \backslash
32672 tbinom}[2]{
32673 \backslash
32674 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32675 \end_layout
32676
32677 \begin_layout Standard
32678 \begin_inset VSpace medskip
32679 \end_inset
32680
32681 To define a fraction where the fraction bar thickness can be given as optional
32682  argument, the following line is inserted to the LaTeX-preamble:
32683 \end_layout
32684
32685 \begin_layout Standard
32686
32687 \series bold
32688
32689 \backslash
32690 newcommand{
32691 \backslash
32692 fracS}[3][]{
32693 \backslash
32694 genfrac{}{}{#1}{}{#2}{#3}}
32695 \end_layout
32696
32697 \begin_layout Standard
32698 A test:
32699 \begin_inset Formula \begin{align*}
32700 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32701 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
32702
32703 \end_inset
32704
32705 As one can see, the distance of the numerator and the denominator to the
32706  fraction bar is round about three times the bar thickness.
32707 \end_layout
32708
32709 \begin_layout Subsection
32710 Canceled Formulas
32711 \begin_inset CommandInset label
32712 LatexCommand label
32713 name "sub:Canceled-Formulas"
32714
32715 \end_inset
32716
32717
32718 \begin_inset Index
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 Formula ! canceled
32723 \end_layout
32724
32725 \end_inset
32726
32727
32728 \end_layout
32729
32730 \begin_layout Standard
32731 To cancel formulas or formula parts, the LaTeX-package 
32732 \series bold
32733 cancel
32734 \series default
32735
32736 \begin_inset Foot
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740
32741 \series bold
32742 cancel
32743 \series default
32744  is part of every LaTeX standard installation.
32745 \end_layout
32746
32747 \end_inset
32748
32749
32750 \begin_inset Index
32751 status collapsed
32752
32753 \begin_layout Plain Layout
32754 Packages ! cancel
32755 \end_layout
32756
32757 \end_inset
32758
32759  has to be loaded with the LaTeX-preamble line
32760 \end_layout
32761
32762 \begin_layout Standard
32763
32764 \series bold
32765
32766 \backslash
32767 usepackage[samesize]{cancel}
32768 \end_layout
32769
32770 \begin_layout Standard
32771 There are four ways to cancel formulas:
32772 \end_layout
32773
32774 \begin_layout Standard
32775 \align center
32776 \begin_inset Tabular
32777 <lyxtabular version="3" rows="5" columns="2">
32778 <features>
32779 <column alignment="center" valignment="top" width="0">
32780 <column alignment="center" valignment="top" width="0">
32781 <row>
32782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786 Command
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32792 \begin_inset Text
32793
32794 \begin_layout Plain Layout
32795 Result
32796 \begin_inset Note Note
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801 \series bold
32802
32803 \backslash
32804 hspace
32805 \series default
32806  and
32807 \series bold
32808  
32809 \backslash
32810 raisebox
32811 \series default
32812  are used here as spacer.
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 </row>
32823 <row>
32824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828
32829 \backslash
32830 cancel{
32831 \backslash
32832 int
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838
32839 \backslash
32840 spce 
32841 \end_layout
32842
32843 \end_inset
32844
32845 A=B
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
32855 \end_inset
32856
32857
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 </row>
32863 <row>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868
32869 \backslash
32870 bcancel{
32871 \backslash
32872 int
32873 \begin_inset ERT
32874 status collapsed
32875
32876 \begin_layout Plain Layout
32877
32878
32879 \backslash
32880 spce 
32881 \end_layout
32882
32883 \end_inset
32884
32885 A=B
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 </row>
32903 <row>
32904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908
32909 \backslash
32910 xcancel{
32911 \backslash
32912 int
32913 \begin_inset ERT
32914 status collapsed
32915
32916 \begin_layout Plain Layout
32917
32918
32919 \backslash
32920 spce 
32921 \end_layout
32922
32923 \end_inset
32924
32925 A=B
32926 \end_layout
32927
32928 \end_inset
32929 </cell>
32930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32931 \begin_inset Text
32932
32933 \begin_layout Plain Layout
32934 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
32935 \end_inset
32936
32937
32938 \end_layout
32939
32940 \end_inset
32941 </cell>
32942 </row>
32943 <row>
32944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32945 \begin_inset Text
32946
32947 \begin_layout Plain Layout
32948
32949 \backslash
32950 cancelto{1
32951 \begin_inset Formula $\to$
32952 \end_inset
32953
32954
32955 \backslash
32956 {
32957 \backslash
32958 int
32959 \begin_inset ERT
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963
32964
32965 \backslash
32966 spce 
32967 \end_layout
32968
32969 \end_inset
32970
32971 A=B
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32977 \begin_inset Text
32978
32979 \begin_layout Plain Layout
32980 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \end_inset
32987 </cell>
32988 </row>
32989 </lyxtabular>
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997
32998 \series bold
32999
33000 \backslash
33001 cancelto
33002 \series default
33003  is especially suitable to visualize the reduction of fractions within formulas:
33004 \begin_inset Formula \[
33005 \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}}}\]
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Subsection
33013 Formulas in Section Headings
33014 \begin_inset CommandInset label
33015 LatexCommand label
33016 name "sub:Formulas-in-Section"
33017
33018 \end_inset
33019
33020
33021 \begin_inset Index
33022 status collapsed
33023
33024 \begin_layout Plain Layout
33025 Formula ! in section headings
33026 \end_layout
33027
33028 \end_inset
33029
33030
33031 \end_layout
33032
33033 \begin_layout Standard
33034 When formulas are used in section headings, the following has to be taken
33035  into account:
33036 \end_layout
33037
33038 \begin_layout Standard
33039 \begin_inset Note Greyedout
33040 status open
33041
33042 \begin_layout Plain Layout
33043 When 
33044 \series bold
33045 hyperref
33046 \series default
33047
33048 \begin_inset Index
33049 status collapsed
33050
33051 \begin_layout Plain Layout
33052 Packages ! hyperref
33053 \end_layout
33054
33055 \end_inset
33056
33057  support is enabled in the document settings dialog under 
33058 \family sans
33059 PDF
33060 \begin_inset space ~
33061 \end_inset
33062
33063 Properties
33064 \family default
33065 , PDF-bookmarks are created for every section heading in the table of contents.
33066  If a section heading contains formulas, they are incorrectly displayed
33067  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33068 s.
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Standard
33077 Both problems can be solved by inserting at the end of the section heading
33078  a short title with the menu 
33079 \family sans
33080 Insert\SpecialChar \menuseparator
33081 Short
33082 \begin_inset space ~
33083 \end_inset
33084
33085 Title
33086 \family default
33087 .
33088  Short titles are used as alternative for multiline section headings to
33089  keep the table of contents clearly arranged.
33090  Only the short title appears in the table of contents and therefore also
33091  in the PDF-bookmark.
33092 \end_layout
33093
33094 \begin_layout Standard
33095 When formulas should be used in the table of contents but 
33096 \series bold
33097 hyperref
33098 \series default
33099  is used, one can use the following command in TeX-mode:
33100 \end_layout
33101
33102 \begin_layout Standard
33103
33104 \series bold
33105
33106 \backslash
33107 texorpdfstring{part}{alternative}
33108 \begin_inset Index
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112 Commands ! T ! 
33113 \backslash
33114 texorpdfstring
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \begin_layout Standard
33123 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33124  This can be characters, formulas, footnotes, but also cross-references.
33125  The alternative is used instead of the part for the bookmark.
33126 \end_layout
33127
33128 \begin_layout Standard
33129 Here are two example headings:
33130 \begin_inset VSpace -3mm
33131 \end_inset
33132
33133
33134 \begin_inset ERT
33135 status collapsed
33136
33137 \begin_layout Plain Layout
33138
33139
33140 \backslash
33141 boldmath 
33142 \end_layout
33143
33144 \end_inset
33145
33146
33147 \end_layout
33148
33149 \begin_layout Subsubsection
33150 Heading without formula in table of contents 
33151 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33152 \end_inset
33153
33154
33155 \begin_inset OptArg
33156 status collapsed
33157
33158 \begin_layout Plain Layout
33159 Heading without formula in table of contents
33160 \end_layout
33161
33162 \end_inset
33163
33164
33165 \end_layout
33166
33167 \begin_layout Subsubsection
33168 Heading with formula in table of contents
33169 \begin_inset ERT
33170 status collapsed
33171
33172 \begin_layout Plain Layout
33173
33174
33175 \backslash
33176 texorpdfstring{
33177 \end_layout
33178
33179 \end_inset
33180
33181  
33182 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33183 \end_inset
33184
33185
33186 \begin_inset ERT
33187 status collapsed
33188
33189 \begin_layout Plain Layout
33190
33191 }{}
33192 \end_layout
33193
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \begin_layout Standard
33200 \begin_inset ERT
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204
33205
33206 \backslash
33207 unboldmath 
33208 \end_layout
33209
33210 \end_inset
33211
33212 In the first heading a short title was used, in the second one 
33213 \series bold
33214
33215 \backslash
33216 texorpdfstring
33217 \series default
33218 .
33219 \end_layout
33220
33221 \begin_layout Standard
33222 To get the same formatting as for the other headings, the complete heading
33223  was set into a 
33224 \series bold
33225 boldmath
33226 \series default
33227  environment
33228 \begin_inset Foot
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 see 
33233 \begin_inset CommandInset ref
33234 LatexCommand ref
33235 reference "sub:Bold-Formulas"
33236
33237 \end_inset
33238
33239
33240 \end_layout
33241
33242 \end_inset
33243
33244 .
33245 \end_layout
33246
33247 \begin_layout Subsection
33248 Formulas in multi-column Text
33249 \begin_inset Index
33250 status collapsed
33251
33252 \begin_layout Plain Layout
33253 Formula ! in multi-column text
33254 \end_layout
33255
33256 \end_inset
33257
33258
33259 \end_layout
33260
33261 \begin_layout Standard
33262 Formulas in multi-column text are often too wide to fit into a column and
33263  thus need to be set over the whole page width.
33264  This is done by using the LaTeX-package 
33265 \series bold
33266 multicol
33267 \series default
33268
33269 \begin_inset Foot
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273
33274 \series bold
33275 multicol
33276 \series default
33277  is part of every LaTeX standard installation.
33278 \end_layout
33279
33280 \end_inset
33281
33282
33283 \begin_inset Index
33284 status collapsed
33285
33286 \begin_layout Plain Layout
33287 Packages ! multicol
33288 \end_layout
33289
33290 \end_inset
33291
33292 , that is loaded with the LaTeX-preamble line
33293 \end_layout
33294
33295 \begin_layout Standard
33296
33297 \series bold
33298
33299 \backslash
33300 usepackage{multicol}
33301 \end_layout
33302
33303 \begin_layout Standard
33304 \begin_inset Note Greyedout
33305 status open
33306
33307 \begin_layout Plain Layout
33308 Note herby that the setting 
33309 \family sans
33310 Two-column
33311 \begin_inset space ~
33312 \end_inset
33313
33314 document
33315 \family default
33316  in the menu 
33317 \family sans
33318 Document\SpecialChar \menuseparator
33319 Settings
33320 \family default
33321  under 
33322 \family sans
33323 Text
33324 \begin_inset space ~
33325 \end_inset
33326
33327 Layout
33328 \family default
33329 \emph on
33330  
33331 \emph default
33332 must 
33333 \emph on
33334 not
33335 \emph default
33336  be selected.
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \end_layout
33343
33344 \begin_layout Standard
33345 Before the multi-column text the command
33346 \end_layout
33347
33348 \begin_layout Standard
33349
33350 \series bold
33351
33352 \backslash
33353 begin{multicols}{column number}
33354 \end_layout
33355
33356 \begin_layout Standard
33357 is written in TeX-mode.
33358  The column number is a number in the range of 2
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 -
33363 \begin_inset space \thinspace{}
33364 \end_inset
33365
33366 10.
33367  Before the formula the multi-column text is ended by inserting the command
33368 \end_layout
33369
33370 \begin_layout Standard
33371
33372 \series bold
33373
33374 \backslash
33375 end{multicols}
33376 \end_layout
33377
33378 \begin_layout Standard
33379 in TeX-mode.
33380 \end_layout
33381
33382 \begin_layout Standard
33383 Due to the command some space is automatically added before the formula.
33384  To revert this, -6
33385 \begin_inset space \thinspace{}
33386 \end_inset
33387
33388 mm vertical space is inserted before the formula.
33389  When the formula style 
33390 \series bold
33391 Indented
33392 \begin_inset Foot
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396 formula styles see 
33397 \begin_inset CommandInset ref
33398 LatexCommand ref
33399 reference "sec:Formula-Styles"
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \series default
33410  is used, -9
33411 \begin_inset space \thinspace{}
33412 \end_inset
33413
33414 mm space is inserted instead.
33415 \end_layout
33416
33417 \begin_layout Standard
33418 As example a multi-column text with a displayed formula:
33419 \end_layout
33420
33421 \begin_layout Standard
33422 \begin_inset ERT
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426
33427
33428 \backslash
33429 begin{multicols}{2}
33430 \end_layout
33431
33432 \end_inset
33433
33434 Das Spektrum wird fouriertransformiert.
33435  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33436 , Lösungsmittel) zu trennen.
33437  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33438  nun das Aussehen des Ausgangssignals.
33439  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33440  über alle Phasen integrieren muss.
33441  Sei nun 
33442 \begin_inset Formula $S$
33443 \end_inset
33444
33445  unser normiertes Ausgangssignal and 
33446 \begin_inset Formula $P$
33447 \end_inset
33448
33449  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33450 \begin_inset ERT
33451 status collapsed
33452
33453 \begin_layout Plain Layout
33454
33455
33456 \backslash
33457 end{multicols}
33458 \end_layout
33459
33460 \end_inset
33461
33462
33463 \begin_inset VSpace -6mm
33464 \end_inset
33465
33466
33467 \begin_inset Formula \begin{equation}
33468 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33469
33470 \end_inset
33471
33472
33473 \begin_inset ERT
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477
33478
33479 \backslash
33480 begin{multicols}{2}
33481 \end_layout
33482
33483 \end_inset
33484
33485 wobei 
33486 \begin_inset Formula $S_{0}$
33487 \end_inset
33488
33489  das Signal ohne Gradient ist and the Normierungsbedingung 
33490 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33491 \end_inset
33492
33493  gilt.
33494  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33495  Direkt nach the 
33496 \begin_inset Formula $\nicefrac{\pi}{2}$
33497 \end_inset
33498
33499
33500 \begin_inset space \thinspace{}
33501 \end_inset
33502
33503 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33504  das Signal zusätzlich abschwächt.
33505  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33506  
33507 \begin_inset Formula $T_{2}$
33508 \end_inset
33509
33510 -Zeit.
33511 \end_layout
33512
33513 \begin_layout Standard
33514 \begin_inset ERT
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518
33519
33520 \backslash
33521 end{multicols}
33522 \end_layout
33523
33524 \end_inset
33525
33526  
33527 \end_layout
33528
33529 \begin_layout Subsection
33530 Formulas with Description of Variables
33531 \begin_inset Index
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535 Formula ! with description of variables
33536 \end_layout
33537
33538 \end_inset
33539
33540
33541 \end_layout
33542
33543 \begin_layout Standard
33544 To describe variables within a formula, like in formula 
33545 \begin_inset CommandInset ref
33546 LatexCommand eqref
33547 reference "eq:within"
33548
33549 \end_inset
33550
33551 , a 2
33552 \series bold
33553 ×
33554 \series default
33555
33556 \begin_inset Formula $n$
33557 \end_inset
33558
33559
33560 \begin_inset space ~
33561 \end_inset
33562
33563 matrix is used with left aligned columns for the 
33564 \begin_inset Formula $n$
33565 \end_inset
33566
33567  used variables.
33568 \begin_inset Foot
33569 status collapsed
33570
33571 \begin_layout Plain Layout
33572 matrices see 
33573 \begin_inset CommandInset ref
33574 LatexCommand ref
33575 reference "sec:Matrices"
33576
33577 \end_inset
33578
33579
33580 \end_layout
33581
33582 \end_inset
33583
33584  To set the description in a smaller size, before the matrix e.
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588 g.
33589 \begin_inset space ~
33590 \end_inset
33591
33592 the command 
33593 \series bold
33594
33595 \backslash
33596 footnotesize
33597 \series default
33598  is inserted.
33599 \begin_inset Foot
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603 font sizes see 
33604 \begin_inset CommandInset ref
33605 LatexCommand ref
33606 reference "sub:Font-Sizes"
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614
33615
33616 \end_layout
33617
33618 \begin_layout Standard
33619 When the formula style 
33620 \series bold
33621 Indented
33622 \begin_inset Foot
33623 status collapsed
33624
33625 \begin_layout Plain Layout
33626 formula styles see 
33627 \begin_inset CommandInset ref
33628 LatexCommand ref
33629 reference "sec:Formula-Styles"
33630
33631 \end_inset
33632
33633
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \series default
33640  is used, a 
33641 \series bold
33642
33643 \backslash
33644 hfill
33645 \series default
33646
33647 \begin_inset Foot
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652 \series bold
33653
33654 \backslash
33655 hfill
33656 \series default
33657  only works in formulas with the style 
33658 \series bold
33659 Indented
33660 \series default
33661 , see 
33662 \begin_inset CommandInset ref
33663 LatexCommand ref
33664 reference "sub:Variable-Space"
33665
33666 \end_inset
33667
33668 .
33669 \end_layout
33670
33671 \end_inset
33672
33673  is inserted before and after the matrix to have the same separation of
33674  the matrix from the equation and the side margin.
33675 \end_layout
33676
33677 \begin_layout Standard
33678 When the formula style 
33679 \series bold
33680 Centered
33681 \series default
33682  is used, the method described in 
33683 \begin_inset CommandInset ref
33684 LatexCommand ref
33685 reference "sub:Flalign-Environment"
33686
33687 \end_inset
33688
33689  is used to indent formulas.
33690  Formula 
33691 \begin_inset CommandInset ref
33692 LatexCommand eqref
33693 reference "eq:within"
33694
33695 \end_inset
33696
33697  consists of five columns whereas in the first two columns contain the equation,
33698  the third the matrix, and the last one an empty TeX-brace.
33699 \begin_inset Formula \begin{flalign}
33700 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
33701 \rho & \textrm{density}\\
33702 V & \textrm{volume}\\
33703 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Subsection
33711 Upright small Greek Letters
33712 \begin_inset CommandInset label
33713 LatexCommand label
33714 name "sub:Upright-small-Greek"
33715
33716 \end_inset
33717
33718
33719 \begin_inset Index
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 Greek letters ! upright
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Standard
33732 Most of the math fonts only provide italic small Greek letters.
33733  But for symbols of elementary particles like pions and neutrinos, upright
33734  Greek letters are needed.
33735  The file 
33736 \series bold
33737 upgreek.sty
33738 \series default
33739
33740 \begin_inset Foot
33741 status collapsed
33742
33743 \begin_layout Plain Layout
33744
33745 \series bold
33746 upgreek
33747 \series default
33748  is part of the LaTeX-package 
33749 \series bold
33750 was
33751 \series default
33752
33753 \begin_inset Index
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757 Packages ! was
33758 \begin_inset ERT
33759 status collapsed
33760
33761 \begin_layout Plain Layout
33762
33763
33764 \backslash
33765 vspace{4mm}
33766 \end_layout
33767
33768 \end_inset
33769
33770
33771 \end_layout
33772
33773 \end_inset
33774
33775 .
33776 \end_layout
33777
33778 \end_inset
33779
33780
33781 \begin_inset Index
33782 status collapsed
33783
33784 \begin_layout Plain Layout
33785 Packages ! upgreek
33786 \end_layout
33787
33788 \end_inset
33789
33790  that is loaded with the LaTeX-preamble line
33791 \end_layout
33792
33793 \begin_layout Standard
33794
33795 \series bold
33796
33797 \backslash
33798 usepackage{upgreek}
33799 \end_layout
33800
33801 \begin_layout Standard
33802 provides them.
33803  
33804 \begin_inset ERT
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808
33809
33810 \backslash
33811 ifupgreek 
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \begin_inset Note Note
33818 status open
33819
33820 \begin_layout Plain Layout
33821 The following table will only be displayed when the LaTeX-package 
33822 \series bold
33823 upgreek
33824 \series default
33825  is installed.
33826 \end_layout
33827
33828 \end_inset
33829
33830  They are created when the command for a small Greek letters is started
33831  with 
33832 \series bold
33833 up
33834 \series default
33835 .
33836  For example the command 
33837 \series bold
33838
33839 \backslash
33840 uptau
33841 \series default
33842  creates this: 
33843 \begin_inset Formula $\uptau$
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 With these commands reactions of elementary particles can be typeset:
33851 \begin_inset Formula \[
33852 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 The upright letters are more bold and wider than the italic ones.
33861  They should therefore not be used for units like 
33862 \begin_inset Quotes eld
33863 \end_inset
33864
33865 µm
33866 \begin_inset Quotes erd
33867 \end_inset
33868
33869 .
33870 \end_layout
33871
33872 \begin_layout Standard
33873 \begin_inset ERT
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877
33878
33879 \backslash
33880 else 
33881 \end_layout
33882
33883 \end_inset
33884
33885
33886 \begin_inset Note Note
33887 status open
33888
33889 \begin_layout Plain Layout
33890 The following will be displayed when the LaTeX-package 
33891 \series bold
33892 upgreek
33893 \series default
33894  is not installed:
33895 \end_layout
33896
33897 \end_inset
33898
33899
33900 \end_layout
33901
33902 \begin_layout Standard
33903 You need to install the LaTeX-package 
33904 \series bold
33905 upgreek
33906 \series default
33907  to see the rest of this subsection in the output.
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset ERT
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915
33916
33917 \backslash
33918 fi 
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \begin_layout Subsection
33927 Text Characters in Formulas
33928 \begin_inset CommandInset label
33929 LatexCommand label
33930 name "sub:Text-Characters-in"
33931
33932 \end_inset
33933
33934
33935 \begin_inset Index
33936 status collapsed
33937
33938 \begin_layout Plain Layout
33939 Text ! in formulas
33940 \end_layout
33941
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \begin_layout Standard
33948 In some cases you might want to insert text characters directly into formulas.
33949  When for example the centered dot · is often used in formulas like 
33950 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
33951 \end_inset
33952
33953 , one would have to insert the command 
33954 \series bold
33955
33956 \backslash
33957 cdot
33958 \series default
33959
33960 \begin_inset Foot
33961 status collapsed
33962
33963 \begin_layout Plain Layout
33964 see 
33965 \begin_inset CommandInset ref
33966 LatexCommand ref
33967 reference "sub:Binary-Operators"
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \end_inset
33975
33976  all the time, because this character is defined in all encodings as text
33977  character.
33978  But the encoding can be changed by this LaTeX-preamble line:
33979 \end_layout
33980
33981 \begin_layout Standard
33982
33983 \series bold
33984
33985 \backslash
33986 Declare Inputtext{183}{
33987 \backslash
33988 ifmmode
33989 \backslash
33990 cdot
33991 \backslash
33992 else
33993 \backslash
33994 textperiodcentered
33995 \backslash
33996 f\SpecialChar \textcompwordmark{}
33997 i}
33998 \end_layout
33999
34000 \begin_layout Standard
34001 The character encoding (menu 
34002 \family sans
34003 Document\SpecialChar \menuseparator
34004 Settings\SpecialChar \menuseparator
34005 Language
34006 \family default
34007 ) specifies what character appears when a keyboard key is pressed.
34008  When the key for the character '·' is pressed, internally the command 
34009 \series bold
34010
34011 \backslash
34012 textperiodcentered
34013 \series default
34014  is used.
34015  But this command is not available in a formula so that you would get LaTeX-erro
34016 rs.
34017  With the changed encoding the right command is chosen automatically, depending
34018  on if the character was inserted into a formula or not.
34019 \end_layout
34020
34021 \begin_layout Standard
34022 The encoding of several characters is saved in definition files.
34023  Fore example the encoding 
34024 \series bold
34025 latin9
34026 \series default
34027  is defined in the file 
34028 \series bold
34029 latin9.def
34030 \series default
34031  that is in the installation folder of LaTeX.
34032  Encodings should only be changed via the LaTeX-preamble and not in the
34033  definition files.
34034  Otherwise own documents could not be edited by other LyX users working
34035  on other computers.
34036 \end_layout
34037
34038 \begin_layout Standard
34039 \begin_inset VSpace medskip
34040 \end_inset
34041
34042 Besides the centered dot, in this document the degree sign ° is defined
34043  with the following LaTeX-preamble line so that it can directly be inserted
34044  to a formula:
34045 \end_layout
34046
34047 \begin_layout Standard
34048
34049 \series bold
34050
34051 \backslash
34052 DeclareInputtext{176}{
34053 \backslash
34054 ifmmode^
34055 \backslash
34056 circ
34057 \backslash
34058 else
34059 \backslash
34060 textdegree
34061 \backslash
34062 f\SpecialChar \textcompwordmark{}
34063 i}
34064 \end_layout
34065
34066 \begin_layout Standard
34067 \begin_inset Newpage newpage
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Section
34074 \start_of_appendix
34075 Typographic Advises
34076 \begin_inset Index
34077 status collapsed
34078
34079 \begin_layout Plain Layout
34080 Typographic Advises
34081 \end_layout
34082
34083 \end_inset
34084
34085
34086 \end_layout
34087
34088 \begin_layout Standard
34089 This section is a summary of the most important typographic rules, listed
34090  in ISO norms.
34091 \begin_inset Foot
34092 status collapsed
34093
34094 \begin_layout Plain Layout
34095 This collection was partly taken from the German semi-official dictionary
34096  called 
34097 \begin_inset Quotes eld
34098 \end_inset
34099
34100 Duden
34101 \begin_inset Quotes erd
34102 \end_inset
34103
34104  
34105 \begin_inset CommandInset citation
34106 LatexCommand cite
34107 key "Duden"
34108
34109 \end_inset
34110
34111  that lists some of the ISO rules.
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Itemize
34120 Physical units are 
34121 \emph on
34122 always
34123 \emph default
34124  set upright
34125 \begin_inset Foot
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129 done with font styles, see 
34130 \begin_inset CommandInset ref
34131 LatexCommand ref
34132 reference "sub:Font-Styles"
34133
34134 \end_inset
34135
34136
34137 \end_layout
34138
34139 \end_inset
34140
34141 : 30
34142 \begin_inset space \thinspace{}
34143 \end_inset
34144
34145 km/h
34146 \begin_inset Newline newline
34147 \end_inset
34148
34149 Between the value and the unit is the smallest space, see 
34150 \begin_inset CommandInset ref
34151 LatexCommand ref
34152 reference "sub:Predefined-Space"
34153
34154 \end_inset
34155
34156 .
34157 \end_layout
34158
34159 \begin_layout Itemize
34160 Percent and perthousand signs are set like physical units:
34161 \begin_inset Newline newline
34162 \end_inset
34163
34164 1,2
34165 \begin_inset space \thinspace{}
34166 \end_inset
34167
34168 ‰ alcohol in blood
34169 \end_layout
34170
34171 \begin_layout Itemize
34172 The degree sign follows directly on the value: 15°, but not when it is used
34173  in units: 15
34174 \begin_inset space \thinspace{}
34175 \end_inset
34176
34177 °C
34178 \end_layout
34179
34180 \begin_layout Itemize
34181 In numbers with more than four digits the smallest space is inserted before
34182  every third digit to group them: 
34183 \family roman
34184 \series medium
34185 \shape up
34186 \size normal
34187 \emph off
34188 \bar no
34189 \noun off
34190 \color none
34191 18
34192 \begin_inset space \thinspace{}
34193 \end_inset
34194
34195 473
34196 \begin_inset space \thinspace{}
34197 \end_inset
34198
34199 588
34200 \end_layout
34201
34202 \begin_layout Itemize
34203 For dimensionings like 120×90×40
34204 \begin_inset space \thinspace{}
34205 \end_inset
34206
34207 cm the multiplication sign 
34208 \begin_inset Quotes eld
34209 \end_inset
34210
34211 ×
34212 \begin_inset Quotes erd
34213 \end_inset
34214
34215  is used.
34216  It is available with the LaTeX-command 
34217 \series bold
34218
34219 \backslash
34220 texttimes
34221 \series default
34222 , but can also directly be inserted with some keyboard definitions.
34223 \end_layout
34224
34225 \begin_layout Itemize
34226 Functions with names consisting of several letters are set upright to avoid
34227  confusions, see 
34228 \begin_inset CommandInset ref
34229 LatexCommand ref
34230 reference "sub:Predefined-Functions"
34231
34232 \end_inset
34233
34234 .
34235 \end_layout
34236
34237 \begin_layout Itemize
34238 Indices consisting of several letters, are set upright: 
34239 \begin_inset Formula $E_{\mathrm{kin}}$
34240 \end_inset
34241
34242
34243 \begin_inset Newline newline
34244 \end_inset
34245
34246 Components of matrices are set italic: 
34247 \begin_inset Formula $\hat{H}_{kl}$
34248 \end_inset
34249
34250
34251 \end_layout
34252
34253 \begin_layout Itemize
34254 The differentiation/integration operator 'd', the Euler's number 'e', and
34255  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34256  other variables.
34257 \end_layout
34258
34259 \begin_layout Standard
34260 \begin_inset Newpage newpage
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Section
34267 Synonyms
34268 \begin_inset Index
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272 Synonyms
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Standard
34281 Some characters and symbols can be created with several commands.
34282  Here is a list of the synonym commands:
34283 \end_layout
34284
34285 \begin_layout Standard
34286 \begin_inset VSpace bigskip
34287 \end_inset
34288
34289
34290 \begin_inset space \hfill{}
34291 \end_inset
34292
34293
34294 \begin_inset Tabular
34295 <lyxtabular version="3" rows="12" columns="2">
34296 <features>
34297 <column alignment="center" valignment="top" width="0pt">
34298 <column alignment="center" valignment="top" width="0pt">
34299 <row>
34300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304 Command
34305 \end_layout
34306
34307 \end_inset
34308 </cell>
34309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34310 \begin_inset Text
34311
34312 \begin_layout Plain Layout
34313 equivalent to
34314 \begin_inset Note Note
34315 status collapsed
34316
34317 \begin_layout Plain Layout
34318
34319 \series bold
34320
34321 \backslash
34322 raisebox
34323 \series default
34324  is only used as spacer.
34325 \end_layout
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \end_inset
34333 </cell>
34334 </row>
34335 <row>
34336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340
34341 \backslash
34342 ast
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351 \begin_inset ERT
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355
34356
34357 \backslash
34358 raisebox{-1.2mm}{
34359 \end_layout
34360
34361 \end_inset
34362
34363 *
34364 \begin_inset ERT
34365 status collapsed
34366
34367 \begin_layout Plain Layout
34368
34369 }
34370 \end_layout
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row>
34381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385
34386 \backslash
34387 choose
34388 \end_layout
34389
34390 \end_inset
34391 </cell>
34392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34393 \begin_inset Text
34394
34395 \begin_layout Plain Layout
34396
34397 \backslash
34398 binom
34399 \end_layout
34400
34401 \end_inset
34402 </cell>
34403 </row>
34404 <row>
34405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34406 \begin_inset Text
34407
34408 \begin_layout Plain Layout
34409
34410 \backslash
34411 geq
34412 \end_layout
34413
34414 \end_inset
34415 </cell>
34416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34417 \begin_inset Text
34418
34419 \begin_layout Plain Layout
34420
34421 \backslash
34422 ge
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 </row>
34428 <row>
34429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433
34434 \backslash
34435 lbrace
34436 \end_layout
34437
34438 \end_inset
34439 </cell>
34440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34441 \begin_inset Text
34442
34443 \begin_layout Plain Layout
34444 {
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 <row>
34451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455
34456 \backslash
34457 lbracket
34458 \end_layout
34459
34460 \end_inset
34461 </cell>
34462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34463 \begin_inset Text
34464
34465 \begin_layout Plain Layout
34466 [
34467 \end_layout
34468
34469 \end_inset
34470 </cell>
34471 </row>
34472 <row>
34473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477
34478 \backslash
34479 leftarrow
34480 \end_layout
34481
34482 \end_inset
34483 </cell>
34484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488
34489 \backslash
34490 gets
34491 \end_layout
34492
34493 \end_inset
34494 </cell>
34495 </row>
34496 <row>
34497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501
34502 \backslash
34503 leq
34504 \end_layout
34505
34506 \end_inset
34507 </cell>
34508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34509 \begin_inset Text
34510
34511 \begin_layout Plain Layout
34512
34513 \backslash
34514 le
34515 \end_layout
34516
34517 \end_inset
34518 </cell>
34519 </row>
34520 <row>
34521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34522 \begin_inset Text
34523
34524 \begin_layout Plain Layout
34525
34526 \backslash
34527 lor
34528 \end_layout
34529
34530 \end_inset
34531 </cell>
34532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34533 \begin_inset Text
34534
34535 \begin_layout Plain Layout
34536
34537 \backslash
34538 vee
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 </row>
34544 <row>
34545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34546 \begin_inset Text
34547
34548 \begin_layout Plain Layout
34549
34550 \backslash
34551 neq
34552 \end_layout
34553
34554 \end_inset
34555 </cell>
34556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34557 \begin_inset Text
34558
34559 \begin_layout Plain Layout
34560
34561 \backslash
34562 not=
34563 \end_layout
34564
34565 \end_inset
34566 </cell>
34567 </row>
34568 <row>
34569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34570 \begin_inset Text
34571
34572 \begin_layout Plain Layout
34573
34574 \backslash
34575 slash
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584 /
34585 \end_layout
34586
34587 \end_inset
34588 </cell>
34589 </row>
34590 <row>
34591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34592 \begin_inset Text
34593
34594 \begin_layout Plain Layout
34595
34596 \backslash
34597 vert
34598 \end_layout
34599
34600 \end_inset
34601 </cell>
34602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34603 \begin_inset Text
34604
34605 \begin_layout Plain Layout
34606 |
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 </row>
34612 </lyxtabular>
34613
34614 \end_inset
34615
34616
34617 \begin_inset space \hfill{}
34618 \end_inset
34619
34620
34621 \begin_inset Tabular
34622 <lyxtabular version="3" rows="12" columns="2">
34623 <features>
34624 <column alignment="center" valignment="top" width="0pt">
34625 <column alignment="center" valignment="top" width="0pt">
34626 <row>
34627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34628 \begin_inset Text
34629
34630 \begin_layout Plain Layout
34631 Command
34632 \end_layout
34633
34634 \end_inset
34635 </cell>
34636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34637 \begin_inset Text
34638
34639 \begin_layout Plain Layout
34640 equivalent to
34641 \end_layout
34642
34643 \end_inset
34644 </cell>
34645 </row>
34646 <row>
34647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34648 \begin_inset Text
34649
34650 \begin_layout Plain Layout
34651
34652 \backslash
34653 backslash
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34659 \begin_inset Text
34660
34661 \begin_layout Plain Layout
34662
34663 \backslash
34664
34665 \backslash
34666
34667 \end_layout
34668
34669 \end_inset
34670 </cell>
34671 </row>
34672 <row>
34673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677
34678 \backslash
34679 dasharrow
34680 \end_layout
34681
34682 \end_inset
34683 </cell>
34684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34685 \begin_inset Text
34686
34687 \begin_layout Plain Layout
34688
34689 \backslash
34690 dashrightarrow
34691 \end_layout
34692
34693 \end_inset
34694 </cell>
34695 </row>
34696 <row>
34697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34698 \begin_inset Text
34699
34700 \begin_layout Plain Layout
34701
34702 \backslash
34703 land
34704 \end_layout
34705
34706 \end_inset
34707 </cell>
34708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34709 \begin_inset Text
34710
34711 \begin_layout Plain Layout
34712
34713 \backslash
34714 wedge
34715 \end_layout
34716
34717 \end_inset
34718 </cell>
34719 </row>
34720 <row>
34721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34722 \begin_inset Text
34723
34724 \begin_layout Plain Layout
34725
34726 \backslash
34727 rbrace
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34733 \begin_inset Text
34734
34735 \begin_layout Plain Layout
34736 }
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 </row>
34742 <row>
34743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34744 \begin_inset Text
34745
34746 \begin_layout Plain Layout
34747
34748 \backslash
34749 rbracket
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758 ]
34759 \end_layout
34760
34761 \end_inset
34762 </cell>
34763 </row>
34764 <row>
34765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769
34770 \backslash
34771 rightarrow
34772 \end_layout
34773
34774 \end_inset
34775 </cell>
34776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34777 \begin_inset Text
34778
34779 \begin_layout Plain Layout
34780
34781 \backslash
34782 to
34783 \end_layout
34784
34785 \end_inset
34786 </cell>
34787 </row>
34788 <row>
34789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34790 \begin_inset Text
34791
34792 \begin_layout Plain Layout
34793
34794 \backslash
34795 lnot
34796 \end_layout
34797
34798 \end_inset
34799 </cell>
34800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34801 \begin_inset Text
34802
34803 \begin_layout Plain Layout
34804
34805 \backslash
34806 neg
34807 \end_layout
34808
34809 \end_inset
34810 </cell>
34811 </row>
34812 <row>
34813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34814 \begin_inset Text
34815
34816 \begin_layout Plain Layout
34817
34818 \backslash
34819 ne
34820 \end_layout
34821
34822 \end_inset
34823 </cell>
34824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34825 \begin_inset Text
34826
34827 \begin_layout Plain Layout
34828
34829 \backslash
34830 not=
34831 \end_layout
34832
34833 \end_inset
34834 </cell>
34835 </row>
34836 <row>
34837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34838 \begin_inset Text
34839
34840 \begin_layout Plain Layout
34841
34842 \backslash
34843 owns
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852
34853 \backslash
34854 ni
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 square
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34873 \begin_inset Text
34874
34875 \begin_layout Plain Layout
34876
34877 \backslash
34878 Box
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 Vert
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34897 \begin_inset Text
34898
34899 \begin_layout Plain Layout
34900
34901 \backslash
34902 |
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 </lyxtabular>
34909
34910 \end_inset
34911
34912
34913 \begin_inset space \hfill{}
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \begin_layout Standard
34920 \begin_inset Newpage newpage
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \begin_layout Bibliography
34927 \begin_inset CommandInset bibitem
34928 LatexCommand bibitem
34929 key "TLC2"
34930
34931 \end_inset
34932
34933
34934 \shape smallcaps
34935 Mittelbach, F.
34936  ; Goossens, M.
34937 \shape default
34938
34939 \shape italic
34940 The LaTeX Companion
34941 \shape default
34942 .
34943  Addison Wesley, 2004
34944 \end_layout
34945
34946 \begin_layout Bibliography
34947 \begin_inset CommandInset bibitem
34948 LatexCommand bibitem
34949 key "Mathmode"
34950
34951 \end_inset
34952
34953
34954 \begin_inset CommandInset href
34955 LatexCommand href
34956 name "Description"
34957 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
34958
34959 \end_inset
34960
34961  of LaTeX's math abilities
34962 \end_layout
34963
34964 \begin_layout Bibliography
34965 \begin_inset CommandInset bibitem
34966 LatexCommand bibitem
34967 key "Voss"
34968
34969 \end_inset
34970
34971 LaTeX tips and tricks-
34972 \begin_inset CommandInset href
34973 LatexCommand href
34974 name "page"
34975 target "http://tug.org/TeXnik/"
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Bibliography
34983 \begin_inset CommandInset bibitem
34984 LatexCommand bibitem
34985 key "AMS"
34986
34987 \end_inset
34988
34989
34990 \begin_inset CommandInset href
34991 LatexCommand href
34992 name "Description"
34993 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
34994
34995 \end_inset
34996
34997  of 
34998 \begin_inset ERT
34999 status collapsed
35000
35001 \begin_layout Plain Layout
35002
35003
35004 \backslash
35005 AmS
35006 \end_layout
35007
35008 \end_inset
35009
35010 -LaTeX
35011 \end_layout
35012
35013 \begin_layout Bibliography
35014 \begin_inset CommandInset bibitem
35015 LatexCommand bibitem
35016 key "Symbole"
35017
35018 \end_inset
35019
35020
35021 \begin_inset CommandInset href
35022 LatexCommand href
35023 name "List"
35024 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35025
35026 \end_inset
35027
35028  of all symbols available with LaTeX-packages
35029 \end_layout
35030
35031 \begin_layout Bibliography
35032 \begin_inset CommandInset bibitem
35033 LatexCommand bibitem
35034 key "hyperref"
35035
35036 \end_inset
35037
35038
35039 \begin_inset CommandInset href
35040 LatexCommand href
35041 name "Documentation"
35042 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35043
35044 \end_inset
35045
35046  of the LaTeX-package 
35047 \series bold
35048 hyperref
35049 \series default
35050
35051 \begin_inset Index
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 Packages ! hyperref
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Bibliography
35064 \begin_inset CommandInset bibitem
35065 LatexCommand bibitem
35066 key "Mathclap"
35067
35068 \end_inset
35069
35070
35071 \begin_inset CommandInset href
35072 LatexCommand href
35073 name "Description"
35074 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35075
35076 \end_inset
35077
35078  of the command 
35079 \series bold
35080
35081 \backslash
35082 mathclap
35083 \series default
35084 , described in 
35085 \begin_inset CommandInset ref
35086 LatexCommand ref
35087 reference "sub:Operator-Limits"
35088
35089 \end_inset
35090
35091
35092 \begin_inset Index
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096 Commands ! M ! 
35097 \backslash
35098 mathclap
35099 \end_layout
35100
35101 \end_inset
35102
35103
35104 \end_layout
35105
35106 \begin_layout Bibliography
35107 \begin_inset CommandInset bibitem
35108 LatexCommand bibitem
35109 key "Duden"
35110
35111 \end_inset
35112
35113
35114 \emph on
35115 Duden Band 1
35116 \emph default
35117 .
35118  22.
35119  Auflage, Duden 2001
35120 \end_layout
35121
35122 \begin_layout Subsubsection*
35123 \begin_inset CommandInset index_print
35124 LatexCommand printindex
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \end_body
35132 \end_document