]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
German UserGuide.lyx: update for Hartmut
[lyx.git] / lib / doc / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % To be able to enter the character ° and · directly in LyX,
37 % see sec. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % increase link area for cross-references and autoname them,
42 % see sec. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
45 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{Roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{Contents}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 % see sec. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in Kap. 22.4
75 \usepackage{braket}
76
77 % used in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % for multiple table row and column cells
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % needed for diagrams
88 \usepackage{amscd}
89
90 % needed in sec. 19.4
91 \usepackage{remreset}
92
93 % center multirows (e.g. in sec. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % define a color, used in sec.9.3
97 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
98
99 % declare operators (see sec. 10.4 and sec. 15.2)
100 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\spce}{\textvisiblespace}
104
105 % example definitions for sec. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % example macro from sec. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % macro from sec. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % redefine the greyed out note
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % check for package eurosym
125 % used for the Euro symbol
126 \newboolean{eurosym}
127 \IfFileExists{eurosym.sty}
128  {\usepackage[gennarrow]{eurosym}
129   \setboolean{eurosym}{true}}
130  {\setboolean{eurosym}{false}}
131
132 % needed in sec. 22.4
133 % check for package braket
134 \newboolean{braket}
135 \IfFileExists{braket.sty}
136  {\usepackage{braket}
137   \setboolean{braket}{true}}
138  {\setboolean{braket}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
149 \language english
150 \inputencoding auto
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \font_sc false
156 \font_osf false
157 \font_sf_scale 100
158 \font_tt_scale 100
159 \graphics default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "LyX's Math Manual"
164 \pdf_author "LyX Team, Uwe Stöhr"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pagebackref false
176 \pdf_pdfusetitle false
177 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
178 \papersize a4paper
179 \use_geometry false
180 \use_amsmath 2
181 \use_esint 1
182 \cite_engine basic
183 \use_bibtopic false
184 \paperorientation portrait
185 \secnumdepth 4
186 \tocdepth 3
187 \paragraph_separation skip
188 \defskip medskip
189 \quotes_language english
190 \papercolumns 1
191 \papersides 2
192 \paperpagestyle plain
193 \bullet 1 0 6 -1
194 \bullet 2 2 35 -1
195 \bullet 3 2 7 -1
196 \tracking_changes false
197 \output_changes false
198 \author "" 
199 \author "" 
200 \extra_embedded_files ""
201 \end_header
202
203 \begin_body
204
205 \begin_layout Title
206 LyX's detailed Math manual
207 \end_layout
208
209 \begin_layout Author
210 by the LyX Team
211 \begin_inset Foot
212 status collapsed
213
214 \begin_layout Plain Layout
215 \noindent
216 If you have comments or error corrections, please send them to the LyX Documenta
217 tion mailing list: 
218 \family typewriter
219
220 \begin_inset CommandInset href
221 LatexCommand href
222 name "lyx-docs@lists.lyx.org"
223 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
224 type "mailto:"
225
226 \end_inset
227
228
229 \end_layout
230
231 \end_inset
232
233
234 \begin_inset Note Note
235 status collapsed
236
237 \begin_layout Plain Layout
238 author: Uwe Stöhr
239 \end_layout
240
241 \end_inset
242
243
244 \begin_inset Newline newline
245 \end_inset
246
247
248 \begin_inset Newline newline
249 \end_inset
250
251
252 \family sans
253 Version 1.6svn
254 \end_layout
255
256 \begin_layout Standard
257 \begin_inset CommandInset toc
258 LatexCommand tableofcontents
259
260 \end_inset
261
262
263 \end_layout
264
265 \begin_layout Standard
266 \begin_inset Note Note
267 status open
268
269 \begin_layout Plain Layout
270 To export this document to PDF, PS, or DVI the LaTeX-packages 
271 \series bold
272 eurosym,
273 \series default
274  
275 \series bold
276 multirow,
277 \series default
278  and 
279 \series bold
280 was
281 \series default
282  must be installed.
283  If they are not installed you can export the document anyway but the sections
284  where the packages are required won't appear in the output.
285 \end_layout
286
287 \begin_layout Plain Layout
288 The latest PDF-version of this document can be found here:
289 \begin_inset Newline newline
290 \end_inset
291
292
293 \series bold
294 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Introduction
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Introduction"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 This document explains LyX's math features and is furthermore a collection
322  of LaTeX-commands used for mathematical characters and constructs.
323  The explanations are designed for the usage of commands.
324  It is therefore required that you have read the section 
325 \family typewriter
326 Mathematical
327 \begin_inset Space ~
328 \end_inset
329
330 Formulas
331 \family default
332  of the User's Guide.
333 \end_layout
334
335 \begin_layout Standard
336 Most of the characters and many constructs explained in this manual are
337  also accessible via the menu 
338 \family sans
339 Insert
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Math
345 \family default
346 , or the 
347 \family sans
348 math
349 \family default
350 \series bold
351  
352 \family sans
353 \series default
354 toolbar
355 \family default
356 .
357  But everybody who has to write lots of formulas will notice that it is
358  much faster to use commands instead of the math toolbar.
359  Therefore this manual is focused on commands but also mentions the correspondin
360 g toolbar buttons when available.
361 \end_layout
362
363 \begin_layout Standard
364 If not specially mentioned the commands are only available within formulas.
365  To be able to use all commands explained in this document, the option 
366 \family sans
367 Use AMS math package
368 \family default
369  must be used in the document settings (menu 
370 \family sans
371 Document\SpecialChar \menuseparator
372 Settings\SpecialChar \menuseparator
373 Math
374 \begin_inset Space ~
375 \end_inset
376
377 Options
378 \family default
379 ).
380 \begin_inset Foot
381 status collapsed
382
383 \begin_layout Plain Layout
384 The option 
385 \family sans
386 Use AMS math package automatically
387 \family default
388  only uses 
389 \begin_inset ERT
390 status collapsed
391
392 \begin_layout Plain Layout
393
394
395 \backslash
396 AmS 
397 \end_layout
398
399 \end_inset
400
401 -math when math constructs are found that are supported by LyX.
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \begin_layout Standard
410 This document doesn't list all 
411 \begin_inset ERT
412 status collapsed
413
414 \begin_layout Plain Layout
415
416
417 \backslash
418 AmS 
419 \end_layout
420
421 \end_inset
422
423 -math commands
424 \begin_inset Foot
425 status collapsed
426
427 \begin_layout Plain Layout
428 A list with all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS
437 \end_layout
438
439 \end_inset
440
441 -math commands is in the file 
442 \family sans
443
444 \begin_inset CommandInset href
445 LatexCommand href
446 name "amsguide.ps"
447 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
448
449 \end_inset
450
451
452 \family default
453 , which is part of every LaTeX standard installation.
454 \end_layout
455
456 \end_inset
457
458  for lucidity reasons.
459 \end_layout
460
461 \begin_layout Section
462 General Instructions
463 \begin_inset CommandInset label
464 LatexCommand label
465 name "sec:General-Instructions"
466
467 \end_inset
468
469
470 \end_layout
471
472 \begin_layout Standard
473 To create an inline formula
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formula ! inline
479 \end_layout
480
481 \end_inset
482
483  that is embedded into a text line, press 
484 \family sans
485 Ctrl-m
486 \family default
487  or the toolbar button 
488 \begin_inset Graphics
489         filename ../images/math-mode.png
490         embed ""
491         scale 85
492
493 \end_inset
494
495
496 \begin_inset Newline newline
497 \end_inset
498
499 To create a display style formula
500 \begin_inset Index
501 status collapsed
502
503 \begin_layout Plain Layout
504 Formula ! display style
505 \end_layout
506
507 \end_inset
508
509  that will appear bigger and in an own paragraph, press 
510 \family sans
511 Ctrl-M
512 \family default
513 .
514 \end_layout
515
516 \begin_layout Standard
517 To change a display style formula to an inline formula, set the cursor into
518  the formula and press 
519 \family sans
520 Ctrl-M
521 \family default
522  or use the menu 
523 \family sans
524 Edit\SpecialChar \menuseparator
525 Math\SpecialChar \menuseparator
526 Change formula type
527 \family default
528 .
529  The same way is used to change an inline formula to a display style formula.
530 \end_layout
531
532 \begin_layout Standard
533 To display parts of an inline formula in the size of a display style formula,
534  enter the command 
535 \series bold
536
537 \backslash
538 displaystyle
539 \begin_inset Index
540 status collapsed
541
542 \begin_layout Plain Layout
543 Commands ! D ! 
544 \backslash
545 displaystyle
546 \end_layout
547
548 \end_inset
549
550
551 \series default
552  to a formula.
553  Then a new blue box appears in which the desired formula part is inserted.
554 \end_layout
555
556 \begin_layout Standard
557 Only inline formulas are allowed inside tables.
558 \end_layout
559
560 \begin_layout Standard
561 The 
562 \family sans
563 math toolbar
564 \family default
565  can be turned on in the menu 
566 \family sans
567 View\SpecialChar \menuseparator
568 Toolbars
569 \family default
570 .
571  When you click there on 
572 \begin_inset Quotes eld
573 \end_inset
574
575 Math
576 \begin_inset Quotes erd
577 \end_inset
578
579  the toolbar will be shown permanently at the bottom; this state is visualized
580  in the 
581 \family sans
582 Toolbars
583 \family default
584  menu with a checkmark.
585  When you click in this state again on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  in the 
594 \family sans
595 Toolbars
596 \family default
597  menu, the 
598 \family sans
599 math toolbar
600 \family default
601  is only shown when the cursor is within a formula; this state is visualized
602  by the renaming of the menu entry from 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Math
607 \begin_inset Quotes erd
608 \end_inset
609
610  to 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Math
615 \begin_inset Space ~
616 \end_inset
617
618 (auto)
619 \begin_inset Quotes erd
620 \end_inset
621
622 .
623 \end_layout
624
625 \begin_layout Standard
626 The TeX-mode
627 \begin_inset Index
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637
638 \backslash
639
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {
646 \end_layout
647
648 \end_inset
649
650
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 }
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 TeX-mode
667 \end_layout
668
669 \end_inset
670
671  is invoked by pressing the toolbar button 
672 \begin_inset Graphics
673         filename ../images/ert-insert.png
674         embed ""
675         scale 85
676
677 \end_inset
678
679  or by using the menu 
680 \family sans
681 Insert\SpecialChar \menuseparator
682 T
683 \begin_inset ERT
684 status collapsed
685
686 \begin_layout Plain Layout
687
688 {
689 \end_layout
690
691 \end_inset
692
693 e
694 \begin_inset ERT
695 status collapsed
696
697 \begin_layout Plain Layout
698
699 }
700 \end_layout
701
702 \end_inset
703
704 X Code
705 \family default
706  (shortcut 
707 \family sans
708 Ctrl-l
709 \family default
710 ).
711 \begin_inset Note Note
712 status collapsed
713
714 \begin_layout Plain Layout
715 In LyX there are three 
716 \begin_inset Quotes eld
717 \end_inset
718
719 proper names
720 \begin_inset Quotes erd
721 \end_inset
722
723  that appear in the output with sub- and superscript letters: TeX, LaTeX,
724  and LyX
725 \end_layout
726
727 \begin_layout Plain Layout
728 To avoid that these names are recognized as proper names, TeX-braces are
729  set around one of the letters of the name.
730 \end_layout
731
732 \end_inset
733
734
735 \end_layout
736
737 \begin_layout Standard
738 To change the LaTeX-preamble
739 \begin_inset Index
740 status collapsed
741
742 \begin_layout Plain Layout
743 L@LaTeX-preamble
744 \end_layout
745
746 \end_inset
747
748 , use the menu 
749 \family sans
750 Document\SpecialChar \menuseparator
751 Settings\SpecialChar \menuseparator
752 La
753 \begin_inset ERT
754 status collapsed
755
756 \begin_layout Plain Layout
757
758 {
759 \end_layout
760
761 \end_inset
762
763 T
764 \begin_inset ERT
765 status collapsed
766
767 \begin_layout Plain Layout
768
769 }
770 \end_layout
771
772 \end_inset
773
774 eX
775 \family default
776  
777 \family sans
778 Preamble
779 \family default
780 .
781 \end_layout
782
783 \begin_layout Standard
784 To edit matrices, case differentiations, and multiline formulas subsequently,
785  the menus 
786 \family sans
787 Edit\SpecialChar \menuseparator
788 Math
789 \family default
790  and 
791 \family sans
792 Edit\SpecialChar \menuseparator
793 Rows
794 \begin_inset Space \thinspace{}
795 \end_inset
796
797 &
798 \begin_inset Space \thinspace{}
799 \end_inset
800
801 Columns,
802 \family default
803  or the 
804 \family sans
805 table toolbar
806 \family default
807  can be used.
808  When lines and columns are swapped via the menu, the column or line where
809  the cursor is in is exchanged with the column to the right or the line
810  below, respectively.
811  Is the cursor in the last column or row, the exchange is done with the
812  column to the left or the line above.
813 \end_layout
814
815 \begin_layout Standard
816 To write text in formulas
817 \begin_inset Foot
818 status collapsed
819
820 \begin_layout Plain Layout
821 For multiline formulas the command 
822 \series bold
823
824 \backslash
825 intertext
826 \series default
827  is used, see 
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sub:Text-in-multiline"
831
832 \end_inset
833
834 .
835 \end_layout
836
837 \end_inset
838
839  
840 \emph on
841 mathematical text
842 \emph default
843
844 \begin_inset Index
845 status collapsed
846
847 \begin_layout Plain Layout
848 Text ! in formulas
849 \end_layout
850
851 \end_inset
852
853
854 \begin_inset Index
855 status collapsed
856
857 \begin_layout Plain Layout
858 Mathematical text
859 \end_layout
860
861 \end_inset
862
863  is used.
864  This mode is invoked with the the shortcut 
865 \family sans
866 Alt-m
867 \begin_inset Space ~
868 \end_inset
869
870 m
871 \family default
872  or by the insertion of the command 
873 \series bold
874
875 \backslash
876 text
877 \begin_inset Index
878 status collapsed
879
880 \begin_layout Plain Layout
881 Commands ! T ! 
882 \backslash
883 text
884 \end_layout
885
886 \end_inset
887
888
889 \series default
890 .
891  The text appears black in LyX and can therefore be distinguished from the
892  other formula parts that appear blue.
893  In the output mathematical text is set upright, in contrary to other formula
894  parts.
895 \end_layout
896
897 \begin_layout Subsection*
898 Command Scheme
899 \end_layout
900
901 \begin_layout Standard
902 Most of the LaTeX-commands for math constructs have the following scheme:
903 \end_layout
904
905 \begin_layout Standard
906
907 \series bold
908
909 \backslash
910 commandname[optional
911 \series default
912  
913 \series bold
914 argument]{required
915 \series default
916  
917 \series bold
918 argument}
919 \end_layout
920
921 \begin_layout Standard
922 A command starts always with a backslash 
923 \begin_inset Quotes gld
924 \end_inset
925
926
927 \series bold
928
929 \backslash
930
931 \series default
932
933 \begin_inset Quotes grd
934 \end_inset
935
936 .
937  To omit optional arguments, also omit the associated brackets.
938  The braces around the required arguments are named in this document as
939  TeX-braces
940 \begin_inset Index
941 status collapsed
942
943 \begin_layout Plain Layout
944 T@
945 \begin_inset ERT
946 status collapsed
947
948 \begin_layout Plain Layout
949
950
951 \backslash
952
953 \begin_inset ERT
954 status collapsed
955
956 \begin_layout Plain Layout
957
958 {
959 \end_layout
960
961 \end_inset
962
963
964 \begin_inset ERT
965 status collapsed
966
967 \begin_layout Plain Layout
968
969 }
970 \end_layout
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979 TeX-braces
980 \end_layout
981
982 \end_inset
983
984 .
985  If you add in a formula a left brace to a command name, LyX creates automatical
986 ly a TeX-brace.
987  In all other cases TeX-braces are created in formulas with the command
988  
989 \series bold
990
991 \backslash
992 {
993 \series default
994 .
995  TeX-braces appear red in LyX, in contrary to normal braces that appear
996  blue.
997  In TeX-mode no command is needed to get TeX-braces.
998  TeX-braces don't appear in the output.
999 \end_layout
1000
1001 \begin_layout Standard
1002 When commands without arguments, like commands for symbols are entered in
1003  TeX-mode, a space character must 
1004 \emph on
1005 always
1006 \emph default
1007  be behind the command to end it.
1008  This space doesn't appear in the output.
1009  When the space should appear in the output, the space must be followed
1010  by a protected space in normal text.
1011 \end_layout
1012
1013 \begin_layout Standard
1014 A protected space is inserted with 
1015 \family sans
1016 Ctrl-Space
1017 \family default
1018 .
1019 \end_layout
1020
1021 \begin_layout Subsection*
1022 \begin_inset Newpage newpage
1023 \end_inset
1024
1025 Syntax Explanation
1026 \end_layout
1027
1028 \begin_layout Itemize
1029 The symbol
1030 \begin_inset Foot
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 This visible space character can be created with the command 
1035 \series bold
1036
1037 \backslash
1038 textvisiblespace
1039 \series default
1040
1041 \begin_inset Index
1042 status collapsed
1043
1044 \begin_layout Plain Layout
1045 Commands ! T ! 
1046 \backslash
1047 textvisiblespace
1048 \end_layout
1049
1050 \end_inset
1051
1052 , inserted in TeX-mode.
1053 \end_layout
1054
1055 \end_inset
1056
1057  
1058 \begin_inset ERT
1059 status collapsed
1060
1061 \begin_layout Plain Layout
1062
1063
1064 \backslash
1065 spce 
1066 \end_layout
1067
1068 \end_inset
1069
1070
1071 \begin_inset Space ~
1072 \end_inset
1073
1074 denotes a space character to be input.
1075 \end_layout
1076
1077 \begin_layout Itemize
1078 An arrow like 
1079 \begin_inset Formula $\to$
1080 \end_inset
1081
1082  denotes the usage of the corresponding arrow key on the keyboard.
1083 \end_layout
1084
1085 \begin_layout Subsection*
1086 Used units
1087 \end_layout
1088
1089 \begin_layout Standard
1090 \align center
1091 \begin_inset Float table
1092 placement H
1093 wide false
1094 sideways false
1095 status open
1096
1097 \begin_layout Plain Layout
1098 \align center
1099 \begin_inset Caption
1100
1101 \begin_layout Plain Layout
1102 \begin_inset CommandInset label
1103 LatexCommand label
1104 name "tab:Used-units"
1105
1106 \end_inset
1107
1108 Used units
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \align center
1118 \begin_inset Tabular
1119 <lyxtabular version="3" rows="13" columns="2">
1120 <features>
1121 <column alignment="center" valignment="top" width="0">
1122 <column alignment="center" valignment="top" width="0">
1123 <row>
1124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Unit
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 Name / Description
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 mm
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 Millimeter
1158 \end_layout
1159
1160 \end_inset
1161 </cell>
1162 </row>
1163 <row>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 cm
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 Centimeter
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 </row>
1183 <row>
1184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 in
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 Inch (1
1198 \begin_inset Space \thinspace{}
1199 \end_inset
1200
1201 in = 2,54
1202 \begin_inset Space \thinspace{}
1203 \end_inset
1204
1205 cm)
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 </row>
1211 <row>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 pt
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 Point (72.27
1226 \begin_inset Space \thinspace{}
1227 \end_inset
1228
1229 pt = 1
1230 \begin_inset Space \thinspace{}
1231 \end_inset
1232
1233 in)
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 </row>
1239 <row>
1240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1241 \begin_inset Text
1242
1243 \begin_layout Plain Layout
1244 pc
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 Pica (1
1254 \begin_inset Space \thinspace{}
1255 \end_inset
1256
1257 pc = 12
1258 \begin_inset Space \thinspace{}
1259 \end_inset
1260
1261 pt)
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 </row>
1267 <row>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 sp
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 scaled point (65536
1282 \begin_inset Space \thinspace{}
1283 \end_inset
1284
1285 sp = 1
1286 \begin_inset Space \thinspace{}
1287 \end_inset
1288
1289 pt)
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 </row>
1295 <row>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 bp
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 big point (72
1310 \begin_inset Space \thinspace{}
1311 \end_inset
1312
1313 bp = 1
1314 \begin_inset Space \thinspace{}
1315 \end_inset
1316
1317 in)
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 dd
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 Didot (1
1338 \begin_inset Space \thinspace{}
1339 \end_inset
1340
1341 dd 
1342 \begin_inset Formula $\approx$
1343 \end_inset
1344
1345  0.376
1346 \begin_inset Space \thinspace{}
1347 \end_inset
1348
1349 mm)
1350 \end_layout
1351
1352 \end_inset
1353 </cell>
1354 </row>
1355 <row>
1356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 cc
1361 \end_layout
1362
1363 \end_inset
1364 </cell>
1365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 Cicero (1
1370 \begin_inset Space \thinspace{}
1371 \end_inset
1372
1373 cc = 12
1374 \begin_inset Space \thinspace{}
1375 \end_inset
1376
1377 dd)
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 </row>
1383 <row>
1384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1385 \begin_inset Text
1386
1387 \begin_layout Plain Layout
1388 ex
1389 \end_layout
1390
1391 \end_inset
1392 </cell>
1393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1394 \begin_inset Text
1395
1396 \begin_layout Plain Layout
1397 Height of letter 
1398 \emph on
1399
1400 \begin_inset Quotes eld
1401 \end_inset
1402
1403 x
1404 \emph default
1405
1406 \begin_inset Quotes erd
1407 \end_inset
1408
1409  in the current font
1410 \end_layout
1411
1412 \end_inset
1413 </cell>
1414 </row>
1415 <row>
1416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1417 \begin_inset Text
1418
1419 \begin_layout Plain Layout
1420 em
1421 \end_layout
1422
1423 \end_inset
1424 </cell>
1425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1426 \begin_inset Text
1427
1428 \begin_layout Plain Layout
1429 width of letter 
1430 \begin_inset Quotes eld
1431 \end_inset
1432
1433
1434 \emph on
1435 M
1436 \emph default
1437
1438 \begin_inset Quotes erd
1439 \end_inset
1440
1441  in the current font
1442 \end_layout
1443
1444 \end_inset
1445 </cell>
1446 </row>
1447 <row>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 mu
1453 \end_layout
1454
1455 \end_inset
1456 </cell>
1457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1458 \begin_inset Text
1459
1460 \begin_layout Plain Layout
1461 math unit (1
1462 \begin_inset Space \thinspace{}
1463 \end_inset
1464
1465 mu = 
1466 \begin_inset Formula $\nicefrac{1}{18}$
1467 \end_inset
1468
1469
1470 \begin_inset Space \thinspace{}
1471 \end_inset
1472
1473 em)
1474 \end_layout
1475
1476 \end_inset
1477 </cell>
1478 </row>
1479 </lyxtabular>
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 \begin_inset Newpage newpage
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \begin_layout Section
1499 Basic Functions
1500 \end_layout
1501
1502 \begin_layout Subsection
1503 Exponents
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 Exponents
1509 \end_layout
1510
1511 \end_inset
1512
1513  and Indices
1514 \begin_inset Index
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518 Indices
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \begin_inset Index
1525 status collapsed
1526
1527 \begin_layout Plain Layout
1528 Superscripts|see
1529 \begin_inset ERT
1530 status collapsed
1531
1532 \begin_layout Plain Layout
1533
1534 {
1535 \end_layout
1536
1537 \end_inset
1538
1539 Exponents
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 }
1546 \end_layout
1547
1548 \end_inset
1549
1550
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \begin_inset Index
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 Subscripts|see
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 {
1567 \end_layout
1568
1569 \end_inset
1570
1571 Indices
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 }
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \begin_layout Standard
1591 Indices are created with an underscore 
1592 \begin_inset Quotes eld
1593 \end_inset
1594
1595 _
1596 \begin_inset Quotes erd
1597 \end_inset
1598
1599  or via the math toolbar button 
1600 \begin_inset Graphics
1601         filename ../images/math-subscript.png
1602         embed ""
1603         scale 85
1604
1605 \end_inset
1606
1607  , exponents with a caret 
1608 \begin_inset Quotes eld
1609 \end_inset
1610
1611 ^
1612 \begin_inset Quotes erd
1613 \end_inset
1614
1615  or via the math toolbar button 
1616 \begin_inset Graphics
1617         filename ../images/math-superscript.png
1618         embed ""
1619         scale 85
1620
1621 \end_inset
1622
1623 .
1624 \end_layout
1625
1626 \begin_layout Standard
1627 \align center
1628 \begin_inset Tabular
1629 <lyxtabular version="3" rows="4" columns="2">
1630 <features>
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0pt">
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 command
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 Result
1648 \begin_inset Note Note
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652
1653 \series bold
1654
1655 \backslash
1656 raisebox
1657 \series default
1658  is only used as spacer.
1659 \end_layout
1660
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 </row>
1669 <row>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674 B_V
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683 \begin_inset Formula $B_{V}$
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 <row>
1693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1694 \begin_inset Text
1695
1696 \begin_layout Plain Layout
1697 B^V
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1703 \begin_inset Text
1704
1705 \begin_layout Plain Layout
1706 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1707 \end_inset
1708
1709
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 </row>
1715 <row>
1716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1717 \begin_inset Text
1718
1719 \begin_layout Plain Layout
1720 B^
1721 \begin_inset ERT
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725
1726
1727 \backslash
1728 spce 
1729 \end_layout
1730
1731 \end_inset
1732
1733 A
1734 \end_layout
1735
1736 \end_inset
1737 </cell>
1738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1739 \begin_inset Text
1740
1741 \begin_layout Plain Layout
1742 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1743 \end_inset
1744
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 </row>
1751 </lyxtabular>
1752
1753 \end_inset
1754
1755
1756 \end_layout
1757
1758 \begin_layout Standard
1759 As the caret is in some languages an accent, vowels will be accentuated
1760  in this case and not set as exponents
1761 \begin_inset Foot
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Depending on the used keyboard settings this can also happen for other character
1766 s than vowels.
1767 \end_layout
1768
1769 \end_inset
1770
1771 .
1772  To get in this case exponents, press 
1773 \family sans
1774 Space
1775 \family default
1776  after the caret as in the last example.
1777 \end_layout
1778
1779 \begin_layout Subsection
1780 Fractions
1781 \begin_inset CommandInset label
1782 LatexCommand label
1783 name "sub:Fractions"
1784
1785 \end_inset
1786
1787
1788 \begin_inset Index
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 Fractions
1793 \end_layout
1794
1795 \end_inset
1796
1797
1798 \end_layout
1799
1800 \begin_layout Standard
1801 Fractions are generated with the command 
1802 \series bold
1803
1804 \backslash
1805 frac
1806 \series default
1807
1808 \begin_inset Index
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812 Commands ! F ! 
1813 \backslash
1814 frac
1815 \end_layout
1816
1817 \end_inset
1818
1819  or via the math toolbar button 
1820 \begin_inset Graphics
1821         filename ../images/math/frac.png
1822         embed ""
1823         scale 50
1824
1825 \end_inset
1826
1827 .
1828  The font size is adjusted automatically, depending on whether the fraction
1829  is in an inline or display style formula.
1830  With the math toolbar button 
1831 \begin_inset Graphics
1832         filename ../images/math/frac-square.png
1833         embed ""
1834         scale 85
1835
1836 \end_inset
1837
1838  you can select different fraction types.
1839 \end_layout
1840
1841 \begin_layout Standard
1842 With the command 
1843 \series bold
1844
1845 \backslash
1846 dfrac
1847 \begin_inset Index
1848 status collapsed
1849
1850 \begin_layout Plain Layout
1851 Commands ! D ! 
1852 \backslash
1853 dfrac
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \series default
1860  a fraction can be created that has in any case the size of a display style
1861  formula.
1862  With 
1863 \series bold
1864
1865 \backslash
1866 tfrac
1867 \begin_inset Index
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871 Commands ! T ! 
1872 \backslash
1873 tfrac
1874 \end_layout
1875
1876 \end_inset
1877
1878
1879 \series default
1880  the fraction appears always with the size of an inline formula.
1881  An example:
1882 \end_layout
1883
1884 \begin_layout Standard
1885 A line with the fraction 
1886 \begin_inset Formula $\frac{1}{2}$
1887 \end_inset
1888
1889  that was created with the command 
1890 \series bold
1891
1892 \backslash
1893 frac
1894 \series default
1895 .
1896 \end_layout
1897
1898 \begin_layout Standard
1899 A line with the fraction 
1900 \begin_inset Formula $\dfrac{1}{2}$
1901 \end_inset
1902
1903  that was created with the command 
1904 \series bold
1905
1906 \backslash
1907 dfrac
1908 \series default
1909 .
1910 \end_layout
1911
1912 \begin_layout Standard
1913 \align center
1914 \begin_inset Tabular
1915 <lyxtabular version="3" rows="4" columns="2">
1916 <features>
1917 <column alignment="center" valignment="top" width="0pt">
1918 <column alignment="center" valignment="top" width="0pt">
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 Command
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933 Result
1934 \begin_inset Note Note
1935 status collapsed
1936
1937 \begin_layout Plain Layout
1938
1939 \series bold
1940
1941 \backslash
1942 raisebox
1943 \series default
1944  is only used as spacer.
1945 \end_layout
1946
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960
1961 \backslash
1962 frac
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 spce 
1971 \end_layout
1972
1973 \end_inset
1974
1975 A
1976 \begin_inset Formula $\downarrow$
1977 \end_inset
1978
1979 B
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1985 \begin_inset Text
1986
1987 \begin_layout Plain Layout
1988 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
1989 \end_inset
1990
1991
1992 \end_layout
1993
1994 \end_inset
1995 </cell>
1996 </row>
1997 <row>
1998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1999 \begin_inset Text
2000
2001 \begin_layout Plain Layout
2002
2003 \backslash
2004 dfrac
2005 \begin_inset ERT
2006 status collapsed
2007
2008 \begin_layout Plain Layout
2009
2010
2011 \backslash
2012 spce 
2013 \end_layout
2014
2015 \end_inset
2016
2017 A
2018 \begin_inset Formula $\downarrow$
2019 \end_inset
2020
2021 B
2022 \end_layout
2023
2024 \end_inset
2025 </cell>
2026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2027 \begin_inset Text
2028
2029 \begin_layout Plain Layout
2030 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \end_inset
2037 </cell>
2038 </row>
2039 <row>
2040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2041 \begin_inset Text
2042
2043 \begin_layout Plain Layout
2044
2045 \backslash
2046 dfrac
2047 \begin_inset ERT
2048 status collapsed
2049
2050 \begin_layout Plain Layout
2051
2052
2053 \backslash
2054 spce 
2055 \end_layout
2056
2057 \end_inset
2058
2059 e^
2060 \begin_inset ERT
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064
2065
2066 \backslash
2067 spce 
2068 \end_layout
2069
2070 \end_inset
2071
2072
2073 \backslash
2074 frac
2075 \begin_inset ERT
2076 status collapsed
2077
2078 \begin_layout Plain Layout
2079
2080
2081 \backslash
2082 spce 
2083 \end_layout
2084
2085 \end_inset
2086
2087 1
2088 \begin_inset Formula $\downarrow$
2089 \end_inset
2090
2091 2
2092 \begin_inset Formula $\downarrow\downarrow$
2093 \end_inset
2094
2095 3
2096 \end_layout
2097
2098 \end_inset
2099 </cell>
2100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2101 \begin_inset Text
2102
2103 \begin_layout Plain Layout
2104 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2105 \end_inset
2106
2107
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 </lyxtabular>
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset VSpace bigskip
2122 \end_inset
2123
2124
2125 \begin_inset Newpage newpage
2126 \end_inset
2127
2128 For nested fractions the command 
2129 \series bold
2130
2131 \backslash
2132 cfrac
2133 \series default
2134
2135 \begin_inset Index
2136 status collapsed
2137
2138 \begin_layout Plain Layout
2139 Commands ! C ! 
2140 \backslash
2141 cfrac
2142 \end_layout
2143
2144 \end_inset
2145
2146  can be used.
2147  Here an example:
2148 \begin_inset VSpace -3mm
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset Formula \begin{align*}
2156 \textrm{created with \textbf{\textbackslash  frac}} &  & \textrm{created with \textbf{\textbackslash  cfrac}}\\
2157 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2158
2159 \end_inset
2160
2161
2162 \end_layout
2163
2164 \begin_layout Standard
2165 The command for the example above is:
2166 \end_layout
2167
2168 \begin_layout Standard
2169
2170 \series bold
2171
2172 \backslash
2173 cfrac{A
2174 \begin_inset Formula $\to$
2175 \end_inset
2176
2177
2178 \backslash
2179 {B+
2180 \backslash
2181 cfrac{C+
2182 \backslash
2183 cfrac{E
2184 \begin_inset Formula $\to$
2185 \end_inset
2186
2187
2188 \backslash
2189 {F
2190 \begin_inset Formula $\to\to$
2191 \end_inset
2192
2193
2194 \backslash
2195 {D
2196 \end_layout
2197
2198 \begin_layout Standard
2199 \begin_inset VSpace medskip
2200 \end_inset
2201
2202
2203 \end_layout
2204
2205 \begin_layout Standard
2206
2207 \series bold
2208
2209 \backslash
2210 cfrac
2211 \series default
2212  sets the fraction always in the size of a displayed formula, also when
2213  it is part of another fraction.
2214  
2215 \series bold
2216
2217 \backslash
2218 cfrac
2219 \series default
2220  has the following command scheme:
2221 \end_layout
2222
2223 \begin_layout Standard
2224
2225 \series bold
2226
2227 \backslash
2228 cfrac[numerator position]{numerator}{denominator}
2229 \end_layout
2230
2231 \begin_layout Standard
2232 The numerator position can be 
2233 \emph on
2234 l
2235 \emph default
2236  , 
2237 \emph on
2238 c
2239 \emph default
2240 , or 
2241 \emph on
2242 r
2243 \emph default
2244  .
2245  l or r aligns the numerator to the left or right, resp.
2246 \begin_inset Space ~
2247 \end_inset
2248
2249 with the fraction stroke.
2250  When 
2251 \emph on
2252 c
2253 \emph default
2254  or no position is given, the numerator appears centered.
2255  These fractions demonstrate the different alignments:
2256 \begin_inset Newline newline
2257 \end_inset
2258
2259
2260 \series bold
2261
2262 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2263 \end_inset
2264
2265
2266 \begin_inset Formula $\cfrac {A}{B+C}$
2267 \end_inset
2268
2269
2270 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \begin_layout Standard
2277 \begin_inset VSpace medskip
2278 \end_inset
2279
2280 It is often advantageous to combine 
2281 \series bold
2282
2283 \backslash
2284 cfrac
2285 \series default
2286  and 
2287 \series bold
2288
2289 \backslash
2290 frac
2291 \series default
2292 :
2293 \begin_inset Formula \[
2294 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2295
2296 \end_inset
2297
2298
2299 \end_layout
2300
2301 \begin_layout Standard
2302 For inline fractions with a sloped fraction stroke you can use the command
2303  
2304 \series bold
2305
2306 \backslash
2307 nicefrac
2308 \begin_inset Index
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312 Commands ! N ! 
2313 \backslash
2314 nicefrac
2315 \end_layout
2316
2317 \end_inset
2318
2319
2320 \series default
2321
2322 \begin_inset Formula $\nicefrac{5}{31}$
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 How to define own fractions where the fraction stroke can be changed, is
2330  explained in 
2331 \begin_inset CommandInset ref
2332 LatexCommand ref
2333 reference "sub:Self-defined-Fractions"
2334
2335 \end_inset
2336
2337 .
2338 \end_layout
2339
2340 \begin_layout Subsection
2341 Roots
2342 \begin_inset Index
2343 status collapsed
2344
2345 \begin_layout Plain Layout
2346 Roots
2347 \end_layout
2348
2349 \end_inset
2350
2351
2352 \end_layout
2353
2354 \begin_layout Standard
2355 Square roots are created with 
2356 \series bold
2357
2358 \backslash
2359 sqrt
2360 \series default
2361
2362 \begin_inset Index
2363 status collapsed
2364
2365 \begin_layout Plain Layout
2366 Commands ! S ! 
2367 \backslash
2368 sqrt
2369 \end_layout
2370
2371 \end_inset
2372
2373  or the math toolbar button 
2374 \begin_inset Graphics
2375         filename ../images/math/sqrt.png
2376         embed ""
2377         scale 85
2378
2379 \end_inset
2380
2381 , all other roots with the command 
2382 \series bold
2383
2384 \backslash
2385 root
2386 \series default
2387
2388 \begin_inset Index
2389 status collapsed
2390
2391 \begin_layout Plain Layout
2392 Commands ! R ! 
2393 \backslash
2394 root
2395 \end_layout
2396
2397 \end_inset
2398
2399  or with the math toolbar button 
2400 \begin_inset Graphics
2401         filename ../images/math/root.png
2402         embed ""
2403         scale 85
2404
2405 \end_inset
2406
2407 .
2408 \end_layout
2409
2410 \begin_layout Standard
2411 \align center
2412 \begin_inset Tabular
2413 <lyxtabular version="3" rows="3" columns="2">
2414 <features>
2415 <column alignment="center" valignment="top" width="0pt">
2416 <column alignment="center" valignment="top" width="0pt">
2417 <row>
2418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422 Command
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 Result
2432 \begin_inset Note Note
2433 status collapsed
2434
2435 \begin_layout Plain Layout
2436
2437 \series bold
2438
2439 \backslash
2440 raisebox
2441 \series default
2442  is only used as spacer.
2443 \end_layout
2444
2445 \end_inset
2446
2447
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 </row>
2453 <row>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458
2459 \backslash
2460 sqrt
2461 \begin_inset ERT
2462 status collapsed
2463
2464 \begin_layout Plain Layout
2465
2466
2467 \backslash
2468 spce 
2469 \end_layout
2470
2471 \end_inset
2472
2473 A-B
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt{A-B}$
2483 \end_inset
2484
2485
2486 \end_layout
2487
2488 \end_inset
2489 </cell>
2490 </row>
2491 <row>
2492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2493 \begin_inset Text
2494
2495 \begin_layout Plain Layout
2496
2497 \backslash
2498 root
2499 \begin_inset ERT
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503
2504
2505 \backslash
2506 spce 
2507 \end_layout
2508
2509 \end_inset
2510
2511 3
2512 \begin_inset Formula $\downarrow$
2513 \end_inset
2514
2515 A-B
2516 \end_layout
2517
2518 \end_inset
2519 </cell>
2520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2521 \begin_inset Text
2522
2523 \begin_layout Plain Layout
2524 \begin_inset Formula $\raisebox {4.5mm}{}\sqrt[3]{A-B}$
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 </row>
2533 </lyxtabular>
2534
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \begin_layout Standard
2541 A square root can also be created with 
2542 \series bold
2543
2544 \backslash
2545 root
2546 \series default
2547  when the root index field is left empty.
2548 \end_layout
2549
2550 \begin_layout Standard
2551 With certain indices the distance to the root is too small, like in this
2552  formula: 
2553 \begin_inset Formula $\sqrt[\beta]{B}$
2554 \end_inset
2555
2556
2557 \begin_inset Newline newline
2558 \end_inset
2559
2560 The 
2561 \begin_inset Formula $\beta$
2562 \end_inset
2563
2564  touches the root.
2565  To avoid this, the commands 
2566 \series bold
2567
2568 \backslash
2569 leftroot
2570 \series default
2571
2572 \begin_inset Index
2573 status collapsed
2574
2575 \begin_layout Plain Layout
2576 Commands ! L ! 
2577 \backslash
2578 leftroot
2579 \end_layout
2580
2581 \end_inset
2582
2583  and 
2584 \series bold
2585
2586 \backslash
2587 uproot
2588 \series default
2589
2590 \begin_inset Index
2591 status collapsed
2592
2593 \begin_layout Plain Layout
2594 Commands ! U ! 
2595 \backslash
2596 uproot
2597 \end_layout
2598
2599 \end_inset
2600
2601  are used with the following scheme:
2602 \end_layout
2603
2604 \begin_layout Standard
2605
2606 \series bold
2607
2608 \backslash
2609 leftroot{distance}
2610 \series default
2611  and 
2612 \series bold
2613
2614 \backslash
2615 uproot{distance}
2616 \end_layout
2617
2618 \begin_layout Standard
2619 Distance is the number of Big Points (unit bp; 
2620 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2621 \end_inset
2622
2623 ), that the index should be moved to the left or top, resp..
2624  The commands are written to the index.
2625  This way the command
2626 \begin_inset Newline newline
2627 \end_inset
2628
2629
2630 \series bold
2631
2632 \backslash
2633 root
2634 \backslash
2635 leftroot{-1
2636 \begin_inset Formula $\to$
2637 \end_inset
2638
2639
2640 \backslash
2641 uproot{2
2642 \begin_inset Formula $\to$
2643 \end_inset
2644
2645
2646 \backslash
2647 beta
2648 \begin_inset ERT
2649 status collapsed
2650
2651 \begin_layout Plain Layout
2652
2653
2654 \backslash
2655 spce 
2656 \end_layout
2657
2658 \end_inset
2659
2660
2661 \begin_inset Formula $\to$
2662 \end_inset
2663
2664 B
2665 \begin_inset Newline newline
2666 \end_inset
2667
2668
2669 \series default
2670 produces a correct typeset formula: 
2671 \begin_inset Formula $\sqrt[\leftroot {-1}\uproot {2}\beta]{B}$
2672 \end_inset
2673
2674
2675 \end_layout
2676
2677 \begin_layout Subsection
2678 Binomial coefficients 
2679 \begin_inset Index
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 Binomial coefficient s
2684 \end_layout
2685
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \begin_layout Standard
2692 Binomial coefficients are inserted with the command 
2693 \series bold
2694
2695 \backslash
2696 binom
2697 \series default
2698
2699 \begin_inset Index
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 Commands ! B ! 
2704 \backslash
2705 binom
2706 \end_layout
2707
2708 \end_inset
2709
2710  or with the submenu of the math toolbar button 
2711 \begin_inset Graphics
2712         filename ../images/math/frac-square.png
2713         embed ""
2714         scale 85
2715
2716 \end_inset
2717
2718 .
2719  Analog to fractions (
2720 \series bold
2721
2722 \backslash
2723 frac
2724 \series default
2725 ) there are besides 
2726 \series bold
2727
2728 \backslash
2729 binom
2730 \series default
2731  the commands 
2732 \series bold
2733
2734 \backslash
2735 dbinom
2736 \begin_inset Index
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740 Commands ! D ! 
2741 \backslash
2742 dbinom
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \series default
2749  and 
2750 \series bold
2751
2752 \backslash
2753 tbinom
2754 \series default
2755
2756 \begin_inset Index
2757 status collapsed
2758
2759 \begin_layout Plain Layout
2760 Commands ! T ! 
2761 \backslash
2762 tbinom
2763 \end_layout
2764
2765 \end_inset
2766
2767 .
2768 \end_layout
2769
2770 \begin_layout Standard
2771 \align center
2772 \begin_inset Tabular
2773 <lyxtabular version="3" rows="4" columns="2">
2774 <features>
2775 <column alignment="center" valignment="top" width="0pt">
2776 <column alignment="center" valignment="top" width="0pt">
2777 <row>
2778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 Command
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791 Result
2792 \begin_inset Note Note
2793 status collapsed
2794
2795 \begin_layout Plain Layout
2796
2797 \series bold
2798
2799 \backslash
2800 raisebox
2801 \series default
2802  is only used as spacer.
2803 \end_layout
2804
2805 \end_inset
2806
2807
2808 \end_layout
2809
2810 \end_inset
2811 </cell>
2812 </row>
2813 <row>
2814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2815 \begin_inset Text
2816
2817 \begin_layout Plain Layout
2818
2819 \backslash
2820 binom
2821 \begin_inset ERT
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825
2826
2827 \backslash
2828 spce 
2829 \end_layout
2830
2831 \end_inset
2832
2833 A
2834 \begin_inset Formula $\downarrow$
2835 \end_inset
2836
2837 B
2838 \end_layout
2839
2840 \end_inset
2841 </cell>
2842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2847 \end_inset
2848
2849
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 </row>
2855 <row>
2856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860
2861 \backslash
2862 dbinom
2863 \begin_inset ERT
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868
2869 \backslash
2870 spce 
2871 \end_layout
2872
2873 \end_inset
2874
2875 A
2876 \begin_inset Formula $\downarrow$
2877 \end_inset
2878
2879 B
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2889 \end_inset
2890
2891
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 </row>
2897 <row>
2898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2899 \begin_inset Text
2900
2901 \begin_layout Plain Layout
2902
2903 \backslash
2904 tbinom
2905 \begin_inset ERT
2906 status collapsed
2907
2908 \begin_layout Plain Layout
2909
2910
2911 \backslash
2912 spce 
2913 \end_layout
2914
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 </lyxtabular>
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 Case differentiations 
2948 \begin_inset Index
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 Case differentiations 
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \align center
2962 \begin_inset Tabular
2963 <lyxtabular version="3" rows="3" columns="2">
2964 <features>
2965 <column alignment="center" valignment="top" width="0pt">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 Command
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 Result
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 cases
2995 \begin_inset ERT
2996 status collapsed
2997
2998 \begin_layout Plain Layout
2999
3000
3001 \backslash
3002 spce 
3003 \end_layout
3004
3005 \end_inset
3006
3007 A
3008 \begin_inset Formula $\to$
3009 \end_inset
3010
3011 B>0
3012 \begin_inset Index
3013 status collapsed
3014
3015 \begin_layout Plain Layout
3016 Commands ! C ! 
3017 \backslash
3018 cases
3019 \end_layout
3020
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032 \begin_inset Formula $\begin{cases}
3033 A & B>0\end{cases}$
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \backslash
3049 cases
3050 \begin_inset ERT
3051 status collapsed
3052
3053 \begin_layout Plain Layout
3054
3055
3056 \backslash
3057 spce 
3058 \end_layout
3059
3060 \end_inset
3061
3062 Ctrl-Enter
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071 \begin_inset Formula $\begin{cases}
3072 A & \textrm{for }x>0\\
3073 B & \textrm{for }x=0\end{cases}$
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 </lyxtabular>
3083
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \begin_layout Standard
3090 After inserting 
3091 \series bold
3092
3093 \backslash
3094 cases
3095 \series default
3096  or the usage of the math toolbar button 
3097 \begin_inset Graphics
3098         filename ../images/math/cases.png
3099         embed ""
3100         scale 85
3101
3102 \end_inset
3103
3104  you can create new lines with the shortcut 
3105 \family sans
3106 Ctrl-Return
3107 \family default
3108  or the table toolbar button 
3109 \begin_inset Graphics
3110         filename ../images/tabular-feature_append-row.png
3111         embed ""
3112         scale 85
3113
3114 \end_inset
3115
3116 .
3117 \end_layout
3118
3119 \begin_layout Standard
3120 The command 
3121 \series bold
3122
3123 \backslash
3124 cases
3125 \series default
3126  is also available via the menu 
3127 \family sans
3128 Insert\SpecialChar \menuseparator
3129 Math\SpecialChar \menuseparator
3130 Cases-Environment
3131 \family default
3132 .
3133 \end_layout
3134
3135 \begin_layout Subsection
3136 Negations
3137 \begin_inset Index
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 Negations
3142 \end_layout
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 By inserting of 
3151 \series bold
3152
3153 \backslash
3154 not
3155 \series default
3156
3157 \begin_inset Index
3158 status collapsed
3159
3160 \begin_layout Plain Layout
3161 Commands ! N ! 
3162 \backslash
3163 not
3164 \end_layout
3165
3166 \end_inset
3167
3168  every character can be displayed canceled.
3169  The characters are quasi accentuated by a slash.
3170 \end_layout
3171
3172 \begin_layout Standard
3173 \align center
3174 \begin_inset Tabular
3175 <lyxtabular version="3" rows="4" columns="2">
3176 <features>
3177 <column alignment="center" valignment="top" width="0pt">
3178 <column alignment="center" valignment="top" width="0pt">
3179 <row>
3180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184 Command
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 Result
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 </row>
3199 <row>
3200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204
3205 \backslash
3206 not=
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215 \begin_inset Formula $\not=$
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 </row>
3224 <row>
3225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229
3230 \backslash
3231 not 
3232 \backslash
3233 le
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242 \begin_inset Formula $\not\le$
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 <row>
3252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256
3257 \backslash
3258 not 
3259 \backslash
3260 parallel
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3266 \begin_inset Text
3267
3268 \begin_layout Plain Layout
3269 \begin_inset Formula $\not\parallel$
3270 \end_inset
3271
3272
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 </row>
3278 </lyxtabular>
3279
3280 \end_inset
3281
3282
3283 \end_layout
3284
3285 \begin_layout Standard
3286 The last example shows, that not all negations look good.
3287  Therefore there are for some negations special commands (see 
3288 \begin_inset CommandInset ref
3289 LatexCommand ref
3290 reference "sub:Mathematical-Symbols"
3291
3292 \end_inset
3293
3294  and 
3295 \begin_inset CommandInset ref
3296 LatexCommand ref
3297 reference "sec:Relations"
3298
3299 \end_inset
3300
3301 ).
3302 \end_layout
3303
3304 \begin_layout Subsection
3305 Placeholders
3306 \begin_inset CommandInset label
3307 LatexCommand label
3308 name "sub:Placeholders"
3309
3310 \end_inset
3311
3312
3313 \begin_inset Index
3314 status collapsed
3315
3316 \begin_layout Plain Layout
3317 Placeholders
3318 \end_layout
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Chemical characters ! Isotopes
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 Isotopes|see
3338 \begin_inset ERT
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342
3343 {
3344 \end_layout
3345
3346 \end_inset
3347
3348 Chemical characters
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 }
3355 \end_layout
3356
3357 \end_inset
3358
3359
3360 \end_layout
3361
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \begin_layout Standard
3368 When displaying e.
3369 \begin_inset Space \thinspace{}
3370 \end_inset
3371
3372 g.
3373 \begin_inset Space ~
3374 \end_inset
3375
3376 isotopes
3377 \begin_inset Foot
3378 status collapsed
3379
3380 \begin_layout Plain Layout
3381 More about chemical symbols is written in 
3382 \begin_inset CommandInset ref
3383 LatexCommand ref
3384 reference "sub:Chemical-Symbols-and"
3385
3386 \end_inset
3387
3388 .
3389 \end_layout
3390
3391 \end_inset
3392
3393  the following problem occurs:
3394 \end_layout
3395
3396 \begin_layout Standard
3397 \align center
3398 \begin_inset Tabular
3399 <lyxtabular version="3" rows="2" columns="2">
3400 <features>
3401 <column alignment="center" valignment="top" width="0pt">
3402 <column alignment="center" valignment="top" width="0pt">
3403 <row>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 Indices created with sub- and superscripts:
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 correct indices:
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 </row>
3449 </lyxtabular>
3450
3451 \end_inset
3452
3453
3454 \begin_inset Note Note
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460
3461 \backslash
3462 raisebox
3463 \series default
3464  is only used as spacer.
3465 \end_layout
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \begin_layout Standard
3473 The shorter index is by default placed below or above the first character
3474  of the longer index.
3475  To avoid this there is the command 
3476 \series bold
3477
3478 \backslash
3479 phantom
3480 \series default
3481
3482 \begin_inset Index
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Commands ! P ! 
3487 \backslash
3488 phantom
3489 \end_layout
3490
3491 \end_inset
3492
3493  or the math toolbar button
3494 \begin_inset Space \thinspace{}
3495 \end_inset
3496
3497
3498 \begin_inset Foot
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502 can be found in the submenu of the toolbar button 
3503 \begin_inset Graphics
3504         filename ../images/math/space.png
3505         embed ""
3506         scale 85
3507
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \end_inset
3514
3515  
3516 \begin_inset Graphics
3517         filename ../images/math/phantom.png
3518         embed ""
3519         scale 85
3520
3521 \end_inset
3522
3523  that creates one or more phantom characters.
3524  When inserting 
3525 \series bold
3526
3527 \backslash
3528 phantom
3529 \series default
3530  a small blue box appears that is superposed with two red arrows.
3531  The arrows indicate that the complete width and height of the box content
3532  will be created as placeholder.
3533  Phantom characters are accordingly placeholders with the size of the characters.
3534 \end_layout
3535
3536 \begin_layout Standard
3537 \align center
3538 \begin_inset Tabular
3539 <lyxtabular version="3" rows="4" columns="2">
3540 <features>
3541 <column alignment="center" valignment="top" width="0">
3542 <column alignment="center" valignment="top" width="0">
3543 <row>
3544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 Command
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Result
3558 \begin_inset Note Note
3559 status collapsed
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564
3565 \backslash
3566 raisebox
3567 \series default
3568  is only used as spacer.
3569 \end_layout
3570
3571 \end_inset
3572
3573
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 ^19
3585 \begin_inset ERT
3586 status collapsed
3587
3588 \begin_layout Plain Layout
3589
3590
3591 \backslash
3592 spce 
3593 \end_layout
3594
3595 \end_inset
3596
3597 _
3598 \backslash
3599 phantom
3600 \begin_inset ERT
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605
3606 \backslash
3607 spce 
3608 \end_layout
3609
3610 \end_inset
3611
3612 1
3613 \begin_inset Formula $\to$
3614 \end_inset
3615
3616 9
3617 \begin_inset ERT
3618 status collapsed
3619
3620 \begin_layout Plain Layout
3621
3622
3623 \backslash
3624 spce 
3625 \end_layout
3626
3627 \end_inset
3628
3629 F
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3639 \end_inset
3640
3641
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 </row>
3647 <row>
3648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 ^235
3653 \begin_inset ERT
3654 status collapsed
3655
3656 \begin_layout Plain Layout
3657
3658
3659 \backslash
3660 spce 
3661 \end_layout
3662
3663 \end_inset
3664
3665 _
3666 \backslash
3667 phantom
3668 \begin_inset ERT
3669 status collapsed
3670
3671 \begin_layout Plain Layout
3672
3673
3674 \backslash
3675 spce 
3676 \end_layout
3677
3678 \end_inset
3679
3680 23
3681 \begin_inset Formula $\to$
3682 \end_inset
3683
3684 9
3685 \begin_inset ERT
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689
3690
3691 \backslash
3692 spce 
3693 \end_layout
3694
3695 \end_inset
3696
3697 F
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3707 \end_inset
3708
3709
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 </row>
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720
3721 \backslash
3722 Lambda^
3723 \begin_inset ERT
3724 status collapsed
3725
3726 \begin_layout Plain Layout
3727
3728
3729 \backslash
3730 spce 
3731 \end_layout
3732
3733 \end_inset
3734
3735
3736 \backslash
3737 phantom
3738 \begin_inset ERT
3739 status collapsed
3740
3741 \begin_layout Plain Layout
3742
3743
3744 \backslash
3745 spce 
3746 \end_layout
3747
3748 \end_inset
3749
3750 ii
3751 \begin_inset Formula $\to$
3752 \end_inset
3753
3754 t
3755 \begin_inset ERT
3756 status collapsed
3757
3758 \begin_layout Plain Layout
3759
3760
3761 \backslash
3762 spce 
3763 \end_layout
3764
3765 \end_inset
3766
3767 _MMt
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 </lyxtabular>
3786
3787 \end_inset
3788
3789
3790 \end_layout
3791
3792 \begin_layout Standard
3793 Furthermore there are the commands 
3794 \series bold
3795
3796 \backslash
3797 vphantom
3798 \series default
3799
3800 \begin_inset Index
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804 Commands ! V ! 
3805 \backslash
3806 vphantom
3807 \end_layout
3808
3809 \end_inset
3810
3811  (toolbar button 
3812 \begin_inset Space ~
3813 \end_inset
3814
3815
3816 \begin_inset Graphics
3817         filename ../images/math/vphantom.png
3818         embed ""
3819         scale 85
3820
3821 \end_inset
3822
3823 ) and 
3824 \series bold
3825
3826 \backslash
3827 hphantom
3828 \series default
3829
3830 \begin_inset Index
3831 status collapsed
3832
3833 \begin_layout Plain Layout
3834 Commands ! H ! 
3835 \backslash
3836 hphantom
3837 \end_layout
3838
3839 \end_inset
3840
3841  (toolbar button 
3842 \begin_inset Space ~
3843 \end_inset
3844
3845
3846 \begin_inset Graphics
3847         filename ../images/math/hphantom.png
3848         embed ""
3849         scale 85
3850
3851 \end_inset
3852
3853 ).
3854  
3855 \series bold
3856
3857 \backslash
3858 hphantom
3859 \series default
3860  creates only space for the maximal height of the characters in the box
3861  but not for its width.
3862  
3863 \series bold
3864
3865 \backslash
3866 vphantom
3867 \series default
3868  creates only space for the width of the box content.
3869  Therefore  the boxes of both commands have only one red arrow.
3870 \end_layout
3871
3872 \begin_layout Standard
3873 For example creates 
3874 \series bold
3875
3876 \backslash
3877 vphantom
3878 \series default
3879
3880 \begin_inset ERT
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884
3885
3886 \backslash
3887 spce 
3888 \end_layout
3889
3890 \end_inset
3891
3892
3893 \series bold
3894 a
3895 \backslash
3896 int
3897 \series default
3898  space for the height of the integral sign,
3899 \begin_inset Foot
3900 status collapsed
3901
3902 \begin_layout Plain Layout
3903 The command 
3904 \series bold
3905
3906 \backslash
3907 int
3908 \series default
3909  creates an integral sign, see 
3910 \begin_inset CommandInset ref
3911 LatexCommand ref
3912 reference "sub:Big-Operators"
3913
3914 \end_inset
3915
3916 .
3917 \end_layout
3918
3919 \end_inset
3920
3921  because this is the larger character.
3922  An example application is in 
3923 \begin_inset CommandInset ref
3924 LatexCommand ref
3925 reference "sub:Multiline-Brackets"
3926
3927 \end_inset
3928
3929 .
3930 \end_layout
3931
3932 \begin_layout Subsection
3933 Lines
3934 \begin_inset Index
3935 status collapsed
3936
3937 \begin_layout Plain Layout
3938 Lines
3939 \end_layout
3940
3941 \end_inset
3942
3943
3944 \begin_inset Index
3945 status collapsed
3946
3947 \begin_layout Plain Layout
3948 Formula ! underlined
3949 \end_layout
3950
3951 \end_inset
3952
3953
3954 \end_layout
3955
3956 \begin_layout Standard
3957 \align center
3958 \begin_inset Tabular
3959 <lyxtabular version="3" rows="4" columns="2">
3960 <features>
3961 <column alignment="center" valignment="top" width="0pt">
3962 <column alignment="center" valignment="top" width="0pt">
3963 <row>
3964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Command
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 Result
3978 \begin_inset Note Note
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982
3983 \series bold
3984
3985 \backslash
3986 raisebox
3987 \series default
3988  is only used as spacer.
3989 \end_layout
3990
3991 \end_inset
3992
3993
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \backslash
4006 overline
4007 \begin_inset ERT
4008 status collapsed
4009
4010 \begin_layout Plain Layout
4011
4012
4013 \backslash
4014 spce 
4015 \end_layout
4016
4017 \end_inset
4018
4019 A+B
4020 \begin_inset Index
4021 status collapsed
4022
4023 \begin_layout Plain Layout
4024 Commands ! O ! 
4025 \backslash
4026 overline
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4041 \end_inset
4042
4043
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \backslash
4056 underline
4057 \begin_inset ERT
4058 status collapsed
4059
4060 \begin_layout Plain Layout
4061
4062
4063 \backslash
4064 spce 
4065 \end_layout
4066
4067 \end_inset
4068
4069 A+B
4070 \begin_inset Index
4071 status collapsed
4072
4073 \begin_layout Plain Layout
4074 Commands ! U ! 
4075 \backslash
4076 underline
4077 \end_layout
4078
4079 \end_inset
4080
4081
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4091 \end_inset
4092
4093
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \backslash
4106 overline
4107 \begin_inset ERT
4108 status collapsed
4109
4110 \begin_layout Plain Layout
4111
4112
4113 \backslash
4114 spce 
4115 \end_layout
4116
4117 \end_inset
4118
4119
4120 \backslash
4121 underline
4122 \begin_inset ERT
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126
4127
4128 \backslash
4129 spce 
4130 \end_layout
4131
4132 \end_inset
4133
4134 A+B
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4144 \end_inset
4145
4146
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 </row>
4152 </lyxtabular>
4153
4154 \end_inset
4155
4156
4157 \end_layout
4158
4159 \begin_layout Standard
4160 In the last example it doesn't matter if first 
4161 \series bold
4162
4163 \backslash
4164 overline
4165 \series default
4166  or 
4167 \series bold
4168
4169 \backslash
4170 underline
4171 \series default
4172  is inserted.
4173 \end_layout
4174
4175 \begin_layout Standard
4176 To double underline e.
4177 \begin_inset Space \thinspace{}
4178 \end_inset
4179
4180 g.
4181  results, one uses 
4182 \series bold
4183
4184 \backslash
4185 underline
4186 \series default
4187  twice.
4188 \end_layout
4189
4190 \begin_layout Standard
4191 It is possible to place up to 6 lines above or below characters.
4192 \end_layout
4193
4194 \begin_layout Subsection
4195 Ellipses
4196 \begin_inset Index
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200 Ellipses
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \begin_layout Standard
4209 There are different types of ellipses available.
4210 \begin_inset Foot
4211 status collapsed
4212
4213 \begin_layout Plain Layout
4214 In the math toolbar in the submenu of the button 
4215 \begin_inset Graphics
4216         filename ../images/math/ldots.png
4217         embed ""
4218         scale 85
4219
4220 \end_inset
4221
4222
4223 \end_layout
4224
4225 \end_inset
4226
4227  For listings dots at the baseline are used (
4228 \series bold
4229
4230 \backslash
4231 ldots
4232 \series default
4233
4234 \begin_inset Index
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238 Commands ! L ! 
4239 \backslash
4240 ldots
4241 \end_layout
4242
4243 \end_inset
4244
4245 ), while for operations dots are needed that are on the same height as the
4246  operators (
4247 \series bold
4248
4249 \backslash
4250 cdots
4251 \series default
4252
4253 \begin_inset Index
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 Commands ! C ! 
4258 \backslash
4259 cdots
4260 \end_layout
4261
4262 \end_inset
4263
4264 ).
4265  When using the command 
4266 \series bold
4267
4268 \backslash
4269 dots
4270 \series default
4271
4272 \begin_inset Index
4273 status collapsed
4274
4275 \begin_layout Plain Layout
4276 Commands ! D ! 
4277 \backslash
4278 dots
4279 \end_layout
4280
4281 \end_inset
4282
4283 , LaTeX decides on the basis of the next character what type is used.
4284 \end_layout
4285
4286 \begin_layout Standard
4287 \align center
4288 \begin_inset Tabular
4289 <lyxtabular version="3" rows="8" columns="2">
4290 <features>
4291 <column alignment="center" valignment="top" width="0pt">
4292 <column alignment="center" valignment="top" width="0pt">
4293 <row>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Command
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Result
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 A_1
4319 \begin_inset ERT
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323
4324
4325 \backslash
4326 spce 
4327 \end_layout
4328
4329 \end_inset
4330
4331 ,
4332 \backslash
4333 dots
4334 \begin_inset ERT
4335 status collapsed
4336
4337 \begin_layout Plain Layout
4338
4339
4340 \backslash
4341 spce 
4342 \end_layout
4343
4344 \end_inset
4345
4346 ,A_n
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 \begin_inset Formula $A_{1},\dots,A_{n}$
4356 \end_inset
4357
4358
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 </row>
4364 <row>
4365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 A_1
4370 \begin_inset ERT
4371 status collapsed
4372
4373 \begin_layout Plain Layout
4374
4375
4376 \backslash
4377 spce 
4378 \end_layout
4379
4380 \end_inset
4381
4382 +
4383 \backslash
4384 dots
4385 \begin_inset ERT
4386 status collapsed
4387
4388 \begin_layout Plain Layout
4389
4390
4391 \backslash
4392 spce 
4393 \end_layout
4394
4395 \end_inset
4396
4397 +A_n
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 \begin_inset Formula $A_{1}+\dots+A_{n}$
4407 \end_inset
4408
4409
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 A_1
4421 \begin_inset ERT
4422 status collapsed
4423
4424 \begin_layout Plain Layout
4425
4426
4427 \backslash
4428 spce 
4429 \end_layout
4430
4431 \end_inset
4432
4433 ,
4434 \backslash
4435 ldots
4436 \begin_inset ERT
4437 status collapsed
4438
4439 \begin_layout Plain Layout
4440
4441
4442 \backslash
4443 spce 
4444 \end_layout
4445
4446 \end_inset
4447
4448 ,A_n
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $A_{1},\ldots,A_{n}$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 A_1
4472 \begin_inset ERT
4473 status collapsed
4474
4475 \begin_layout Plain Layout
4476
4477
4478 \backslash
4479 spce 
4480 \end_layout
4481
4482 \end_inset
4483
4484 +
4485 \backslash
4486 cdots
4487 \begin_inset ERT
4488 status collapsed
4489
4490 \begin_layout Plain Layout
4491
4492
4493 \backslash
4494 spce 
4495 \end_layout
4496
4497 \end_inset
4498
4499 +A_n
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4509 \end_inset
4510
4511
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 </row>
4517 <row>
4518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522
4523 \backslash
4524 vdots
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 \begin_inset Formula $\vdots$
4534 \end_inset
4535
4536
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \backslash
4549 ddots
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 \begin_inset Formula $\ddots$
4559 \end_inset
4560
4561
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 3×3
4573 \begin_inset Space \thinspace{}
4574 \end_inset
4575
4576 matrix with the different dots
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 \begin_inset Formula $\begin{array}{ccc}
4586 A_{11} & \cdots & A_{1m}\\
4587 \vdots & \ddots & \vdots\\
4588 A_{n1} & \cdots & A_{nm}\end{array}$
4589 \end_inset
4590
4591
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 </lyxtabular>
4598
4599 \end_inset
4600
4601
4602 \end_layout
4603
4604 \begin_layout Standard
4605 The ellipses available in menu 
4606 \family sans
4607 Insert\SpecialChar \menuseparator
4608 Special
4609 \begin_inset Space ~
4610 \end_inset
4611
4612 Character
4613 \family default
4614  are 
4615 \series bold
4616
4617 \backslash
4618 ldots
4619 \series default
4620 .
4621 \end_layout
4622
4623 \begin_layout Standard
4624 \begin_inset VSpace medskip
4625 \end_inset
4626
4627 Specially for matrices there are ellipses that span over several columns.
4628  They are created with the command 
4629 \series bold
4630
4631 \backslash
4632 hdotsfor
4633 \series default
4634
4635 \begin_inset Index
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639 Commands ! H ! 
4640 \backslash
4641 hdotsfor
4642 \end_layout
4643
4644 \end_inset
4645
4646 , that has the following scheme:
4647 \end_layout
4648
4649 \begin_layout Standard
4650
4651 \series bold
4652
4653 \backslash
4654 hdotsfor[distance]{number of columns}
4655 \end_layout
4656
4657 \begin_layout Standard
4658 The number of columns specifies how many columns should be spanned.
4659  Distance is a factor for the distance between the dots.
4660 \end_layout
4661
4662 \begin_layout Standard
4663 In the following matrix the command 
4664 \series bold
4665
4666 \backslash
4667 hdotsfor[2]{4}
4668 \series default
4669  was inserted in the first box of the second line, to get an ellipsis with
4670  a dot distance twice as long as with the command 
4671 \series bold
4672
4673 \backslash
4674 dots
4675 \series default
4676 :
4677 \begin_inset Formula \[
4678 \left(\begin{array}{cccc}
4679 A & B & C & D\\
4680 \hdotsfor [2]{4}\\
4681 q & w & e & r\end{array}\right)\]
4682
4683 \end_inset
4684
4685 Note that the matrix fields that should be spanned must be empty, otherwise
4686  you get LaTeX-errors.
4687 \end_layout
4688
4689 \begin_layout Standard
4690 \begin_inset VSpace bigskip
4691 \end_inset
4692
4693 Furthermore you can fill with the command 
4694 \series bold
4695
4696 \backslash
4697 dotfill
4698 \series default
4699
4700 \begin_inset Index
4701 status collapsed
4702
4703 \begin_layout Plain Layout
4704 Commands ! D ! 
4705 \backslash
4706 dotfill
4707 \end_layout
4708
4709 \end_inset
4710
4711  the rest of a line with dots.
4712  The effect of these commands is the same like with 
4713 \series bold
4714
4715 \backslash
4716 hfill
4717 \series default
4718 , see 
4719 \begin_inset CommandInset ref
4720 LatexCommand ref
4721 reference "sub:Variable-Space"
4722
4723 \end_inset
4724
4725 .
4726 \end_layout
4727
4728 \begin_layout Standard
4729 For example the command 
4730 \series bold
4731 A
4732 \backslash
4733 dotfill
4734 \begin_inset ERT
4735 status collapsed
4736
4737 \begin_layout Plain Layout
4738
4739
4740 \backslash
4741 spce 
4742 \end_layout
4743
4744 \end_inset
4745
4746 B
4747 \series default
4748  produces
4749 \end_layout
4750
4751 \begin_layout Standard
4752 \begin_inset Formula $A\dotfill  B$
4753 \end_inset
4754
4755
4756 \end_layout
4757
4758 \begin_layout Standard
4759 Analog to
4760 \series bold
4761  
4762 \backslash
4763 dotfill
4764 \series default
4765  there is for a line the command 
4766 \series bold
4767
4768 \backslash
4769 hrulefill
4770 \series default
4771
4772 \begin_inset Index
4773 status collapsed
4774
4775 \begin_layout Plain Layout
4776 Commands ! H ! 
4777 \backslash
4778 hrulefill
4779 \end_layout
4780
4781 \end_inset
4782
4783 :
4784 \end_layout
4785
4786 \begin_layout Standard
4787 \begin_inset Formula $A\hrulefill  B$
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 To use the commands for text, they have to be inserted in TeX-mode.
4795 \end_layout
4796
4797 \begin_layout Section
4798 Matrices
4799 \begin_inset CommandInset label
4800 LatexCommand label
4801 name "sec:Matrices"
4802
4803 \end_inset
4804
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Matrices
4811 \end_layout
4812
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819 Matrices can be inserted via the math toolbar button 
4820 \begin_inset Graphics
4821         filename ../images/dialog-show_mathmatrix.png
4822         embed ""
4823         scale 85
4824
4825 \end_inset
4826
4827  or the menu 
4828 \family sans
4829 Insert\SpecialChar \menuseparator
4830 Math\SpecialChar \menuseparator
4831 Matrix
4832 \family default
4833 .
4834  You will be asked for the number of matrix columns and rows, and the alignment.
4835  The vertical alignment is hereby only of importance for matrices in inline
4836  formulas:
4837 \end_layout
4838
4839 \begin_layout Standard
4840 The first matrix is top 
4841 \begin_inset Formula $\begin{array}[t]{cccc}
4842 A & D & G & J\\
4843 B & E & H & K\\
4844 C & F & I & L\end{array}$
4845 \end_inset
4846
4847 , the second middle 
4848 \begin_inset Formula $\begin{array}{cccc}
4849 A & D & G & J\\
4850 B & E & H & K\\
4851 C & F & I & L\end{array}$
4852 \end_inset
4853
4854 , and the third bottom 
4855 \begin_inset Formula $\begin{array}[b]{cccc}
4856 A & D & G & J\\
4857 B & E & H & K\\
4858 C & F & I & L\end{array}$
4859 \end_inset
4860
4861  aligned.
4862 \end_layout
4863
4864 \begin_layout Standard
4865 The horizontal alignment specifies how the column entries should be aligned.
4866  It is set by entering a letter for every column.
4867  
4868 \emph on
4869 l
4870 \emph default
4871  denotes left aligned, 
4872 \emph on
4873 c
4874 \emph default
4875  centered, and 
4876 \emph on
4877 r
4878 \emph default
4879  right aligned.
4880  To create for example a 4
4881 \series bold
4882 ×
4883 \series default
4884 4
4885 \begin_inset Space ~
4886 \end_inset
4887
4888 matrix where the first column is left aligned, the second and third are
4889  centered, and the last one is right aligned, one enters for the horizontal
4890  alignment 
4891 \series bold
4892 lccr
4893 \series default
4894 .
4895  Normally are in a matrix all columns centered, therefore the default is
4896  for every column is a 
4897 \series bold
4898 c
4899 \series default
4900 .
4901 \end_layout
4902
4903 \begin_layout Standard
4904 Horizontal alignment:
4905 \end_layout
4906
4907 \begin_layout Standard
4908
4909 \series bold
4910 lll
4911 \series default
4912  : 
4913 \begin_inset Formula $\begin{array}{lll}
4914 10000 & D & G\\
4915 B & 10000 & H\\
4916 C & F & 10000\end{array}$
4917 \end_inset
4918
4919  , 
4920 \series bold
4921 ccc
4922 \series default
4923  : 
4924 \begin_inset Formula $\begin{array}{ccc}
4925 10000 & D & G\\
4926 B & 10000 & H\\
4927 C & F & 10000\end{array}$
4928 \end_inset
4929
4930  , 
4931 \series bold
4932 rrr
4933 \series default
4934  : 
4935 \begin_inset Formula $\begin{array}{rrr}
4936 10000 & D & G\\
4937 B & 10000 & H\\
4938 C & F & 10000\end{array}$
4939 \end_inset
4940
4941
4942 \end_layout
4943
4944 \begin_layout Standard
4945 To add or delete rows and columns subsequently, the math toolbar buttons
4946  
4947 \begin_inset Graphics
4948         filename ../images/tabular-feature_append-row.png
4949         embed ""
4950         scale 85
4951
4952 \end_inset
4953
4954
4955 \begin_inset Graphics
4956         filename ../images/tabular-feature_delete-row.png
4957         embed ""
4958         scale 85
4959
4960 \end_inset
4961
4962 , etc.
4963 \begin_inset Space \thinspace{}
4964 \end_inset
4965
4966 , or the menu 
4967 \family sans
4968 Edit\SpecialChar \menuseparator
4969 Rows & Columns
4970 \family default
4971  can be used.
4972  New rows can also be created with 
4973 \family sans
4974 Ctrl-Return
4975 \family default
4976 .
4977 \end_layout
4978
4979 \begin_layout Standard
4980 \begin_inset VSpace bigskip
4981 \end_inset
4982
4983 Parentheses around a matrix can can either be created with the commands
4984  
4985 \series bold
4986
4987 \backslash
4988 left
4989 \series default
4990
4991 \begin_inset Index
4992 status collapsed
4993
4994 \begin_layout Plain Layout
4995 Commands ! L ! 
4996 \backslash
4997 left
4998 \end_layout
4999
5000 \end_inset
5001
5002  and 
5003 \series bold
5004
5005 \backslash
5006 right
5007 \series default
5008
5009 \begin_inset Index
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Commands ! R ! 
5014 \backslash
5015 right
5016 \end_layout
5017
5018 \end_inset
5019
5020  (shortcut 
5021 \family sans
5022 Alt-m
5023 \begin_inset Space ~
5024 \end_inset
5025
5026 parenthesis
5027 \family default
5028 ), see 
5029 \begin_inset CommandInset ref
5030 LatexCommand ref
5031 reference "sub:Automatic-Bracket-Size"
5032
5033 \end_inset
5034
5035 , or by using the following commands:
5036 \begin_inset VSpace medskip
5037 \end_inset
5038
5039
5040 \end_layout
5041
5042 \begin_layout Standard
5043 \begin_inset Space \hfill{}
5044 \end_inset
5045
5046
5047 \begin_inset Tabular
5048 <lyxtabular version="3" rows="4" columns="2">
5049 <features>
5050 <column alignment="center" valignment="top" width="0">
5051 <column alignment="center" valignment="top" width="0">
5052 <row>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Command
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Result
5067 \begin_inset Note Note
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073
5074 \backslash
5075 raisebox
5076 \series default
5077  is only used as spacer.
5078 \end_layout
5079
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \backslash
5095 bmatrix
5096 \begin_inset ERT
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100
5101
5102 \backslash
5103 spce 
5104 \end_layout
5105
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset Space \thinspace{}
5114 \end_inset
5115
5116 matrix
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5128 \end_inset
5129
5130
5131 \end_layout
5132
5133 \end_inset
5134 </cell>
5135 </row>
5136 <row>
5137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141
5142 \backslash
5143 Bmatrix
5144 \begin_inset ERT
5145 status collapsed
5146
5147 \begin_layout Plain Layout
5148
5149
5150 \backslash
5151 spce 
5152 \end_layout
5153
5154 \end_inset
5155
5156 2
5157 \series bold
5158 ×
5159 \series default
5160 2
5161 \begin_inset Space \thinspace{}
5162 \end_inset
5163
5164 matrix
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5174 0 & \textrm{-}\mathrm{i}\\
5175 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5176 \end_inset
5177
5178
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 </row>
5184 <row>
5185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5186 \begin_inset Text
5187
5188 \begin_layout Plain Layout
5189
5190 \backslash
5191 pmatrix
5192 \begin_inset ERT
5193 status collapsed
5194
5195 \begin_layout Plain Layout
5196
5197
5198 \backslash
5199 spce 
5200 \end_layout
5201
5202 \end_inset
5203
5204 2
5205 \series bold
5206 ×
5207 \series default
5208 2
5209 \begin_inset Space \thinspace{}
5210 \end_inset
5211
5212 matrix
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5224 \end_inset
5225
5226
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 </row>
5232 </lyxtabular>
5233
5234 \end_inset
5235
5236
5237 \begin_inset Space \hfill{}
5238 \end_inset
5239
5240
5241 \begin_inset Tabular
5242 <lyxtabular version="3" rows="4" columns="2">
5243 <features>
5244 <column alignment="center" valignment="top" width="0">
5245 <column alignment="center" valignment="top" width="0">
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251 Command
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Result
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 <row>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271
5272 \backslash
5273 vmatrix
5274 \begin_inset ERT
5275 status collapsed
5276
5277 \begin_layout Plain Layout
5278
5279
5280 \backslash
5281 spce 
5282 \end_layout
5283
5284 \end_inset
5285
5286 2
5287 \series bold
5288 ×
5289 \series default
5290 2
5291 \begin_inset Space \thinspace{}
5292 \end_inset
5293
5294 matrix
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5304 0 & \textrm{-}\mathrm{i}\\
5305 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319
5320 \backslash
5321 Vmatrix
5322 \begin_inset ERT
5323 status collapsed
5324
5325 \begin_layout Plain Layout
5326
5327
5328 \backslash
5329 spce 
5330 \end_layout
5331
5332 \end_inset
5333
5334 2
5335 \series bold
5336 ×
5337 \series default
5338 2
5339 \begin_inset Space \thinspace{}
5340 \end_inset
5341
5342 matrix
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5352 0 & \textrm{-}\mathrm{i}\\
5353 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5354 \end_inset
5355
5356
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 </row>
5362 <row>
5363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5364 \begin_inset Text
5365
5366 \begin_layout Plain Layout
5367
5368 \backslash
5369 matrix
5370 \begin_inset ERT
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374
5375
5376 \backslash
5377 spce 
5378 \end_layout
5379
5380 \end_inset
5381
5382 2
5383 \series bold
5384 ×
5385 \series default
5386 2
5387 \begin_inset Space \thinspace{}
5388 \end_inset
5389
5390 matrix
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5400 0 & \textrm{-}\mathrm{i}\\
5401 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5402 \end_inset
5403
5404
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 </lyxtabular>
5411
5412 \end_inset
5413
5414
5415 \begin_inset Space \hfill{}
5416 \end_inset
5417
5418
5419 \end_layout
5420
5421 \begin_layout Standard
5422 \begin_inset VSpace medskip
5423 \end_inset
5424
5425 When e.
5426 \begin_inset Space \thinspace{}
5427 \end_inset
5428
5429 g.
5430 \begin_inset Space ~
5431 \end_inset
5432
5433
5434 \series bold
5435
5436 \backslash
5437 vmatrix
5438 \series default
5439  is inserted, a blue box appears between two vertical lines where the matrix
5440  is inserted.
5441 \end_layout
5442
5443 \begin_layout Standard
5444 \begin_inset VSpace bigskip
5445 \end_inset
5446
5447 As all multiline formulas are matrices, the length 
5448 \series bold
5449
5450 \backslash
5451 arraycolsep
5452 \series default
5453
5454 \begin_inset Index
5455 status collapsed
5456
5457 \begin_layout Plain Layout
5458 Commands ! A ! 
5459 \backslash
5460 arraycolsep
5461 \end_layout
5462
5463 \end_inset
5464
5465  that is described in 
5466 \begin_inset CommandInset ref
5467 LatexCommand ref
5468 reference "sub:Column-Separation"
5469
5470 \end_inset
5471
5472  can also be used to change the column separation of matrices.
5473 \end_layout
5474
5475 \begin_layout Standard
5476 To change the row separation, the command 
5477 \series bold
5478
5479 \backslash
5480 arraystretch
5481 \series default
5482
5483 \begin_inset Index
5484 status collapsed
5485
5486 \begin_layout Plain Layout
5487 Commands ! A ! 
5488 \backslash
5489 arraystretch
5490 \end_layout
5491
5492 \end_inset
5493
5494  is used.
5495  It is used as follows:
5496 \end_layout
5497
5498 \begin_layout Standard
5499
5500 \series bold
5501
5502 \backslash
5503 renewcommand{
5504 \backslash
5505 arraystretch}{stretch factor}
5506 \begin_inset Index
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 Commands ! R ! 
5511 \backslash
5512 renewcommand
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \begin_layout Standard
5521 The command 
5522 \series bold
5523
5524 \backslash
5525 renewcommand
5526 \series default
5527  assigns the stretch factor to the predefined command 
5528 \series bold
5529
5530 \backslash
5531 arraystretch
5532 \series default
5533 .
5534  To double e.
5535 \begin_inset Space \thinspace{}
5536 \end_inset
5537
5538 g.
5539 \begin_inset Space ~
5540 \end_inset
5541
5542 the row separation, use the factor 2.
5543  This is then used for all following matrices.
5544  To go back to the original separation, assign the factor 1 to 
5545 \series bold
5546
5547 \backslash
5548 arraystretch
5549 \series default
5550 .
5551 \end_layout
5552
5553 \begin_layout Standard
5554 To set matrices into a text line, the command 
5555 \series bold
5556
5557 \backslash
5558 smallmatrix
5559 \series default
5560
5561 \begin_inset Index
5562 status collapsed
5563
5564 \begin_layout Plain Layout
5565 Commands ! S ! 
5566 \backslash
5567 smallmatrix
5568 \end_layout
5569
5570 \end_inset
5571
5572  is used.
5573  When it is inserted a blue box with two dashed lines appears.
5574  In this box the matrix is inserted.
5575 \end_layout
5576
5577 \begin_layout Standard
5578 This is a matrix 
5579 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5580 C & D\end{smallmatrix}\right)$
5581 \end_inset
5582
5583  in a text line.
5584 \end_layout
5585
5586 \begin_layout Section
5587 Brackets and Delimiters
5588 \begin_inset Index
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592 Brackets
5593 \end_layout
5594
5595 \end_inset
5596
5597
5598 \begin_inset Index
5599 status collapsed
5600
5601 \begin_layout Plain Layout
5602 Delimiters
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \begin_layout Subsection
5611 Vertical Brackets and Delimiters
5612 \begin_inset Index
5613 status collapsed
5614
5615 \begin_layout Plain Layout
5616 Brackets ! vertical
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Standard
5625 \begin_inset Space \hfill{}
5626 \end_inset
5627
5628
5629 \begin_inset Tabular
5630 <lyxtabular version="3" rows="9" columns="2">
5631 <features>
5632 <column alignment="center" valignment="top" width="0pt">
5633 <column alignment="center" valignment="top" width="0pt">
5634 <row>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 Command
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5645 \begin_inset Text
5646
5647 \begin_layout Plain Layout
5648 Result
5649 \end_layout
5650
5651 \end_inset
5652 </cell>
5653 </row>
5654 <row>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 (
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 \begin_inset Formula $($
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 {
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691 \begin_inset Formula $\{$
5692 \end_inset
5693
5694
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 </row>
5700 <row>
5701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 [
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $[$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \backslash
5730 langle
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\langle$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753
5754 \backslash
5755 lceil
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $\lceil$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 </row>
5773 <row>
5774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5775 \begin_inset Text
5776
5777 \begin_layout Plain Layout
5778
5779 \backslash
5780 lfloor
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\lfloor$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 /
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $/$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 |
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 \begin_inset Formula $|$
5836 \end_inset
5837
5838
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \begin_inset Space \hfill{}
5850 \end_inset
5851
5852
5853 \begin_inset Tabular
5854 <lyxtabular version="3" rows="9" columns="2">
5855 <features>
5856 <column alignment="center" valignment="top" width="0pt">
5857 <column alignment="center" valignment="top" width="0pt">
5858 <row>
5859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5860 \begin_inset Text
5861
5862 \begin_layout Plain Layout
5863 Command
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5869 \begin_inset Text
5870
5871 \begin_layout Plain Layout
5872 Result
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 <row>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 )
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 \begin_inset Formula $)$
5893 \end_inset
5894
5895
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 <row>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 }
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 \begin_inset Formula $\}$
5916 \end_inset
5917
5918
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 </row>
5924 <row>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 ]
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $]$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \backslash
5954 rangle
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\rangle$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \backslash
5979 rceil
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 \begin_inset Formula $\rceil$
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 </row>
5997 <row>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002
6003 \backslash
6004 rfloor
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Plain Layout
6013 \begin_inset Formula $\rfloor$
6014 \end_inset
6015
6016
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 </row>
6022 <row>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027
6028 \backslash
6029
6030 \backslash
6031
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 \begin_inset Formula $\backslash$
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 </row>
6049 <row>
6050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054
6055 \backslash
6056 |
6057 \end_layout
6058
6059 \end_inset
6060 </cell>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 \begin_inset Formula $\|$
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
6073 </row>
6074 </lyxtabular>
6075
6076 \end_inset
6077
6078
6079 \begin_inset Space \hfill{}
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \begin_layout Standard
6086
6087 \series medium
6088 \begin_inset Note Greyedout
6089 status open
6090
6091 \begin_layout Plain Layout
6092
6093 \series bold
6094 Note:
6095 \series default
6096  In TeX-mode the command 
6097 \series bold
6098
6099 \backslash
6100 textbackslash
6101 \series default
6102
6103 \begin_inset Index
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 Commands ! T ! 
6108 \backslash
6109 textbackslash
6110 \end_layout
6111
6112 \end_inset
6113
6114  must be used for the backslash, because the command 
6115 \series bold
6116
6117 \backslash
6118
6119 \backslash
6120
6121 \series default
6122  produces there a line break.
6123 \end_layout
6124
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \begin_layout Standard
6131 For all characters listed above the size can be adjusted with the commands
6132  described in the following two subsections.
6133  When using these commands, the characters < and > can directly be used
6134  instead of the commands 
6135 \series bold
6136
6137 \backslash
6138 langle
6139 \series default
6140  and 
6141 \series bold
6142
6143 \backslash
6144 rangle
6145 \series default
6146 .
6147 \end_layout
6148
6149 \begin_layout Subsubsection
6150 Manual Bracket Size
6151 \begin_inset CommandInset label
6152 LatexCommand label
6153 name "sub:Manual-Bracket-Size"
6154
6155 \end_inset
6156
6157
6158 \begin_inset Index
6159 status collapsed
6160
6161 \begin_layout Plain Layout
6162 Bracket size ! manual
6163 \end_layout
6164
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \begin_layout Standard
6171 The bracket size can be specified manually by the LaTeX-commands 
6172 \series bold
6173
6174 \backslash
6175 big
6176 \series default
6177
6178 \begin_inset Index
6179 status collapsed
6180
6181 \begin_layout Plain Layout
6182 Commands ! B ! 
6183 \backslash
6184 big
6185 \end_layout
6186
6187 \end_inset
6188
6189
6190 \series bold
6191
6192 \backslash
6193 Big
6194 \series default
6195
6196 \series bold
6197
6198 \backslash
6199 bigg
6200 \series default
6201 , and 
6202 \series bold
6203
6204 \backslash
6205 Bigg
6206 \series default
6207 .
6208  
6209 \series bold
6210
6211 \backslash
6212 big
6213 \series default
6214  denotes the smallest and 
6215 \series bold
6216
6217 \backslash
6218 Bigg
6219 \series default
6220  the largest bracket size.
6221 \end_layout
6222
6223 \begin_layout Standard
6224 These commands are used to emphasize levels of brackets:
6225 \end_layout
6226
6227 \begin_layout Standard
6228 \align center
6229 \begin_inset Tabular
6230 <lyxtabular version="3" rows="2" columns="2">
6231 <features>
6232 <column alignment="center" valignment="top" width="0pt">
6233 <column alignment="center" valignment="top" width="0pt">
6234 <row>
6235 <cell alignment="center" valignment="top" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 all brackets in the same size:
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 this looks better:
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6272 \end_inset
6273
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 </lyxtabular>
6281
6282 \end_inset
6283
6284
6285 \begin_inset Note Note
6286 status collapsed
6287
6288 \begin_layout Plain Layout
6289
6290 \series bold
6291
6292 \backslash
6293 raisebox
6294 \series default
6295  is only used as spacer.
6296 \end_layout
6297
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \begin_layout Standard
6304 For the second formula the command 
6305 \series bold
6306
6307 \backslash
6308 Big((A+B)(A-B)
6309 \backslash
6310 Big)^
6311 \begin_inset ERT
6312 status collapsed
6313
6314 \begin_layout Plain Layout
6315
6316
6317 \backslash
6318 spce 
6319 \end_layout
6320
6321 \end_inset
6322
6323 C
6324 \series default
6325  has been used.
6326 \end_layout
6327
6328 \begin_layout Standard
6329 Here is an overview about all bracket sizes:
6330 \end_layout
6331
6332 \begin_layout Standard
6333 \align center
6334
6335 \backslash
6336 Bigg(
6337 \backslash
6338 exp
6339 \backslash
6340 bigg<
6341 \backslash
6342 Big[
6343 \backslash
6344 big{
6345 \backslash
6346 ln(3x)
6347 \backslash
6348 big}^2
6349 \begin_inset ERT
6350 status collapsed
6351
6352 \begin_layout Plain Layout
6353
6354
6355 \backslash
6356 spce 
6357 \end_layout
6358
6359 \end_inset
6360
6361
6362 \backslash
6363 sin(x)
6364 \backslash
6365 Big]^
6366 \begin_inset ERT
6367 status collapsed
6368
6369 \begin_layout Plain Layout
6370
6371
6372 \backslash
6373 spce 
6374 \end_layout
6375
6376 \end_inset
6377
6378 A
6379 \begin_inset ERT
6380 status collapsed
6381
6382 \begin_layout Plain Layout
6383
6384
6385 \backslash
6386 spce 
6387 \end_layout
6388
6389 \end_inset
6390
6391
6392 \backslash
6393 bigg>
6394 \backslash
6395 Bigg)^0,5
6396 \end_layout
6397
6398 \begin_layout Standard
6399 \align center
6400 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \begin_layout Standard
6407 \begin_inset Newpage newpage
6408 \end_inset
6409
6410 Besides the 
6411 \series bold
6412
6413 \backslash
6414 big
6415 \series default
6416 -commands there is the variant 
6417 \series bold
6418
6419 \backslash
6420 bigm
6421 \series default
6422
6423 \begin_inset Index
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427 Commands ! B ! 
6428 \backslash
6429 bigm
6430 \end_layout
6431
6432 \end_inset
6433
6434  that adds a bit more space between the bracket and its content, and the
6435  variant 
6436 \series bold
6437
6438 \backslash
6439 bigl
6440 \series default
6441 -
6442 \series bold
6443
6444 \backslash
6445 bigr
6446 \series default
6447
6448 \begin_inset Index
6449 status collapsed
6450
6451 \begin_layout Plain Layout
6452 Commands ! B ! 
6453 \backslash
6454 bigl - 
6455 \backslash
6456 bigr
6457 \end_layout
6458
6459 \end_inset
6460
6461 , that don't add additional space.
6462  The 
6463 \emph on
6464 l
6465 \emph default
6466  at the end of the command 
6467 \series bold
6468
6469 \backslash
6470 bigl
6471 \series default
6472  is for a left bracket; for a right bracket this will be replaced by an
6473  
6474 \emph on
6475 r
6476 \emph default
6477 .
6478  A left or right bracket can each be an opening or closing bracket.
6479 \end_layout
6480
6481 \begin_layout Standard
6482 In the following table is a comparison of the variants:
6483 \end_layout
6484
6485 \begin_layout Standard
6486 \align center
6487 \begin_inset Tabular
6488 <lyxtabular version="3" rows="5" columns="2">
6489 <features>
6490 <column alignment="center" valignment="middle" width="0">
6491 <column alignment="center" valignment="middle" width="0">
6492 <row>
6493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 Command
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 Result
6507 \begin_inset Note Note
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511
6512 \series bold
6513
6514 \backslash
6515 raisebox
6516 \series default
6517  is only used as spacer.
6518 \end_layout
6519
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \backslash
6535 Bigm(
6536 \backslash
6537 bigm(
6538 \backslash
6539 ln(3x)
6540 \backslash
6541 bigm)^2
6542 \series bold
6543
6544 \begin_inset ERT
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548
6549
6550 \backslash
6551 spce 
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \series default
6558
6559 \backslash
6560 Bigm)
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6570 \end_inset
6571
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 </row>
6578 <row>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583
6584 \backslash
6585 Big(
6586 \backslash
6587 big(
6588 \backslash
6589 ln(3x)
6590 \backslash
6591 big)^2
6592 \series bold
6593
6594 \begin_inset ERT
6595 status collapsed
6596
6597 \begin_layout Plain Layout
6598
6599
6600 \backslash
6601 spce 
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \series default
6608
6609 \backslash
6610 Big)
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 </row>
6628 <row>
6629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633
6634 \backslash
6635 Bigl(
6636 \backslash
6637 bigl(
6638 \backslash
6639 ln(3x)
6640 \backslash
6641 bigr)^2
6642 \series bold
6643
6644 \begin_inset ERT
6645 status collapsed
6646
6647 \begin_layout Plain Layout
6648
6649
6650 \backslash
6651 spce 
6652 \end_layout
6653
6654 \end_inset
6655
6656
6657 \series default
6658
6659 \backslash
6660 Bigr)
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683
6684 \backslash
6685 bigl)
6686 \backslash
6687 ln(3x)
6688 \backslash
6689 bigr(
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6699 \end_inset
6700
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 </row>
6707 </lyxtabular>
6708
6709 \end_inset
6710
6711
6712 \end_layout
6713
6714 \begin_layout Subsubsection
6715 Automatic Bracket Size
6716 \begin_inset CommandInset label
6717 LatexCommand label
6718 name "sub:Automatic-Bracket-Size"
6719
6720 \end_inset
6721
6722
6723 \begin_inset Index
6724 status collapsed
6725
6726 \begin_layout Plain Layout
6727 Bracket size ! automatic
6728 \end_layout
6729
6730 \end_inset
6731
6732
6733 \end_layout
6734
6735 \begin_layout Standard
6736 Brackets with variable size can be inserted with the commands 
6737 \series bold
6738
6739 \backslash
6740 left
6741 \series default
6742
6743 \begin_inset Index
6744 status collapsed
6745
6746 \begin_layout Plain Layout
6747 Commands ! L ! 
6748 \backslash
6749 left
6750 \end_layout
6751
6752 \end_inset
6753
6754  and 
6755 \series bold
6756
6757 \backslash
6758 right
6759 \series default
6760
6761 \begin_inset Index
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 Commands ! R ! 
6766 \backslash
6767 right
6768 \end_layout
6769
6770 \end_inset
6771
6772  or via the math toolbar button 
6773 \begin_inset Graphics
6774         filename ../images/dialog-show_mathdelimiter.png
6775         embed ""
6776         scale 85
6777
6778 \end_inset
6779
6780 .
6781  Directly behind 
6782 \series bold
6783
6784 \backslash
6785 left
6786 \series default
6787  and 
6788 \series bold
6789
6790 \backslash
6791 right
6792 \series default
6793  the wanted bracket must be inserted.
6794  The bracket size will then automatically be calculated for the output.
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 normal bracket: The command 
6800 \series bold
6801
6802 \backslash
6803 ln(
6804 \backslash
6805 frac
6806 \begin_inset ERT
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810
6811
6812 \backslash
6813 spce 
6814 \end_layout
6815
6816 \end_inset
6817
6818 A
6819 \begin_inset Formula $\downarrow$
6820 \end_inset
6821
6822 C
6823 \begin_inset ERT
6824 status collapsed
6825
6826 \begin_layout Plain Layout
6827
6828
6829 \backslash
6830 spce 
6831 \end_layout
6832
6833 \end_inset
6834
6835 )
6836 \series default
6837  creates
6838 \begin_inset Formula \[
6839 \ln(\frac{A}{C})\]
6840
6841 \end_inset
6842
6843
6844 \end_layout
6845
6846 \begin_layout Standard
6847 \align center
6848 multiline bracket: The command 
6849 \series bold
6850
6851 \backslash
6852 ln
6853 \backslash
6854 left(
6855 \backslash
6856 frac
6857 \begin_inset ERT
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861
6862
6863 \backslash
6864 spce 
6865 \end_layout
6866
6867 \end_inset
6868
6869 A
6870 \begin_inset Formula $\downarrow$
6871 \end_inset
6872
6873 C
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 spce 
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \backslash
6888 right)
6889 \series default
6890  creates
6891 \begin_inset Formula \[
6892 \ln\left(\frac{A}{C}\right)\]
6893
6894 \end_inset
6895
6896
6897 \end_layout
6898
6899 \begin_layout Standard
6900 Instead of 
6901 \series bold
6902
6903 \backslash
6904 left
6905 \series default
6906  and 
6907 \series bold
6908
6909 \backslash
6910 right
6911 \series default
6912  the shortcut 
6913 \family sans
6914 Alt-m
6915 \begin_inset Space ~
6916 \end_inset
6917
6918 bracket
6919 \family default
6920  can be used.
6921  This has the advantage that you can see in LyX immediately the real bracket
6922  size and that the matching right bracket will be created too.
6923 \begin_inset Newline newline
6924 \end_inset
6925
6926 The command for the last example would then be: 
6927 \series bold
6928
6929 \backslash
6930 ln Alt-m
6931 \series default
6932  
6933 \series bold
6934 (
6935 \backslash
6936 frac
6937 \begin_inset ERT
6938 status collapsed
6939
6940 \begin_layout Plain Layout
6941
6942
6943 \backslash
6944 spce 
6945 \end_layout
6946
6947 \end_inset
6948
6949 A
6950 \begin_inset Formula $\downarrow$
6951 \end_inset
6952
6953 C
6954 \end_layout
6955
6956 \begin_layout Standard
6957 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6958  For example the command 
6959 \series bold
6960
6961 \backslash
6962 left.
6963 \backslash
6964 frac
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 spce 
6973 \end_layout
6974
6975 \end_inset
6976
6977 A
6978 \begin_inset Formula $\downarrow$
6979 \end_inset
6980
6981 B
6982 \begin_inset ERT
6983 status collapsed
6984
6985 \begin_layout Plain Layout
6986
6987
6988 \backslash
6989 spce 
6990 \end_layout
6991
6992 \end_inset
6993
6994
6995 \backslash
6996 right}
6997 \series default
6998  creates:
6999 \series bold
7000
7001 \begin_inset Formula \[
7002 \left.\frac{A}{B}\right\} \]
7003
7004 \end_inset
7005
7006
7007 \series default
7008 The commands 
7009 \series bold
7010
7011 \backslash
7012 left
7013 \series default
7014  and 
7015 \series bold
7016
7017 \backslash
7018 right
7019 \series default
7020  will be converted by LyX to brackets in the right size when the document
7021  is reloaded and an omitted bracket will appear as dashed line.
7022 \end_layout
7023
7024 \begin_layout Standard
7025 \begin_inset VSpace bigskip
7026 \end_inset
7027
7028 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7029  the command 
7030 \series bold
7031
7032 \backslash
7033 middle
7034 \series default
7035
7036 \begin_inset Index
7037 status collapsed
7038
7039 \begin_layout Plain Layout
7040 Commands ! M ! 
7041 \backslash
7042 middle
7043 \end_layout
7044
7045 \end_inset
7046
7047  is additionally available for all brackets and limits.
7048  With this command the height of the following character is adapted to the
7049  one of the surrounding brackets, what is e.
7050 \begin_inset Space \thinspace{}
7051 \end_inset
7052
7053 g.
7054 \begin_inset Space ~
7055 \end_inset
7056
7057 needed for physical vectors:
7058 \begin_inset Formula \[
7059 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7060
7061 \end_inset
7062
7063 For physical vectors there is a special LaTeX-package, described in 
7064 \begin_inset CommandInset ref
7065 LatexCommand ref
7066 reference "sub:Physical-Vectors"
7067
7068 \end_inset
7069
7070 .
7071 \end_layout
7072
7073 \begin_layout Subsection
7074 Horizontal Brackets
7075 \begin_inset Index
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 Brackets ! horizontal
7080 \end_layout
7081
7082 \end_inset
7083
7084
7085 \end_layout
7086
7087 \begin_layout Standard
7088 \align center
7089 \begin_inset Tabular
7090 <lyxtabular version="3" rows="4" columns="2">
7091 <features>
7092 <column alignment="center" valignment="top" width="0pt">
7093 <column alignment="center" valignment="top" width="0pt">
7094 <row>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 Command
7100 \begin_inset Note Note
7101 status collapsed
7102
7103 \begin_layout Plain Layout
7104
7105 \series bold
7106
7107 \backslash
7108 raisebox
7109 \series default
7110  is only used as spacer.
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 Result
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 <row>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 \begin_inset ERT
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139
7140
7141 \backslash
7142 raisebox{2.3mm}{
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \backslash
7149 overbrace
7150 \begin_inset ERT
7151 status collapsed
7152
7153 \begin_layout Plain Layout
7154
7155
7156 \backslash
7157 spce 
7158 \end_layout
7159
7160 \end_inset
7161
7162 A+B
7163 \begin_inset ERT
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167
7168
7169 \backslash
7170 spce 
7171 \end_layout
7172
7173 \end_inset
7174
7175 ^
7176 \begin_inset ERT
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180
7181
7182 \backslash
7183 spce 
7184 \end_layout
7185
7186 \end_inset
7187
7188 3
7189 \begin_inset ERT
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193
7194 }
7195 \end_layout
7196
7197 \end_inset
7198
7199
7200 \begin_inset Index
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204 Commands ! O ! 
7205 \backslash
7206 overbrace
7207 \end_layout
7208
7209 \end_inset
7210
7211
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 \begin_inset Formula $\overbrace{A+B}^{3}$
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227 </cell>
7228 </row>
7229 <row>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 \begin_inset ERT
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238
7239
7240 \backslash
7241 raisebox{-2.2mm}{
7242 \end_layout
7243
7244 \end_inset
7245
7246
7247 \backslash
7248 underbrace
7249 \begin_inset ERT
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254
7255 \backslash
7256 spce 
7257 \end_layout
7258
7259 \end_inset
7260
7261 A+B
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 spce 
7270 \end_layout
7271
7272 \end_inset
7273
7274 _5
7275 \begin_inset ERT
7276 status collapsed
7277
7278 \begin_layout Plain Layout
7279
7280 }
7281 \end_layout
7282
7283 \end_inset
7284
7285
7286 \begin_inset Index
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290 Commands ! U ! 
7291 \backslash
7292 underbrace
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 \begin_inset Formula $\underbrace{A+B}_{5}$
7307 \end_inset
7308
7309
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 </row>
7315 <row>
7316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320
7321 \backslash
7322 overbrace
7323 \begin_inset ERT
7324 status collapsed
7325
7326 \begin_layout Plain Layout
7327
7328
7329 \backslash
7330 spce 
7331 \end_layout
7332
7333 \end_inset
7334
7335
7336 \backslash
7337 underbrace
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343
7344 \backslash
7345 spce 
7346 \end_layout
7347
7348 \end_inset
7349
7350 A+B_w
7351 \begin_inset ERT
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355
7356
7357 \backslash
7358 spce 
7359 \end_layout
7360
7361 \end_inset
7362
7363
7364 \begin_inset ERT
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368
7369
7370 \backslash
7371 spce 
7372 \end_layout
7373
7374 \end_inset
7375
7376 _7
7377 \begin_inset ERT
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381
7382
7383 \backslash
7384 spce 
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 spce 
7398 \end_layout
7399
7400 \end_inset
7401
7402 ^
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 spce 
7411 \end_layout
7412
7413 \end_inset
7414
7415 C
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7425 \end_inset
7426
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 </lyxtabular>
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 In the last example it doesn't matter if 
7442 \series bold
7443
7444 \backslash
7445 overbrace
7446 \series default
7447  or 
7448 \series bold
7449
7450 \backslash
7451 underbrace
7452 \series default
7453  is inserted at first.
7454 \end_layout
7455
7456 \begin_layout Standard
7457 \begin_inset VSpace bigskip
7458 \end_inset
7459
7460 When brackets are needed that overlap each other, multiline formulas, as
7461  described in 
7462 \begin_inset CommandInset ref
7463 LatexCommand ref
7464 reference "sec:Multiline-Formulas"
7465
7466 \end_inset
7467
7468 , must be used:
7469 \begin_inset Formula \begin{eqnarray*}
7470 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7471  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7472
7473 \end_inset
7474
7475 In the first row the formula is inserted together with the first brace.
7476  It is hereby important that the space command
7477 \begin_inset Foot
7478 status collapsed
7479
7480 \begin_layout Plain Layout
7481 Space commands are explained in 
7482 \begin_inset CommandInset ref
7483 LatexCommand ref
7484 reference "sub:Predefined-Space"
7485
7486 \end_inset
7487
7488 .
7489 \end_layout
7490
7491 \end_inset
7492
7493  
7494 \series bold
7495
7496 \backslash
7497 :
7498 \series default
7499  is inserted before the first 
7500 \begin_inset Formula $d$
7501 \end_inset
7502
7503 , because the brace that ends behind the 
7504 \begin_inset Formula $q$
7505 \end_inset
7506
7507  prevents that the following 
7508 \begin_inset Quotes eld
7509 \end_inset
7510
7511 +
7512 \begin_inset Quotes erd
7513 \end_inset
7514
7515  is surrounded by space.
7516 \begin_inset Foot
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520 because a bracket is not handled as character, see 
7521 \begin_inset CommandInset ref
7522 LatexCommand ref
7523 reference "sub:Binary-Operators"
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \end_inset
7531
7532  In the second row the second brace is inserted.
7533  As it should begin before the 
7534 \begin_inset Formula $b$
7535 \end_inset
7536
7537 , first the command 
7538 \series bold
7539
7540 \backslash
7541 hphantom{gggg+
7542 \backslash
7543 :}
7544 \series default
7545  is inserted.
7546 \begin_inset Foot
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550 more about 
7551 \series bold
7552
7553 \backslash
7554 hphantom
7555 \series default
7556  see 
7557 \begin_inset CommandInset ref
7558 LatexCommand ref
7559 reference "sub:Placeholders"
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567
7568  This space is needed because the 
7569 \begin_inset Quotes eld
7570 \end_inset
7571
7572 +
7573 \begin_inset Quotes erd
7574 \end_inset
7575
7576  is also surrounded by space in the formula.
7577  The brace is placed under the command 
7578 \series bold
7579
7580 \backslash
7581 hphantom{bbqq+dddd}
7582 \series default
7583 .
7584 \end_layout
7585
7586 \begin_layout Standard
7587 It gets more complicated when brackets overlap each other, like in the following
7588  example:
7589 \begin_inset ERT
7590 status collapsed
7591
7592 \begin_layout Plain Layout
7593
7594
7595 \backslash
7596 setlength{
7597 \backslash
7598 jot}{-6pt}
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \begin_inset Formula \begin{eqnarray*}
7605  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7606 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7607
7608 \end_inset
7609
7610
7611 \begin_inset ERT
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615
7616
7617 \backslash
7618 setlength{
7619 \backslash
7620 jot}{3pt}
7621 \end_layout
7622
7623 \end_inset
7624
7625 The first formula row is the same as the second row of the previous example,
7626  with the difference that the brace is above.
7627  The second row contains the formula together with the second brace.
7628  To avoid that there is space between the upper brace in the first row and
7629  the formula, the row spacing need to be reduced.
7630  This is not easily possible due to a bug in LyX
7631 \begin_inset Foot
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635 \begin_inset CommandInset href
7636 LatexCommand href
7637 name "LyX-bug #1505"
7638 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7639
7640 \end_inset
7641
7642
7643 \end_layout
7644
7645 \end_inset
7646
7647 .
7648  As solution for the problem, the global formula row separation 
7649 \series bold
7650
7651 \backslash
7652 jot
7653 \series default
7654
7655 \begin_inset Index
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659 Commands ! J ! 
7660 \backslash
7661 jot
7662 \end_layout
7663
7664 \end_inset
7665
7666  must be changed to -6
7667 \begin_inset Space \thinspace{}
7668 \end_inset
7669
7670 pt before the formula with the command 
7671 \series bold
7672
7673 \backslash
7674 setlength{
7675 \backslash
7676 jot}{-6pt}
7677 \series default
7678  in TeX-mode.
7679  
7680 \series bold
7681
7682 \backslash
7683 jot
7684 \series default
7685  is set back after the formula to the standard value of 3
7686 \begin_inset Space \thinspace{}
7687 \end_inset
7688
7689 pt using the same command.
7690  More about the row separation in formulas is explained in 
7691 \begin_inset CommandInset ref
7692 LatexCommand ref
7693 reference "sub:Line-Separation"
7694
7695 \end_inset
7696
7697 .
7698 \end_layout
7699
7700 \begin_layout Section
7701 Arrows
7702 \begin_inset Index
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706 Arrows
7707 \end_layout
7708
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \begin_layout Standard
7715 Arrows can be inserted via the math toolbar button 
7716 \begin_inset Graphics
7717         filename ../images/math/leftarrow.png
7718         embed ""
7719         scale 85
7720
7721 \end_inset
7722
7723  or the commands listed in the following subsections.
7724 \end_layout
7725
7726 \begin_layout Subsection
7727 Horizontal Arrows
7728 \begin_inset Index
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732 Arrows ! horizontal
7733 \end_layout
7734
7735 \end_inset
7736
7737
7738 \end_layout
7739
7740 \begin_layout Standard
7741 \begin_inset Space \hfill{}
7742 \end_inset
7743
7744
7745 \begin_inset Tabular
7746 <lyxtabular version="3" rows="8" columns="2">
7747 <features>
7748 <column alignment="center" valignment="top" width="0pt">
7749 <column alignment="center" valignment="top" width="0pt">
7750 <row>
7751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 Command
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Result
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 </row>
7770 <row>
7771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775
7776 \backslash
7777 gets
7778 \end_layout
7779
7780 \end_inset
7781 </cell>
7782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7783 \begin_inset Text
7784
7785 \begin_layout Plain Layout
7786 \begin_inset Formula $\gets$
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 </row>
7795 <row>
7796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800
7801 \backslash
7802 Leftarrow
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 \begin_inset Formula $\Leftarrow$
7812 \end_inset
7813
7814
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \backslash
7827 longleftarrow
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 \begin_inset Formula $\longleftarrow$
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \backslash
7852 Longleftarrow
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 \begin_inset Formula $\Longleftarrow$
7862 \end_inset
7863
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 leftharpoonup
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\leftharpoonup$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 leftharpoondown
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\leftharpoondown$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 hookleftarrow
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\hookleftarrow$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 </lyxtabular>
7946
7947 \end_inset
7948
7949
7950 \begin_inset Space \hfill{}
7951 \end_inset
7952
7953
7954 \begin_inset Tabular
7955 <lyxtabular version="3" rows="8" columns="2">
7956 <features>
7957 <column alignment="center" valignment="top" width="0pt">
7958 <column alignment="center" valignment="top" width="0pt">
7959 <row>
7960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Command
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 Result
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \backslash
7986 to
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 \begin_inset Formula $\to$
7996 \end_inset
7997
7998
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \backslash
8011 Rightarrow
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 \begin_inset Formula $\Rightarrow$
8021 \end_inset
8022
8023
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 longrightarrow
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\longrightarrow$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 Longrightarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\Longrightarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 rightharpoonup
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\rightharpoonup$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 rightharpoondown
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\rightharpoondown$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 hookrightarrow
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\hookrightarrow$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 </lyxtabular>
8155
8156 \end_inset
8157
8158
8159 \begin_inset Space \hfill{}
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \begin_layout Standard
8166 \begin_inset Space \hfill{}
8167 \end_inset
8168
8169
8170 \begin_inset Tabular
8171 <lyxtabular version="3" rows="6" columns="2">
8172 <features>
8173 <column alignment="center" valignment="top" width="0pt">
8174 <column alignment="center" valignment="top" width="0pt">
8175 <row>
8176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Command
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Result
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \backslash
8202 leftrightarrow
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 \begin_inset Formula $\leftrightarrow$
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \backslash
8227 Leftrightarrow
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 \begin_inset Formula $\Leftrightarrow$
8237 \end_inset
8238
8239
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 longleftrightarrow
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\longleftrightarrow$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 Longleftrightarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\Longleftrightarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 rightleftharpoons
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\rightleftharpoons$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 </lyxtabular>
8321
8322 \end_inset
8323
8324
8325 \begin_inset Space \hspace{}
8326 \length 25pt
8327 \end_inset
8328
8329
8330 \begin_inset Space \hfill{}
8331 \end_inset
8332
8333
8334 \begin_inset Tabular
8335 <lyxtabular version="3" rows="5" columns="2">
8336 <features>
8337 <column alignment="center" valignment="top" width="0pt">
8338 <column alignment="center" valignment="top" width="0pt">
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Command
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Result
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \backslash
8366 mapsto
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 \begin_inset Formula $\mapsto$
8376 \end_inset
8377
8378
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 </row>
8384 <row>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389
8390 \backslash
8391 longmapsto
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 \begin_inset Formula $\longmapsto$
8401 \end_inset
8402
8403
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \backslash
8416 leadsto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 \begin_inset Formula $\leadsto$
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 dasharrow
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\dasharrow$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 </lyxtabular>
8460
8461 \end_inset
8462
8463
8464 \begin_inset Space \hfill{}
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \begin_layout Standard
8471 \begin_inset VSpace medskip
8472 \end_inset
8473
8474 Arrows used as accent like e.
8475 \begin_inset Space \thinspace{}
8476 \end_inset
8477
8478 g.
8479 \begin_inset Space ~
8480 \end_inset
8481
8482 vector arrows are listed in 
8483 \begin_inset CommandInset ref
8484 LatexCommand ref
8485 reference "sec:Accents"
8486
8487 \end_inset
8488
8489 .
8490 \end_layout
8491
8492 \begin_layout Standard
8493 \begin_inset VSpace bigskip
8494 \end_inset
8495
8496 Furthermore there are the labeled arrows
8497 \begin_inset Index
8498 status collapsed
8499
8500 \begin_layout Plain Layout
8501 Arrows ! labeled
8502 \end_layout
8503
8504 \end_inset
8505
8506  
8507 \series bold
8508
8509 \backslash
8510 xleftarrow
8511 \series default
8512
8513 \begin_inset Index
8514 status collapsed
8515
8516 \begin_layout Plain Layout
8517 Commands ! X ! 
8518 \backslash
8519 xleftarrow
8520 \end_layout
8521
8522 \end_inset
8523
8524  and 
8525 \series bold
8526
8527 \backslash
8528 xrightarrow
8529 \series default
8530
8531 \begin_inset Index
8532 status collapsed
8533
8534 \begin_layout Plain Layout
8535 Commands ! X ! 
8536 \backslash
8537 xrightarrow
8538 \begin_inset VSpace 4mm
8539 \end_inset
8540
8541
8542 \end_layout
8543
8544 \end_inset
8545
8546 .
8547  When inserting one of these commands in a formula, an arrow with two blue
8548  boxes appear where the label can be inserted.
8549  The length of the arrow adapts to the label width.
8550 \end_layout
8551
8552 \begin_layout Standard
8553 \align center
8554 \begin_inset Tabular
8555 <lyxtabular version="3" rows="3" columns="2">
8556 <features>
8557 <column alignment="center" valignment="top" width="0pt">
8558 <column alignment="center" valignment="top" width="0pt">
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 Command
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 Result
8574 \begin_inset Note Note
8575 status collapsed
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580
8581 \backslash
8582 raisebox
8583 \series default
8584  is only used as spacer.
8585 \end_layout
8586
8587 \end_inset
8588
8589
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 F(a)
8601 \backslash
8602 xleftarrow
8603 \begin_inset ERT
8604 status collapsed
8605
8606 \begin_layout Plain Layout
8607
8608
8609 \backslash
8610 spce 
8611 \end_layout
8612
8613 \end_inset
8614
8615 x=a
8616 \begin_inset Formula $\downarrow$
8617 \end_inset
8618
8619 x>0
8620 \begin_inset Formula $\to$
8621 \end_inset
8622
8623 F(x)
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8633 \end_inset
8634
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 F(x)
8647 \backslash
8648 xrightarrow
8649 \begin_inset ERT
8650 status collapsed
8651
8652 \begin_layout Plain Layout
8653
8654
8655 \backslash
8656 spce 
8657 \end_layout
8658
8659 \end_inset
8660
8661 x=a
8662 \begin_inset Formula $\downarrow$
8663 \end_inset
8664
8665 x>0
8666 \begin_inset Formula $\to$
8667 \end_inset
8668
8669 F(a)
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 </lyxtabular>
8688
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \begin_layout Subsection
8695 Vertical and diagonal Arrows
8696 \begin_inset Index
8697 status collapsed
8698
8699 \begin_layout Plain Layout
8700 Arrows ! diagonal
8701 \end_layout
8702
8703 \end_inset
8704
8705
8706 \begin_inset Index
8707 status collapsed
8708
8709 \begin_layout Plain Layout
8710 Arrows ! vertical
8711 \end_layout
8712
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \begin_layout Standard
8719 \begin_inset Space \hfill{}
8720 \end_inset
8721
8722
8723 \begin_inset Tabular
8724 <lyxtabular version="3" rows="7" columns="2">
8725 <features>
8726 <column alignment="center" valignment="top" width="0pt">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Command
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Result
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \backslash
8755 uparrow
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 \begin_inset Formula $\uparrow$
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \backslash
8780 Uparrow
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 \begin_inset Formula $\Uparrow$
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \backslash
8805 updownarrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\updownarrow$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 Updownarrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\Updownarrow$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \backslash
8855 Downarrow
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 \begin_inset Formula $\Downarrow$
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \backslash
8880 downarrow
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\downarrow$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 </lyxtabular>
8899
8900 \end_inset
8901
8902
8903 \begin_inset Space \hfill{}
8904 \end_inset
8905
8906
8907 \begin_inset Tabular
8908 <lyxtabular version="3" rows="5" columns="2">
8909 <features>
8910 <column alignment="center" valignment="top" width="0pt">
8911 <column alignment="center" valignment="top" width="0pt">
8912 <row>
8913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917 Command
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Result
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \backslash
8939 nearrow
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 \begin_inset Formula $\nearrow$
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \backslash
8964 searrow
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\searrow$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 swarrow
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\swarrow$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \backslash
9014 nwarrow
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 \begin_inset Formula $\nwarrow$
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 </lyxtabular>
9033
9034 \end_inset
9035
9036
9037 \begin_inset Space \hfill{}
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \begin_layout Standard
9044 \begin_inset VSpace medskip
9045 \end_inset
9046
9047 Vertical arrows can be used also as delimiter together with the commands
9048  described in 
9049 \begin_inset CommandInset ref
9050 LatexCommand ref
9051 reference "sub:Manual-Bracket-Size"
9052
9053 \end_inset
9054
9055  and 
9056 \begin_inset CommandInset ref
9057 LatexCommand ref
9058 reference "sub:Automatic-Bracket-Size"
9059
9060 \end_inset
9061
9062 .
9063 \end_layout
9064
9065 \begin_layout Standard
9066 \begin_inset Newpage newpage
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \begin_layout Section
9073 Accents
9074 \begin_inset CommandInset label
9075 LatexCommand label
9076 name "sec:Accents"
9077
9078 \end_inset
9079
9080
9081 \begin_inset Index
9082 status collapsed
9083
9084 \begin_layout Plain Layout
9085 Accents
9086 \end_layout
9087
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \begin_layout Standard
9094 Accents can be inserted via the math toolbar button 
9095 \begin_inset Graphics
9096         filename ../images/math/hat.png
9097         embed ""
9098         scale 85
9099
9100 \end_inset
9101
9102  or the commands listed in the following subsections.
9103 \end_layout
9104
9105 \begin_layout Subsection
9106 Accents for one Character
9107 \begin_inset ERT
9108 status collapsed
9109
9110 \begin_layout Plain Layout
9111
9112
9113 \backslash
9114 texorpdfstring{
9115 \end_layout
9116
9117 \end_inset
9118
9119
9120 \begin_inset Foot
9121 status collapsed
9122
9123 \begin_layout Plain Layout
9124 accents in text see 
9125 \begin_inset CommandInset ref
9126 LatexCommand ref
9127 reference "sub:Accents-in-Text"
9128
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135
9136
9137 \begin_inset ERT
9138 status collapsed
9139
9140 \begin_layout Plain Layout
9141
9142 }{}
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \begin_inset Note Note
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152
9153 \backslash
9154 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9155 \end_layout
9156
9157 \begin_layout Plain Layout
9158 More about 
9159 \backslash
9160 texorpdfstring is in section 
9161 \begin_inset CommandInset ref
9162 LatexCommand ref
9163 reference "sub:Formulas-in-Section"
9164
9165 \end_inset
9166
9167 .
9168 \end_layout
9169
9170 \end_inset
9171
9172
9173 \begin_inset CommandInset label
9174 LatexCommand label
9175 name "sub:Accents-for-one"
9176
9177 \end_inset
9178
9179
9180 \begin_inset Index
9181 status collapsed
9182
9183 \begin_layout Plain Layout
9184 Accents ! for one character
9185 \end_layout
9186
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \begin_layout Standard
9193 \begin_inset Space \hfill{}
9194 \end_inset
9195
9196
9197 \begin_inset Tabular
9198 <lyxtabular version="3" rows="8" columns="2">
9199 <features>
9200 <column alignment="center" valignment="top" width="0pt">
9201 <column alignment="center" valignment="top" width="0pt">
9202 <row>
9203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Command
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 Result
9217 \begin_inset Note Note
9218 status collapsed
9219
9220 \begin_layout Plain Layout
9221
9222 \series bold
9223
9224 \backslash
9225 raisebox
9226 \series default
9227  is only used as spacer.
9228 \end_layout
9229
9230 \end_inset
9231
9232
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \backslash
9245 dot
9246 \begin_inset ERT
9247 status collapsed
9248
9249 \begin_layout Plain Layout
9250
9251
9252 \backslash
9253 spce 
9254 \end_layout
9255
9256 \end_inset
9257
9258 A
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 ddot
9284 \begin_inset ERT
9285 status collapsed
9286
9287 \begin_layout Plain Layout
9288
9289
9290 \backslash
9291 spce 
9292 \end_layout
9293
9294 \end_inset
9295
9296 A
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9306 \end_inset
9307
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 <row>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319
9320 \backslash
9321 dddot
9322 \begin_inset ERT
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326
9327
9328 \backslash
9329 spce 
9330 \end_layout
9331
9332 \end_inset
9333
9334 A
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \backslash
9359 ddddot{A
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 \begin_inset Formula $\raisebox {5mm}{}\ddddot {A}$
9369 \end_inset
9370
9371
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \backslash
9384 vec
9385 \begin_inset ERT
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389
9390
9391 \backslash
9392 spce 
9393 \end_layout
9394
9395 \end_inset
9396
9397 A
9398 \begin_inset Index
9399 status collapsed
9400
9401 \begin_layout Plain Layout
9402 Vectors
9403 \end_layout
9404
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9417 \end_inset
9418
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 </row>
9425 <row>
9426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430
9431 \backslash
9432 bar
9433 \begin_inset ERT
9434 status collapsed
9435
9436 \begin_layout Plain Layout
9437
9438
9439 \backslash
9440 spce 
9441 \end_layout
9442
9443 \end_inset
9444
9445 A
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 <row>
9464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \backslash
9470 mathring
9471 \begin_inset ERT
9472 status collapsed
9473
9474 \begin_layout Plain Layout
9475
9476
9477 \backslash
9478 spce 
9479 \end_layout
9480
9481 \end_inset
9482
9483 A
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 </lyxtabular>
9502
9503 \end_inset
9504
9505
9506 \begin_inset Space \hfill{}
9507 \end_inset
9508
9509
9510 \begin_inset Tabular
9511 <lyxtabular version="3" rows="7" columns="2">
9512 <features>
9513 <column alignment="center" valignment="top" width="0pt">
9514 <column alignment="center" valignment="top" width="0pt">
9515 <row>
9516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520 Command
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9526 \begin_inset Text
9527
9528 \begin_layout Plain Layout
9529 Result
9530 \end_layout
9531
9532 \end_inset
9533 </cell>
9534 </row>
9535 <row>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540
9541 \backslash
9542 tilde
9543 \begin_inset ERT
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547
9548
9549 \backslash
9550 spce 
9551 \end_layout
9552
9553 \end_inset
9554
9555 A
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 hat
9581 \begin_inset ERT
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586
9587 \backslash
9588 spce 
9589 \end_layout
9590
9591 \end_inset
9592
9593 A
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \backslash
9618 check
9619 \begin_inset ERT
9620 status collapsed
9621
9622 \begin_layout Plain Layout
9623
9624
9625 \backslash
9626 spce 
9627 \end_layout
9628
9629 \end_inset
9630
9631 A
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9641 \end_inset
9642
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row>
9650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \backslash
9656 acute
9657 \begin_inset ERT
9658 status collapsed
9659
9660 \begin_layout Plain Layout
9661
9662
9663 \backslash
9664 spce 
9665 \end_layout
9666
9667 \end_inset
9668
9669 A
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 <row>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692
9693 \backslash
9694 grave
9695 \begin_inset ERT
9696 status collapsed
9697
9698 \begin_layout Plain Layout
9699
9700
9701 \backslash
9702 spce 
9703 \end_layout
9704
9705 \end_inset
9706
9707 A
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9717 \end_inset
9718
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row>
9726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \backslash
9732 breve
9733 \begin_inset ERT
9734 status collapsed
9735
9736 \begin_layout Plain Layout
9737
9738
9739 \backslash
9740 spce 
9741 \end_layout
9742
9743 \end_inset
9744
9745 A
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 </row>
9763 </lyxtabular>
9764
9765 \end_inset
9766
9767
9768 \begin_inset Space \hfill{}
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \begin_layout Standard
9775 \begin_inset VSpace bigskip
9776 \end_inset
9777
9778 To create umlauts
9779 \begin_inset Index
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783 Umlauts
9784 \end_layout
9785
9786 \end_inset
9787
9788  in formulas, a quotation mark is inserted before the vowel.
9789  These two characters are then treated by LaTeX as 
9790 \emph on
9791 one
9792 \emph default
9793  character when the formula part with the umlaut is marked as German.
9794  In contrary to 
9795 \series bold
9796
9797 \backslash
9798 ddot
9799 \series default
9800 , with this method 
9801 \begin_inset Quotes eld
9802 \end_inset
9803
9804 real
9805 \begin_inset Quotes erd
9806 \end_inset
9807
9808  umlauts are created as demonstrated in the following example:
9809 \end_layout
9810
9811 \begin_layout Standard
9812 \begin_inset VSpace -2mm
9813 \end_inset
9814
9815
9816 \end_layout
9817
9818 \begin_layout Standard
9819 \align center
9820 \begin_inset Tabular
9821 <lyxtabular version="3" rows="3" columns="2">
9822 <features>
9823 <column alignment="center" valignment="top" width="0">
9824 <column alignment="center" valignment="top" width="0">
9825 <row>
9826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 Command
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 Result
9840 \begin_inset Note Note
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845 \series bold
9846
9847 \backslash
9848 raisebox
9849 \series default
9850  is only used as spacer.
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \lang ngerman
9868 \begin_inset Quotes grd
9869 \end_inset
9870
9871 i
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \lang ngerman
9882 \begin_inset Formula $"i$
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \backslash
9898 ddot
9899 \begin_inset ERT
9900 status collapsed
9901
9902 \begin_layout Plain Layout
9903
9904
9905 \backslash
9906 spce 
9907 \end_layout
9908
9909 \end_inset
9910
9911 i
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 </lyxtabular>
9930
9931 \end_inset
9932
9933
9934 \end_layout
9935
9936 \begin_layout Standard
9937 Another advantage to 
9938 \series bold
9939
9940 \backslash
9941 ddot
9942 \series default
9943  is that umlauts can directly be converted to mathematical text because
9944  the accent commands above are 
9945 \emph on
9946 not allowed
9947 \emph default
9948  
9949 \emph on
9950 in mathematical text
9951 \emph default
9952 .
9953  To convert an accented character to mathematical text, only the character
9954  under the accent may be converted.
9955  This applies also for all other conversions, e.
9956 \begin_inset Space \thinspace{}
9957 \end_inset
9958
9959 g.
9960 \begin_inset Space ~
9961 \end_inset
9962
9963 to italic or bold.
9964 \end_layout
9965
9966 \begin_layout Standard
9967 In mathematical text, umlauts and other accented characters can directly
9968  be inserted.
9969 \end_layout
9970
9971 \begin_layout Subsection
9972 Accents for Operators
9973 \begin_inset Index
9974 status collapsed
9975
9976 \begin_layout Plain Layout
9977 Accents ! for operators
9978 \end_layout
9979
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \begin_layout Standard
9986 With the commands 
9987 \series bold
9988
9989 \backslash
9990 overset
9991 \series default
9992
9993 \begin_inset Index
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997 Commands ! O ! 
9998 \backslash
9999 overset
10000 \end_layout
10001
10002 \end_inset
10003
10004  and 
10005 \series bold
10006
10007 \backslash
10008 underset
10009 \series default
10010
10011 \begin_inset Index
10012 status collapsed
10013
10014 \begin_layout Plain Layout
10015 Commands ! U ! 
10016 \backslash
10017 underset
10018 \end_layout
10019
10020 \end_inset
10021
10022  characters can be placed above or below an operator, respectively, to accent
10023  it.
10024  With the command 
10025 \series bold
10026
10027 \backslash
10028 sideset
10029 \series default
10030
10031 \begin_inset Index
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035 Commands ! S ! 
10036 \backslash
10037 sideset
10038 \end_layout
10039
10040 \end_inset
10041
10042  characters can be set before and behind an operator.
10043  The command scheme is:
10044 \end_layout
10045
10046 \begin_layout Standard
10047
10048 \series bold
10049
10050 \backslash
10051 sideset{character
10052 \series default
10053  
10054 \series bold
10055 before}{character
10056 \series default
10057  
10058 \series bold
10059 behind}
10060 \end_layout
10061
10062 \begin_layout Standard
10063
10064 \series bold
10065
10066 \backslash
10067 sideset
10068 \series default
10069  must always be before the operator that should be accented.
10070  You can accent with several characters and even with other operators and
10071  symbols.
10072  To place with 
10073 \series bold
10074
10075 \backslash
10076 sideset
10077 \series default
10078  for example only characters behind an operator, write nothing between the
10079  first braces but don't omit the braces.
10080 \end_layout
10081
10082 \begin_layout Standard
10083 For example the command 
10084 \series bold
10085
10086 \backslash
10087 sideset{
10088 \begin_inset Formula $\to$
10089 \end_inset
10090
10091
10092 \backslash
10093 {
10094 \series default
10095 '
10096 \series bold
10097
10098 \begin_inset Formula $\to$
10099 \end_inset
10100
10101
10102 \backslash
10103 sum_k=1
10104 \begin_inset ERT
10105 status collapsed
10106
10107 \begin_layout Plain Layout
10108
10109
10110 \backslash
10111 spce 
10112 \end_layout
10113
10114 \end_inset
10115
10116
10117 \series default
10118 ^
10119 \series bold
10120 n
10121 \series default
10122  produces:
10123 \begin_inset Formula \[
10124 \sideset {}{'}\sum_{k=1}^{n}\]
10125
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \begin_layout Standard
10132 The command 
10133 \series bold
10134
10135 \backslash
10136 overset
10137 \begin_inset ERT
10138 status collapsed
10139
10140 \begin_layout Plain Layout
10141
10142
10143 \backslash
10144 spce 
10145 \end_layout
10146
10147 \end_inset
10148
10149
10150 \backslash
10151 maltese
10152 \begin_inset ERT
10153 status collapsed
10154
10155 \begin_layout Plain Layout
10156
10157
10158 \backslash
10159 spce 
10160 \end_layout
10161
10162 \end_inset
10163
10164
10165 \series default
10166
10167 \begin_inset Formula $\uparrow$
10168 \end_inset
10169
10170
10171 \series bold
10172 a
10173 \series default
10174  produces:
10175 \begin_inset Formula \[
10176 \overset{a}{\maltese}\]
10177
10178 \end_inset
10179
10180 As seen in the last example, with 
10181 \series bold
10182
10183 \backslash
10184 overset
10185 \series default
10186  and 
10187 \series bold
10188
10189 \backslash
10190 underset
10191 \series default
10192  also symbols and characters can be accented; with 
10193 \series bold
10194
10195 \backslash
10196 sideset
10197 \series default
10198  this is not possible.
10199 \end_layout
10200
10201 \begin_layout Subsection
10202 Accents for several Characters
10203 \begin_inset CommandInset label
10204 LatexCommand label
10205 name "sub:Accents-for-several"
10206
10207 \end_inset
10208
10209
10210 \begin_inset Index
10211 status collapsed
10212
10213 \begin_layout Plain Layout
10214 Accents ! for several characters
10215 \end_layout
10216
10217 \end_inset
10218
10219
10220 \end_layout
10221
10222 \begin_layout Standard
10223 \begin_inset Space \hfill{}
10224 \end_inset
10225
10226
10227 \begin_inset Tabular
10228 <lyxtabular version="3" rows="5" columns="2">
10229 <features>
10230 <column alignment="center" valignment="top" width="0pt">
10231 <column alignment="center" valignment="top" width="0pt">
10232 <row>
10233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Command
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 Result
10247 \begin_inset Note Note
10248 status collapsed
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253
10254 \backslash
10255 raisebox
10256 \series default
10257  is only used as spacer.
10258 \end_layout
10259
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 overleftarrow
10276 \begin_inset ERT
10277 status collapsed
10278
10279 \begin_layout Plain Layout
10280
10281
10282 \backslash
10283 spce 
10284 \end_layout
10285
10286 \end_inset
10287
10288 A=B
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10298 \end_inset
10299
10300
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 </row>
10306 <row>
10307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \backslash
10313 underleftarrow
10314 \begin_inset ERT
10315 status collapsed
10316
10317 \begin_layout Plain Layout
10318
10319
10320 \backslash
10321 spce 
10322 \end_layout
10323
10324 \end_inset
10325
10326 A=B
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10336 \end_inset
10337
10338
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \backslash
10351 overleftrightarrow
10352 \begin_inset ERT
10353 status collapsed
10354
10355 \begin_layout Plain Layout
10356
10357
10358 \backslash
10359 spce 
10360 \end_layout
10361
10362 \end_inset
10363
10364 A=B
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \backslash
10389 underleftrightarrow
10390 \begin_inset ERT
10391 status collapsed
10392
10393 \begin_layout Plain Layout
10394
10395
10396 \backslash
10397 spce 
10398 \end_layout
10399
10400 \end_inset
10401
10402 A=B
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 </lyxtabular>
10421
10422 \end_inset
10423
10424
10425 \begin_inset Space \hfill{}
10426 \end_inset
10427
10428
10429 \begin_inset Tabular
10430 <lyxtabular version="3" rows="5" columns="2">
10431 <features>
10432 <column alignment="center" valignment="top" width="0pt">
10433 <column alignment="center" valignment="top" width="0pt">
10434 <row>
10435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Command
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Result
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \backslash
10461 overrightarrow
10462 \begin_inset ERT
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466
10467
10468 \backslash
10469 spce 
10470 \end_layout
10471
10472 \end_inset
10473
10474 A=B
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10480 \begin_inset Text
10481
10482 \begin_layout Plain Layout
10483 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10484 \end_inset
10485
10486
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 </row>
10492 <row>
10493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497
10498 \backslash
10499 underrightarrow
10500 \begin_inset ERT
10501 status collapsed
10502
10503 \begin_layout Plain Layout
10504
10505
10506 \backslash
10507 spce 
10508 \end_layout
10509
10510 \end_inset
10511
10512 A=B
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 widetilde
10538 \begin_inset ERT
10539 status collapsed
10540
10541 \begin_layout Plain Layout
10542
10543
10544 \backslash
10545 spce 
10546 \end_layout
10547
10548 \end_inset
10549
10550 A=B
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 </row>
10568 <row>
10569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \backslash
10575 widehat
10576 \begin_inset ERT
10577 status collapsed
10578
10579 \begin_layout Plain Layout
10580
10581
10582 \backslash
10583 spce 
10584 \end_layout
10585
10586 \end_inset
10587
10588 A=B
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 </lyxtabular>
10607
10608 \end_inset
10609
10610
10611 \begin_inset Space \hfill{}
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \begin_layout Standard
10618 \begin_inset VSpace medskip
10619 \end_inset
10620
10621 With these commands as many characters as you like can be accented.
10622  But the accents 
10623 \series bold
10624
10625 \backslash
10626 widetilde
10627 \series default
10628  and 
10629 \series bold
10630
10631 \backslash
10632 widehat
10633 \series default
10634  will only be set in the output with a length of three characters, as shown
10635  in the following example:
10636 \begin_inset Formula \[
10637 \widetilde{A+B=C-D}\]
10638
10639 \end_inset
10640
10641
10642 \end_layout
10643
10644 \begin_layout Standard
10645 With the commands 
10646 \series bold
10647
10648 \backslash
10649 overset
10650 \series default
10651
10652 \begin_inset Index
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656 Commands ! O ! 
10657 \backslash
10658 overset
10659 \end_layout
10660
10661 \end_inset
10662
10663  and 
10664 \series bold
10665
10666 \backslash
10667 underset
10668 \series default
10669
10670 \begin_inset Index
10671 status collapsed
10672
10673 \begin_layout Plain Layout
10674 Commands ! U ! 
10675 \backslash
10676 underset
10677 \end_layout
10678
10679 \end_inset
10680
10681  described in the previous subsection it is also possible to accent several
10682  characters.
10683  The command 
10684 \series bold
10685
10686 \backslash
10687 underset
10688 \begin_inset ERT
10689 status collapsed
10690
10691 \begin_layout Plain Layout
10692
10693
10694 \backslash
10695 spce 
10696 \end_layout
10697
10698 \end_inset
10699
10700 A=B
10701 \begin_inset Formula $\downarrow$
10702 \end_inset
10703
10704 ***
10705 \series default
10706  creates:
10707 \begin_inset Formula \[
10708 \underset{***}{A=B}\]
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Section
10716 Space
10717 \begin_inset CommandInset label
10718 LatexCommand label
10719 name "sub:Space"
10720
10721 \end_inset
10722
10723
10724 \begin_inset Index
10725 status collapsed
10726
10727 \begin_layout Plain Layout
10728 Space ! horizontal
10729 \end_layout
10730
10731 \end_inset
10732
10733
10734 \end_layout
10735
10736 \begin_layout Subsection
10737 Predefined Space
10738 \begin_inset CommandInset label
10739 LatexCommand label
10740 name "sub:Predefined-Space"
10741
10742 \end_inset
10743
10744
10745 \begin_inset Index
10746 status collapsed
10747
10748 \begin_layout Plain Layout
10749 Space ! horizontal ! predefined
10750 \end_layout
10751
10752 \end_inset
10753
10754
10755 \end_layout
10756
10757 \begin_layout Standard
10758 Sometimes it is necessary to insert horizontal space to a formula.
10759  This is done by inserting a protected space (shortcut 
10760 \family sans
10761 Ctrl-Space
10762 \family default
10763 ).
10764  A blue 
10765 \begin_inset Quotes eld
10766 \end_inset
10767
10768
10769 \series bold
10770 \color blue
10771
10772 \begin_inset ERT
10773 status collapsed
10774
10775 \begin_layout Plain Layout
10776
10777
10778 \backslash
10779 spce 
10780 \end_layout
10781
10782 \end_inset
10783
10784
10785 \series default
10786 \color inherit
10787
10788 \begin_inset Quotes erd
10789 \end_inset
10790
10791  appears and by pressing 
10792 \family sans
10793 Space
10794 \family default
10795  several times one can select one of eight different space sizes.
10796  The spaces can also be inserted using the math toolbar button 
10797 \begin_inset Graphics
10798         filename ../images/math/space.png
10799         embed ""
10800         scale 85
10801
10802 \end_inset
10803
10804  or special commands.
10805  Independent from the inserted command, one can select the size again by
10806  pressing 
10807 \family sans
10808 Space
10809 \family default
10810  afterwards.
10811 \end_layout
10812
10813 \begin_layout Standard
10814 \noindent
10815 \align center
10816 \begin_inset VSpace -5mm
10817 \end_inset
10818
10819
10820 \begin_inset Tabular
10821 <lyxtabular version="3" rows="3" columns="7">
10822 <features>
10823 <column alignment="center" valignment="middle" width="6.8cm">
10824 <column alignment="center" valignment="top" width="0">
10825 <column alignment="center" valignment="top" width="0">
10826 <column alignment="center" valignment="top" width="0">
10827 <column alignment="center" valignment="top" width="0">
10828 <column alignment="center" valignment="top" width="0">
10829 <column alignment="center" valignment="top" width="0">
10830 <row>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 Command
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844
10845 \backslash
10846 ,
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \backslash
10857 :
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10863 \begin_inset Text
10864
10865 \begin_layout Plain Layout
10866
10867 \backslash
10868 ;
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877
10878 \backslash
10879 quad
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888
10889 \backslash
10890 qquad
10891 \end_layout
10892
10893 \end_inset
10894 </cell>
10895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10896 \begin_inset Text
10897
10898 \begin_layout Plain Layout
10899
10900 \backslash
10901 !
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 Number of 
10913 \family sans
10914 Space
10915 \family default
10916  keystrokes after inserting the protected space
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 0
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10931 \begin_inset Text
10932
10933 \begin_layout Plain Layout
10934 1
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 2
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 3
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 4
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 5
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 <row>
10977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10978 \begin_inset Text
10979
10980 \begin_layout Plain Layout
10981 Result
10982 \end_layout
10983
10984 \end_inset
10985 </cell>
10986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 \begin_inset Formula $A\, B$
10991 \end_inset
10992
10993
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 \begin_inset Formula $A\: B$
11003 \end_inset
11004
11005
11006 \end_layout
11007
11008 \end_inset
11009 </cell>
11010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset Formula $A\; B$
11015 \end_inset
11016
11017
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $A\quad B$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11035 \begin_inset Text
11036
11037 \begin_layout Plain Layout
11038 \begin_inset Formula $A\qquad B$
11039 \end_inset
11040
11041
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 \begin_inset Formula $A\! B$
11051 \end_inset
11052
11053
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 </row>
11059 </lyxtabular>
11060
11061 \end_inset
11062
11063
11064 \end_layout
11065
11066 \begin_layout Standard
11067 The last size seem to produce no space.
11068  It is displayed red in LyX contrary to the other sizes, because it is a
11069  negative space.
11070  There are two more negative spaces:
11071 \end_layout
11072
11073 \begin_layout Standard
11074 \align center
11075 \begin_inset Tabular
11076 <lyxtabular version="3" rows="3" columns="3">
11077 <features>
11078 <column alignment="center" valignment="middle" width="6.8cm">
11079 <column alignment="center" valignment="top" width="0pt">
11080 <column alignment="center" valignment="top" width="0pt">
11081 <row>
11082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 Command
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095
11096 \backslash
11097 negmedspace
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106
11107 \backslash
11108 negthickspace
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 <row>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 Number of 
11120 \family sans
11121 Space
11122 \family default
11123  keystrokes after inserting the protected space
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 6
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 7
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 Result
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 \begin_inset Formula $A\negmedspace B$
11162 \end_inset
11163
11164
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A\negthickspace B$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 </lyxtabular>
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Standard
11190 Negative spaces can lead to characters overlapping each other.
11191  Thus they can be used to enforce ligatures, what is e.
11192 \begin_inset Space \thinspace{}
11193 \end_inset
11194
11195 g.
11196 \begin_inset Space ~
11197 \end_inset
11198
11199 useful for summation operators: 
11200 \end_layout
11201
11202 \begin_layout Standard
11203 \align center
11204 \begin_inset Tabular
11205 <lyxtabular version="3" rows="3" columns="2">
11206 <features>
11207 <column alignment="center" valignment="top" width="0">
11208 <column alignment="center" valignment="top" width="0">
11209 <row>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Command
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 Result
11224 \begin_inset Note Note
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228
11229 \series bold
11230
11231 \backslash
11232 raisebox
11233 \series default
11234  is only used as spacer.
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 sum
11253 \backslash
11254 sum
11255 \begin_inset ERT
11256 status collapsed
11257
11258 \begin_layout Plain Layout
11259
11260
11261 \backslash
11262 spce 
11263 \end_layout
11264
11265 \end_inset
11266
11267 f_kl
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290
11291 \backslash
11292 sum
11293 \backslash
11294 negmedspace
11295 \backslash
11296 sum
11297 \begin_inset ERT
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301
11302
11303 \backslash
11304 spce 
11305 \end_layout
11306
11307 \end_inset
11308
11309 f_kl
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11319 \end_inset
11320
11321
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 </row>
11327 </lyxtabular>
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Standard
11335 Relations like for example equal signs, are always surrounded by space.
11336  To suppress this, the equal sign is placed into a TeX-brace.
11337  The following example demonstrates this:
11338 \end_layout
11339
11340 \begin_layout Standard
11341 \align center
11342 \begin_inset Tabular
11343 <lyxtabular version="3" rows="2" columns="2">
11344 <features>
11345 <column alignment="center" valignment="top" width="0pt">
11346 <column alignment="center" valignment="top" width="0pt">
11347 <row>
11348 <cell alignment="center" valignment="top" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352 normal equation
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 \begin_inset Formula $A=B$
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 </row>
11370 <row>
11371 <cell alignment="center" valignment="top" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Note Note
11376 status collapsed
11377
11378 \begin_layout Plain Layout
11379
11380 \series bold
11381
11382 \backslash
11383 raisebox
11384 \series default
11385  is only used as spacer.
11386 \end_layout
11387
11388 \end_inset
11389
11390
11391 \begin_inset Formula $\raisebox {5mm}{}$
11392 \end_inset
11393
11394 equation without space
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Formula $A{=}B$
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 </lyxtabular>
11413
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \begin_layout Standard
11420 \noindent
11421 The command for the last formula is: 
11422 \series bold
11423 A
11424 \backslash
11425 {=
11426 \begin_inset Formula $\to$
11427 \end_inset
11428
11429 B
11430 \end_layout
11431
11432 \begin_layout Standard
11433 \begin_inset VSpace bigskip
11434 \end_inset
11435
11436 Spaces are needed for physical units, because the space between the value
11437  and the unit is the smallest one and not a normal space.
11438  For units in text, the smallest space is inserted via the menu 
11439 \family sans
11440 Insert\SpecialChar \menuseparator
11441 Formatting\SpecialChar \menuseparator
11442 Thin
11443 \begin_inset Space ~
11444 \end_inset
11445
11446 Space
11447 \family default
11448  (shortcut 
11449 \family sans
11450 Ctrl-Shift-Space
11451 \family default
11452 ).
11453 \end_layout
11454
11455 \begin_layout Standard
11456 An example to visualize the difference:
11457 \end_layout
11458
11459 \begin_layout Standard
11460 \begin_inset Tabular
11461 <lyxtabular version="3" rows="2" columns="2">
11462 <features>
11463 <column alignment="left" valignment="top" width="0">
11464 <column alignment="left" valignment="top" width="0">
11465 <row>
11466 <cell alignment="center" valignment="top" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 24 kW
11471 \begin_inset Formula $\cdot$
11472 \end_inset
11473
11474 h
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 space between value and unit
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494 24
11495 \begin_inset Space \thinspace{}
11496 \end_inset
11497
11498 kW
11499 \begin_inset Formula $\cdot$
11500 \end_inset
11501
11502 h
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 <cell alignment="center" valignment="top" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511 smallest space between value and unit
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 </row>
11517 </lyxtabular>
11518
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \begin_layout Subsection
11525 Variable Space
11526 \begin_inset ERT
11527 status collapsed
11528
11529 \begin_layout Plain Layout
11530
11531
11532 \backslash
11533 texorpdfstring{
11534 \end_layout
11535
11536 \end_inset
11537
11538
11539 \begin_inset Foot
11540 status collapsed
11541
11542 \begin_layout Plain Layout
11543 for vertical space in formulas see 
11544 \begin_inset CommandInset ref
11545 LatexCommand ref
11546 reference "sub:Line-Separation"
11547
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \end_inset
11554
11555
11556 \begin_inset ERT
11557 status collapsed
11558
11559 \begin_layout Plain Layout
11560
11561 }{}
11562 \end_layout
11563
11564 \end_inset
11565
11566
11567 \begin_inset Note Note
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571
11572 \backslash
11573 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11574 \end_layout
11575
11576 \begin_layout Plain Layout
11577 More about 
11578 \backslash
11579 texorpdfstring is in section 
11580 \begin_inset CommandInset ref
11581 LatexCommand ref
11582 reference "sub:Formulas-in-Section"
11583
11584 \end_inset
11585
11586 .
11587 \end_layout
11588
11589 \end_inset
11590
11591
11592 \begin_inset CommandInset label
11593 LatexCommand label
11594 name "sub:Variable-Space"
11595
11596 \end_inset
11597
11598
11599 \begin_inset Index
11600 status collapsed
11601
11602 \begin_layout Plain Layout
11603 Space ! horizontal ! variable
11604 \end_layout
11605
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \begin_layout Standard
11612 Space with a defined length can be inserted in LyX with the command
11613 \begin_inset Newline newline
11614 \end_inset
11615
11616
11617 \series bold
11618
11619 \backslash
11620 hspace{length}
11621 \series default
11622
11623 \begin_inset Index
11624 status collapsed
11625
11626 \begin_layout Plain Layout
11627 Commands ! H ! 
11628 \backslash
11629 hspace
11630 \end_layout
11631
11632 \end_inset
11633
11634 .
11635  For the length all units listed in 
11636 \begin_inset CommandInset ref
11637 LatexCommand ref
11638 reference "tab:Used-units"
11639
11640 \end_inset
11641
11642  are allowed, except of the unit 
11643 \begin_inset Quotes eld
11644 \end_inset
11645
11646 mu
11647 \begin_inset Quotes erd
11648 \end_inset
11649
11650 .
11651  The length may also be negative.
11652  To insert so many space that the formula uses all available space, the
11653  command 
11654 \series bold
11655
11656 \backslash
11657 hfill
11658 \series default
11659
11660 \begin_inset Index
11661 status collapsed
11662
11663 \begin_layout Plain Layout
11664 Commands ! H ! 
11665 \backslash
11666 hfill
11667 \end_layout
11668
11669 \end_inset
11670
11671  is used.
11672 \end_layout
11673
11674 \begin_layout Standard
11675 \begin_inset VSpace -1mm
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Standard
11682 \align center
11683 \begin_inset Tabular
11684 <lyxtabular version="3" rows="4" columns="2">
11685 <features>
11686 <column alignment="center" valignment="top" width="0">
11687 <column alignment="center" valignment="top" width="0">
11688 <row>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 Command
11694 \end_layout
11695
11696 \end_inset
11697 </cell>
11698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11699 \begin_inset Text
11700
11701 \begin_layout Plain Layout
11702 Result
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 A=B
11714 \backslash
11715 hspace{3cm
11716 \begin_inset Formula $\to$
11717 \end_inset
11718
11719 A
11720 \backslash
11721 not=C
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 A
11745 \backslash
11746 hspace{-1mm
11747 \begin_inset Formula $\to$
11748 \end_inset
11749
11750 A
11751 \backslash
11752 not=A
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11762 \end_inset
11763
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 </row>
11770 <row>
11771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 A=A
11776 \backslash
11777 hfill
11778 \begin_inset ERT
11779 status collapsed
11780
11781 \begin_layout Plain Layout
11782
11783
11784 \backslash
11785 spce 
11786 \end_layout
11787
11788 \end_inset
11789
11790 B=B
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 \begin_inset Formula $A=A\hfill  B=B$
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 </lyxtabular>
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 In the last example the available space is given by the longest column entry
11817  of the table.
11818  In an inline formula the space depends on the length of the line in which
11819  
11820 \series bold
11821
11822 \backslash
11823 hfill
11824 \series default
11825  is inserted.
11826  Thus, when the line uses the full width, no space will be created.
11827  
11828 \series bold
11829
11830 \backslash
11831 hfill
11832 \series default
11833  only has an effect on displayed formulas when the formula style 
11834 \series bold
11835 Indented
11836 \series default
11837  is used.
11838  (Formula styles are explained in 
11839 \begin_inset CommandInset ref
11840 LatexCommand ref
11841 reference "sec:Formula-Styles"
11842
11843 \end_inset
11844
11845 .)
11846 \end_layout
11847
11848 \begin_layout Standard
11849 For text, variable space can be inserted via the menu 
11850 \family sans
11851 Insert\SpecialChar \menuseparator
11852 Formatting\SpecialChar \menuseparator
11853 Horizontal
11854 \begin_inset Space ~
11855 \end_inset
11856
11857 Space
11858 \family default
11859 , what is not possible in formulas:
11860 \end_layout
11861
11862 \begin_layout Standard
11863 This is a line with
11864 \begin_inset Space \hspace{}
11865 \length 2cm
11866 \end_inset
11867
11868 2
11869 \begin_inset Space \thinspace{}
11870 \end_inset
11871
11872 cm space.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 This is a line with
11877 \begin_inset Space \hfill{}
11878 \end_inset
11879
11880 maximum space.
11881 \end_layout
11882
11883 \begin_layout Subsection
11884 Space besides inline Formulas
11885 \begin_inset Index
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889 Space ! besides inline formulas
11890 \end_layout
11891
11892 \end_inset
11893
11894
11895 \end_layout
11896
11897 \begin_layout Standard
11898 The space that surrounds inline formulas can be adjusted with the length
11899  
11900 \series bold
11901
11902 \backslash
11903 mathsurround
11904 \begin_inset Index
11905 status collapsed
11906
11907 \begin_layout Plain Layout
11908 Commands ! M ! 
11909 \backslash
11910 mathsurround
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \series default
11917 .
11918  The value of a length is set with the command 
11919 \series bold
11920
11921 \backslash
11922 setlength
11923 \begin_inset Index
11924 status collapsed
11925
11926 \begin_layout Plain Layout
11927 Commands ! S ! 
11928 \backslash
11929 setlength
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \series default
11936  that has the following scheme:
11937 \end_layout
11938
11939 \begin_layout Standard
11940
11941 \series bold
11942
11943 \backslash
11944 setlength{length name}{value}
11945 \end_layout
11946
11947 \begin_layout Standard
11948 To set 
11949 \series bold
11950
11951 \backslash
11952 mathsurround
11953 \series default
11954  to the value 5
11955 \begin_inset Space \thinspace{}
11956 \end_inset
11957
11958 mm, the command
11959 \end_layout
11960
11961 \begin_layout Standard
11962
11963 \series bold
11964
11965 \backslash
11966 setlength{
11967 \backslash
11968 mathsurround}{5mm}
11969 \end_layout
11970
11971 \begin_layout Standard
11972 is inserted in TeX-mode.
11973  5
11974 \begin_inset Space \thinspace{}
11975 \end_inset
11976
11977 mm space will now be set around all inline formulas:
11978 \begin_inset ERT
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982
11983
11984 \backslash
11985 setlength{
11986 \backslash
11987 mathsurround}{5mm}
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996 This is a line with an inline formula 
11997 \begin_inset Formula $A=B$
11998 \end_inset
11999
12000  with 5
12001 \begin_inset Space \thinspace{}
12002 \end_inset
12003
12004 mm surrounding space.
12005 \begin_inset ERT
12006 status collapsed
12007
12008 \begin_layout Plain Layout
12009
12010
12011 \backslash
12012 setlength{
12013 \backslash
12014 mathsurround}{0pt}
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \begin_layout Standard
12023 To return to the predefined value, 
12024 \series bold
12025
12026 \backslash
12027 mathsurround
12028 \series default
12029  is set to the value 0
12030 \begin_inset Space \thinspace{}
12031 \end_inset
12032
12033 pt.
12034 \end_layout
12035
12036 \begin_layout Section
12037 Boxes and Frames
12038 \begin_inset Index
12039 status collapsed
12040
12041 \begin_layout Plain Layout
12042 Boxes
12043 \end_layout
12044
12045 \end_inset
12046
12047
12048 \begin_inset Index
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Frames | see 
12053 \begin_inset ERT
12054 status collapsed
12055
12056 \begin_layout Plain Layout
12057
12058 {
12059 \end_layout
12060
12061 \end_inset
12062
12063 Boxes
12064 \begin_inset ERT
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068
12069 }
12070 \end_layout
12071
12072 \end_inset
12073
12074
12075 \end_layout
12076
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \begin_layout Standard
12083 Boxes for text are described in chapter 
12084 \family typewriter
12085 Boxes
12086 \family default
12087  in the 
12088 \family typewriter
12089 Embedded
12090 \begin_inset Space ~
12091 \end_inset
12092
12093 Objects
12094 \family default
12095  manual.
12096 \end_layout
12097
12098 \begin_layout Subsection
12099 Boxes with Frame
12100 \begin_inset CommandInset label
12101 LatexCommand label
12102 name "sub:Boxes-with-Frame"
12103
12104 \end_inset
12105
12106
12107 \begin_inset Index
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111 Boxes ! with frame
12112 \end_layout
12113
12114 \end_inset
12115
12116
12117 \end_layout
12118
12119 \begin_layout Standard
12120 It is possible to frame formulas or parts of it with the commands 
12121 \series bold
12122
12123 \backslash
12124 fbox
12125 \series default
12126
12127 \begin_inset Index
12128 status collapsed
12129
12130 \begin_layout Plain Layout
12131 Commands ! F ! 
12132 \backslash
12133 fbox
12134 \end_layout
12135
12136 \end_inset
12137
12138  and 
12139 \series bold
12140
12141 \backslash
12142 boxed
12143 \series default
12144
12145 \begin_inset Index
12146 status collapsed
12147
12148 \begin_layout Plain Layout
12149 Commands ! B ! 
12150 \backslash
12151 boxed
12152 \end_layout
12153
12154 \end_inset
12155
12156 .
12157 \end_layout
12158
12159 \begin_layout Standard
12160 When one of these commands is inserted to a formula, a blue box appears
12161  within a frame to enter formula parts.
12162  For 
12163 \series bold
12164
12165 \backslash
12166 fbox
12167 \series default
12168  an additional formula has to be created by 
12169 \family sans
12170 Ctrl-m
12171 \family default
12172  within this box
12173 \begin_inset Foot
12174 status collapsed
12175
12176 \begin_layout Plain Layout
12177 Due to a bug in LyX it is not possible to create a new formula with 
12178 \family sans
12179 Ctrl-m
12180 \family default
12181 , see 
12182 \begin_inset CommandInset href
12183 LatexCommand href
12184 name "LyX-bug #1435"
12185 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12186
12187 \end_inset
12188
12189 .
12190 \end_layout
12191
12192 \end_inset
12193
12194 , because the box content will otherwise be treated as mathematical text.
12195  When 
12196 \series bold
12197
12198 \backslash
12199 boxed
12200 \series default
12201  is used, a new formula is automatically created inside the frame.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 The command 
12206 \series bold
12207
12208 \backslash
12209 fbox
12210 \series default
12211  is not suitable to frame displayed formulas, because the formula will always
12212  be set in the size of the text.
12213  
12214 \series bold
12215
12216 \backslash
12217 boxed
12218 \series default
12219  is in contrary not suitable to frame inline formulas, because the formula
12220  will always be set in the size of a displayed formula.
12221 \end_layout
12222
12223 \begin_layout Standard
12224 As extension to 
12225 \series bold
12226
12227 \backslash
12228 fbox
12229 \series default
12230  there is the command 
12231 \series bold
12232
12233 \backslash
12234 framebox
12235 \series default
12236
12237 \begin_inset Index
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Commands ! F ! 
12242 \backslash
12243 framebox
12244 \end_layout
12245
12246 \end_inset
12247
12248  where additionally the frame width and the alignment can be specified.
12249  
12250 \series bold
12251
12252 \backslash
12253 framebox
12254 \series default
12255  is used in the following scheme:
12256 \end_layout
12257
12258 \begin_layout Standard
12259
12260 \series bold
12261
12262 \backslash
12263 framebox[frame width][position]{box content}
12264 \end_layout
12265
12266 \begin_layout Standard
12267 The position can either be 
12268 \emph on
12269 l
12270 \emph default
12271  or 
12272 \emph on
12273 r
12274 \emph default
12275 .
12276  
12277 \emph on
12278 l
12279 \emph default
12280  left aligns, 
12281 \emph on
12282 r
12283 \emph default
12284  right aligns the formula in the box.
12285  When no position is given, the formula will be centered.
12286 \begin_inset Newline newline
12287 \end_inset
12288
12289 Is no width given, also no position can be given.
12290  In this case the frame width is adjusted to the box content like for 
12291 \series bold
12292
12293 \backslash
12294 fbox
12295 \series default
12296 .
12297 \end_layout
12298
12299 \begin_layout Standard
12300 When the command 
12301 \series bold
12302
12303 \backslash
12304 framebox
12305 \series default
12306  is inserted, a box appears containing three blue boxes.
12307  The first two boxes are surrounded by brackets and denote the two optional
12308  arguments.
12309  The third box is for formula parts like for 
12310 \series bold
12311
12312 \backslash
12313 fbox
12314 \series default
12315 .
12316 \end_layout
12317
12318 \begin_layout Standard
12319 \align center
12320 \begin_inset Note Note
12321 status open
12322
12323 \begin_layout Plain Layout
12324 The table has been set into a minipage to make the footnote appearing.
12325  Otherwise the footnote text would not be displayed.
12326 \end_layout
12327
12328 \end_inset
12329
12330
12331 \begin_inset Box Frameless
12332 position "c"
12333 hor_pos "c"
12334 has_inner_box 1
12335 inner_pos "c"
12336 use_parbox 0
12337 width "100col%"
12338 special "none"
12339 height "1in"
12340 height_special "totalheight"
12341 status open
12342
12343 \begin_layout Plain Layout
12344 \align center
12345 \begin_inset Tabular
12346 <lyxtabular version="3" rows="5" columns="2">
12347 <features>
12348 <column alignment="center" valignment="top" width="0">
12349 <column alignment="center" valignment="top" width="0">
12350 <row>
12351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12352 \begin_inset Text
12353
12354 \begin_layout Plain Layout
12355 Command
12356 \begin_inset Foot
12357 status collapsed
12358
12359 \begin_layout Plain Layout
12360 Due to a bug in LyX it is not possible to create a new formula with 
12361 \family sans
12362 Ctrl-m
12363 \family default
12364 , see 
12365 \begin_inset CommandInset href
12366 LatexCommand href
12367 name "LyX-bug #1435"
12368 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12369
12370 \end_inset
12371
12372 .
12373 \end_layout
12374
12375 \end_inset
12376
12377
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 Result
12387 \begin_inset Note Note
12388 status collapsed
12389
12390 \begin_layout Plain Layout
12391
12392 \series bold
12393
12394 \backslash
12395 raisebox
12396 \series default
12397  is only used as spacer.
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 </row>
12408 <row>
12409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12410 \begin_inset Text
12411
12412 \begin_layout Plain Layout
12413
12414 \backslash
12415 fbox
12416 \begin_inset ERT
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420
12421
12422 \backslash
12423 spce 
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \family sans
12430 Ctrl-m
12431 \family default
12432  
12433 \backslash
12434 int
12435 \begin_inset ERT
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439
12440
12441 \backslash
12442 spce 
12443 \end_layout
12444
12445 \end_inset
12446
12447 A=B
12448 \end_layout
12449
12450 \end_inset
12451 </cell>
12452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12453 \begin_inset Text
12454
12455 \begin_layout Plain Layout
12456 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12457
12458 \end_inset
12459
12460
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 </row>
12466 <row>
12467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12468 \begin_inset Text
12469
12470 \begin_layout Plain Layout
12471
12472 \backslash
12473 boxed
12474 \begin_inset ERT
12475 status collapsed
12476
12477 \begin_layout Plain Layout
12478
12479
12480 \backslash
12481 spce 
12482 \end_layout
12483
12484 \end_inset
12485
12486
12487 \backslash
12488 int
12489 \begin_inset ERT
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493
12494
12495 \backslash
12496 spce 
12497 \end_layout
12498
12499 \end_inset
12500
12501 A=B
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \end_inset
12517 </cell>
12518 </row>
12519 <row>
12520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 A+
12525 \backslash
12526 fbox
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532
12533 \backslash
12534 spce 
12535 \end_layout
12536
12537 \end_inset
12538
12539 B
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12549 \end_inset
12550
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 </row>
12557 <row>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562
12563 \backslash
12564 framebox
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 spce 
12573 \end_layout
12574
12575 \end_inset
12576
12577 20mm
12578 \begin_inset Formula $\to$
12579 \end_inset
12580
12581
12582 \begin_inset Formula $\to$
12583 \end_inset
12584
12585
12586 \family sans
12587 Ctrl-m
12588 \family default
12589  
12590 \backslash
12591 frac
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597
12598 \backslash
12599 spce 
12600 \end_layout
12601
12602 \end_inset
12603
12604 A
12605 \begin_inset Formula $\downarrow$
12606 \end_inset
12607
12608 B
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 \begin_inset Formula $\raisebox {6mm}{}$
12618 \end_inset
12619
12620
12621 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12622 \end_inset
12623
12624
12625 \begin_inset Formula $\raisebox {-4mm}{}$
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 </lyxtabular>
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647 The frame thickness can also be adjusted.
12648  To do this the following commands have to be inserted in TeX-mode before
12649  the formula
12650 \end_layout
12651
12652 \begin_layout Standard
12653
12654 \series bold
12655
12656 \backslash
12657 fboxrule
12658 \series default
12659  
12660 \series bold
12661
12662 \begin_inset Quotes eld
12663 \end_inset
12664
12665 thickness
12666 \begin_inset Quotes erd
12667 \end_inset
12668
12669
12670 \series default
12671  
12672 \series bold
12673
12674 \backslash
12675 fboxsep
12676 \series default
12677  
12678 \series bold
12679
12680 \begin_inset Quotes eld
12681 \end_inset
12682
12683 distance
12684 \begin_inset Quotes erd
12685 \end_inset
12686
12687
12688 \end_layout
12689
12690 \begin_layout Standard
12691 \begin_inset Quotes eld
12692 \end_inset
12693
12694 distance
12695 \begin_inset Quotes erd
12696 \end_inset
12697
12698  specifies the minimal distance between the frame and the first character
12699  in the box.
12700  An example for this is the following framed formula:
12701 \begin_inset ERT
12702 status collapsed
12703
12704 \begin_layout Plain Layout
12705
12706
12707 \backslash
12708 fboxrule 2mm 
12709 \backslash
12710 fboxsep 3mm
12711 \end_layout
12712
12713 \end_inset
12714
12715
12716 \begin_inset Formula \[
12717 \boxed{A+B=C}\]
12718
12719 \end_inset
12720
12721 Before this formula the commands
12722 \end_layout
12723
12724 \begin_layout Standard
12725
12726 \series bold
12727
12728 \backslash
12729 fboxrule
12730 \series default
12731  
12732 \series bold
12733 2mm
12734 \series default
12735  
12736 \series bold
12737
12738 \backslash
12739 fboxsep
12740 \series default
12741  
12742 \series bold
12743 3mm
12744 \end_layout
12745
12746 \begin_layout Standard
12747 were inserted in TeX-mode.
12748  The given values are used for all following boxes.
12749 \end_layout
12750
12751 \begin_layout Standard
12752 To return to the standard frame size, the command
12753 \end_layout
12754
12755 \begin_layout Standard
12756
12757 \series bold
12758
12759 \backslash
12760 fboxrule
12761 \series default
12762  
12763 \series bold
12764 0.4pt
12765 \series default
12766  
12767 \series bold
12768
12769 \backslash
12770 fboxsep
12771 \series default
12772  
12773 \series bold
12774 3pt
12775 \series default
12776
12777 \begin_inset ERT
12778 status collapsed
12779
12780 \begin_layout Plain Layout
12781
12782
12783 \backslash
12784 fboxrule 0.4pt 
12785 \backslash
12786 fboxsep 3pt
12787 \end_layout
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Standard
12795 is inserted in TeX-mode before the next formula.
12796 \end_layout
12797
12798 \begin_layout Subsection
12799 Boxes without Frame
12800 \begin_inset CommandInset label
12801 LatexCommand label
12802 name "sub:Boxes-without-Frame"
12803
12804 \end_inset
12805
12806
12807 \begin_inset Index
12808 status collapsed
12809
12810 \begin_layout Plain Layout
12811 Boxes ! without frame
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \begin_layout Standard
12820 For boxes without a frame there are the following box commands: 
12821 \series bold
12822
12823 \backslash
12824 mbox
12825 \series default
12826
12827 \begin_inset Index
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831 Commands ! M ! 
12832 \backslash
12833 mbox
12834 \end_layout
12835
12836 \end_inset
12837
12838
12839 \series bold
12840
12841 \backslash
12842 makebox
12843 \series default
12844
12845 \begin_inset Index
12846 status collapsed
12847
12848 \begin_layout Plain Layout
12849 Commands ! M ! 
12850 \backslash
12851 makebox
12852 \end_layout
12853
12854 \end_inset
12855
12856 , and 
12857 \series bold
12858
12859 \backslash
12860 raisebox
12861 \series default
12862
12863 \begin_inset Index
12864 status collapsed
12865
12866 \begin_layout Plain Layout
12867 Commands ! R ! 
12868 \backslash
12869 raisebox
12870 \end_layout
12871
12872 \end_inset
12873
12874
12875 \end_layout
12876
12877 \begin_layout Standard
12878 With 
12879 \series bold
12880
12881 \backslash
12882 raisebox
12883 \series default
12884  a box can be super- or subscripted.
12885  But in contrary to normal super- and subscripting, the characters in the
12886  box keep their font size.
12887  
12888 \series bold
12889
12890 \backslash
12891 raisebox
12892 \series default
12893  is used in the following scheme:
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 raisebox{height}{box content}
12902 \end_layout
12903
12904 \begin_layout Standard
12905 When the box should contain a formula, an extra formula is needed like for
12906  
12907 \series bold
12908
12909 \backslash
12910 fbox
12911 \series default
12912 .
12913 \end_layout
12914
12915 \begin_layout Standard
12916 \align center
12917 \begin_inset Tabular
12918 <lyxtabular version="3" rows="4" columns="2">
12919 <features>
12920 <column alignment="center" valignment="top" width="0">
12921 <column alignment="center" valignment="top" width="0">
12922 <row>
12923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12924 \begin_inset Text
12925
12926 \begin_layout Plain Layout
12927 Command
12928 \end_layout
12929
12930 \end_inset
12931 </cell>
12932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936 Result
12937 \end_layout
12938
12939 \end_inset
12940 </cell>
12941 </row>
12942 <row>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 H
12948 \backslash
12949 raisebox{2mm
12950 \begin_inset Formula $\to$
12951 \end_inset
12952
12953
12954 \backslash
12955 {al
12956 \begin_inset Formula $\to$
12957 \end_inset
12958
12959  lo
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 \begin_inset Formula $H\raisebox {2mm}{al}lo$
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 <row>
12978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 H
12983 \backslash
12984 raisebox{-2mm
12985 \begin_inset Formula $\to$
12986 \end_inset
12987
12988
12989 \backslash
12990 {al
12991 \begin_inset Formula $\to$
12992 \end_inset
12993
12994 lo
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 </row>
13012 <row>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 A=
13018 \backslash
13019 raisebox{-2mm
13020 \begin_inset Formula $\to$
13021 \end_inset
13022
13023
13024 \backslash
13025 {
13026 \family sans
13027 Ctrl-m
13028 \family default
13029  
13030 \backslash
13031 sqrt
13032 \begin_inset ERT
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036
13037
13038 \backslash
13039 spce 
13040 \end_layout
13041
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058 $A=
13059 \backslash
13060 raisebox{-2mm}{$
13061 \backslash
13062 sqrt{B}$}$
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 </row>
13073 </lyxtabular>
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 The last formula can currently only be created using TeX-mode because LyX
13082  inserts a box instead of the needed extra formula.
13083 \begin_inset Foot
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087 see 
13088 \begin_inset CommandInset href
13089 LatexCommand href
13090 name "LyX-bug #1435"
13091 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13092
13093 \end_inset
13094
13095
13096 \end_layout
13097
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \begin_layout Standard
13104 The command 
13105 \series bold
13106
13107 \backslash
13108 mbox
13109 \series default
13110  is equivalent to 
13111 \series bold
13112
13113 \backslash
13114 fbox
13115 \series default
13116  and 
13117 \series bold
13118
13119 \backslash
13120 makebox
13121 \series default
13122  is equivalent to 
13123 \series bold
13124
13125 \backslash
13126 framebox
13127 \series default
13128 , with the difference that there is no frame.
13129 \end_layout
13130
13131 \begin_layout Subsection
13132 Colored Boxes
13133 \begin_inset CommandInset label
13134 LatexCommand label
13135 name "sub:Colored-Boxes"
13136
13137 \end_inset
13138
13139
13140 \begin_inset Index
13141 status collapsed
13142
13143 \begin_layout Plain Layout
13144 Boxes ! colored
13145 \end_layout
13146
13147 \end_inset
13148
13149
13150 \end_layout
13151
13152 \begin_layout Standard
13153 To be able to use all commands explained in this section, the LaTeX-package
13154  
13155 \series bold
13156 color
13157 \series default
13158
13159 \begin_inset Foot
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163 The LaTeX-package 
13164 \series bold
13165 color
13166 \series default
13167  is part of every LaTeX standard installation.
13168 \end_layout
13169
13170 \end_inset
13171
13172
13173 \begin_inset Index
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Packages ! color
13178 \end_layout
13179
13180 \end_inset
13181
13182  has to be loaded in the LaTeX-preamble with the line
13183 \begin_inset Foot
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187 When text is colored somewhere in the document with a predefined color,
13188  LyX loads the LaTeX-package 
13189 \series bold
13190 color
13191 \series default
13192  automatically.
13193  Thus it is possible that the package is loaded twice, but this doesn't
13194  arise problems.
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \begin_inset Note Note
13201 status collapsed
13202
13203 \begin_layout Plain Layout
13204 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13205 amble.
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 usepackage{color}
13219 \end_layout
13220
13221 \begin_layout Standard
13222 \begin_inset VSpace medskip
13223 \end_inset
13224
13225 To color boxes, the command 
13226 \series bold
13227
13228 \backslash
13229 colorbox
13230 \series default
13231
13232 \begin_inset Index
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236 Commands ! C ! 
13237 \backslash
13238 colorbox
13239 \end_layout
13240
13241 \end_inset
13242
13243  is used in the following scheme:
13244 \end_layout
13245
13246 \begin_layout Standard
13247
13248 \series bold
13249
13250 \backslash
13251 colorbox{color}{box content}
13252 \end_layout
13253
13254 \begin_layout Standard
13255 The box content can also be a box and a 
13256 \series bold
13257
13258 \backslash
13259 colorbox
13260 \series default
13261  can also be part of another box (see the 2nd and 3rd example).
13262  When the box should contain a formula, an extra formula has to be created,
13263  the same as for 
13264 \series bold
13265
13266 \backslash
13267 fbox
13268 \series default
13269 .
13270 \begin_inset Foot
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274 This also applies for the command 
13275 \series bold
13276
13277 \backslash
13278 fcolorbox
13279 \series default
13280 .
13281  Thereby note 
13282 \begin_inset CommandInset href
13283 LatexCommand href
13284 name "LyX-bug #1435"
13285 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13286
13287 \end_inset
13288
13289 .
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \end_layout
13296
13297 \begin_layout Standard
13298 One of the following predefined colors can be chosen:
13299 \end_layout
13300
13301 \begin_layout Standard
13302
13303 \series bold
13304 black
13305 \series default
13306
13307 \series bold
13308 blue
13309 \series default
13310
13311 \series bold
13312 cyan
13313 \series default
13314
13315 \series bold
13316 green
13317 \series default
13318
13319 \series bold
13320 magenta
13321 \series default
13322
13323 \series bold
13324 red
13325 \series default
13326
13327 \series bold
13328 white
13329 \series default
13330 , and 
13331 \series bold
13332 yellow
13333 \end_layout
13334
13335 \begin_layout Standard
13336 \align center
13337 \begin_inset Tabular
13338 <lyxtabular version="3" rows="4" columns="2">
13339 <features>
13340 <column alignment="center" valignment="top" width="0">
13341 <column alignment="center" valignment="top" width="0">
13342 <row>
13343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 Command
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 Result
13357 \begin_inset Note Note
13358 status collapsed
13359
13360 \begin_layout Plain Layout
13361
13362 \series bold
13363
13364 \backslash
13365 raisebox
13366 \series default
13367  is only used as spacer.
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 </row>
13378 <row>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383
13384 \backslash
13385 colorbox{yellow
13386 \begin_inset Formula $\to$
13387 \end_inset
13388
13389
13390 \backslash
13391 {A=B
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13401 \end_inset
13402
13403
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row>
13410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414
13415 \backslash
13416 colorbox{green
13417 \begin_inset Formula $\to$
13418 \end_inset
13419
13420
13421 \backslash
13422 {
13423 \backslash
13424 fbox
13425 \begin_inset ERT
13426 status collapsed
13427
13428 \begin_layout Plain Layout
13429
13430
13431 \backslash
13432 spce 
13433 \end_layout
13434
13435 \end_inset
13436
13437 A=B
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13447 \end_inset
13448
13449
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 </row>
13455 <row>
13456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460
13461 \backslash
13462 fbox
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \backslash
13470 spce 
13471 \end_layout
13472
13473 \end_inset
13474
13475
13476 \backslash
13477 colorbox{green
13478 \begin_inset Formula $\to$
13479 \end_inset
13480
13481
13482 \backslash
13483 {A=B
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13493 \end_inset
13494
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 </row>
13501 </lyxtabular>
13502
13503 \end_inset
13504
13505
13506 \end_layout
13507
13508 \begin_layout Standard
13509
13510 \series bold
13511
13512 \backslash
13513 colorbox
13514 \series default
13515  only colors the box but not the characters in the box.
13516  To color all characters, the whole formula is highlighted and the wanted
13517  color is chosen in the 
13518 \family sans
13519 Text
13520 \begin_inset Space ~
13521 \end_inset
13522
13523 Style
13524 \family default
13525  dialog.
13526  The dialog can be called with the toolbar button 
13527 \begin_inset Graphics
13528         filename ../images/dialog-show_character.png
13529         embed ""
13530         scale 85
13531
13532 \end_inset
13533
13534  or the menu 
13535 \family sans
13536 Edit\SpecialChar \menuseparator
13537 Text
13538 \begin_inset Space ~
13539 \end_inset
13540
13541 Style\SpecialChar \menuseparator
13542 Customized
13543 \family default
13544 .
13545  The formula number has then the same color as the formula.
13546  When the formula number should get another color than the formula characters,
13547  the color must be changed within the formula.
13548 \end_layout
13549
13550 \begin_layout Standard
13551 An example:
13552 \end_layout
13553
13554 \begin_layout Standard
13555
13556 \color red
13557 \begin_inset Formula \begin{equation}
13558 \int A=B\label{eq:red}\end{equation}
13559
13560 \end_inset
13561
13562
13563 \color green
13564
13565 \begin_inset Formula \begin{equation}
13566 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13567
13568 \end_inset
13569
13570
13571 \end_layout
13572
13573 \begin_layout Standard
13574 Formula 
13575 \begin_inset CommandInset ref
13576 LatexCommand eqref
13577 reference "eq:red"
13578
13579 \end_inset
13580
13581  is completely colored red.
13582 \begin_inset Newline newline
13583 \end_inset
13584
13585 Formula 
13586 \begin_inset CommandInset ref
13587 LatexCommand eqref
13588 reference "eq:redgreen"
13589
13590 \end_inset
13591
13592  was first completely colored green to set the color for the formula number.
13593  Subsequently the formula characters were colored red.
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset VSpace bigskip
13598 \end_inset
13599
13600 To color the frame different than the rest of the box, the command 
13601 \series bold
13602
13603 \backslash
13604 fcolorbox
13605 \series default
13606
13607 \begin_inset Index
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 Commands ! F ! 
13612 \backslash
13613 fcolorbox
13614 \end_layout
13615
13616 \end_inset
13617
13618  is used in the following scheme:
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 fcolorbox{frame color}{color}{box content}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 So 
13631 \series bold
13632
13633 \backslash
13634 fcolorbox
13635 \series default
13636  is an extension of the command 
13637 \series bold
13638
13639 \backslash
13640 colorbox
13641 \series default
13642 .
13643  The frame width is set, like for 
13644 \series bold
13645
13646 \backslash
13647 framebox
13648 \series default
13649 , with 
13650 \series bold
13651
13652 \backslash
13653 fboxrule
13654 \series default
13655  and 
13656 \series bold
13657
13658 \backslash
13659 fboxsep
13660 \series default
13661 .
13662  An example:
13663 \begin_inset ERT
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667
13668
13669 \backslash
13670 fboxrule 1mm 
13671 \backslash
13672 fboxsep 1mm
13673 \end_layout
13674
13675 \end_inset
13676
13677
13678 \begin_inset Formula \[
13679 \fcolorbox {cyan}{magenta}{A=B}\]
13680
13681 \end_inset
13682
13683
13684 \begin_inset ERT
13685 status collapsed
13686
13687 \begin_layout Plain Layout
13688
13689
13690 \backslash
13691 fboxrule 0.4pt 
13692 \backslash
13693 fboxsep 3pt
13694 \end_layout
13695
13696 \end_inset
13697
13698
13699 \end_layout
13700
13701 \begin_layout Standard
13702 This formula was created with the command
13703 \begin_inset Newline newline
13704 \end_inset
13705
13706
13707 \series bold
13708
13709 \backslash
13710 fcolorbox{cyan
13711 \begin_inset Formula $\to$
13712 \end_inset
13713
13714
13715 \backslash
13716 {magenta
13717 \begin_inset Formula $\to$
13718 \end_inset
13719
13720
13721 \backslash
13722 {A=B
13723 \series default
13724 .
13725 \end_layout
13726
13727 \begin_layout Standard
13728 \begin_inset VSpace bigskip
13729 \end_inset
13730
13731 To use other colors than the predefined ones, they have to be defined first.
13732 \end_layout
13733
13734 \begin_layout Standard
13735 One can for example define the color 
13736 \begin_inset Quotes eld
13737 \end_inset
13738
13739
13740 \series bold
13741 darkgreen
13742 \series default
13743
13744 \begin_inset Quotes erd
13745 \end_inset
13746
13747  with the LaTeX-preamble line:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \series bold
13753
13754 \backslash
13755 definecolor{darkgreen}{cmyk}{0.5,
13756 \series default
13757  
13758 \series bold
13759 0,
13760 \series default
13761  
13762 \series bold
13763 1,
13764 \series default
13765  
13766 \series bold
13767 0.5}
13768 \series default
13769
13770 \begin_inset Index
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774 Commands ! D ! 
13775 \backslash
13776 definecolor
13777 \end_layout
13778
13779 \end_inset
13780
13781
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787 cmyk
13788 \series default
13789  is the color space that denotes the colors 
13790 \series bold
13791 cyan
13792 \series default
13793
13794 \series bold
13795 magenta
13796 \series default
13797
13798 \series bold
13799 yellow
13800 \series default
13801 , and 
13802 \series bold
13803 black
13804 \series default
13805 .
13806  The four comma separated numbers are the portion factor for the corresponding
13807  colors of the color space.
13808  The factors can be in the range of 0
13809 \begin_inset Space \thinspace{}
13810 \end_inset
13811
13812 -
13813 \begin_inset Space \thinspace{}
13814 \end_inset
13815
13816 1.
13817  Instead of 
13818 \series bold
13819 cmyk
13820 \series default
13821  also the color space 
13822 \series bold
13823 rgb
13824 \series default
13825  can be used for definitions.
13826  
13827 \series bold
13828 rgb
13829 \series default
13830  denotes 
13831 \series bold
13832 red
13833 \series default
13834
13835 \series bold
13836 green
13837 \series default
13838 , and 
13839 \series bold
13840 blue
13841 \series default
13842 , so that there are in this case three portion factors for the corresponding
13843  colors.
13844  Furthermore there is the color space 
13845 \series bold
13846 gray
13847 \series default
13848  with one portion factor for the gray value.
13849 \end_layout
13850
13851 \begin_layout Standard
13852 As example a framed box with the new defined color 
13853 \series bold
13854 darkgreen
13855 \series default
13856  where the characters have been colored 
13857 \series bold
13858 yellow
13859 \series default
13860 :
13861 \begin_inset Formula \begin{equation}
13862 \colorbox {darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13863
13864 \end_inset
13865
13866
13867 \end_layout
13868
13869 \begin_layout Standard
13870 Self-defined colors can also be used for text with the help of the command
13871  
13872 \series bold
13873
13874 \backslash
13875 textcolor
13876 \series default
13877 :
13878 \begin_inset Index
13879 status collapsed
13880
13881 \begin_layout Plain Layout
13882 Text ! colored
13883 \end_layout
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \begin_layout Standard
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896
13897 \backslash
13898 textcolor{darkgreen}{
13899 \end_layout
13900
13901 \end_inset
13902
13903 This sentence is 
13904 \begin_inset Quotes eld
13905 \end_inset
13906
13907 darkgreen
13908 \begin_inset Quotes erd
13909 \end_inset
13910
13911 .
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917 }
13918 \end_layout
13919
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \begin_layout Standard
13926
13927 \series bold
13928
13929 \backslash
13930 textcolor
13931 \series default
13932
13933 \begin_inset Index
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 Commands ! T ! 
13938 \backslash
13939 textcolor
13940 \end_layout
13941
13942 \end_inset
13943
13944  is used in the scheme 
13945 \series bold
13946
13947 \backslash
13948 textcolor{color}{characters to color}
13949 \series default
13950 .
13951 \end_layout
13952
13953 \begin_layout Subsection
13954 Paragraph Boxes
13955 \begin_inset CommandInset label
13956 LatexCommand label
13957 name "sub:Paragraph-Boxes"
13958
13959 \end_inset
13960
13961
13962 \begin_inset Index
13963 status collapsed
13964
13965 \begin_layout Plain Layout
13966 Boxes ! as paragraph
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \begin_layout Standard
13975 A box that can contain several lines and paragraphs, a so called paragraph
13976  box (parbox), can be created with the menu 
13977 \family sans
13978 Insert\SpecialChar \menuseparator
13979 Box
13980 \family default
13981  or the toolbar button 
13982 \begin_inset Graphics
13983         filename ../images/box-insert.png
13984         embed ""
13985         scale 85
13986
13987 \end_inset
13988
13989 .
13990 \end_layout
13991
13992 \begin_layout Standard
13993 The following example shows a framed parbox in a line:
13994 \end_layout
13995
13996 \begin_layout Standard
13997 \begin_inset VSpace medskip
13998 \end_inset
13999
14000 This is a line 
14001 \begin_inset Box Boxed
14002 position "c"
14003 hor_pos "c"
14004 has_inner_box 1
14005 inner_pos "t"
14006 use_parbox 1
14007 width "5cm"
14008 special "none"
14009 height "1in"
14010 height_special "totalheight"
14011 status open
14012
14013 \begin_layout Plain Layout
14014 This is a paragraph box.
14015  It is exactly 5
14016 \begin_inset Space \thinspace{}
14017 \end_inset
14018
14019 cm long and can also contain formulas: 
14020 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \end_inset
14027
14028  with a parbox.
14029 \end_layout
14030
14031 \begin_layout Standard
14032 \begin_inset VSpace medskip
14033 \end_inset
14034
14035
14036 \end_layout
14037
14038 \begin_layout Standard
14039 Such a box is created by right-clicking on the gray box inset.
14040  A dialog pops up showing the box properties.
14041  In our case set: 
14042 \emph on
14043 Decoration
14044 \emph default
14045 : Recangular box, 
14046 \emph on
14047 Inner Box
14048 \emph default
14049 : Parbox, 
14050 \emph on
14051 Width
14052 \emph default
14053 : 5
14054 \begin_inset Space \thinspace{}
14055 \end_inset
14056
14057 cm, 
14058 \emph on
14059 Vertical Box Alignment
14060 \emph default
14061 : Middle
14062 \end_layout
14063
14064 \begin_layout Standard
14065 \begin_inset VSpace medskip
14066 \end_inset
14067
14068 In LaTeX a parbox is created with the command 
14069 \series bold
14070
14071 \backslash
14072 parbox
14073 \series default
14074
14075 \begin_inset Index
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079 Commands ! P ! 
14080 \backslash
14081 parbox
14082 \end_layout
14083
14084 \end_inset
14085
14086  that has the following scheme:
14087 \end_layout
14088
14089 \begin_layout Standard
14090
14091 \series bold
14092
14093 \backslash
14094 parbox[position]{width}{box content}
14095 \end_layout
14096
14097 \begin_layout Standard
14098 The positions 
14099 \emph on
14100 b
14101 \emph default
14102  and 
14103 \emph on
14104 t
14105 \emph default
14106  are possible.
14107  
14108 \emph on
14109 b
14110 \emph default
14111  for bottom means that the box is aligned within the surrounding text with
14112  its last line.
14113  With 
14114 \emph on
14115 t
14116 \emph default
14117  for top this is done with the first line.
14118  When no position is given, the box will be vertically centered, see section
14119  
14120 \emph on
14121 Boxes
14122 \emph default
14123  of the 
14124 \emph on
14125 Embedded
14126 \begin_inset Space ~
14127 \end_inset
14128
14129 Objects
14130 \emph default
14131  manual for examples.
14132 \end_layout
14133
14134 \begin_layout Standard
14135 \begin_inset VSpace bigskip
14136 \end_inset
14137
14138 To frame formulas completely, including the formula number, the formula
14139  must be set into a parbox.
14140  To do this, the command 
14141 \series bold
14142
14143 \backslash
14144 fbox{
14145 \backslash
14146 parbox{
14147 \backslash
14148 linewidth-2
14149 \backslash
14150 fboxsep-2
14151 \backslash
14152 fboxrule}{
14153 \series default
14154  is inserted in TeX-mode before the formula.
14155  
14156 \series bold
14157
14158 \backslash
14159 linewidth
14160 \begin_inset Index
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164 Commands ! L ! 
14165 \backslash
14166 linewidth
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \series default
14173  is hereby the line width set for the document.
14174  Because the frame is outside the parbox, 2
14175 \begin_inset Space \thinspace{}
14176 \end_inset
14177
14178 times the frame separation and the frame thickness must be subtracted from
14179  the line width.
14180  As this is not automatically done by LyX due to a bug
14181 \begin_inset Foot
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185 \begin_inset CommandInset href
14186 LatexCommand href
14187 name "LyX-bug #4483"
14188 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14189
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \end_inset
14196
14197 , TeX-mode has to be used.
14198  To be able to multiply and subtract in arguments, the LaTeX-package 
14199 \series bold
14200 calc
14201 \series default
14202
14203 \begin_inset Foot
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208 \series bold
14209 calc
14210 \series default
14211  is part of every LaTeX standard installation.
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \begin_inset Index
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 Packages ! calc
14222 \end_layout
14223
14224 \end_inset
14225
14226  must be loaded in the LaTeX-preamble with the line
14227 \end_layout
14228
14229 \begin_layout Standard
14230
14231 \series bold
14232
14233 \backslash
14234 usepackage{calc}
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Behind the formula both boxes are closed by entering 
14239 \series bold
14240 }}
14241 \series default
14242  in TeX-mode.
14243  Here is an example:
14244 \begin_inset ERT
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248
14249
14250 \backslash
14251 fboxsep 5mm 
14252 \backslash
14253 fboxrule 5mm
14254 \end_layout
14255
14256 \end_inset
14257
14258
14259 \end_layout
14260
14261 \begin_layout Standard
14262 \begin_inset ERT
14263 status collapsed
14264
14265 \begin_layout Plain Layout
14266
14267
14268 \backslash
14269 fbox{
14270 \backslash
14271 parbox{
14272 \backslash
14273 linewidth-2
14274 \backslash
14275 fboxsep-2
14276 \backslash
14277 fboxrule}{
14278 \end_layout
14279
14280 \end_inset
14281
14282
14283 \begin_inset Formula \begin{equation}
14284 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14285
14286 \end_inset
14287
14288
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294 }}
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305
14306 \backslash
14307 fboxrule 0.4pt 
14308 \backslash
14309 fboxsep 3pt
14310 \end_layout
14311
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \begin_layout Standard
14318 \begin_inset VSpace medskip
14319 \end_inset
14320
14321 As a parbox is used as argument of 
14322 \series bold
14323
14324 \backslash
14325 fbox
14326 \series default
14327 , there is in this case no difference between 
14328 \series bold
14329
14330 \backslash
14331 fbox
14332 \series default
14333  and 
14334 \series bold
14335
14336 \backslash
14337 boxed
14338 \series default
14339 .
14340 \end_layout
14341
14342 \begin_layout Standard
14343 \begin_inset VSpace bigskip
14344 \end_inset
14345
14346 Paragraph boxes are very useful to comment formulas directly.
14347  To do this, 
14348 \series bold
14349
14350 \backslash
14351 parbox
14352 \series default
14353  is used in combination with the command 
14354 \series bold
14355
14356 \backslash
14357 tag
14358 \series default
14359 .
14360  (more about 
14361 \series bold
14362
14363 \backslash
14364 tag
14365 \series default
14366  see 
14367 \begin_inset CommandInset ref
14368 LatexCommand ref
14369 reference "sub:User-defined-Numbering"
14370
14371 \end_inset
14372
14373 )
14374 \end_layout
14375
14376 \begin_layout Standard
14377 An example of a formula commented with 
14378 \series bold
14379
14380 \backslash
14381 parbox
14382 \series default
14383 :
14384 \end_layout
14385
14386 \begin_layout Standard
14387 \begin_inset ERT
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391
14392
14393 \backslash
14394 [5x-7b=3b
14395 \backslash
14396 tag*{
14397 \backslash
14398 parbox{5cm}{
14399 \end_layout
14400
14401 \end_inset
14402
14403 This is a description.
14404  It is distinctly separated from the formula and multiline.
14405 \begin_inset ERT
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409
14410 }}
14411 \backslash
14412 ]
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Standard
14421 Such a formula must be inserted completely in TeX-mode because LyX does
14422  not yet support the command 
14423 \series bold
14424
14425 \backslash
14426 parbox
14427 \series default
14428  in formulas.
14429  The formula is created with the following command sequence:
14430 \end_layout
14431
14432 \begin_layout Standard
14433 The command 
14434 \series bold
14435
14436 \backslash
14437 [5x-7b=3b
14438 \backslash
14439 tag*
14440 \backslash
14441 {
14442 \backslash
14443 parbox{5cm}{
14444 \series default
14445  is inserted in TeX-mode.
14446 \begin_inset Foot
14447 status collapsed
14448
14449 \begin_layout Plain Layout
14450 When the formula style 
14451 \series bold
14452 Indented
14453 \series default
14454  is used, 
14455 \series bold
14456
14457 \backslash
14458 tag*
14459 \backslash
14460 {
14461 \series default
14462  can also be replaced by 
14463 \series bold
14464
14465 \backslash
14466 hfill
14467 \series default
14468 .
14469  (formula styles see 
14470 \begin_inset CommandInset ref
14471 LatexCommand ref
14472 reference "sec:Formula-Styles"
14473
14474 \end_inset
14475
14476 )
14477 \end_layout
14478
14479 \end_inset
14480
14481  Then the description follows as normal text, and finally 
14482 \series bold
14483 }}
14484 \backslash
14485 ]
14486 \series default
14487  is inserted in TeX-mode.
14488  The commands 
14489 \series bold
14490
14491 \backslash
14492 [
14493 \series default
14494  and 
14495 \series bold
14496
14497 \backslash
14498 ]
14499 \series default
14500  hereby create a displayed formula.
14501 \end_layout
14502
14503 \begin_layout Standard
14504 The advantages of 
14505 \series bold
14506
14507 \backslash
14508 parbox
14509 \series default
14510  can be seen in this example that was 
14511 \begin_inset Quotes eld
14512 \end_inset
14513
14514 commented
14515 \begin_inset Quotes erd
14516 \end_inset
14517
14518  using the mathematical textmode:
14519 \begin_inset Formula \[
14520 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Section
14528 Operators
14529 \begin_inset Index
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 Operators
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Subsection
14542 Big Operators
14543 \begin_inset CommandInset label
14544 LatexCommand label
14545 name "sub:Big-Operators"
14546
14547 \end_inset
14548
14549
14550 \begin_inset Index
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Operators ! big
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset Index
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Sums
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \begin_inset Index
14571 status collapsed
14572
14573 \begin_layout Plain Layout
14574 Integrals
14575 \end_layout
14576
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \begin_layout Standard
14583 To be able to use all integral operators listed here, the option 
14584 \family sans
14585 Use esint package automatically
14586 \family default
14587  must be set in the document settings under 
14588 \family sans
14589 Math
14590 \begin_inset Space ~
14591 \end_inset
14592
14593 Options
14594 \family default
14595 .
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \begin_inset Space \hfill{}
14600 \end_inset
14601
14602
14603 \begin_inset Tabular
14604 <lyxtabular version="3" rows="11" columns="2">
14605 <features>
14606 <column alignment="center" valignment="top" width="0pt">
14607 <column alignment="center" valignment="top" width="0pt">
14608 <row>
14609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613 Command
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 Result
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \backslash
14635 sum
14636 \begin_inset Index
14637 status collapsed
14638
14639 \begin_layout Plain Layout
14640 Commands ! S ! 
14641 \backslash
14642 sum
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656 \begin_inset Formula $\sum$
14657 \end_inset
14658
14659
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 </row>
14665 <row>
14666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14667 \begin_inset Text
14668
14669 \begin_layout Plain Layout
14670
14671 \backslash
14672 int
14673 \begin_inset Index
14674 status collapsed
14675
14676 \begin_layout Plain Layout
14677 Commands ! I ! 
14678 \backslash
14679 int
14680 \end_layout
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693 \begin_inset Formula $\int$
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \end_inset
14700 </cell>
14701 </row>
14702 <row>
14703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14704 \begin_inset Text
14705
14706 \begin_layout Plain Layout
14707
14708 \backslash
14709 intop
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718 \begin_inset Formula $\intop$
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \end_inset
14725 </cell>
14726 </row>
14727 <row>
14728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732
14733 \backslash
14734 oint
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743 \begin_inset Formula $\oint$
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \end_inset
14750 </cell>
14751 </row>
14752 <row>
14753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757
14758 \backslash
14759 ointop
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 \begin_inset Formula $\ointop$
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 ointctrclockwise
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Formula $\ointctrclockwise$
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 ointclockwise
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 \begin_inset Formula $\ointclockwise$
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832
14833 \backslash
14834 sqint
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 \begin_inset Formula $\sqint$
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \backslash
14859 bigcap
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 \begin_inset Formula $\bigcap$
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 <row>
14878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882
14883 \backslash
14884 bigcup
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 \begin_inset Formula $\bigcup$
14894 \end_inset
14895
14896
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 </row>
14902 </lyxtabular>
14903
14904 \end_inset
14905
14906
14907 \begin_inset Space \hfill{}
14908 \end_inset
14909
14910
14911 \begin_inset Tabular
14912 <lyxtabular version="3" rows="10" columns="2">
14913 <features>
14914 <column alignment="center" valignment="top" width="0pt">
14915 <column alignment="center" valignment="top" width="0pt">
14916 <row>
14917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14918 \begin_inset Text
14919
14920 \begin_layout Plain Layout
14921 Command
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 Result
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \backslash
14943 prod
14944 \begin_inset Index
14945 status collapsed
14946
14947 \begin_layout Plain Layout
14948 Commands ! P ! 
14949 \backslash
14950 prod
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $\prod$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 coprod
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 \begin_inset Formula $\coprod$
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \backslash
15005 bigodot
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset Formula $\bigodot$
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \backslash
15030 bigotimes
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 \begin_inset Formula $\bigotimes$
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \backslash
15055 bigoplus
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 \begin_inset Formula $\bigoplus$
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078
15079 \backslash
15080 bigwedge
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 \begin_inset Formula $\bigwedge$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \backslash
15105 bigvee
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 \begin_inset Formula $\bigvee$
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \backslash
15130 bigsqcup
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139 \begin_inset Formula $\bigsqcup$
15140 \end_inset
15141
15142
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \backslash
15155 biguplus
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164 \begin_inset Formula $\biguplus$
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 </row>
15173 </lyxtabular>
15174
15175 \end_inset
15176
15177
15178 \begin_inset Space \hfill{}
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \begin_layout Standard
15185 All big operators can also be inserted via the math toolbar button 
15186 \begin_inset Graphics
15187         filename ../images/math/intop.png
15188         embed ""
15189         scale 85
15190
15191 \end_inset
15192
15193 .
15194 \end_layout
15195
15196 \begin_layout Standard
15197 The operators are called big because they are bigger than the sometimes
15198  equal looking binary operators.
15199  All big operators can have limits as described in the next subsection.
15200 \end_layout
15201
15202 \begin_layout Standard
15203 The operators 
15204 \series bold
15205
15206 \backslash
15207 intop
15208 \series default
15209  and 
15210 \series bold
15211
15212 \backslash
15213 ointop
15214 \series default
15215  are different from 
15216 \series bold
15217
15218 \backslash
15219 int
15220 \series default
15221  and 
15222 \series bold
15223
15224 \backslash
15225 oint
15226 \series default
15227 , resp.
15228 \begin_inset Space ~
15229 \end_inset
15230
15231 in the style the operator limits are displayed, see 
15232 \begin_inset CommandInset ref
15233 LatexCommand ref
15234 reference "sub:Operator-Limits"
15235
15236 \end_inset
15237
15238 .
15239  
15240 \end_layout
15241
15242 \begin_layout Subsubsection*
15243 Advices for Integrals
15244 \end_layout
15245
15246 \begin_layout Standard
15247 The letter 
15248 \emph on
15249 d
15250 \emph default
15251  in an integral is an operator, that therefore has to be set upright.
15252  This is done by highlighting the 
15253 \emph on
15254 d
15255 \emph default
15256  and using the keyboard shortcut 
15257 \family sans
15258 Alt-c
15259 \begin_inset Space ~
15260 \end_inset
15261
15262 r
15263 \family default
15264
15265 \begin_inset Foot
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 Font styles
15270 \series bold
15271  
15272 \series default
15273 see 
15274 \begin_inset CommandInset ref
15275 LatexCommand ref
15276 reference "sub:Font-Styles"
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \end_inset
15284
15285 .
15286  Finally the smallest space is inserted before the 
15287 \emph on
15288 d
15289 \emph default
15290 , as this is usual for operators.
15291  An example:
15292 \end_layout
15293
15294 \begin_layout Standard
15295 incorrect: 
15296 \begin_inset Formula $\int A(x)dx$
15297 \end_inset
15298
15299
15300 \begin_inset Newline newline
15301 \end_inset
15302
15303
15304 \begin_inset ERT
15305 status collapsed
15306
15307 \begin_layout Plain Layout
15308
15309
15310 \backslash
15311 hphantom{in}
15312 \end_layout
15313
15314 \end_inset
15315
15316 correct: 
15317 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15318 \end_inset
15319
15320
15321 \end_layout
15322
15323 \begin_layout Standard
15324 For multiple integrals there are the following commands:
15325 \begin_inset VSpace medskip
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \begin_layout Standard
15332 \begin_inset Space \hfill{}
15333 \end_inset
15334
15335
15336 \begin_inset Tabular
15337 <lyxtabular version="3" rows="4" columns="2">
15338 <features>
15339 <column alignment="center" valignment="top" width="0">
15340 <column alignment="center" valignment="top" width="0">
15341 <row>
15342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 Command
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 Result
15356 \begin_inset Note Note
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360
15361 \series bold
15362
15363 \backslash
15364 raisebox
15365 \series default
15366  is only used as spacer.
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 </row>
15377 <row>
15378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15379 \begin_inset Text
15380
15381 \begin_layout Plain Layout
15382
15383 \backslash
15384 iint
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15394 \end_inset
15395
15396
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 </row>
15402 <row>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407
15408 \backslash
15409 oiint
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15419 \end_inset
15420
15421
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 </row>
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \backslash
15434 sqiint
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15444 \end_inset
15445
15446
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 </row>
15452 </lyxtabular>
15453
15454 \end_inset
15455
15456
15457 \begin_inset Space \hfill{}
15458 \end_inset
15459
15460
15461 \begin_inset Tabular
15462 <lyxtabular version="3" rows="4" columns="2">
15463 <features>
15464 <column alignment="center" valignment="top" width="0">
15465 <column alignment="center" valignment="top" width="0">
15466 <row>
15467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 Command
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 Result
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 iiint
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \backslash
15518 iiiint
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \backslash
15543 dotsint
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15549 \begin_inset Text
15550
15551 \begin_layout Plain Layout
15552 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15553 \end_inset
15554
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 </lyxtabular>
15562
15563 \end_inset
15564
15565
15566 \begin_inset Space \hfill{}
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \begin_layout Subsection
15573 Operator Limits
15574 \begin_inset CommandInset label
15575 LatexCommand label
15576 name "sub:Operator-Limits"
15577
15578 \end_inset
15579
15580
15581 \begin_inset Index
15582 status collapsed
15583
15584 \begin_layout Plain Layout
15585 Operators ! Limits
15586 \end_layout
15587
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \begin_layout Standard
15594 Limits are created by super- and subscripts:
15595 \end_layout
15596
15597 \begin_layout Standard
15598 \align center
15599 \begin_inset Tabular
15600 <lyxtabular version="3" rows="2" columns="2">
15601 <features>
15602 <column alignment="center" valignment="top" width="0pt">
15603 <column alignment="center" valignment="top" width="0pt">
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609 Command
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618 Result
15619 \begin_inset Note Note
15620 status collapsed
15621
15622 \begin_layout Plain Layout
15623
15624 \series bold
15625
15626 \backslash
15627 raisebox
15628 \series default
15629  is only used as spacer.
15630 \end_layout
15631
15632 \end_inset
15633
15634
15635 \end_layout
15636
15637 \end_inset
15638 </cell>
15639 </row>
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645
15646 \backslash
15647 prod^
15648 \backslash
15649 infty
15650 \begin_inset ERT
15651 status collapsed
15652
15653 \begin_layout Plain Layout
15654
15655
15656 \backslash
15657 spce 
15658 \end_layout
15659
15660 \end_inset
15661
15662
15663 \begin_inset Formula $\to$
15664 \end_inset
15665
15666 _0
15667 \begin_inset Formula $\to$
15668 \end_inset
15669
15670 A(x)
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15680 \end_inset
15681
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 </lyxtabular>
15689
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \begin_layout Standard
15696 Limits of inline formulas are set right beside the operator.
15697  Limits in displayed formulas are set above or below the operator, except
15698  of integral limits.
15699 \end_layout
15700
15701 \begin_layout Standard
15702 To force that the limits are set beside the operator, the cursor is set
15703  directly behind the operator and the limits type is changed with the menu
15704  
15705 \family sans
15706 Edit\SpecialChar \menuseparator
15707 Math\SpecialChar \menuseparator
15708 Change Limits Type
15709 \family default
15710  to 
15711 \family sans
15712 \series bold
15713 Inline
15714 \family default
15715 \series default
15716  (shortcut 
15717 \family sans
15718 Alt-m
15719 \begin_inset Space ~
15720 \end_inset
15721
15722 l
15723 \family default
15724 ).
15725  An example:
15726 \end_layout
15727
15728 \begin_layout Standard
15729 The default limits type is this:
15730 \begin_inset Formula \[
15731 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15732
15733 \end_inset
15734
15735 This is how it looks when the limits type was changed to 
15736 \family sans
15737 \series bold
15738 Inline
15739 \family default
15740 \series default
15741 :
15742 \begin_inset Formula \[
15743 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15744
15745 \end_inset
15746
15747 For integrals, except of 
15748 \series bold
15749
15750 \backslash
15751 intop
15752 \series default
15753  and 
15754 \series bold
15755
15756 \backslash
15757 ointop
15758 \series default
15759 , the limits are by default set beside the operator.
15760  But for multiple integrals the limits are often set below the operator.
15761  In the following example the limits type was therefore set to 
15762 \series bold
15763 Display
15764 \series default
15765  and so set below the integrals:
15766 \begin_inset Formula \begin{equation}
15767 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15768
15769 \end_inset
15770
15771
15772 \end_layout
15773
15774 \begin_layout Standard
15775 \begin_inset VSpace medskip
15776 \end_inset
15777
15778 To specify conditions for limits, the commands 
15779 \series bold
15780
15781 \backslash
15782 subarray
15783 \series default
15784
15785 \begin_inset Index
15786 status collapsed
15787
15788 \begin_layout Plain Layout
15789 Commands ! S ! 
15790 \backslash
15791 subarray
15792 \end_layout
15793
15794 \end_inset
15795
15796  and 
15797 \series bold
15798
15799 \backslash
15800 substack
15801 \series default
15802
15803 \begin_inset Index
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807 Commands ! S ! 
15808 \backslash
15809 substack
15810 \end_layout
15811
15812 \end_inset
15813
15814  are used.
15815  To create for example this expression 
15816 \begin_inset Formula \begin{equation}
15817 \sum_{\begin{subarray}{c}
15818 0<k<1000\\
15819 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15820
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \begin_layout Standard
15827 the following has to be done:
15828 \begin_inset Newline newline
15829 \end_inset
15830
15831 First the command 
15832 \series bold
15833
15834 \backslash
15835 sum
15836 \series default
15837 ^
15838 \series bold
15839 n
15840 \begin_inset ERT
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845
15846 \backslash
15847 spce 
15848 \end_layout
15849
15850 \end_inset
15851
15852 _
15853 \series default
15854  is typed in.
15855  One is now in a blue box under the summation operator and insert there
15856  the command 
15857 \series bold
15858
15859 \backslash
15860 subarray
15861 \begin_inset ERT
15862 status collapsed
15863
15864 \begin_layout Plain Layout
15865
15866
15867 \backslash
15868 spce 
15869 \end_layout
15870
15871 \end_inset
15872
15873
15874 \series default
15875 .
15876  The blue box is now within a purple box and now several lines can be written
15877  among each other.
15878  A new line is created by inserting a line break (
15879 \family sans
15880 Ctrl-Return
15881 \family default
15882 ).
15883  When now
15884 \begin_inset Newline newline
15885 \end_inset
15886
15887
15888 \series bold
15889 0<k<1000 Ctrl-Return
15890 \begin_inset Newline newline
15891 \end_inset
15892
15893
15894 \series default
15895 is typed in, a new box appears below for the new line.
15896 \end_layout
15897
15898 \begin_layout Standard
15899 The alignment of the lines can be changed to left aligned with the 
15900 \family sans
15901 table
15902 \family default
15903  
15904 \family sans
15905 toolbar
15906 \family default
15907  or the menu 
15908 \family sans
15909 Edit\SpecialChar \menuseparator
15910 Rows &Columns
15911 \family default
15912 .
15913  To get right alignment, 
15914 \series bold
15915
15916 \backslash
15917 hfill
15918 \begin_inset ERT
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923
15924 \backslash
15925 spce 
15926 \end_layout
15927
15928 \end_inset
15929
15930
15931 \series default
15932  is inserted at the beginning of the line.
15933 \end_layout
15934
15935 \begin_layout Standard
15936 The command 
15937 \series bold
15938
15939 \backslash
15940 substack
15941 \series default
15942  is equivalent to 
15943 \series bold
15944
15945 \backslash
15946 subarray
15947 \series default
15948  with the difference that the lines are always centered.
15949 \end_layout
15950
15951 \begin_layout Standard
15952 \begin_inset VSpace bigskip
15953 \end_inset
15954
15955 Like in formula 
15956 \begin_inset CommandInset ref
15957 LatexCommand eqref
15958 reference "eq:substack"
15959
15960 \end_inset
15961
15962  there can be too much space beside an operator, because the characters
15963  following the operator are set beside the limits.
15964 \end_layout
15965
15966 \begin_layout Standard
15967 To avoid this, the following macro can be used in the LaTeX-preamble:
15968 \end_layout
15969
15970 \begin_layout Standard
15971
15972 \series bold
15973
15974 \backslash
15975 def
15976 \backslash
15977 clap#1{
15978 \backslash
15979 hbox to 0pt{
15980 \backslash
15981 hss #1
15982 \backslash
15983 hss}}
15984 \begin_inset Newline newline
15985 \end_inset
15986
15987
15988 \backslash
15989 def
15990 \backslash
15991 mathclap {
15992 \backslash
15993 mathpalette 
15994 \backslash
15995 mathclapinternal}
15996 \begin_inset Newline newline
15997 \end_inset
15998
15999
16000 \backslash
16001 def
16002 \backslash
16003 mathclapinternal #1#2{
16004 \backslash
16005 clap{$
16006 \backslash
16007 mathsurround =0pt #1{#2}$}}
16008 \end_layout
16009
16010 \begin_layout Standard
16011 This defines the command 
16012 \series bold
16013
16014 \backslash
16015 mathclap
16016 \series default
16017
16018 \begin_inset Index
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022 Commands ! M ! 
16023 \backslash
16024 mathclap
16025 \end_layout
16026
16027 \end_inset
16028
16029  that sets the width of the limit to 0
16030 \begin_inset Space \thinspace{}
16031 \end_inset
16032
16033 pt.
16034  The command scheme is
16035 \end_layout
16036
16037 \begin_layout Standard
16038
16039 \series bold
16040
16041 \backslash
16042 mathclap{limit}
16043 \end_layout
16044
16045 \begin_layout Standard
16046 where the limit can consist of several conditions.
16047 \end_layout
16048
16049 \begin_layout Standard
16050 Applied on formula 
16051 \begin_inset CommandInset ref
16052 LatexCommand eqref
16053 reference "eq:substack"
16054
16055 \end_inset
16056
16057 , one uses the command
16058 \end_layout
16059
16060 \begin_layout Standard
16061
16062 \series bold
16063
16064 \backslash
16065 sum_
16066 \backslash
16067 mathclap{
16068 \backslash
16069 substack
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 spce 
16078 \end_layout
16079
16080 \end_inset
16081
16082 0<k<1000 Ctrl-Enter
16083 \end_layout
16084
16085 \begin_layout Standard
16086 to create the lower limit.
16087  The summand is now directly behind the summation operator:
16088 \begin_inset Formula \[
16089 \sum_{\mathclap {\substack{0<k<1000\\
16090 \\k\,\in\,\mathbb{N}}
16091 }}^{n}k^{-2}\]
16092
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \begin_layout Standard
16099 \begin_inset VSpace bigskip
16100 \end_inset
16101
16102 How to use one limit for several operators is described in 
16103 \begin_inset CommandInset ref
16104 LatexCommand ref
16105 reference "sub:Self-defined-Operators"
16106
16107 \end_inset
16108
16109 .
16110 \end_layout
16111
16112 \begin_layout Subsection
16113 Binary Operators
16114 \begin_inset CommandInset label
16115 LatexCommand label
16116 name "sub:Binary-Operators"
16117
16118 \end_inset
16119
16120
16121 \begin_inset Index
16122 status collapsed
16123
16124 \begin_layout Plain Layout
16125 Operators ! binary
16126 \end_layout
16127
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \begin_layout Standard
16134 Binary operators are surrounded by space when there is a character before
16135  and behind them.
16136 \begin_inset VSpace medskip
16137 \end_inset
16138
16139
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \begin_inset Space \hfill{}
16144 \end_inset
16145
16146
16147 \begin_inset Tabular
16148 <lyxtabular version="3" rows="13" columns="2">
16149 <features>
16150 <column alignment="center" valignment="top" width="0pt">
16151 <column alignment="center" valignment="top" width="0pt">
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 Command
16158 \begin_inset Note Note
16159 status collapsed
16160
16161 \begin_layout Plain Layout
16162
16163 \series bold
16164
16165 \backslash
16166 raisebox
16167 \series default
16168  is only used as spacer.
16169 \end_layout
16170
16171 \end_inset
16172
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 Result
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 +
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 \begin_inset Formula $+$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 -
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 \begin_inset Formula $-$
16226 \end_inset
16227
16228
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 </row>
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239
16240 \backslash
16241 pm
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 \begin_inset Formula $\pm$
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 </row>
16259 <row>
16260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16261 \begin_inset Text
16262
16263 \begin_layout Plain Layout
16264
16265 \backslash
16266 mp
16267 \end_layout
16268
16269 \end_inset
16270 </cell>
16271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16272 \begin_inset Text
16273
16274 \begin_layout Plain Layout
16275 \begin_inset Formula $\mp$
16276 \end_inset
16277
16278
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 </row>
16284 <row>
16285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289
16290 \backslash
16291 cdot
16292 \end_layout
16293
16294 \end_inset
16295 </cell>
16296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 \begin_inset Formula $\cdot$
16301 \end_inset
16302
16303
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314
16315 \backslash
16316 times
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 \begin_inset Formula $\times$
16326 \end_inset
16327
16328
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339
16340 \backslash
16341 div
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16347 \begin_inset Text
16348
16349 \begin_layout Plain Layout
16350 \begin_inset Formula $\div$
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 <row>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 \begin_inset ERT
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368
16369
16370 \backslash
16371 raisebox{-1.2mm}{
16372 \end_layout
16373
16374 \end_inset
16375
16376 *
16377 \begin_inset ERT
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381
16382 }
16383 \end_layout
16384
16385 \end_inset
16386
16387
16388 \end_layout
16389
16390 \end_inset
16391 </cell>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Formula $*$
16397 \end_inset
16398
16399
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410
16411 \backslash
16412 star
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 \begin_inset Formula $\star$
16422 \end_inset
16423
16424
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 <row>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435
16436 \backslash
16437 circ
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 \begin_inset Formula $\circ$
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 </row>
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460
16461 \backslash
16462 diamond
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 \begin_inset Formula $\diamond$
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485
16486 \backslash
16487 bullet
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 \begin_inset Formula $\bullet$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 </lyxtabular>
16506
16507 \end_inset
16508
16509
16510 \begin_inset Space \hfill{}
16511 \end_inset
16512
16513
16514 \begin_inset Tabular
16515 <lyxtabular version="3" rows="13" columns="2">
16516 <features>
16517 <column alignment="center" valignment="top" width="0pt">
16518 <column alignment="center" valignment="top" width="0pt">
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 Command
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 Result
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \backslash
16546 nabla
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Formula $\nabla$
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \backslash
16571 bigtriangledown
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Formula $\bigtriangledown$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \backslash
16596 bigtriangleup
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $\bigtriangleup$
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 Box
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 \begin_inset Formula $\Box$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \backslash
16646 cap 
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $\cap$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669
16670 \backslash
16671 cup
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $\cup$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694
16695 \backslash
16696 dagger
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 \begin_inset Formula $\dagger$
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 </row>
16714 <row>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719
16720 \backslash
16721 ddagger
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 \begin_inset Formula $\ddagger$
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 </row>
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744
16745 \backslash
16746 wr
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 \begin_inset Formula $\wr$
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 </row>
16764 <row>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769
16770 \backslash
16771 bigcirc
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\bigcirc$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 </row>
16789 <row>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794
16795 \backslash
16796 wedge
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 \begin_inset Formula $\wedge$
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819
16820 \backslash
16821 vee
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 \begin_inset Formula $\vee$
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 </lyxtabular>
16840
16841 \end_inset
16842
16843
16844 \begin_inset Space \hfill{}
16845 \end_inset
16846
16847
16848 \begin_inset Tabular
16849 <lyxtabular version="3" rows="13" columns="2">
16850 <features>
16851 <column alignment="center" valignment="top" width="0pt">
16852 <column alignment="center" valignment="top" width="0pt">
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 Command
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 Result
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 oplus
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\oplus$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 ominus
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\ominus$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \backslash
16930 otimes
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $\otimes$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \backslash
16955 oslash
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\oslash$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 odot
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\odot$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 <row>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003
17004 \backslash
17005 amalg
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014 \begin_inset Formula $\amalg$
17015 \end_inset
17016
17017
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 </row>
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028
17029 \backslash
17030 uplus
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039 \begin_inset Formula $\uplus$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 </row>
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053
17054 \backslash
17055 setminus
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 \begin_inset Formula $\setminus$
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \backslash
17080 sqcap
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $\sqcap$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 </row>
17098 <row>
17099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17100 \begin_inset Text
17101
17102 \begin_layout Plain Layout
17103
17104 \backslash
17105 sqcup
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 \begin_inset Formula $\sqcup$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128
17129 \backslash
17130 triangleleft
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Formula $\triangleleft$
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \backslash
17155 triangleright
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Formula $\triangleright$
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 </lyxtabular>
17174
17175 \end_inset
17176
17177
17178 \begin_inset Space \hfill{}
17179 \end_inset
17180
17181
17182 \end_layout
17183
17184 \begin_layout Standard
17185 All binary operators can also be inserted via the math toolbar button 
17186 \begin_inset Graphics
17187         filename ../images/math/pm.png
17188         embed ""
17189         scale 85
17190
17191 \end_inset
17192
17193 .
17194 \end_layout
17195
17196 \begin_layout Standard
17197 To typeset the Laplace operator also 
17198 \series bold
17199
17200 \backslash
17201 Delta
17202 \series default
17203  or 
17204 \series bold
17205
17206 \backslash
17207 nabla
17208 \series default
17209 ^
17210 \series bold
17211 2
17212 \series default
17213  (
17214 \begin_inset Formula $\nabla^{2}$
17215 \end_inset
17216
17217 ) can be used instead of 
17218 \series bold
17219
17220 \backslash
17221 bigtriangleup
17222 \series default
17223  .
17224 \end_layout
17225
17226 \begin_layout Standard
17227 The character 
17228 \family sans
17229 Menu Separator
17230 \family default
17231  from the menu 
17232 \family sans
17233 Insert\SpecialChar \menuseparator
17234 Special Character
17235 \family default
17236  is the operator 
17237 \series bold
17238
17239 \backslash
17240 triangleright
17241 \series default
17242 .
17243 \end_layout
17244
17245 \begin_layout Subsection
17246 Self-defined Operators
17247 \begin_inset CommandInset label
17248 LatexCommand label
17249 name "sub:Self-defined-Operators"
17250
17251 \end_inset
17252
17253
17254 \begin_inset Index
17255 status collapsed
17256
17257 \begin_layout Plain Layout
17258 Operators ! self-defined
17259 \end_layout
17260
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \begin_layout Standard
17267 With the help of the command 
17268 \series bold
17269
17270 \backslash
17271 DeclareMathOperator
17272 \series default
17273
17274 \begin_inset Index
17275 status collapsed
17276
17277 \begin_layout Plain Layout
17278 Commands ! D ! 
17279 \backslash
17280 dbinom@
17281 \backslash
17282 DeclareMathOperator
17283 \end_layout
17284
17285 \end_inset
17286
17287  custom operators can be defined in the LaTeX-preamble.
17288  Its command scheme is:
17289 \end_layout
17290
17291 \begin_layout Standard
17292
17293 \series bold
17294
17295 \backslash
17296 DeclareMathOperator{new command}{display}
17297 \end_layout
17298
17299 \begin_layout Standard
17300 Display can be characters or symbols that define how the operator looks
17301  in the output.
17302  To define a big operator a * is set behind the command.
17303  All self-defined big operators can have limits as described in 
17304 \begin_inset CommandInset ref
17305 LatexCommand ref
17306 reference "sub:Operator-Limits"
17307
17308 \end_inset
17309
17310 .
17311 \end_layout
17312
17313 \begin_layout Standard
17314 For example the LaTeX-preamble line
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \series bold
17320
17321 \backslash
17322 DeclareMathOperator*{
17323 \backslash
17324 Lozenge}{
17325 \backslash
17326 blacklozenge}
17327 \end_layout
17328
17329 \begin_layout Standard
17330 defines the command 
17331 \series bold
17332
17333 \backslash
17334 Lozenge
17335 \series default
17336 , that inserts a big operator consisting of the lozenge symbol from 
17337 \begin_inset CommandInset ref
17338 LatexCommand ref
17339 reference "sub:Miscellaneous-Symbols"
17340
17341 \end_inset
17342
17343 :
17344 \begin_inset Formula \[
17345 \Lozenge _{n=1}^{\infty}\]
17346
17347 \end_inset
17348
17349 The command for this formula is: 
17350 \series bold
17351
17352 \backslash
17353 Lozenge
17354 \series default
17355 ^
17356 \series bold
17357
17358 \backslash
17359 infty
17360 \begin_inset Formula $\to$
17361 \end_inset
17362
17363 _n=1
17364 \end_layout
17365
17366 \begin_layout Standard
17367 \begin_inset VSpace bigskip
17368 \end_inset
17369
17370 When self-defined operators are not used several times in the document,
17371  they can also be defined with the commands 
17372 \series bold
17373
17374 \backslash
17375 mathop
17376 \series default
17377
17378 \begin_inset Index
17379 status collapsed
17380
17381 \begin_layout Plain Layout
17382 Commands ! M ! 
17383 \backslash
17384 mathop
17385 \end_layout
17386
17387 \end_inset
17388
17389  and 
17390 \series bold
17391
17392 \backslash
17393 mathbin
17394 \series default
17395
17396 \begin_inset Index
17397 status collapsed
17398
17399 \begin_layout Plain Layout
17400 Commands ! M ! 
17401 \backslash
17402 mathbin
17403 \end_layout
17404
17405 \end_inset
17406
17407 , which have the following scheme:
17408 \end_layout
17409
17410 \begin_layout Standard
17411
17412 \series bold
17413
17414 \backslash
17415 mathop{display}
17416 \series default
17417  and 
17418 \series bold
17419
17420 \backslash
17421 mathbin{display}
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 mathop
17430 \series default
17431  defines big operators, 
17432 \series bold
17433
17434 \backslash
17435 mathbin
17436 \series default
17437  binary operators.
17438 \end_layout
17439
17440 \begin_layout Standard
17441
17442 \series bold
17443
17444 \backslash
17445 mathop
17446 \series default
17447  can e.
17448 \begin_inset Space \thinspace{}
17449 \end_inset
17450
17451 g.
17452 \begin_inset Space ~
17453 \end_inset
17454
17455 be used to use one limit for several operators:
17456 \end_layout
17457
17458 \begin_layout Standard
17459 \begin_inset Formula \[
17460 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17461
17462 \end_inset
17463
17464
17465 \end_layout
17466
17467 \begin_layout Standard
17468 The command for the formula above is:
17469 \begin_inset Newline newline
17470 \end_inset
17471
17472
17473 \series bold
17474
17475 \backslash
17476 mathop{
17477 \backslash
17478 sum
17479 \backslash
17480 negmedspace
17481 \backslash
17482 sum
17483 \series default
17484
17485 \begin_inset ERT
17486 status collapsed
17487
17488 \begin_layout Plain Layout
17489
17490
17491 \backslash
17492 spce 
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \series bold
17499
17500 \begin_inset Formula $\to$
17501 \end_inset
17502
17503 ^N
17504 \series default
17505
17506 \begin_inset ERT
17507 status collapsed
17508
17509 \begin_layout Plain Layout
17510
17511
17512 \backslash
17513 spce 
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \series bold
17520 _i,j=1
17521 \end_layout
17522
17523 \begin_layout Section
17524 Fonts
17525 \begin_inset Index
17526 status collapsed
17527
17528 \begin_layout Plain Layout
17529 Fonts
17530 \end_layout
17531
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \begin_layout Subsection
17538 Font Styles
17539 \begin_inset CommandInset label
17540 LatexCommand label
17541 name "sub:Font-Styles"
17542
17543 \end_inset
17544
17545
17546 \begin_inset Index
17547 status collapsed
17548
17549 \begin_layout Plain Layout
17550 Font ! style
17551 \end_layout
17552
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \begin_layout Standard
17559 Latin letters in formulas can be set in one of the following font styles:
17560 \begin_inset VSpace -2mm
17561 \end_inset
17562
17563
17564 \end_layout
17565
17566 \begin_layout Standard
17567 \align center
17568 \begin_inset Tabular
17569 <lyxtabular version="3" rows="6" columns="3">
17570 <features>
17571 <column alignment="center" valignment="top" width="0">
17572 <column alignment="center" valignment="top" width="0">
17573 <column alignment="center" valignment="top" width="0">
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 Command
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 Result
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 shortcut
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608
17609 \backslash
17610 mathbb
17611 \series bold
17612
17613 \begin_inset ERT
17614 status collapsed
17615
17616 \begin_layout Plain Layout
17617
17618
17619 \backslash
17620 spce 
17621 \end_layout
17622
17623 \end_inset
17624
17625
17626 \series default
17627 ABC
17628 \end_layout
17629
17630 \end_inset
17631 </cell>
17632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17633 \begin_inset Text
17634
17635 \begin_layout Plain Layout
17636 \begin_inset Formula $\mathbb{ABC}$
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648 Alt-c c
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \backslash
17661 mathbf
17662 \series bold
17663
17664 \begin_inset ERT
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668
17669
17670 \backslash
17671 spce 
17672 \end_layout
17673
17674 \end_inset
17675
17676
17677 \series default
17678 AbC
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\mathbf{AbC}$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 -
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \backslash
17712 boldsymbol
17713 \series bold
17714
17715 \begin_inset ERT
17716 status collapsed
17717
17718 \begin_layout Plain Layout
17719
17720
17721 \backslash
17722 spce 
17723 \end_layout
17724
17725 \end_inset
17726
17727
17728 \series default
17729 AbC
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 \begin_inset Formula $\boldsymbol{AbC}$
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 Alt-c b
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 mathcal
17764 \series bold
17765
17766 \begin_inset ERT
17767 status collapsed
17768
17769 \begin_layout Plain Layout
17770
17771
17772 \backslash
17773 spce 
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \series default
17780 ABC
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\mathcal{ABC}$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Alt-c e
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 mathfrak
17815 \series bold
17816
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 spce 
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \series default
17831 AbC
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840 \begin_inset Formula $\mathfrak{AbC}$
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852 -
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 </lyxtabular>
17859
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \align center
17867 \begin_inset Tabular
17868 <lyxtabular version="3" rows="5" columns="3">
17869 <features>
17870 <column alignment="center" valignment="top" width="0">
17871 <column alignment="center" valignment="top" width="0">
17872 <column alignment="center" valignment="top" width="0">
17873 <row>
17874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 Command
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17884 \begin_inset Text
17885
17886 \begin_layout Plain Layout
17887 Result
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896 shortcut
17897 \end_layout
17898
17899 \end_inset
17900 </cell>
17901 </row>
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \backslash
17909 mathit
17910 \series bold
17911
17912 \begin_inset ERT
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916
17917
17918 \backslash
17919 spce 
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \series default
17926 AbC
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset Formula $\mathit{AbC}$
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 -
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 </row>
17953 <row>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \backslash
17960 mathrm
17961 \series bold
17962
17963 \begin_inset ERT
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967
17968
17969 \backslash
17970 spce 
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \series default
17977 AbC
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986 \begin_inset Formula $\mathrm{AbC}$
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \end_inset
17993 </cell>
17994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17995 \begin_inset Text
17996
17997 \begin_layout Plain Layout
17998 Alt-c r
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathsf
18012 \series bold
18013
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 spce 
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \series default
18028 AbC
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $\mathsf{AbC}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 Alt-c s
18050 \end_layout
18051
18052 \end_inset
18053 </cell>
18054 </row>
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060
18061 \backslash
18062 mathtt
18063 \series bold
18064
18065 \begin_inset ERT
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069
18070
18071 \backslash
18072 spce 
18073 \end_layout
18074
18075 \end_inset
18076
18077
18078 \series default
18079 AbC
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 \begin_inset Formula $\mathtt{AbC}$
18089 \end_inset
18090
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 Alt-c p
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 </lyxtabular>
18107
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \begin_layout Standard
18114 \begin_inset Note Greyedout
18115 status open
18116
18117 \begin_layout Plain Layout
18118
18119 \series bold
18120 Note:
18121 \series default
18122  The styles 
18123 \series bold
18124
18125 \backslash
18126 mathbb
18127 \series default
18128  and 
18129 \series bold
18130
18131 \backslash
18132 mathcal
18133 \series default
18134  can only be used for big letters.
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Standard
18143 Predefined is the style 
18144 \series bold
18145
18146 \backslash
18147 mathnormal
18148 \series default
18149 .
18150 \end_layout
18151
18152 \begin_layout Standard
18153 The style commands work also for letters in mathematical constructs:
18154 \begin_inset Formula \[
18155 \mathfrak{A=\frac{b}{C}}\]
18156
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \begin_layout Standard
18163 Characters in mathematical text don't appear in a math font style but in
18164  the text font style 
18165 \series bold
18166
18167 \backslash
18168 textrm
18169 \series default
18170 .
18171  That their style can't be set correctly via the text style dialog is a
18172  bug in LyX.
18173 \begin_inset Foot
18174 status collapsed
18175
18176 \begin_layout Plain Layout
18177 \begin_inset CommandInset href
18178 LatexCommand href
18179 name "LyX-bug #4091"
18180 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Standard
18193 Instead of the style commands the dialog 
18194 \family sans
18195 Edit\SpecialChar \menuseparator
18196 Math\SpecialChar \menuseparator
18197 Text Style
18198 \family default
18199  or the toolbar button 
18200 \begin_inset Graphics
18201         filename ../images/math/font.png
18202         embed ""
18203         scale 85
18204
18205 \end_inset
18206
18207  can be used.
18208 \end_layout
18209
18210 \begin_layout Subsection
18211 Bold Formulas
18212 \begin_inset CommandInset label
18213 LatexCommand label
18214 name "sub:Bold-Formulas"
18215
18216 \end_inset
18217
18218
18219 \begin_inset Index
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223 Formula ! bold
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Standard
18232 To make a complete formula bold, the command 
18233 \series bold
18234
18235 \backslash
18236 mathbf
18237 \series default
18238  from the previous subsection cannot be used, because it doesn't work for
18239  small Greek letters.
18240  Furthermore it prints Latin letters always upright, like in the following
18241  equation:
18242 \end_layout
18243
18244 \begin_layout Standard
18245 \begin_inset Formula \[
18246 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash  mathbf}\]
18247
18248 \end_inset
18249
18250
18251 \end_layout
18252
18253 \begin_layout Standard
18254 To display the formula correctly, the command 
18255 \series bold
18256
18257 \backslash
18258 boldsymbol
18259 \series default
18260  is used:
18261 \begin_inset Formula \[
18262 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash  boldsymbol}}\]
18263
18264 \end_inset
18265
18266 It is also possible to set the formula in a 
18267 \series bold
18268 boldmath environment
18269 \series default
18270 .
18271  This environment is created by inserting the command 
18272 \series bold
18273
18274 \backslash
18275 boldmath
18276 \begin_inset Index
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280 Commands ! B ! 
18281 \backslash
18282 boldmath
18283 \end_layout
18284
18285 \end_inset
18286
18287
18288 \series default
18289  in TeX-mode.
18290  To end the environment, the command 
18291 \series bold
18292
18293 \backslash
18294 unboldmath
18295 \begin_inset Index
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299 Commands ! U ! 
18300 \backslash
18301 unboldmath
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \series default
18308  is inserted in TeX-mode.
18309 \begin_inset ERT
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313
18314
18315 \backslash
18316 boldmath 
18317 \end_layout
18318
18319 \end_inset
18320
18321
18322 \begin_inset Formula \[
18323 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18324
18325 \end_inset
18326
18327
18328 \begin_inset ERT
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332
18333
18334 \backslash
18335 unboldmath 
18336 \end_layout
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \begin_layout Subsection
18344 Font Sizes
18345 \begin_inset CommandInset label
18346 LatexCommand label
18347 name "sub:Font-Sizes"
18348
18349 \end_inset
18350
18351
18352 \begin_inset Index
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 Font ! size
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \end_layout
18363
18364 \begin_layout Standard
18365 For characters in formulas there are, analog to characters in text, the
18366  following size commands:
18367 \end_layout
18368
18369 \begin_layout Standard
18370
18371 \series bold
18372
18373 \backslash
18374 Huge
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 huge
18381 \series default
18382
18383 \series bold
18384
18385 \backslash
18386 LARGE
18387 \series default
18388
18389 \series bold
18390
18391 \backslash
18392 Large
18393 \series default
18394
18395 \series bold
18396
18397 \backslash
18398 large
18399 \series default
18400
18401 \series bold
18402
18403 \backslash
18404 normalsize
18405 \series default
18406
18407 \series bold
18408
18409 \backslash
18410 small
18411 \series default
18412 ,
18413 \begin_inset Newline newline
18414 \end_inset
18415
18416
18417 \series bold
18418
18419 \backslash
18420 footnotesize
18421 \series default
18422
18423 \series bold
18424
18425 \backslash
18426 scriptsize
18427 \series default
18428 , and 
18429 \series bold
18430
18431 \backslash
18432 tiny
18433 \end_layout
18434
18435 \begin_layout Standard
18436 The size produced by the commands depends on the document font size, that
18437  corresponds with the command 
18438 \series bold
18439
18440 \backslash
18441 normalsize
18442 \series default
18443 .
18444  The other commands produce smaller or larger sizes than 
18445 \series bold
18446
18447 \backslash
18448 normalsize
18449 \series default
18450 .
18451  The font size can however not exceed a certain value.
18452  Is for example the document font size 12
18453 \begin_inset Space \thinspace{}
18454 \end_inset
18455
18456 pt, the command 
18457 \series bold
18458
18459 \backslash
18460 Huge
18461 \series default
18462  switches to the same size as 
18463 \series bold
18464
18465 \backslash
18466 huge
18467 \series default
18468 .
18469  
18470 \end_layout
18471
18472 \begin_layout Standard
18473 A size command is inserted in TeX-mode before the formula and sets the size
18474  for all following formula and text characters.
18475  To switch back to the initial size, the command 
18476 \series bold
18477
18478 \backslash
18479 normalsize
18480 \series default
18481  is inserted behind the formula in TeX-mode.
18482 \end_layout
18483
18484 \begin_layout Standard
18485 Within a formula the size can only be changed for symbols or letters in
18486  mathematical text.
18487  To do this, the size command is inserted in mathematical text.
18488  All following characters until the end of the mathematical text or until
18489  another size command will have the selected size.
18490  Two examples:
18491 \begin_inset VSpace -2mm
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \begin_layout Standard
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 huge 
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \begin_inset Formula \[
18512 A=\frac{B}{c}\cdot\maltese\]
18513
18514 \end_inset
18515
18516
18517 \begin_inset Formula \[
18518 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18519
18520 \end_inset
18521
18522
18523 \begin_inset ERT
18524 status collapsed
18525
18526 \begin_layout Plain Layout
18527
18528
18529 \backslash
18530 normalsize 
18531 \end_layout
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 \begin_inset VSpace medskip
18540 \end_inset
18541
18542 Before both formulas the command 
18543 \series bold
18544
18545 \backslash
18546 huge
18547 \series default
18548  was inserted.
18549  The command for the second formula is:
18550 \begin_inset Newline newline
18551 \end_inset
18552
18553
18554 \series bold
18555
18556 \backslash
18557 maltese
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 spce 
18566 \end_layout
18567
18568 \end_inset
18569
18570 A Alt-m m 
18571 \backslash
18572 Large
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 spce 
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \backslash
18587 maltese
18588 \begin_inset ERT
18589 status collapsed
18590
18591 \begin_layout Plain Layout
18592
18593
18594 \backslash
18595 spce 
18596 \end_layout
18597
18598 \end_inset
18599
18600
18601 \backslash
18602 textit
18603 \begin_inset ERT
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607
18608
18609 \backslash
18610 spce 
18611 \end_layout
18612
18613 \end_inset
18614
18615 A
18616 \begin_inset Formula $\to$
18617 \end_inset
18618
18619
18620 \begin_inset Formula $\to$
18621 \end_inset
18622
18623
18624 \begin_inset Newline newline
18625 \end_inset
18626
18627
18628 \begin_inset Space \hspace*{}
18629 \length 1cm
18630 \end_inset
18631
18632 Alt-m
18633 \series default
18634  
18635 \series bold
18636
18637 \backslash
18638 tiny
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644
18645 \backslash
18646 spce 
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \backslash
18653 maltese
18654 \begin_inset ERT
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658
18659
18660 \backslash
18661 spce 
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \backslash
18668 textit
18669 \begin_inset ERT
18670 status collapsed
18671
18672 \begin_layout Plain Layout
18673
18674
18675 \backslash
18676 spce 
18677 \end_layout
18678
18679 \end_inset
18680
18681 A
18682 \end_layout
18683
18684 \begin_layout Standard
18685 If a symbol cannot be displayed in different sizes, it will always be displayed
18686  in the default size.
18687 \end_layout
18688
18689 \begin_layout Section
18690 Greek Letters
18691 \begin_inset Index
18692 status collapsed
18693
18694 \begin_layout Plain Layout
18695 Greek letters
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Standard
18704 All Greek letters can also be inserted via the toolbar button 
18705 \begin_inset Graphics
18706         filename ../images/math/alpha.png
18707         embed ""
18708         scale 85
18709
18710 \end_inset
18711
18712 .
18713 \end_layout
18714
18715 \begin_layout Subsection
18716 Small Letters
18717 \begin_inset CommandInset label
18718 LatexCommand label
18719 name "sub:Small-Letters"
18720
18721 \end_inset
18722
18723
18724 \begin_inset Index
18725 status collapsed
18726
18727 \begin_layout Plain Layout
18728 Greek letters ! small
18729 \end_layout
18730
18731 \end_inset
18732
18733
18734 \end_layout
18735
18736 \begin_layout Standard
18737 \begin_inset Space \hfill{}
18738 \end_inset
18739
18740
18741 \begin_inset Tabular
18742 <lyxtabular version="3" rows="11" columns="2">
18743 <features>
18744 <column alignment="center" valignment="top" width="0pt">
18745 <column alignment="center" valignment="top" width="0pt">
18746 <row>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 Command
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18757 \begin_inset Text
18758
18759 \begin_layout Plain Layout
18760 Result
18761 \end_layout
18762
18763 \end_inset
18764 </cell>
18765 </row>
18766 <row>
18767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771
18772 \backslash
18773 alpha
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782 \begin_inset Formula $\alpha$
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \end_inset
18789 </cell>
18790 </row>
18791 <row>
18792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796
18797 \backslash
18798 beta
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807 \begin_inset Formula $\beta$
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 <row>
18817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18818 \begin_inset Text
18819
18820 \begin_layout Plain Layout
18821
18822 \backslash
18823 gamma
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832 \begin_inset Formula $\gamma$
18833 \end_inset
18834
18835
18836 \end_layout
18837
18838 \end_inset
18839 </cell>
18840 </row>
18841 <row>
18842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846
18847 \backslash
18848 delta
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 \begin_inset Formula $\delta$
18858 \end_inset
18859
18860
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 </row>
18866 <row>
18867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871
18872 \backslash
18873 epsilon
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 \begin_inset Formula $\epsilon$
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \end_inset
18889 </cell>
18890 </row>
18891 <row>
18892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18893 \begin_inset Text
18894
18895 \begin_layout Plain Layout
18896
18897 \backslash
18898 varepsilon
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907 \begin_inset Formula $\varepsilon$
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \backslash
18923 zeta
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\zeta$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 eta
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\eta$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 theta
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\theta$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 vartheta
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\vartheta$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 </lyxtabular>
19017
19018 \end_inset
19019
19020
19021 \begin_inset Space \hfill{}
19022 \end_inset
19023
19024
19025 \begin_inset Tabular
19026 <lyxtabular version="3" rows="12" columns="2">
19027 <features>
19028 <column alignment="center" valignment="top" width="0pt">
19029 <column alignment="center" valignment="top" width="0pt">
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035 Command
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19041 \begin_inset Text
19042
19043 \begin_layout Plain Layout
19044 Result
19045 \end_layout
19046
19047 \end_inset
19048 </cell>
19049 </row>
19050 <row>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055
19056 \backslash
19057 iota
19058 \end_layout
19059
19060 \end_inset
19061 </cell>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066 \begin_inset Formula $\iota$
19067 \end_inset
19068
19069
19070 \end_layout
19071
19072 \end_inset
19073 </cell>
19074 </row>
19075 <row>
19076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19077 \begin_inset Text
19078
19079 \begin_layout Plain Layout
19080
19081 \backslash
19082 kappa
19083 \end_layout
19084
19085 \end_inset
19086 </cell>
19087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091 \begin_inset Formula $\kappa$
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \end_inset
19098 </cell>
19099 </row>
19100 <row>
19101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \backslash
19107 varkappa
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 \begin_inset Formula $\varkappa$
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \end_inset
19123 </cell>
19124 </row>
19125 <row>
19126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130
19131 \backslash
19132 lambda
19133 \end_layout
19134
19135 \end_inset
19136 </cell>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141 \begin_inset Formula $\lambda$
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 </row>
19150 <row>
19151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19152 \begin_inset Text
19153
19154 \begin_layout Plain Layout
19155
19156 \backslash
19157 mu
19158 \end_layout
19159
19160 \end_inset
19161 </cell>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166 \begin_inset Formula $\mu$
19167 \end_inset
19168
19169
19170 \end_layout
19171
19172 \end_inset
19173 </cell>
19174 </row>
19175 <row>
19176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180
19181 \backslash
19182 nu
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191 \begin_inset Formula $\nu$
19192 \end_inset
19193
19194
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \backslash
19207 xi
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Formula $\xi$
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 </row>
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 o
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Formula $o$
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 </row>
19248 <row>
19249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19250 \begin_inset Text
19251
19252 \begin_layout Plain Layout
19253
19254 \backslash
19255 pi
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19261 \begin_inset Text
19262
19263 \begin_layout Plain Layout
19264 \begin_inset Formula $\pi$
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271 </cell>
19272 </row>
19273 <row>
19274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \backslash
19280 varpi
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Formula $\varpi$
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \backslash
19305 rho
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314 \begin_inset Formula $\rho$
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 </lyxtabular>
19324
19325 \end_inset
19326
19327
19328 \begin_inset Space \hfill{}
19329 \end_inset
19330
19331
19332 \begin_inset Tabular
19333 <lyxtabular version="3" rows="11" columns="2">
19334 <features>
19335 <column alignment="center" valignment="top" width="0pt">
19336 <column alignment="center" valignment="top" width="0pt">
19337 <row>
19338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 Command
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 Result
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \backslash
19364 varrho
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\varrho$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 sigma
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\sigma$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 varsigma
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\varsigma$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 tau
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\tau$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 <row>
19458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \backslash
19464 upsilon
19465 \end_layout
19466
19467 \end_inset
19468 </cell>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473 \begin_inset Formula $\upsilon$
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 </row>
19482 <row>
19483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19484 \begin_inset Text
19485
19486 \begin_layout Plain Layout
19487
19488 \backslash
19489 phi
19490 \end_layout
19491
19492 \end_inset
19493 </cell>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Formula $\phi$
19499 \end_inset
19500
19501
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 varphi
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\varphi$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 chi
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\chi$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \backslash
19564 psi
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\psi$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 omega
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\omega$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 </lyxtabular>
19608
19609 \end_inset
19610
19611
19612 \begin_inset Space \hfill{}
19613 \end_inset
19614
19615
19616 \end_layout
19617
19618 \begin_layout Standard
19619 \begin_inset VSpace medskip
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 How to create upright Greek letters is explained in 
19627 \begin_inset CommandInset ref
19628 LatexCommand ref
19629 reference "sub:Upright-small-Greek"
19630
19631 \end_inset
19632
19633 .
19634 \end_layout
19635
19636 \begin_layout Subsection
19637 Big Letters
19638 \begin_inset Index
19639 status collapsed
19640
19641 \begin_layout Plain Layout
19642 Greek letters ! big
19643 \end_layout
19644
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \begin_layout Standard
19651 \begin_inset Space \hfill{}
19652 \end_inset
19653
19654
19655 \begin_inset Tabular
19656 <lyxtabular version="3" rows="7" columns="2">
19657 <features>
19658 <column alignment="center" valignment="top" width="0pt">
19659 <column alignment="center" valignment="top" width="0pt">
19660 <row>
19661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 Command
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 Result
19675 \end_layout
19676
19677 \end_inset
19678 </cell>
19679 </row>
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685
19686 \backslash
19687 Gamma
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Formula $\Gamma$
19697 \end_inset
19698
19699
19700 \end_layout
19701
19702 \end_inset
19703 </cell>
19704 </row>
19705 <row>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710
19711 \backslash
19712 Delta
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19718 \begin_inset Text
19719
19720 \begin_layout Plain Layout
19721 \begin_inset Formula $\Delta$
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 </row>
19730 <row>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735
19736 \backslash
19737 Theta
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 \begin_inset Formula $\Theta$
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \end_inset
19753 </cell>
19754 </row>
19755 <row>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760
19761 \backslash
19762 Lambda
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771 \begin_inset Formula $\Lambda$
19772 \end_inset
19773
19774
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 Xi
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\Xi$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 Pi
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\Pi$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \begin_inset Space \hfill{}
19836 \end_inset
19837
19838
19839 \begin_inset Tabular
19840 <lyxtabular version="3" rows="6" columns="2">
19841 <features>
19842 <column alignment="center" valignment="top" width="0pt">
19843 <column alignment="center" valignment="top" width="0pt">
19844 <row>
19845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 Command
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 Result
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 </row>
19864 <row>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869
19870 \backslash
19871 Sigma
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 \begin_inset Formula $\Sigma$
19881 \end_inset
19882
19883
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 </row>
19889 <row>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894
19895 \backslash
19896 Upsilon
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905 \begin_inset Formula $\Upsilon$
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 </row>
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919
19920 \backslash
19921 Phi
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930 \begin_inset Formula $\Phi$
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 </row>
19939 <row>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944
19945 \backslash
19946 Psi
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 \begin_inset Formula $\Psi$
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 </row>
19964 <row>
19965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969
19970 \backslash
19971 Omega
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 \begin_inset Formula $\Omega$
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 </row>
19989 </lyxtabular>
19990
19991 \end_inset
19992
19993
19994 \begin_inset Space \hfill{}
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \begin_layout Standard
20001 \begin_inset VSpace medskip
20002 \end_inset
20003
20004 That the big Greek letters appear upright is caused by a design bug when
20005  TeX was developed.
20006  To get correct italic big letters, begin every command with 
20007 \series bold
20008 var
20009 \series default
20010 .
20011  For example the command 
20012 \series bold
20013
20014 \backslash
20015 varGamma
20016 \series default
20017  produces: 
20018 \begin_inset Formula $\varGamma $
20019 \end_inset
20020
20021
20022 \end_layout
20023
20024 \begin_layout Subsection
20025 Bold Letters
20026 \begin_inset Index
20027 status collapsed
20028
20029 \begin_layout Plain Layout
20030 Greek letters ! bold
20031 \end_layout
20032
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \begin_layout Standard
20039 Greek letters cannot be set with different font styles like Latin letters.
20040  They can only be made bold with the command 
20041 \series bold
20042
20043 \backslash
20044 boldsymbol
20045 \series default
20046
20047 \begin_inset Index
20048 status collapsed
20049
20050 \begin_layout Plain Layout
20051 Commands ! B ! 
20052 \backslash
20053 boldsymbol
20054 \end_layout
20055
20056 \end_inset
20057
20058 .
20059 \end_layout
20060
20061 \begin_layout Standard
20062 \align center
20063 \begin_inset Tabular
20064 <lyxtabular version="3" rows="3" columns="2">
20065 <features>
20066 <column alignment="center" valignment="top" width="0">
20067 <column alignment="center" valignment="top" width="0">
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 Command
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 Result
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 </row>
20088 <row>
20089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20090 \begin_inset Text
20091
20092 \begin_layout Plain Layout
20093
20094 \backslash
20095 Upsilon
20096 \backslash
20097 boldsymbol
20098 \backslash
20099 Upsilon
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 theta
20125 \backslash
20126 boldsymbol
20127 \backslash
20128 theta
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 \begin_inset Formula $\theta\boldsymbol{\theta}$
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 </row>
20146 </lyxtabular>
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Section
20154 Symbols
20155 \begin_inset ERT
20156 status collapsed
20157
20158 \begin_layout Plain Layout
20159
20160
20161 \backslash
20162 texorpdfstring{
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \begin_inset Foot
20169 status collapsed
20170
20171 \begin_layout Plain Layout
20172 A list with all symbols of most of the LaTeX-packages can be found in 
20173 \begin_inset CommandInset citation
20174 LatexCommand cite
20175 key "Symbole"
20176
20177 \end_inset
20178
20179 .
20180 \end_layout
20181
20182 \end_inset
20183
20184
20185 \begin_inset ERT
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189
20190 }{}
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \begin_inset Note Note
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200
20201 \backslash
20202 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20203 \end_layout
20204
20205 \begin_layout Plain Layout
20206 More about 
20207 \backslash
20208 texorpdfstring is in section 
20209 \begin_inset CommandInset ref
20210 LatexCommand ref
20211 reference "sub:Formulas-in-Section"
20212
20213 \end_inset
20214
20215 .
20216 \end_layout
20217
20218 \end_inset
20219
20220
20221 \begin_inset Index
20222 status collapsed
20223
20224 \begin_layout Plain Layout
20225 Symbols
20226 \end_layout
20227
20228 \end_inset
20229
20230
20231 \end_layout
20232
20233 \begin_layout Standard
20234 Many of the symbols listed in this section can also be inserted via the
20235  toolbar buttons 
20236 \begin_inset Graphics
20237         filename ../images/math/nabla.png
20238         embed ""
20239         scale 85
20240
20241 \end_inset
20242
20243  and 
20244 \begin_inset Graphics
20245         filename ../images/math/digamma.png
20246         embed ""
20247         scale 85
20248
20249 \end_inset
20250
20251 .
20252 \end_layout
20253
20254 \begin_layout Subsection
20255 Mathematical Symbols
20256 \begin_inset CommandInset label
20257 LatexCommand label
20258 name "sub:Mathematical-Symbols"
20259
20260 \end_inset
20261
20262
20263 \begin_inset Index
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 Symbols ! mathematical
20268 \end_layout
20269
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \begin_layout Standard
20276 \begin_inset Space \hfill{}
20277 \end_inset
20278
20279
20280 \begin_inset Tabular
20281 <lyxtabular version="3" rows="10" columns="2">
20282 <features>
20283 <column alignment="center" valignment="top" width="0pt">
20284 <column alignment="center" valignment="top" width="0pt">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 Command
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 Result
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 <row>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310
20311 \backslash
20312 neg
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321 \begin_inset Formula $\neg$
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 </row>
20330 <row>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335
20336 \backslash
20337 Im
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\Im$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 Re
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371 \begin_inset Formula $\Re$
20372 \end_inset
20373
20374
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 </row>
20380 <row>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385
20386 \backslash
20387 aleph
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396 \begin_inset Formula $\aleph$
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 </row>
20405 <row>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410
20411 \backslash
20412 partial
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421 \begin_inset Formula $\partial$
20422 \end_inset
20423
20424
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 infty
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset Formula $\infty$
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 wp
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\wp$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 imath
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\imath$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 jmath
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\jmath$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 </lyxtabular>
20531
20532 \end_inset
20533
20534
20535 \begin_inset Space \hfill{}
20536 \end_inset
20537
20538
20539 \begin_inset Tabular
20540 <lyxtabular version="3" rows="10" columns="2">
20541 <features>
20542 <column alignment="center" valignment="top" width="0pt">
20543 <column alignment="center" valignment="top" width="0pt">
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 Command
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558 Result
20559 \begin_inset Note Note
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563
20564 \series bold
20565
20566 \backslash
20567 raisebox
20568 \series default
20569  is only used as spacer.
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 forall
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\forall$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 exists
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\exists$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 nexists
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\nexists$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 emptyset
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\emptyset$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 <row>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685
20686 \backslash
20687 varnothing
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 \begin_inset Formula $\varnothing$
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 </row>
20705 <row>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710
20711 \backslash
20712 dag
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20718 \begin_inset Text
20719
20720 \begin_layout Plain Layout
20721 \begin_inset Formula $\dag $
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 ddag
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\ddag $
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \backslash
20762 complement
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 \begin_inset ERT
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775
20776
20777 \backslash
20778 raisebox{-0.8mm}{
20779 \end_layout
20780
20781 \end_inset
20782
20783
20784 \begin_inset Formula $\complement$
20785 \end_inset
20786
20787
20788 \begin_inset ERT
20789 status collapsed
20790
20791 \begin_layout Plain Layout
20792
20793 }
20794 \end_layout
20795
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 Bbbk
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\Bbbk$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 </lyxtabular>
20830
20831 \end_inset
20832
20833
20834 \begin_inset Space \hfill{}
20835 \end_inset
20836
20837
20838 \begin_inset Tabular
20839 <lyxtabular version="3" rows="10" columns="2">
20840 <features>
20841 <column alignment="center" valignment="top" width="0pt">
20842 <column alignment="center" valignment="top" width="0pt">
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Command
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 Result
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 prime
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\prime$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 backprime
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\backprime$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 mho
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\mho$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 triangle
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $\triangle$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 angle
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\angle$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 measuredangle
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Formula $\measuredangle$
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 sphericalangle
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\sphericalangle$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 top
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\top$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 bot
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\bot$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 </lyxtabular>
21089
21090 \end_inset
21091
21092
21093 \begin_inset Space \hfill{}
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \begin_layout Standard
21100 \begin_inset Newpage newpage
21101 \end_inset
21102
21103
21104 \end_layout
21105
21106 \begin_layout Subsection
21107 Miscellaneous Symbols
21108 \begin_inset CommandInset label
21109 LatexCommand label
21110 name "sub:Miscellaneous-Symbols"
21111
21112 \end_inset
21113
21114
21115 \begin_inset Index
21116 status collapsed
21117
21118 \begin_layout Plain Layout
21119 Symbols ! miscellaneous
21120 \end_layout
21121
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \begin_layout Standard
21128 \noindent
21129 \align center
21130 \begin_inset Tabular
21131 <lyxtabular version="3" rows="10" columns="2">
21132 <features>
21133 <column alignment="center" valignment="top" width="0pt">
21134 <column alignment="center" valignment="top" width="0pt">
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140 Command
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 Result
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 <row>
21156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160
21161 \backslash
21162 flat
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset Formula $\flat$
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 <row>
21181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21182 \begin_inset Text
21183
21184 \begin_layout Plain Layout
21185
21186 \backslash
21187 natural
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21193 \begin_inset Text
21194
21195 \begin_layout Plain Layout
21196 \begin_inset Formula $\natural$
21197 \end_inset
21198
21199
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 </row>
21205 <row>
21206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21207 \begin_inset Text
21208
21209 \begin_layout Plain Layout
21210
21211 \backslash
21212 sharp
21213 \end_layout
21214
21215 \end_inset
21216 </cell>
21217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21218 \begin_inset Text
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Formula $\sharp$
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 surd
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\surd$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 checkmark
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\checkmark$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 yen
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\yen$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 pounds
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\pounds $
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335 $
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\$$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 §
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $§$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 </lyxtabular>
21377
21378 \end_inset
21379
21380
21381 \begin_inset Tabular
21382 <lyxtabular version="3" rows="10" columns="2">
21383 <features>
21384 <column alignment="center" valignment="top" width="0">
21385 <column alignment="center" valignment="top" width="0">
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 Command
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 Result
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 </row>
21406 <row>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411
21412 \backslash
21413 hbar
21414 \end_layout
21415
21416 \end_inset
21417 </cell>
21418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21419 \begin_inset Text
21420
21421 \begin_layout Plain Layout
21422 \begin_inset Formula $\hbar$
21423 \end_inset
21424
21425
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 </row>
21431 <row>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436
21437 \backslash
21438 hslash
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\hslash$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461
21462 \backslash
21463 clubsuit
21464 \end_layout
21465
21466 \end_inset
21467 </cell>
21468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21469 \begin_inset Text
21470
21471 \begin_layout Plain Layout
21472 \begin_inset Formula $\clubsuit$
21473 \end_inset
21474
21475
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 </row>
21481 <row>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486
21487 \backslash
21488 spadesuit
21489 \end_layout
21490
21491 \end_inset
21492 </cell>
21493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21494 \begin_inset Text
21495
21496 \begin_layout Plain Layout
21497 \begin_inset Formula $\spadesuit$
21498 \end_inset
21499
21500
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 </row>
21506 <row>
21507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511
21512 \backslash
21513 bigstar
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 \begin_inset Formula $\bigstar$
21523 \end_inset
21524
21525
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 blacklozenge
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\blacklozenge$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 blacktriangle
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\blacktriangle$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 blacktiangledown
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\blacktriangledown$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 bullet
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\bullet$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 </lyxtabular>
21632
21633 \end_inset
21634
21635
21636 \begin_inset Tabular
21637 <lyxtabular version="3" rows="10" columns="2">
21638 <features>
21639 <column alignment="center" valignment="top" width="0pt">
21640 <column alignment="center" valignment="top" width="0pt">
21641 <row>
21642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 Command
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 Result
21656 \end_layout
21657
21658 \end_inset
21659 </cell>
21660 </row>
21661 <row>
21662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666
21667 \backslash
21668 diamondsuit
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677 \begin_inset Formula $\diamondsuit$
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 Diamond
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\Diamond$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 <row>
21712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21713 \begin_inset Text
21714
21715 \begin_layout Plain Layout
21716
21717 \backslash
21718 heartsuit
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21724 \begin_inset Text
21725
21726 \begin_layout Plain Layout
21727 \begin_inset Formula $\heartsuit$
21728 \end_inset
21729
21730
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 </row>
21736 <row>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741
21742 \backslash
21743 P
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752 \begin_inset Formula $\P $
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 </row>
21761 <row>
21762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \backslash
21768 copyright
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777 \begin_inset Formula $\copyright $
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 circledR
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\circledR$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 <row>
21812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816
21817 \backslash
21818 maltese
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 \begin_inset Formula $\maltese$
21828 \end_inset
21829
21830
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 </row>
21836 <row>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841
21842 \backslash
21843 diagup
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852 \begin_inset Formula $\diagup$
21853 \end_inset
21854
21855
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 </row>
21861 <row>
21862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866
21867 \backslash
21868 diagdown
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877 \begin_inset Formula $\diagdown$
21878 \end_inset
21879
21880
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 </lyxtabular>
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Standard
21894 \begin_inset VSpace medskip
21895 \end_inset
21896
21897 More symbols are listed in 
21898 \begin_inset CommandInset ref
21899 LatexCommand ref
21900 reference "sub:Miscellaneous-Special-Characters"
21901
21902 \end_inset
21903
21904 .
21905 \end_layout
21906
21907 \begin_layout Standard
21908 Some symbols can be displayed in different sizes, see 
21909 \begin_inset CommandInset ref
21910 LatexCommand ref
21911 reference "sub:Font-Sizes"
21912
21913 \end_inset
21914
21915 .
21916 \end_layout
21917
21918 \begin_layout Subsection
21919 The Euro-Symbol €
21920 \begin_inset Index
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 Symbols ! Euro-symbol
21925 \end_layout
21926
21927 \end_inset
21928
21929
21930 \begin_inset Index
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934 \begin_inset ERT
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938
21939
21940 \backslash
21941 officialeuro
21942 \end_layout
21943
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950
21951
21952 \end_layout
21953
21954 \begin_layout Standard
21955 To use the Euro symbol in formulas, the LaTeX-package 
21956 \series bold
21957 eurosym
21958 \series default
21959
21960 \begin_inset Index
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964 Packages ! eurosym
21965 \end_layout
21966
21967 \end_inset
21968
21969  must be installed and loaded with the LaTeX-preamble line
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975
21976 \backslash
21977 usepackage[gennarrow]{eurosym}
21978 \end_layout
21979
21980 \begin_layout Standard
21981 The Euro symbol can now be inserted with the command 
21982 \series bold
21983
21984 \backslash
21985 euro
21986 \series default
21987
21988 \begin_inset Index
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992 Commands ! E ! 
21993 \backslash
21994 euro
21995 \end_layout
21996
21997 \end_inset
21998
21999 .
22000 \end_layout
22001
22002 \begin_layout Standard
22003 The Euro symbol can directly be inserted with the € key in mathematical
22004  text, without having 
22005 \series bold
22006 eurosym
22007 \series default
22008  installed.
22009  When 
22010 \series bold
22011 eurosym
22012 \series default
22013  is installed, 
22014 \series bold
22015
22016 \backslash
22017 euro
22018 \series default
22019  can also be inserted in TeX-mode.
22020  The official currency symbol can then be inserted with the command 
22021 \series bold
22022
22023 \backslash
22024 officialeuro
22025 \series default
22026
22027 \begin_inset Index
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031 Commands ! O ! 
22032 \backslash
22033 officialeuro
22034 \end_layout
22035
22036 \end_inset
22037
22038 , that is only available in TeX-mode.
22039 \end_layout
22040
22041 \begin_layout Standard
22042 \begin_inset ERT
22043 status collapsed
22044
22045 \begin_layout Plain Layout
22046
22047
22048 \backslash
22049 ifeurosym 
22050 \end_layout
22051
22052 \end_inset
22053
22054
22055 \begin_inset Note Note
22056 status open
22057
22058 \begin_layout Plain Layout
22059 The following table will only be displayed when the LaTeX-package 
22060 \series bold
22061 eurosym
22062 \series default
22063  is installed.
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 An overview about the different Euro symbols:
22073 \end_layout
22074
22075 \begin_layout Standard
22076 \align center
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="4" columns="3">
22079 <features>
22080 <column alignment="center" valignment="top" width="0pt">
22081 <column alignment="center" valignment="top" width="0pt">
22082 <column alignment="center" valignment="top" width="0pt">
22083 <row>
22084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 Command 
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 Result
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 formula
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 euro
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\euro $
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 mathematical text
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 \begin_inset Formula $\mbox{€}$
22170 \end_inset
22171
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 TeX-mode
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192
22193 \backslash
22194 officialeuro
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203 \begin_inset ERT
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207
22208
22209 \backslash
22210 officialeuro
22211 \end_layout
22212
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 </lyxtabular>
22222
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \begin_layout Standard
22229 \begin_inset ERT
22230 status collapsed
22231
22232 \begin_layout Plain Layout
22233
22234
22235 \backslash
22236 else 
22237 \end_layout
22238
22239 \end_inset
22240
22241
22242 \begin_inset Note Note
22243 status open
22244
22245 \begin_layout Plain Layout
22246 The following will be displayed when the LaTeX-package 
22247 \series bold
22248 eurosym
22249 \series default
22250  is not installed:
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \end_layout
22257
22258 \begin_layout Standard
22259 You need to install the LaTeX-package 
22260 \series bold
22261 eurosym
22262 \series default
22263  to see the rest of this subsection in the output.
22264 \end_layout
22265
22266 \begin_layout Standard
22267 \begin_inset ERT
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271
22272
22273 \backslash
22274 fi 
22275 \end_layout
22276
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \begin_layout Section
22283 Relations
22284 \begin_inset CommandInset label
22285 LatexCommand label
22286 name "sec:Relations"
22287
22288 \end_inset
22289
22290
22291 \begin_inset Index
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295 Relations
22296 \end_layout
22297
22298 \end_inset
22299
22300
22301 \begin_inset Index
22302 status collapsed
22303
22304 \begin_layout Plain Layout
22305 Comparisons|see
22306 \begin_inset ERT
22307 status collapsed
22308
22309 \begin_layout Plain Layout
22310
22311 {
22312 \end_layout
22313
22314 \end_inset
22315
22316 Relations
22317 \begin_inset ERT
22318 status collapsed
22319
22320 \begin_layout Plain Layout
22321
22322 }
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336 All relations can also be inserted via the toolbar button 
22337 \begin_inset Graphics
22338         filename ../images/math/leq.png
22339         embed ""
22340         scale 85
22341
22342 \end_inset
22343
22344 .
22345 \end_layout
22346
22347 \begin_layout Standard
22348 \begin_inset Space \hfill{}
22349 \end_inset
22350
22351
22352 \begin_inset Tabular
22353 <lyxtabular version="3" rows="17" columns="2">
22354 <features>
22355 <column alignment="center" valignment="top" width="0pt">
22356 <column alignment="center" valignment="top" width="0pt">
22357 <row>
22358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 Command
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 Result
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 <
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $<$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 le
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\le$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 ll
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\ll$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 prec
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\prec$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 preceq
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\preceq$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 subset
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\subset$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 subseteq
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\subseteq$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 sqsubseteq
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\sqsubseteq$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 in
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\in$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 vdash
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\vdash$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 smile
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\smile$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 lhd
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\lhd$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 unlhd
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\unlhd$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705
22706 \backslash
22707 gtrless
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\gtrless$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730
22731 \backslash
22732 mid
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Formula $\mid$
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 </row>
22750 <row>
22751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \backslash
22757 nmid
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 \begin_inset Formula $\nmid$
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 </row>
22775 </lyxtabular>
22776
22777 \end_inset
22778
22779
22780 \begin_inset Space \hfill{}
22781 \end_inset
22782
22783
22784 \begin_inset Tabular
22785 <lyxtabular version="3" rows="17" columns="2">
22786 <features>
22787 <column alignment="center" valignment="top" width="0pt">
22788 <column alignment="center" valignment="top" width="0pt">
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 Command
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 Result
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 =
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $=$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 not=
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\not=$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 equiv
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\equiv$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 sim
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\sim$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 simeq
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\simeq$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 approx
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\approx$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 cong
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\cong$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 bowtie
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\bowtie$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 notin
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\notin$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 perp
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\perp$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 propto
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\propto$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 asymp
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\asymp$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 doteq
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\doteq$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 <row>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137
23138 \backslash
23139 circeq
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 \begin_inset Formula $\circeq$
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 models
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\models$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \backslash
23189 widehat=
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\widehat{=}$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 </lyxtabular>
23208
23209 \end_inset
23210
23211
23212 \begin_inset Space \hfill{}
23213 \end_inset
23214
23215
23216 \begin_inset Tabular
23217 <lyxtabular version="3" rows="17" columns="2">
23218 <features>
23219 <column alignment="center" valignment="top" width="0pt">
23220 <column alignment="center" valignment="top" width="0pt">
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 Command
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 Result
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 >
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255 \begin_inset Formula $>$
23256 \end_inset
23257
23258
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 </row>
23264 <row>
23265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23266 \begin_inset Text
23267
23268 \begin_layout Plain Layout
23269
23270 \backslash
23271 ge
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280 \begin_inset Formula $\ge$
23281 \end_inset
23282
23283
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 </row>
23289 <row>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294
23295 \backslash
23296 gg
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Formula $\gg$
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 </row>
23314 <row>
23315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23316 \begin_inset Text
23317
23318 \begin_layout Plain Layout
23319
23320 \backslash
23321 succ
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330 \begin_inset Formula $\succ$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 succeq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\succeq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 supset
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\supset$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 supseteq
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\supseteq$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 sqsupseteq
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\sqsupseteq$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 ni
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\ni$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 dashv
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\dashv$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 frown
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\frown$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 rhd
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\rhd$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 unrhd
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\unrhd$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569
23570 \backslash
23571 lessgtr
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23577 \begin_inset Text
23578
23579 \begin_layout Plain Layout
23580 \begin_inset Formula $\lessgtr$
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 </row>
23589 <row>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594
23595 \backslash
23596 parallel
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 \begin_inset Formula $\parallel$
23606 \end_inset
23607
23608
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 </row>
23614 <row>
23615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619
23620 \backslash
23621 nparallel
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23627 \begin_inset Text
23628
23629 \begin_layout Plain Layout
23630 \begin_inset Formula $\nparallel$
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 </row>
23639 </lyxtabular>
23640
23641 \end_inset
23642
23643
23644 \begin_inset Space \hfill{}
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \begin_layout Standard
23651 \begin_inset VSpace medskip
23652 \end_inset
23653
23654 The characters 
23655 \series bold
23656
23657 \backslash
23658 lhd
23659 \series default
23660  and 
23661 \series bold
23662
23663 \backslash
23664 rhd
23665 \series default
23666  are bigger than the equal looking operators 
23667 \series bold
23668
23669 \backslash
23670 triangleleft
23671 \series default
23672  and 
23673 \series bold
23674
23675 \backslash
23676 triangleright
23677 \series default
23678 , respectively.
23679 \end_layout
23680
23681 \begin_layout Standard
23682 Relations are, in contrary to symbols, always surrounded by space.
23683 \end_layout
23684
23685 \begin_layout Standard
23686 Relations with labels can be created with the command 
23687 \series bold
23688
23689 \backslash
23690 stackrel
23691 \series default
23692
23693 \begin_inset Index
23694 status collapsed
23695
23696 \begin_layout Plain Layout
23697 Commands ! S ! 
23698 \backslash
23699 stackrel
23700 \end_layout
23701
23702 \end_inset
23703
23704 :
23705 \end_layout
23706
23707 \begin_layout Standard
23708 \align center
23709 \begin_inset Tabular
23710 <lyxtabular version="3" rows="2" columns="2">
23711 <features>
23712 <column alignment="center" valignment="top" width="0">
23713 <column alignment="center" valignment="top" width="0">
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 Command
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 Result
23729 \begin_inset Note Note
23730 status collapsed
23731
23732 \begin_layout Plain Layout
23733
23734 \series bold
23735
23736 \backslash
23737 raisebox
23738 \series default
23739  is only used as spacer.
23740 \end_layout
23741
23742 \end_inset
23743
23744
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 <row>
23751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 A(r)
23756 \backslash
23757 stackrel
23758 \begin_inset ERT
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762
23763
23764 \backslash
23765 spce 
23766 \end_layout
23767
23768 \end_inset
23769
23770 r
23771 \backslash
23772 to
23773 \backslash
23774 infty
23775 \begin_inset ERT
23776 status collapsed
23777
23778 \begin_layout Plain Layout
23779
23780
23781 \backslash
23782 spce 
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \begin_inset Formula $\downarrow$
23789 \end_inset
23790
23791
23792 \backslash
23793 approx
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 spce 
23802 \end_layout
23803
23804 \end_inset
23805
23806
23807 \begin_inset ERT
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811
23812
23813 \backslash
23814 spce 
23815 \end_layout
23816
23817 \end_inset
23818
23819 B
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 </lyxtabular>
23838
23839 \end_inset
23840
23841
23842 \end_layout
23843
23844 \begin_layout Section
23845 Functions
23846 \end_layout
23847
23848 \begin_layout Subsection
23849 Predefined Functions
23850 \begin_inset CommandInset label
23851 LatexCommand label
23852 name "sub:Predefined-Functions"
23853
23854 \end_inset
23855
23856
23857 \begin_inset Index
23858 status collapsed
23859
23860 \begin_layout Plain Layout
23861 Functions ! predefined
23862 \end_layout
23863
23864 \end_inset
23865
23866
23867 \end_layout
23868
23869 \begin_layout Standard
23870 In general, variables are set 
23871 \emph on
23872 italic
23873 \emph default
23874  in mathematical expressions, but not function names, because 
23875 \begin_inset Formula $sin$
23876 \end_inset
23877
23878  could be misunderstood as 
23879 \begin_inset Formula $s\cdot i\cdot n$
23880 \end_inset
23881
23882 .
23883  Therefore there are predefined functions, that are additionally a bit separated
23884  from prefactors.
23885  They are inserted as commands starting with a backslash before their name.
23886 \end_layout
23887
23888 \begin_layout Standard
23889 \align center
23890 \begin_inset Tabular
23891 <lyxtabular version="3" rows="2" columns="4">
23892 <features>
23893 <column alignment="center" valignment="top" width="0pt">
23894 <column alignment="center" valignment="top" width="0pt">
23895 <column alignment="center" valignment="top" width="0pt">
23896 <column alignment="center" valignment="top" width="0pt">
23897 <row>
23898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 Command
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911 Result
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23917 \begin_inset Text
23918
23919 \begin_layout Plain Layout
23920 Command
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 Result
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 Asin(x)+B
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $Asin(x)+B$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23958 \begin_inset Text
23959
23960 \begin_layout Plain Layout
23961 A
23962 \backslash
23963 sin(x)+B
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972 \begin_inset Formula $A\sin(x)+B$
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 </row>
23981 </lyxtabular>
23982
23983 \end_inset
23984
23985
23986 \begin_inset Newpage pagebreak
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Standard
23993 The following functions are predefined:
23994 \end_layout
23995
23996 \begin_layout Standard
23997 \begin_inset VSpace -2mm
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \begin_layout Standard
24004 \align center
24005 \begin_inset Tabular
24006 <lyxtabular version="3" rows="9" columns="4">
24007 <features>
24008 <column alignment="center" valignment="top" width="0pt">
24009 <column alignment="center" valignment="top" width="0pt">
24010 <column alignment="center" valignment="top" width="0pt">
24011 <column alignment="center" valignment="top" width="0pt">
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017 Command
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
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" rightline="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 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 sin
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 sinh
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 arcsin
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088
24089 \backslash
24090 sup
24091 \end_layout
24092
24093 \end_inset
24094 </cell>
24095 </row>
24096 <row>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \backslash
24103 cos
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \backslash
24114 cosh
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 arccos
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134
24135 \backslash
24136 inf
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 tan
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 tanh
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 arctan
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 lim
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 <row>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 cot
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 coth
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 arg
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \backslash
24228 liminf
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 <row>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 sec
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 min
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 deg
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24269 \begin_inset Text
24270
24271 \begin_layout Plain Layout
24272
24273 \backslash
24274 limsup
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 <row>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 csc
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 max
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 det
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24315 \begin_inset Text
24316
24317 \begin_layout Plain Layout
24318
24319 \backslash
24320 Pr
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 ln
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 exp
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 dim
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 hom
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 </row>
24372 <row>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 lg
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 log
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 ker
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 gcd
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 </lyxtabular>
24419
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 They can also be inserted with the math toolbar button 
24427 \begin_inset Graphics
24428         filename ../images/math/functions.png
24429         embed ""
24430         scale 85
24431
24432 \end_inset
24433
24434 .
24435 \end_layout
24436
24437 \begin_layout Subsection
24438 Self-defined Functions
24439 \begin_inset Index
24440 status collapsed
24441
24442 \begin_layout Plain Layout
24443 Functions ! self-defined
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \begin_layout Standard
24452 To use a function that is not predefined, like for example the sign function
24453  sgn(x), there are two possibilities:
24454 \end_layout
24455
24456 \begin_layout Itemize
24457 Define the function by inserting the following line to the LaTeX-preamble
24458 \begin_inset Foot
24459 status collapsed
24460
24461 \begin_layout Plain Layout
24462 For more about 
24463 \series bold
24464
24465 \backslash
24466 DeclareMathOperator
24467 \series default
24468  see 
24469 \begin_inset CommandInset ref
24470 LatexCommand ref
24471 reference "sub:Self-defined-Operators"
24472
24473 \end_inset
24474
24475 .
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \begin_inset Newline newline
24482 \end_inset
24483
24484
24485 \begin_inset VSpace -3mm
24486 \end_inset
24487
24488
24489 \begin_inset Newline newline
24490 \end_inset
24491
24492
24493 \series bold
24494
24495 \backslash
24496 DeclareMathOperator{
24497 \backslash
24498 sgn}{sgn}
24499 \series default
24500
24501 \begin_inset Index
24502 status collapsed
24503
24504 \begin_layout Plain Layout
24505 Commands ! D ! 
24506 \backslash
24507 dbinom@
24508 \backslash
24509 DeclareMathOperator
24510 \end_layout
24511
24512 \end_inset
24513
24514
24515 \begin_inset Newline newline
24516 \end_inset
24517
24518
24519 \begin_inset VSpace -2mm
24520 \end_inset
24521
24522
24523 \begin_inset Newline newline
24524 \end_inset
24525
24526 Now the new defined function can be called with the command 
24527 \series bold
24528
24529 \backslash
24530 sgn
24531 \series default
24532 .
24533 \end_layout
24534
24535 \begin_layout Itemize
24536 Write the the formula as usual, mark the formula name, in our example the
24537  letters 
24538 \emph on
24539 sgn
24540 \emph default
24541 , and change it to mathematical text.
24542  At last a space is inserted between prefactor and function.
24543 \end_layout
24544
24545 \begin_layout Standard
24546 The result is the same with both methods as with a predefined function
24547 \begin_inset Foot
24548 status collapsed
24549
24550 \begin_layout Plain Layout
24551 In LyX self-defined functions are displayed red, predefined ones black.
24552 \end_layout
24553
24554 \end_inset
24555
24556 :
24557 \end_layout
24558
24559 \begin_layout Standard
24560 \align center
24561 \begin_inset Tabular
24562 <lyxtabular version="3" rows="3" columns="2">
24563 <features>
24564 <column alignment="center" valignment="top" width="0pt">
24565 <column alignment="center" valignment="top" width="0pt">
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 Command
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 Result
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 A
24592 \backslash
24593 sgn(x)+B
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602 \begin_inset Formula $A\sgn (x)+B$
24603 \end_inset
24604
24605
24606 \end_layout
24607
24608 \end_inset
24609 </cell>
24610 </row>
24611 <row>
24612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24613 \begin_inset Text
24614
24615 \begin_layout Plain Layout
24616 A
24617 \backslash
24618 ,
24619 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24620 \end_inset
24621
24622 (x)+B
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 </row>
24640 </lyxtabular>
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Standard
24648 The first method is more suitable when the self-defined function should
24649  be used several times.
24650 \end_layout
24651
24652 \begin_layout Subsection
24653 Limits
24654 \begin_inset Index
24655 status collapsed
24656
24657 \begin_layout Plain Layout
24658 Limits
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 For limits there are defined besides 
24668 \series bold
24669
24670 \backslash
24671 lim
24672 \series default
24673
24674 \begin_inset Index
24675 status collapsed
24676
24677 \begin_layout Plain Layout
24678 Commands ! L ! 
24679 \backslash
24680 lim
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \series bold
24687
24688 \backslash
24689 liminf
24690 \series default
24691  and 
24692 \series bold
24693
24694 \backslash
24695 limsup
24696 \series default
24697  furthermore the following functions:
24698 \end_layout
24699
24700 \begin_layout Standard
24701 \align center
24702 \begin_inset Tabular
24703 <lyxtabular version="3" rows="5" columns="2">
24704 <features>
24705 <column alignment="center" valignment="top" width="0">
24706 <column alignment="center" valignment="top" width="0">
24707 <row>
24708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 Command
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 Result
24722 \begin_inset Note Note
24723 status collapsed
24724
24725 \begin_layout Plain Layout
24726
24727 \series bold
24728
24729 \backslash
24730 raisebox
24731 \series default
24732  is only used as spacer.
24733 \end_layout
24734
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 <row>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748
24749 \backslash
24750 varliminf
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 \begin_inset Formula $\varliminf $
24760 \end_inset
24761
24762
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 </row>
24768 <row>
24769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773
24774 \backslash
24775 varlimsup
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784 \begin_inset Formula $\varlimsup $
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 </row>
24793 <row>
24794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798
24799 \backslash
24800 varprojlim
24801 \end_layout
24802
24803 \end_inset
24804 </cell>
24805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809 \begin_inset Formula $\varprojlim $
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \end_inset
24816 </cell>
24817 </row>
24818 <row>
24819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 varinjlim
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834 \begin_inset Formula $\varinjlim $
24835 \end_inset
24836
24837
24838 \begin_inset Formula $\raisebox {-2.5mm}{}$
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 </row>
24847 </lyxtabular>
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \begin_inset VSpace medskip
24856 \end_inset
24857
24858 The limit is created by inserting a subscript.
24859  It is set right beside the function in an inline formula:
24860 \end_layout
24861
24862 \begin_layout Standard
24863 \align center
24864 \begin_inset Tabular
24865 <lyxtabular version="3" rows="2" columns="2">
24866 <features>
24867 <column alignment="center" valignment="top" width="0pt">
24868 <column alignment="center" valignment="top" width="0pt">
24869 <row>
24870 <cell alignment="center" valignment="top" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874 Command
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 \begin_inset Space \hspace{}
24884 \length 1cm
24885 \end_inset
24886
24887 Result
24888 \begin_inset Note Note
24889 status collapsed
24890
24891 \begin_layout Plain Layout
24892
24893 \series bold
24894
24895 \backslash
24896 hspace
24897 \series default
24898  and
24899 \series bold
24900  
24901 \backslash
24902 raisebox
24903 \series default
24904  are used here as spacer.
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 </row>
24915 <row>
24916 <cell alignment="center" valignment="top" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \backslash
24922 lim_x
24923 \backslash
24924 to
24925 \begin_inset ERT
24926 status collapsed
24927
24928 \begin_layout Plain Layout
24929
24930
24931 \backslash
24932 spce 
24933 \end_layout
24934
24935 \end_inset
24936
24937 A
24938 \begin_inset ERT
24939 status collapsed
24940
24941 \begin_layout Plain Layout
24942
24943
24944 \backslash
24945 spce 
24946 \end_layout
24947
24948 \end_inset
24949
24950 x=B
24951 \end_layout
24952
24953 \end_inset
24954 </cell>
24955 <cell alignment="center" valignment="top" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 </row>
24968 </lyxtabular>
24969
24970 \end_inset
24971
24972
24973 \end_layout
24974
24975 \begin_layout Standard
24976 In a displayed formula the limit is set below the formula, as usual:
24977 \begin_inset Formula \[
24978 \lim_{x\to A}x=B\]
24979
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \begin_layout Subsection
24986 Modulo-Functions
24987 \begin_inset Index
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991 Functions ! modulo-
24992 \end_layout
24993
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \begin_layout Standard
25000 The modulo-function is special, because it exists in four variants.
25001 \end_layout
25002
25003 \begin_layout Standard
25004 The variants in a displayed formula:
25005 \begin_inset Formula \begin{align*}
25006 \underline{\textrm{Command}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25007 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25008 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25009 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25010 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 In an inline formula less space is set before the function names for all
25019  variants.
25020 \end_layout
25021
25022 \begin_layout Section
25023 Special Characters
25024 \begin_inset Index
25025 status collapsed
25026
25027 \begin_layout Plain Layout
25028 Special characters
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \begin_layout Subsection
25037 Special Characters in Mathematical Text
25038 \end_layout
25039
25040 \begin_layout Standard
25041 The following commands can only be used in mathematical text or in TeX-mode:
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset Space \hfill{}
25046 \end_inset
25047
25048
25049 \begin_inset Tabular
25050 <lyxtabular version="3" rows="8" columns="2">
25051 <features>
25052 <column alignment="block" valignment="top" width="0">
25053 <column alignment="block" valignment="top" width="0">
25054 <row>
25055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25056 \begin_inset Text
25057
25058 \begin_layout Plain Layout
25059 Command
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 Result
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 </row>
25074 <row>
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 oe
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 \begin_inset Formula $\textrm{\oe }$
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \end_inset
25097 </cell>
25098 </row>
25099 <row>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 OE
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115 \begin_inset Formula $\textrm{\OE }$
25116 \end_inset
25117
25118
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 </row>
25124 <row>
25125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129
25130 \backslash
25131 ae
25132 \end_layout
25133
25134 \end_inset
25135 </cell>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140 \begin_inset Formula $\textrm{\ae }$
25141 \end_inset
25142
25143
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 AE
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 \begin_inset Formula $\textrm{\AE }$
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 </row>
25174 <row>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 aa
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190 \begin_inset Formula $\textrm{\aa }$
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 <row>
25200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 AA
25207 \begin_inset Index
25208 status collapsed
25209
25210 \begin_layout Plain Layout
25211 \begin_inset ERT
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215
25216
25217 \backslash
25218
25219 \begin_inset ERT
25220 status collapsed
25221
25222 \begin_layout Plain Layout
25223
25224 {
25225 \end_layout
25226
25227 \end_inset
25228
25229
25230 \begin_inset ERT
25231 status collapsed
25232
25233 \begin_layout Plain Layout
25234
25235 }
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244
25245 @
25246 \begin_inset ERT
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250
25251
25252 \backslash
25253
25254 \begin_inset ERT
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258
25259 {
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \begin_inset ERT
25266 status collapsed
25267
25268 \begin_layout Plain Layout
25269
25270 }
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \end_layout
25277
25278 \end_inset
25279
25280 textrm
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286 {
25287 \end_layout
25288
25289 \end_inset
25290
25291
25292 \begin_inset ERT
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296
25297
25298 \backslash
25299
25300 \begin_inset ERT
25301 status collapsed
25302
25303 \begin_layout Plain Layout
25304
25305 {
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \begin_inset ERT
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315
25316 }
25317 \end_layout
25318
25319 \end_inset
25320
25321
25322 \end_layout
25323
25324 \end_inset
25325
25326 AA
25327 \begin_inset ERT
25328 status collapsed
25329
25330 \begin_layout Plain Layout
25331
25332 }
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346 </cell>
25347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351 \begin_inset Formula $\textrm{\AA}$
25352 \end_inset
25353
25354
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 </row>
25360 <row>
25361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25362 \begin_inset Text
25363
25364 \begin_layout Plain Layout
25365
25366 \backslash
25367 i
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 \begin_inset Formula $\textrm{\i }$
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 </row>
25385 </lyxtabular>
25386
25387 \end_inset
25388
25389
25390 \begin_inset Space \hfill{}
25391 \end_inset
25392
25393
25394 \begin_inset Tabular
25395 <lyxtabular version="3" rows="8" columns="2">
25396 <features>
25397 <column alignment="block" valignment="top" width="0">
25398 <column alignment="center" valignment="top" width="0">
25399 <row>
25400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404 command
25405 \begin_inset Note Note
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409
25410 \series bold
25411
25412 \backslash
25413 hspace{0mm}
25414 \series default
25415  is used for separation, because otherwise the output will be ¡ and ¿ respective
25416 ly.
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430 Result
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 </row>
25436 <row>
25437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 o
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 \begin_inset Formula $\textrm{\o }$
25453 \end_inset
25454
25455
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466
25467 \backslash
25468 O
25469 \end_layout
25470
25471 \end_inset
25472 </cell>
25473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477 \begin_inset Formula $\textrm{\O}$
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row>
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491
25492 \backslash
25493 l
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502 \begin_inset Formula $\textrm{\l }$
25503 \end_inset
25504
25505
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 </row>
25511 <row>
25512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516
25517 \backslash
25518 L
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Formula $\textrm{\L }$
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \end_inset
25534 </cell>
25535 </row>
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 !
25542 \begin_inset Space \hspace{}
25543 \length 0mm
25544 \end_inset
25545
25546 `
25547 \begin_inset ERT
25548 status collapsed
25549
25550 \begin_layout Plain Layout
25551
25552
25553 \backslash
25554 spce 
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \end_layout
25561
25562 \end_inset
25563 </cell>
25564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568 \begin_inset Formula $\textrm{!`}$
25569 \end_inset
25570
25571
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 </row>
25577 <row>
25578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 ?
25583 \begin_inset Space \hspace{}
25584 \length 0mm
25585 \end_inset
25586
25587 `
25588 \begin_inset ERT
25589 status collapsed
25590
25591 \begin_layout Plain Layout
25592
25593
25594 \backslash
25595 spce 
25596 \end_layout
25597
25598 \end_inset
25599
25600
25601 \end_layout
25602
25603 \end_inset
25604 </cell>
25605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 \begin_inset Formula $\textrm{?`}$
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 </row>
25618 <row>
25619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623
25624 \backslash
25625 j
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634 \begin_inset Formula $\textrm{\j }$
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 </lyxtabular>
25644
25645 \end_inset
25646
25647
25648 \begin_inset Space \hfill{}
25649 \end_inset
25650
25651
25652 \end_layout
25653
25654 \begin_layout Standard
25655 The characters 
25656 \begin_inset Formula $\textrm{\textrm{Å}}$
25657 \end_inset
25658
25659  and 
25660 \begin_inset Formula $\textrm{\textrm{Ø}}$
25661 \end_inset
25662
25663  can also be inserted via the math toolbar button 
25664 \begin_inset Graphics
25665         filename ../images/math/digamma.png
25666         embed ""
25667         scale 85
25668
25669 \end_inset
25670
25671 .
25672 \end_layout
25673
25674 \begin_layout Standard
25675 An exception are the commands 
25676 \series bold
25677 !
25678 \begin_inset Space \hspace{}
25679 \length 0mm
25680 \end_inset
25681
25682 `
25683 \series default
25684  and 
25685 \series bold
25686 ?
25687 \begin_inset Space \hspace{}
25688 \length 0mm
25689 \end_inset
25690
25691 `
25692 \series default
25693 , because they can be inserted in LyX directly to text.
25694 \end_layout
25695
25696 \begin_layout Subsection
25697 Accents in Text
25698 \begin_inset CommandInset label
25699 LatexCommand label
25700 name "sub:Accents-in-Text"
25701
25702 \end_inset
25703
25704
25705 \begin_inset Index
25706 status collapsed
25707
25708 \begin_layout Plain Layout
25709 Accents ! in text
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 With the following commands all letters can be accented.
25719  The commands must be inserted in TeX-mode.
25720 \end_layout
25721
25722 \begin_layout Standard
25723 \begin_inset Space \hfill{}
25724 \end_inset
25725
25726
25727 \begin_inset Tabular
25728 <lyxtabular version="3" rows="8" columns="2">
25729 <features>
25730 <column alignment="block" valignment="top" width="0">
25731 <column alignment="block" valignment="top" width="0">
25732 <row>
25733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737 Command
25738 \end_layout
25739
25740 \end_inset
25741 </cell>
25742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Result
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 </row>
25752 <row>
25753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25754 \begin_inset Text
25755
25756 \begin_layout Plain Layout
25757
25758 \backslash
25759
25760 \begin_inset Quotes grd
25761 \end_inset
25762
25763 e
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772 \begin_inset ERT
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777
25778 \backslash
25779 "e
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 `e
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811
25812 \backslash
25813 `e
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 ^
25832 \begin_inset ERT
25833 status collapsed
25834
25835 \begin_layout Plain Layout
25836
25837
25838 \backslash
25839 spce 
25840 \end_layout
25841
25842 \end_inset
25843
25844 e
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 ^e
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 =e
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 =e
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 </row>
25905 <row>
25906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25907 \begin_inset Text
25908
25909 \begin_layout Plain Layout
25910
25911 \backslash
25912 u
25913 \begin_inset ERT
25914 status collapsed
25915
25916 \begin_layout Plain Layout
25917
25918
25919 \backslash
25920 spce 
25921 \end_layout
25922
25923 \end_inset
25924
25925 e
25926 \end_layout
25927
25928 \end_inset
25929 </cell>
25930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934 \begin_inset ERT
25935 status collapsed
25936
25937 \begin_layout Plain Layout
25938
25939
25940 \backslash
25941 u e
25942 \end_layout
25943
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 b
25960 \begin_inset ERT
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964
25965
25966 \backslash
25967 spce 
25968 \end_layout
25969
25970 \end_inset
25971
25972 e
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset ERT
25982 status collapsed
25983
25984 \begin_layout Plain Layout
25985
25986
25987 \backslash
25988 b e
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 t
26007 \begin_inset ERT
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011
26012
26013 \backslash
26014 spce 
26015 \end_layout
26016
26017 \end_inset
26018
26019 ee
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26025 \begin_inset Text
26026
26027 \begin_layout Plain Layout
26028 \begin_inset ERT
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032
26033
26034 \backslash
26035 t ee
26036 \end_layout
26037
26038 \end_inset
26039
26040
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 </row>
26046 </lyxtabular>
26047
26048 \end_inset
26049
26050
26051 \begin_inset Space \hfill{}
26052 \end_inset
26053
26054
26055 \begin_inset Tabular
26056 <lyxtabular version="3" rows="8" columns="2">
26057 <features>
26058 <column alignment="block" valignment="top" width="0">
26059 <column alignment="center" valignment="top" width="0">
26060 <row>
26061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 Command
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 Result
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 </row>
26080 <row>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085
26086 \backslash
26087 H
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 spce 
26096 \end_layout
26097
26098 \end_inset
26099
26100 e
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset ERT
26110 status collapsed
26111
26112 \begin_layout Plain Layout
26113
26114
26115 \backslash
26116 H e
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 </row>
26127 <row>
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132
26133 \backslash
26134 'e
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26140 \begin_inset Text
26141
26142 \begin_layout Plain Layout
26143 \begin_inset ERT
26144 status collapsed
26145
26146 \begin_layout Plain Layout
26147
26148
26149 \backslash
26150 'e
26151 \end_layout
26152
26153 \end_inset
26154
26155
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 </row>
26161 <row>
26162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26163 \begin_inset Text
26164
26165 \begin_layout Plain Layout
26166
26167 \backslash
26168 ~e
26169 \begin_inset Index
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173 Tilde
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 ~e
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 .e
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset ERT
26222 status collapsed
26223
26224 \begin_layout Plain Layout
26225
26226
26227 \backslash
26228 .e
26229 \end_layout
26230
26231 \end_inset
26232
26233
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 </row>
26239 <row>
26240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244
26245 \backslash
26246 v
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 spce 
26255 \end_layout
26256
26257 \end_inset
26258
26259 e
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 v e
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 </row>
26286 <row>
26287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291
26292 \backslash
26293 d
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 spce 
26302 \end_layout
26303
26304 \end_inset
26305
26306 e
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 d e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 c
26341 \begin_inset ERT
26342 status collapsed
26343
26344 \begin_layout Plain Layout
26345
26346
26347 \backslash
26348 spce 
26349 \end_layout
26350
26351 \end_inset
26352
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 c e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 </lyxtabular>
26381
26382 \end_inset
26383
26384
26385 \begin_inset Space \hfill{}
26386 \end_inset
26387
26388
26389 \end_layout
26390
26391 \begin_layout Standard
26392 \begin_inset VSpace medskip
26393 \end_inset
26394
26395 With the command 
26396 \series bold
26397
26398 \backslash
26399 t
26400 \series default
26401  also two different characters can be accented.
26402  The command 
26403 \series bold
26404
26405 \backslash
26406 t
26407 \begin_inset ERT
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411
26412
26413 \backslash
26414 spce 
26415 \end_layout
26416
26417 \end_inset
26418
26419 sz
26420 \series default
26421  creates: 
26422 \begin_inset ERT
26423 status collapsed
26424
26425 \begin_layout Plain Layout
26426
26427
26428 \backslash
26429 t sz
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \begin_layout Standard
26438 The accents 
26439 \series bold
26440 `
26441 \series default
26442  , 
26443 \series bold
26444 '
26445 \series default
26446  , and 
26447 \series bold
26448 ^
26449 \series default
26450  can in combination with vowels directly be inserted with the keyboard without
26451  using TeX-mode.
26452  The same applies for the tilde
26453 \begin_inset Foot
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457 This only applies for keyboards where the tilde is defined as accent.
26458 \end_layout
26459
26460 \end_inset
26461
26462  
26463 \series bold
26464 ~
26465 \series default
26466  in combination with 
26467 \emph on
26468 a
26469 \emph default
26470  , 
26471 \emph on
26472 n
26473 \emph default
26474  , or 
26475 \emph on
26476 o
26477 \emph default
26478 .
26479 \end_layout
26480
26481 \begin_layout Standard
26482 The commands 
26483 \series bold
26484
26485 \backslash
26486 b
26487 \series default
26488  , 
26489 \series bold
26490
26491 \backslash
26492 c
26493 \series default
26494  , 
26495 \series bold
26496
26497 \backslash
26498 d
26499 \series default
26500  , 
26501 \series bold
26502
26503 \backslash
26504 H
26505 \series default
26506  , 
26507 \series bold
26508
26509 \backslash
26510 t
26511 \series default
26512  , 
26513 \series bold
26514
26515 \backslash
26516 u
26517 \series default
26518  , 
26519 \series bold
26520
26521 \backslash
26522 v
26523 \series default
26524 , and accents inserted directly with the keyboard are also available in
26525  mathematical text.
26526  For the other accents there are special math commands to be used in formulas,
26527  see 
26528 \begin_inset CommandInset ref
26529 LatexCommand ref
26530 reference "sub:Accents-for-one"
26531
26532 \end_inset
26533
26534 .
26535 \end_layout
26536
26537 \begin_layout Standard
26538 \begin_inset VSpace bigskip
26539 \end_inset
26540
26541 Furthermore, with the command 
26542 \series bold
26543
26544 \backslash
26545 textcircled
26546 \series default
26547
26548 \begin_inset Index
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 Commands ! T ! 
26553 \backslash
26554 textcircled
26555 \end_layout
26556
26557 \end_inset
26558
26559  all numbers and letters can be set into a circle, quasi accented with a
26560  circle, similar to the the copyright symbol.
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \align center
26565 \begin_inset Tabular
26566 <lyxtabular version="3" rows="3" columns="2">
26567 <features>
26568 <column alignment="center" valignment="top" width="0">
26569 <column alignment="center" valignment="top" width="0">
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 Command
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584 Result
26585 \begin_inset Note Note
26586 status collapsed
26587
26588 \begin_layout Plain Layout
26589
26590 \series bold
26591
26592 \backslash
26593 raisebox
26594 \series default
26595  is only used as spacer.
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 </row>
26606 <row>
26607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611
26612 \backslash
26613 textcircled{w}
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622 \begin_inset ERT
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626
26627
26628 \backslash
26629 textcircled{w}
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 </row>
26640 <row>
26641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645
26646 \backslash
26647 Large 
26648 \backslash
26649 textcircled{
26650 \backslash
26651 normalsize
26652 \backslash
26653 protect
26654 \backslash
26655 raisebox{-1.5pt}{W}}
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 \begin_inset Formula $\raisebox {4.5mm}{}$
26665 \end_inset
26666
26667
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 Large 
26676 \backslash
26677 textcircled{
26678 \backslash
26679 normalsize
26680 \backslash
26681 protect
26682 \backslash
26683 raisebox{-1.5pt}W}
26684 \end_layout
26685
26686 \end_inset
26687
26688
26689 \begin_inset Formula $\raisebox {-2mm}{}$
26690 \end_inset
26691
26692
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 </lyxtabular>
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Standard
26706 One has to take care that the character fits in the circle.
26707  
26708 \series bold
26709
26710 \backslash
26711 Large
26712 \series default
26713
26714 \begin_inset Foot
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718 see 
26719 \begin_inset CommandInset ref
26720 LatexCommand ref
26721 reference "sub:Font-Sizes"
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729
26730  specifies thereby the size of the circle.
26731  With the help of 
26732 \series bold
26733
26734 \backslash
26735 raisebox
26736 \series default
26737
26738 \begin_inset Foot
26739 status collapsed
26740
26741 \begin_layout Plain Layout
26742 see 
26743 \begin_inset CommandInset ref
26744 LatexCommand ref
26745 reference "sub:Boxes-without-Frame"
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753
26754  the character can be centered.
26755 \end_layout
26756
26757 \begin_layout Subsection
26758 Minuscule Numbers
26759 \begin_inset Index
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 Minuscule numbers
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Standard
26772 Minuscule numbers are created with the command 
26773 \series bold
26774
26775 \backslash
26776 oldstylenums
26777 \series default
26778
26779 \begin_inset Index
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783 Commands ! O ! 
26784 \backslash
26785 oldstylenums
26786 \end_layout
26787
26788 \end_inset
26789
26790 .
26791  The command can be used in formulas and in TeX-mode.
26792  The command scheme is:
26793 \end_layout
26794
26795 \begin_layout Standard
26796
26797 \series bold
26798
26799 \backslash
26800 oldstylenums{number}
26801 \end_layout
26802
26803 \begin_layout Standard
26804 The command 
26805 \series bold
26806
26807 \backslash
26808 oldstylenums{0123456789
26809 \series default
26810  produces: 
26811 \begin_inset Formula $\oldstylenums {0123456789}$
26812 \end_inset
26813
26814
26815 \end_layout
26816
26817 \begin_layout Subsection
26818 Miscellaneous Special Characters
26819 \begin_inset CommandInset label
26820 LatexCommand label
26821 name "sub:Miscellaneous-Special-Characters"
26822
26823 \end_inset
26824
26825
26826 \begin_inset Index
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 Special characters ! miscellaneous
26831 \end_layout
26832
26833 \end_inset
26834
26835
26836 \end_layout
26837
26838 \begin_layout Standard
26839 The following characters can only be inserted to formulas by using commands:
26840 \end_layout
26841
26842 \begin_layout Standard
26843 \align center
26844 \begin_inset Tabular
26845 <lyxtabular version="3" rows="4" columns="2">
26846 <features>
26847 <column alignment="center" valignment="top" width="0">
26848 <column alignment="center" valignment="top" width="0">
26849 <row>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 Command
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863 Result
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 </row>
26869 <row>
26870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26871 \begin_inset Text
26872
26873 \begin_layout Plain Layout
26874
26875 \backslash
26876 ^
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 spce 
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \end_layout
26891
26892 \end_inset
26893 </cell>
26894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26895 \begin_inset Text
26896
26897 \begin_layout Plain Layout
26898 \begin_inset Formula $\mathcircumflex$
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 <row>
26908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26909 \begin_inset Text
26910
26911 \begin_layout Plain Layout
26912
26913 \backslash
26914 _
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 \begin_inset Formula $\_{} {}{}{}{}$
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 </row>
26932 <row>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 ^
26938 \begin_inset ERT
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942
26943
26944 \backslash
26945 spce 
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \backslash
26952 circ
26953 \begin_inset Index
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957 °
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 \begin_inset Formula $^{\circ}$
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 </row>
26980 </lyxtabular>
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \begin_layout Standard
26988 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
26989  contains the following line
26990 \begin_inset Foot
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994 More about this is described in 
26995 \begin_inset CommandInset ref
26996 LatexCommand ref
26997 reference "sub:Text-Characters-in"
26998
26999 \end_inset
27000
27001 .
27002 \end_layout
27003
27004 \end_inset
27005
27006 :
27007 \end_layout
27008
27009 \begin_layout Standard
27010
27011 \series bold
27012
27013 \backslash
27014 DeclareInputtext{176}{
27015 \backslash
27016 ifmmode^
27017 \backslash
27018 circ
27019 \backslash
27020 else
27021 \backslash
27022 textdegree
27023 \backslash
27024 f\SpecialChar \textcompwordmark{}
27025 i}
27026 \end_layout
27027
27028 \begin_layout Section
27029 Formula Styles
27030 \begin_inset CommandInset label
27031 LatexCommand label
27032 name "sec:Formula-Styles"
27033
27034 \end_inset
27035
27036
27037 \begin_inset Index
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041 Formula ! styles
27042 \end_layout
27043
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \begin_layout Itemize
27050 There are two different alignment styles:
27051 \end_layout
27052
27053 \begin_deeper
27054 \begin_layout Description
27055 Centered is the predefined standard
27056 \end_layout
27057
27058 \begin_layout Description
27059 Indented for this the option 
27060 \series bold
27061 fleqn
27062 \series default
27063  must be inserted in the menu 
27064 \family sans
27065 Document\SpecialChar \menuseparator
27066 Settings
27067 \family default
27068  under 
27069 \family sans
27070 Document
27071 \begin_inset Space ~
27072 \end_inset
27073
27074 Class
27075 \end_layout
27076
27077 \begin_layout Standard
27078 When 
27079 \series bold
27080 Indented
27081 \series default
27082  is used, the indentation can be adjusted with the length 
27083 \series bold
27084
27085 \backslash
27086 mathindent
27087 \series default
27088
27089 \begin_inset Index
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093 Commands ! M ! 
27094 \backslash
27095 mathindent
27096 \end_layout
27097
27098 \end_inset
27099
27100 .
27101  Should the distance be 15
27102 \begin_inset Space \thinspace{}
27103 \end_inset
27104
27105 mm, the following command line is inserted in the LaTeX-preamble
27106 \end_layout
27107
27108 \begin_layout Standard
27109
27110 \series bold
27111
27112 \backslash
27113 setlength{
27114 \backslash
27115 mathindent}{15mm}
27116 \end_layout
27117
27118 \begin_layout Standard
27119 When no length is specified, the predefined value of 30
27120 \begin_inset Space \thinspace{}
27121 \end_inset
27122
27123 pt will be used.
27124 \end_layout
27125
27126 \end_deeper
27127 \begin_layout Itemize
27128 And two different numbering styles:
27129 \end_layout
27130
27131 \begin_deeper
27132 \begin_layout Description
27133 Right is the predefined standard
27134 \end_layout
27135
27136 \begin_layout Description
27137 Left for this the option 
27138 \series bold
27139 leqno
27140 \series default
27141  must be inserted in the menu 
27142 \family sans
27143 Document\SpecialChar \menuseparator
27144 Settings
27145 \family default
27146  under 
27147 \family sans
27148 Document
27149 \begin_inset Space ~
27150 \end_inset
27151
27152 Class
27153 \end_layout
27154
27155 \end_deeper
27156 \begin_layout Standard
27157
27158 \series bold
27159 fleqn
27160 \series default
27161  and 
27162 \series bold
27163 leqno
27164 \series default
27165  can also be used together.
27166  In this case both options are inserted, separated by a comma.
27167 \end_layout
27168
27169 \begin_layout Standard
27170 The chosen styles are used for all displayed formulas of the document.
27171  When both, centered and indented formulas should be created in a document,
27172  the style 
27173 \series bold
27174 Centered
27175 \series default
27176  is used.
27177  The indented formulas are then set in a flalign environment, see 
27178 \begin_inset CommandInset ref
27179 LatexCommand ref
27180 reference "sub:Flalign-Environment"
27181
27182 \end_inset
27183
27184 .
27185 \end_layout
27186
27187 \begin_layout Section
27188 Multiline Formulas
27189 \begin_inset CommandInset label
27190 LatexCommand label
27191 name "sec:Multiline-Formulas"
27192
27193 \end_inset
27194
27195
27196 \begin_inset Index
27197 status collapsed
27198
27199 \begin_layout Plain Layout
27200 Formula ! multiline
27201 \end_layout
27202
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \begin_layout Subsection
27209 General
27210 \end_layout
27211
27212 \begin_layout Standard
27213 In LyX multiline formulas are created by pressing 
27214 \family sans
27215 \series bold
27216 Ctrl-Return
27217 \family default
27218 \series default
27219  inside a formula.
27220  This creates an 
27221 \series bold
27222 align environment
27223 \series default
27224  that is described in 
27225 \begin_inset CommandInset ref
27226 LatexCommand ref
27227 reference "sub:Standard-align-Environment"
27228
27229 \end_inset
27230
27231 .
27232 \end_layout
27233
27234 \begin_layout Standard
27235 There are other multiline formula environments that can be created via the
27236  menu 
27237 \family sans
27238 Insert\SpecialChar \menuseparator
27239 Math
27240 \family default
27241 .
27242  These environments are described in the following sections.
27243 \end_layout
27244
27245 \begin_layout Standard
27246 In all multiline formula environments a new line is created by pressing
27247  
27248 \family sans
27249 Ctrl-Return
27250 \family default
27251 .
27252  To add or delete lines, the math toolbar buttons 
27253 \begin_inset Graphics
27254         filename ../images/tabular-feature_append-row.png
27255         embed ""
27256         scale 85
27257
27258 \end_inset
27259
27260  or 
27261 \begin_inset Graphics
27262         filename ../images/tabular-feature_delete-row.png
27263         embed ""
27264         scale 85
27265
27266 \end_inset
27267
27268 , respectively, or the menu 
27269 \family sans
27270 Edit\SpecialChar \menuseparator
27271 Rows & Columns
27272 \family default
27273  can be used.
27274 \end_layout
27275
27276 \begin_layout Subsubsection
27277 Line Separation
27278 \begin_inset CommandInset label
27279 LatexCommand label
27280 name "sub:Line-Separation"
27281
27282 \end_inset
27283
27284
27285 \begin_inset Index
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289 Formula ! multiline ! Line separation
27290 \end_layout
27291
27292 \end_inset
27293
27294
27295 \end_layout
27296
27297 \begin_layout Standard
27298 There is sometimes not enough space in multiline formulas between the lines:
27299 \begin_inset Formula \begin{eqnarray*}
27300 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}\\
27301 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*}
27302
27303 \end_inset
27304
27305
27306 \end_layout
27307
27308 \begin_layout Standard
27309 In LaTeX additional line space is specified as optional argument of the
27310  new line command.
27311  This is not yet possible in LyX
27312 \begin_inset Foot
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316 see 
27317 \begin_inset CommandInset href
27318 LatexCommand href
27319 name "LyX-bug #1505"
27320 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \end_inset
27328
27329 , therefore the whole formula must be inserted in TeX-mode.
27330  To add in our example space, the command 
27331 \series bold
27332
27333 \backslash
27334
27335 \backslash
27336 [3mm]
27337 \series default
27338  is inserted at the end of the first line.
27339  One gets: 
27340 \begin_inset ERT
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344
27345
27346 \backslash
27347 begin{eqnarray*}
27348 \end_layout
27349
27350 \begin_layout Plain Layout
27351
27352 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27353  = & 
27354 \backslash
27355 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27356 \backslash
27357
27358 \backslash
27359 [3mm]
27360 \end_layout
27361
27362 \begin_layout Plain Layout
27363
27364 4x^{2}
27365 \backslash
27366 left(B^{2}+x_{0}^{2}
27367 \backslash
27368 right)+4x_{0}x
27369 \backslash
27370 left(D-B^{2}
27371 \backslash
27372 right)+B^{2}
27373 \backslash
27374 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27375 \backslash
27376 right) & = & 0
27377 \end_layout
27378
27379 \begin_layout Plain Layout
27380
27381
27382 \backslash
27383 end{eqnarray*}
27384 \end_layout
27385
27386 \end_inset
27387
27388
27389 \end_layout
27390
27391 \begin_layout Standard
27392 \begin_inset VSpace bigskip
27393 \end_inset
27394
27395 To set the the line separation for all lines in a formula, the length 
27396 \series bold
27397
27398 \backslash
27399 jot
27400 \series default
27401
27402 \begin_inset Index
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 Commands ! J ! 
27407 \backslash
27408 jot
27409 \end_layout
27410
27411 \end_inset
27412
27413  is changed.
27414  The definition is: 
27415 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27416 \end_inset
27417
27418 .
27419  Predefined for 
27420 \series bold
27421
27422 \backslash
27423 jot
27424 \series default
27425  is the value 3
27426 \begin_inset Space \thinspace{}
27427 \end_inset
27428
27429 pt.
27430  To create 3
27431 \begin_inset Space \thinspace{}
27432 \end_inset
27433
27434 mm additional line separation as in the previous example, the command
27435 \end_layout
27436
27437 \begin_layout Standard
27438
27439 \series bold
27440
27441 \backslash
27442 setlength{
27443 \backslash
27444 jot}{3mm+3pt}
27445 \end_layout
27446
27447 \begin_layout Standard
27448 is inserted in TeX-mode before the formula.
27449  This requires that the LaTeX-package 
27450 \series bold
27451 calc
27452 \series default
27453
27454 \begin_inset Foot
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458
27459 \series bold
27460 calc
27461 \series default
27462  is part of every LaTeX standard installation.
27463 \end_layout
27464
27465 \end_inset
27466
27467
27468 \begin_inset Index
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472 Packages ! calc
27473 \end_layout
27474
27475 \end_inset
27476
27477  was loaded in LaTeX-preamble with the line
27478 \end_layout
27479
27480 \begin_layout Standard
27481
27482 \series bold
27483
27484 \backslash
27485 usepackage{calc}
27486 \end_layout
27487
27488 \begin_layout Standard
27489 One gets: 
27490 \begin_inset ERT
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494
27495
27496 \backslash
27497 setlength{
27498 \backslash
27499 jot}{3mm+3pt}
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \begin_inset Formula \begin{eqnarray*}
27506 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}\\
27507 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*}
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 \begin_inset ERT
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519
27520
27521 \backslash
27522 setlength{
27523 \backslash
27524 jot}{3pt}
27525 \end_layout
27526
27527 \end_inset
27528
27529  To get back to the predefined distance, 
27530 \series bold
27531
27532 \backslash
27533 jot
27534 \series default
27535  is set to the value 3
27536 \begin_inset Space \thinspace{}
27537 \end_inset
27538
27539 pt.
27540 \end_layout
27541
27542 \begin_layout Subsubsection
27543 Column Separation
27544 \begin_inset CommandInset label
27545 LatexCommand label
27546 name "sub:Column-Separation"
27547
27548 \end_inset
27549
27550
27551 \begin_inset Index
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 Formula ! multiline ! Column separation
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 Multiline formulas form a matrix.
27565  A formula in the eqnarray environment is for example a matrix with three
27566  columns.
27567  By changing the column separation in this environment, the space beside
27568  the relation sign can be changed.
27569 \end_layout
27570
27571 \begin_layout Standard
27572 The column separation is specified with the length 
27573 \series bold
27574
27575 \backslash
27576 arraycolsep
27577 \series default
27578
27579 \begin_inset Index
27580 status collapsed
27581
27582 \begin_layout Plain Layout
27583 Commands ! A ! 
27584 \backslash
27585 arraycolsep
27586 \end_layout
27587
27588 \end_inset
27589
27590  according to:
27591 \begin_inset Newline newline
27592 \end_inset
27593
27594 column separation = 2
27595 \begin_inset Space \thinspace{}
27596 \end_inset
27597
27598
27599 \series bold
27600
27601 \backslash
27602 arraycolsep
27603 \series default
27604
27605 \begin_inset Newline newline
27606 \end_inset
27607
27608 Thus, the command
27609 \end_layout
27610
27611 \begin_layout Standard
27612
27613 \series bold
27614
27615 \backslash
27616 setlength{
27617 \backslash
27618 arraycolsep}{1cm}
27619 \end_layout
27620
27621 \begin_layout Standard
27622 inserted in TeX-mode, sets for all following formulas a column separation
27623  of 2
27624 \begin_inset Space \thinspace{}
27625 \end_inset
27626
27627 cm.
27628  To get back to the predefined distance, 
27629 \series bold
27630
27631 \backslash
27632 arraycolsep
27633 \series default
27634  is set to 5
27635 \begin_inset Space \thinspace{}
27636 \end_inset
27637
27638 pt.
27639 \end_layout
27640
27641 \begin_layout Standard
27642 A formula with 2
27643 \begin_inset Space \thinspace{}
27644 \end_inset
27645
27646 cm column separation:
27647 \begin_inset ERT
27648 status collapsed
27649
27650 \begin_layout Plain Layout
27651
27652
27653 \backslash
27654 setlength{
27655 \backslash
27656 arraycolsep}{1cm}
27657 \end_layout
27658
27659 \end_inset
27660
27661
27662 \begin_inset Formula \begin{eqnarray*}
27663 A & = & B\\
27664 C & \ne & A\end{eqnarray*}
27665
27666 \end_inset
27667
27668 A formula with the predefined column separation for matrices of 10
27669 \begin_inset Space \thinspace{}
27670 \end_inset
27671
27672 pt:
27673 \begin_inset ERT
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677
27678
27679 \backslash
27680 setlength{
27681 \backslash
27682 arraycolsep}{5pt}
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \begin_inset Formula \begin{eqnarray*}
27689 A & = & B\\
27690 C & \ne & A\end{eqnarray*}
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Subsubsection
27698 Long Formulas
27699 \begin_inset Index
27700 status collapsed
27701
27702 \begin_layout Plain Layout
27703 Formula ! long
27704 \end_layout
27705
27706 \end_inset
27707
27708
27709 \end_layout
27710
27711 \begin_layout Standard
27712 Long formulas can be typeset using these methods:
27713 \end_layout
27714
27715 \begin_layout Itemize
27716 When one side of the equation is much shorther than the line width, this
27717  one is chosen for the left side and the right side is typeset over two
27718  lines:
27719 \begin_inset ERT
27720 status collapsed
27721
27722 \begin_layout Plain Layout
27723
27724
27725 \backslash
27726 medskip
27727 \end_layout
27728
27729 \end_inset
27730
27731  
27732 \begin_inset Formula \begin{eqnarray}
27733 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 \\
27734  &  & -\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}
27735
27736 \end_inset
27737
27738
27739 \begin_inset ERT
27740 status collapsed
27741
27742 \begin_layout Plain Layout
27743
27744
27745 \backslash
27746 smallskip
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \begin_inset Newline newline
27753 \end_inset
27754
27755 The minus sign at the beginning of the second line does normally not appear
27756  as operator because it is the first character of the line.
27757  Thus it would not be surrounded by space and could not be distinguished
27758  from the fraction bar.
27759  To avoid this, space was inserted behind the minus sign with the command
27760  
27761 \series bold
27762
27763 \backslash
27764 hspace{3pt}
27765 \series default
27766
27767 \begin_inset Foot
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 more about 
27772 \series bold
27773
27774 \backslash
27775 hspace
27776 \series default
27777  see 
27778 \begin_inset CommandInset ref
27779 LatexCommand ref
27780 reference "sub:Variable-Space"
27781
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \end_inset
27788
27789
27790 \begin_inset Index
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 Commands ! H ! 
27795 \backslash
27796 hspace
27797 \end_layout
27798
27799 \end_inset
27800
27801 .
27802 \end_layout
27803
27804 \begin_layout Itemize
27805 When both sides of the equation are too long, the command 
27806 \series bold
27807
27808 \backslash
27809 lefteqn
27810 \series default
27811
27812 \begin_inset Index
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816 Commands ! L ! 
27817 \backslash
27818 lefteqn
27819 \end_layout
27820
27821 \end_inset
27822
27823  is used.
27824  It is inserted to the first column of the first line and effects that all
27825  further insertions overwrite the following columns:
27826 \begin_inset ERT
27827 status collapsed
27828
27829 \begin_layout Plain Layout
27830
27831
27832 \backslash
27833 medskip
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \begin_inset Formula \begin{eqnarray}
27840 \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 \\
27841  &  & -\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 \\
27842  &  & =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}
27843
27844 \end_inset
27845
27846
27847 \begin_inset ERT
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851
27852
27853 \backslash
27854 smallskip
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \begin_inset Newline newline
27861 \end_inset
27862
27863 After the insertion of 
27864 \series bold
27865
27866 \backslash
27867 lefteqn
27868 \series default
27869 , the cursor is in a purple box that is a bit shifted to the left from the
27870  blue one.
27871  In this the formula is inserted.
27872 \begin_inset ERT
27873 status collapsed
27874
27875 \begin_layout Plain Layout
27876
27877
27878 \backslash
27879 medskip
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \begin_inset Newline newline
27886 \end_inset
27887
27888 The content of the further lines is inserted to the second or another formula
27889  column.
27890  The greater the column number where it was inserted, the larger the indentation.
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896
27897 \backslash
27898 medskip
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \begin_inset Newline newline
27905 \end_inset
27906
27907
27908 \begin_inset Note Greyedout
27909 status open
27910
27911 \begin_layout Plain Layout
27912 Note the following when using 
27913 \series bold
27914
27915 \backslash
27916 lefteqn
27917 \series default
27918 :
27919 \end_layout
27920
27921 \begin_layout Itemize
27922 The formula doesn't use the full page width.
27923  When e.
27924 \begin_inset Space \thinspace{}
27925 \end_inset
27926
27927 g.
27928 \begin_inset Space ~
27929 \end_inset
27930
27931 the term 
27932 \begin_inset Formula $-B^{2}$
27933 \end_inset
27934
27935  is added to the first line in the above example, it would have been outside
27936  the page margin.
27937  To better use the width, negative space can be inserted at the beginning
27938  of the first line.
27939 \end_layout
27940
27941 \begin_layout Itemize
27942 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27943  line.
27944 \begin_inset Foot
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 \begin_inset CommandInset href
27949 LatexCommand href
27950 name "LyX-bug #1429"
27951 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \end_inset
27959
27960  One can only set the cursor at the beginning of the line and move it with
27961  the arrow keys.
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Itemize
27970 Other methods to set long formulas are offered by the environments described
27971  in 
27972 \begin_inset CommandInset ref
27973 LatexCommand ref
27974 reference "sub:Multline-Environment"
27975
27976 \end_inset
27977
27978  and 
27979 \begin_inset CommandInset ref
27980 LatexCommand ref
27981 reference "sub:Multiline-Formula-Parts"
27982
27983 \end_inset
27984
27985 .
27986 \end_layout
27987
27988 \begin_layout Subsubsection
27989 Multiline Brackets
27990 \begin_inset CommandInset label
27991 LatexCommand label
27992 name "sub:Multiline-Brackets"
27993
27994 \end_inset
27995
27996
27997 \begin_inset Index
27998 status collapsed
27999
28000 \begin_layout Plain Layout
28001 Brackets ! for multiline expressions
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \begin_layout Standard
28010 For brackets spanning multiple lines the following problem occurs:
28011 \begin_inset Formula \begin{eqnarray*}
28012 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28013  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \begin_layout Standard
28021 The closing bracket is smaller than the opening bracket because brackets
28022  with variable size may not span multiple lines.
28023 \end_layout
28024
28025 \begin_layout Standard
28026 To set the bracket size for the second line correctly, the first line is
28027  ended with 
28028 \series bold
28029
28030 \backslash
28031 right.
28032 \series default
28033
28034 \begin_inset Index
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 Commands ! R ! 
28039 \backslash
28040 right
28041 \end_layout
28042
28043 \end_inset
28044
28045  and the second line with 
28046 \series bold
28047
28048 \backslash
28049 left.
28050 \begin_inset Foot
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 for more about 
28055 \series bold
28056
28057 \backslash
28058 left
28059 \series default
28060  and 
28061 \series bold
28062
28063 \backslash
28064 right
28065 \series default
28066  see 
28067 \begin_inset CommandInset ref
28068 LatexCommand ref
28069 reference "sub:Automatic-Bracket-Size"
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \series default
28080
28081 \begin_inset Index
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085 Commands ! L ! 
28086 \backslash
28087 left
28088 \end_layout
28089
28090 \end_inset
28091
28092 .
28093  After 
28094 \series bold
28095
28096 \backslash
28097 left.
28098
28099 \series default
28100  the command 
28101 \series bold
28102
28103 \backslash
28104 vphantom
28105 \series default
28106
28107 \begin_inset ERT
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111
28112
28113 \backslash
28114 spce 
28115 \end_layout
28116
28117 \end_inset
28118
28119
28120 \series bold
28121
28122 \backslash
28123 prod
28124 \series default
28125 ^
28126 \begin_inset ERT
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130
28131
28132 \backslash
28133 spce 
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \series bold
28140
28141 \backslash
28142 infty
28143 \series default
28144
28145 \begin_inset ERT
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149
28150
28151 \backslash
28152 spce 
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \series bold
28159
28160 \begin_inset Formula $\downarrow$
28161 \end_inset
28162
28163 _R=1}
28164 \series default
28165
28166 \begin_inset Index
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170 Commands ! V ! 
28171 \backslash
28172 vphantom
28173 \end_layout
28174
28175 \end_inset
28176
28177  is inserted, because the multiplication operator with its limits is the
28178  largest symbol in the first line and this should be the size for the bracket
28179  in the second line.
28180 \end_layout
28181
28182 \begin_layout Standard
28183 The result is this:
28184 \begin_inset Formula \begin{eqnarray*}
28185 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28186  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28187
28188 \end_inset
28189
28190
28191 \end_layout
28192
28193 \begin_layout Subsection
28194 Align Environments
28195 \end_layout
28196
28197 \begin_layout Standard
28198 Align environments can be used for every kind of multiline formulas.
28199  They are specially useful to set several formulas side by side.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 Align environments consist of columns.
28204  The odd columns are right aligned, the even ones left aligned.
28205  Every line in an Align environment can be numbered.
28206 \end_layout
28207
28208 \begin_layout Standard
28209 Align environments are created via the menu 
28210 \family sans
28211 Insert\SpecialChar \menuseparator
28212 Math
28213 \family default
28214 .
28215  With the menu 
28216 \family sans
28217 Edit\SpecialChar \menuseparator
28218 Math\SpecialChar \menuseparator
28219 Change Formula Type
28220 \family default
28221  already existing formulas can be converted to Align environments.
28222 \end_layout
28223
28224 \begin_layout Standard
28225 To add or delete columns, the math toolbar buttons 
28226 \begin_inset Graphics
28227         filename ../images/tabular-feature_append-column.png
28228         embed ""
28229         scale 85
28230
28231 \end_inset
28232
28233  or 
28234 \begin_inset Graphics
28235         filename ../images/tabular-feature_delete-column.png
28236         embed ""
28237         scale 85
28238
28239 \end_inset
28240
28241 , respectively, or the menu 
28242 \family sans
28243 Edit\SpecialChar \menuseparator
28244 Rows & Columns
28245 \family default
28246  can be used.
28247 \end_layout
28248
28249 \begin_layout Subsubsection
28250 Standard align Environment
28251 \begin_inset CommandInset label
28252 LatexCommand label
28253 name "sub:Standard-align-Environment"
28254
28255 \end_inset
28256
28257
28258 \begin_inset Index
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 Formula ! multiline ! align environment
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 This Align environment is created by presssing 
28272 \family sans
28273 Ctrl-Return
28274 \family default
28275  in a formula or by the menu 
28276 \family sans
28277 Insert\SpecialChar \menuseparator
28278 Math\SpecialChar \menuseparator
28279 AMS align Environment
28280 \family default
28281 .
28282 \end_layout
28283
28284 \begin_layout Standard
28285 An example for two formulas set side by side, that are created with a four
28286  column align environment:
28287 \begin_inset Formula \begin{align*}
28288 A & =\sin(B) & C & =D\\
28289 C & \ne A & B & \ne D\end{align*}
28290
28291 \end_inset
28292
28293 As it can be seen, the formulas in this environment are placed so as if
28294  there would be a 
28295 \series bold
28296
28297 \backslash
28298 hfill
28299 \begin_inset Foot
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303 more about 
28304 \series bold
28305
28306 \backslash
28307 hfill
28308 \series default
28309  see 
28310 \begin_inset CommandInset ref
28311 LatexCommand ref
28312 reference "sub:Variable-Space"
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \end_inset
28320
28321
28322 \series default
28323  before the first and after every even column.
28324  When the formula style 
28325 \series bold
28326 Indented
28327 \begin_inset Foot
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331 formula styles see 
28332 \begin_inset CommandInset ref
28333 LatexCommand ref
28334 reference "sec:Formula-Styles"
28335
28336 \end_inset
28337
28338
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \series default
28345  is used, the formula is set without the 
28346 \series bold
28347
28348 \backslash
28349 hfill
28350 \series default
28351  before the first column.
28352 \end_layout
28353
28354 \begin_layout Subsubsection
28355 Alignat Environment
28356 \begin_inset Index
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 Formula ! multiline ! alignat environment
28361 \end_layout
28362
28363 \end_inset
28364
28365
28366 \end_layout
28367
28368 \begin_layout Standard
28369 The alignat environment has no predefined column separation.
28370  It can be inserted manually with the spaces that are described 
28371 \begin_inset CommandInset ref
28372 LatexCommand ref
28373 reference "sub:Space"
28374
28375 \end_inset
28376
28377 .
28378 \end_layout
28379
28380 \begin_layout Standard
28381 The above example in the alignat environment where 1
28382 \begin_inset Space \thinspace{}
28383 \end_inset
28384
28385 cm space was inserted at the beginning of the second formula:
28386 \begin_inset Formula \begin{alignat*}{2}
28387 A & =\sin(B) & \hspace {1cm}C & =D\\
28388 C & \ne A & B & \ne D\end{alignat*}
28389
28390 \end_inset
28391
28392 Because the column separation can be set separately for every column, this
28393  environment is especially suitable to set three and more formulas side
28394  by side.
28395 \end_layout
28396
28397 \begin_layout Subsubsection
28398 Flalign Environment
28399 \begin_inset CommandInset label
28400 LatexCommand label
28401 name "sub:Flalign-Environment"
28402
28403 \end_inset
28404
28405
28406 \begin_inset Index
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410 Formula ! multiline ! flalign environment
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \end_layout
28417
28418 \begin_layout Standard
28419 In this environment the first two columns are always set as much as possible
28420  to the left and the last two ones to the right.
28421  An example:
28422 \begin_inset Formula \begin{flalign*}
28423 A & =1 & B & =2 & C & =3\\
28424 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 By creating a flalign environment with an odd number of columns where an
28433  empty TeX-brace is inserted to the last column, several formulas in a document
28434  can be set to the left, although the formula style 
28435 \series bold
28436 Centered
28437 \series default
28438  is used.
28439  As example the indented formula 
28440 \begin_inset CommandInset ref
28441 LatexCommand eqref
28442 reference "eq:VolInt"
28443
28444 \end_inset
28445
28446 :
28447 \begin_inset Formula \begin{flalign}
28448 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28449
28450 \end_inset
28451
28452 The first two columns contain the formula.
28453  To indent it as with the formula style 
28454 \series bold
28455 Indented
28456 \series default
28457 , 30
28458 \begin_inset Space \thinspace{}
28459 \end_inset
28460
28461 pt space was inserted at the beginning of the first column.
28462 \end_layout
28463
28464 \begin_layout Subsection
28465 Eqnarray Environment
28466 \begin_inset Index
28467 status collapsed
28468
28469 \begin_layout Plain Layout
28470 Formula ! multiline ! eqnarray environment
28471 \end_layout
28472
28473 \end_inset
28474
28475
28476 \end_layout
28477
28478 \begin_layout Standard
28479 When this environment has been created, three blue boxes appear.
28480  The content of the first box is right aligned, the content of the last
28481  one left aligned.
28482  The content of the middle box appears centered and a bit smaller, because
28483  it is designed to insert there only relation characters.
28484 \begin_inset Formula \begin{eqnarray*}
28485 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28486 AB & AB & AB\\
28487 A & = & A\end{eqnarray*}
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Subsection
28495 Gather Environment
28496 \begin_inset Index
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500 Formula ! multiline ! gather environment
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \end_layout
28507
28508 \begin_layout Standard
28509 This environment consists of only one centered column.
28510  Every line can be numbered.
28511 \begin_inset Formula \begin{gather}
28512 A=1\\
28513 X=\textrm{-}1\end{gather}
28514
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \begin_layout Subsection
28521 Multline Environment
28522 \begin_inset CommandInset label
28523 LatexCommand label
28524 name "sub:Multline-Environment"
28525
28526 \end_inset
28527
28528
28529 \begin_inset Index
28530 status collapsed
28531
28532 \begin_layout Plain Layout
28533 Formula ! multiline ! multline environment
28534 \end_layout
28535
28536 \end_inset
28537
28538
28539 \end_layout
28540
28541 \begin_layout Standard
28542 The multline environment consists, like the gather environment, of only
28543  one column.
28544  But the first line is left aligned, the last one right aligned.
28545  All other lines are centered.
28546  Therefore this environment is suitable for long formulas.
28547  As example formula 
28548 \begin_inset CommandInset ref
28549 LatexCommand eqref
28550 reference "eq:lefteqn"
28551
28552 \end_inset
28553
28554  in the multline environment:
28555 \begin_inset Formula \begin{multline}
28556 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}\\
28557 -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}\\
28558 =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}
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Standard
28566 In the output only the last (first) line of a multline environment appears
28567  numbered when the document numbering is right (left).
28568 \begin_inset Foot
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 numbering styles see 
28573 \begin_inset CommandInset ref
28574 LatexCommand ref
28575 reference "sec:Formula-Styles"
28576
28577 \end_inset
28578
28579
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Standard
28588 With the commands 
28589 \series bold
28590
28591 \backslash
28592 shoveright
28593 \begin_inset Index
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Commands ! S ! 
28598 \backslash
28599 shoveright
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \series default
28606  and 
28607 \series bold
28608
28609 \backslash
28610 shoveleft
28611 \begin_inset Index
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 Commands ! S ! 
28616 \backslash
28617 shoveleft
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \series default
28624  a centered line can be right or left aligned, respectively.
28625  The commands are used as follows:
28626 \end_layout
28627
28628 \begin_layout Standard
28629
28630 \series bold
28631
28632 \backslash
28633 shoveright{line content}
28634 \series default
28635  and 
28636 \series bold
28637
28638 \backslash
28639 shoveleft{line content}
28640 \end_layout
28641
28642 \begin_layout Standard
28643 \begin_inset VSpace medskip
28644 \end_inset
28645
28646 The length 
28647 \series bold
28648
28649 \backslash
28650 multlinegap
28651 \begin_inset Index
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Commands ! M ! 
28656 \backslash
28657 multlinegap
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \series default
28664  specifies the distance of the first line from the left page margin.
28665  Predefined is the length 0
28666 \begin_inset Space \thinspace{}
28667 \end_inset
28668
28669 pt.
28670 \end_layout
28671
28672 \begin_layout Standard
28673 As example the above formula where the command
28674 \end_layout
28675
28676 \begin_layout Standard
28677
28678 \series bold
28679
28680 \backslash
28681 setlength{
28682 \backslash
28683 multlinegap}{2cm}
28684 \end_layout
28685
28686 \begin_layout Standard
28687 was inserted in TeX-mode before:
28688 \begin_inset ERT
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692
28693
28694 \backslash
28695 setlength{
28696 \backslash
28697 multlinegap}{2cm}
28698 \end_layout
28699
28700 \end_inset
28701
28702
28703 \begin_inset Formula \begin{multline}
28704 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}\\
28705 \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}}\\
28706 =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}
28707
28708 \end_inset
28709
28710
28711 \begin_inset ERT
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715
28716
28717 \backslash
28718 setlength{
28719 \backslash
28720 multlinegap}{0pt}
28721 \end_layout
28722
28723 \end_inset
28724
28725 The second line was left aligned using 
28726 \series bold
28727
28728 \backslash
28729 shoveleft
28730 \series default
28731 .
28732 \end_layout
28733
28734 \begin_layout Subsection
28735 Multiline Formula Parts
28736 \begin_inset CommandInset label
28737 LatexCommand label
28738 name "sub:Multiline-Formula-Parts"
28739
28740 \end_inset
28741
28742
28743 \begin_inset Index
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 Formula ! multiline ! formula parts
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756 To display only parts of a formula with multiple lines, one of the following
28757  environments are used: 
28758 \series bold
28759 aligned
28760 \series default
28761
28762 \series bold
28763 alignedat
28764 \series default
28765
28766 \series bold
28767 gathered
28768 \series default
28769  or 
28770 \series bold
28771 split
28772 \series default
28773 .
28774  They can be inserted via the menu 
28775 \family sans
28776 Insert\SpecialChar \menuseparator
28777 Math
28778 \family default
28779  or by using the commands described in this section.
28780 \end_layout
28781
28782 \begin_layout Standard
28783 The first three have the same properties as the corresponding multiline
28784  formula environments, but it is possible to set further formula parts beside
28785  them.
28786  An example:
28787 \begin_inset Formula \[
28788 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28789 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28790 \right\} \textrm{Uncertainty relations}\]
28791
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \begin_layout Standard
28798 To get this formula, a displayed formula is created where the command 
28799 \series bold
28800
28801 \backslash
28802 aligned
28803 \begin_inset Index
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Commands ! A ! 
28808 \backslash
28809 aligned
28810 \end_layout
28811
28812 \end_inset
28813
28814
28815 \series default
28816  is inserted.
28817  A purple box appears around the blue formula box where now columns and
28818  lines can be added.
28819  Outside the multiline environment other formula parts can be set, like
28820  the brace.
28821 \end_layout
28822
28823 \begin_layout Standard
28824 The aligned environment is also suitable for long formulas whose lines are
28825  horizontally aligned.
28826  Using aligned in a displayed formula has the advantage that the formula
28827  number is vertically centered behind the lines.
28828  As example formula 
28829 \begin_inset CommandInset ref
28830 LatexCommand eqref
28831 reference "eq:kurzlang"
28832
28833 \end_inset
28834
28835  in the aligned environment:
28836 \begin_inset Formula \begin{equation}
28837 \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}|}\\
28838  & -\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}
28839 \end{equation}
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 To use the environments 
28848 \series bold
28849 alignedat
28850 \series default
28851
28852 \series bold
28853 gathered
28854 \series default
28855 , or 
28856 \series bold
28857 split
28858 \series default
28859 , the command 
28860 \series bold
28861
28862 \backslash
28863 alignedat
28864 \series default
28865 ,
28866 \begin_inset Index
28867 status collapsed
28868
28869 \begin_layout Plain Layout
28870 Commands ! A ! 
28871 \backslash
28872 alignedat
28873 \end_layout
28874
28875 \end_inset
28876
28877  
28878 \series bold
28879
28880 \backslash
28881 gathered
28882 \series default
28883
28884 \begin_inset Index
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Commands ! G ! 
28889 \backslash
28890 gathered
28891 \end_layout
28892
28893 \end_inset
28894
28895 , or 
28896 \series bold
28897
28898 \backslash
28899 split
28900 \series default
28901
28902 \begin_inset Index
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906 Commands ! S ! 
28907 \backslash
28908 split
28909 \end_layout
28910
28911 \end_inset
28912
28913  are inserted, respectively.
28914  The split environment has the same properties as the aligned environment
28915  but it can only have two columns.
28916 \end_layout
28917
28918 \begin_layout Subsection
28919 Text in multiline Formulas
28920 \begin_inset CommandInset label
28921 LatexCommand label
28922 name "sub:Text-in-multiline"
28923
28924 \end_inset
28925
28926
28927 \begin_inset Index
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 Text ! in formulas
28932 \end_layout
28933
28934 \end_inset
28935
28936
28937 \begin_inset Index
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941 Formula ! multiline ! text
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 In the Align environments, and the multline and gather environment, text
28951  can be inserted that will appear in a separate line and doesn't affect
28952  the column alignment.
28953  To do this, the command 
28954 \series bold
28955
28956 \backslash
28957 intertext
28958 \begin_inset Index
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 Commands ! I ! 
28963 \backslash
28964 intertext
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \series default
28971  is used in the following scheme:
28972 \end_layout
28973
28974 \begin_layout Standard
28975
28976 \series bold
28977
28978 \backslash
28979 intertext{text}
28980 \end_layout
28981
28982 \begin_layout Standard
28983 The text should not be longer than a line because it cannot be hyphenated.
28984  As LyX doesn't yet support 
28985 \series bold
28986
28987 \backslash
28988 intertext
28989 \series default
28990  directly, the text is written as mathematical text.
28991  
28992 \series bold
28993
28994 \backslash
28995 intertext
28996 \series default
28997  must hereby be at the beginning of a line and appears in the output above
28998  this line.
28999  An example where the text was inserted at the beginning of the second line:
29000 \begin_inset Formula \begin{align}
29001 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29002 \intertext {\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29003
29004 \end_inset
29005
29006
29007 \end_layout
29008
29009 \begin_layout Section
29010 Formula Numbering
29011 \begin_inset Index
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015 Formula numbering
29016 \end_layout
29017
29018 \end_inset
29019
29020
29021 \begin_inset Index
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 Formula ! numbering|see
29026 \begin_inset ERT
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030
29031 {
29032 \end_layout
29033
29034 \end_inset
29035
29036 Formula numbering
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042 }
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Subsection
29056 General
29057 \end_layout
29058
29059 \begin_layout Standard
29060 Numbered formulas can be created with the menu 
29061 \family sans
29062 Insert\SpecialChar \menuseparator
29063 Math\SpecialChar \menuseparator
29064 Numbered
29065 \begin_inset Space ~
29066 \end_inset
29067
29068 Formula
29069 \family default
29070  (shortcut 
29071 \family sans
29072 Ctrl-Alt
29073 \begin_inset Space ~
29074 \end_inset
29075
29076 n
29077 \family default
29078 ).
29079  Existing formulas can be numbered with the menu 
29080 \family sans
29081 Edit\SpecialChar \menuseparator
29082 Math\SpecialChar \menuseparator
29083 Toggle
29084 \begin_inset Space ~
29085 \end_inset
29086
29087 Numbering
29088 \family default
29089  (shortcut 
29090 \family sans
29091 Alt-m
29092 \begin_inset Space ~
29093 \end_inset
29094
29095 n
29096 \family default
29097 ).
29098  The formula number is displayed in LyX behind the formula as number sign
29099  in parentheses.
29100  The number sign is replaced in the output by the formula number.
29101 \end_layout
29102
29103 \begin_layout Standard
29104 When numbering is turned on in multiline formulas, all lines will be numbered.
29105  But the numbering can be controlled with the menu 
29106 \family sans
29107 Edit\SpecialChar \menuseparator
29108 Math\SpecialChar \menuseparator
29109 Toggle
29110 \begin_inset Space ~
29111 \end_inset
29112
29113 Numbering
29114 \begin_inset Space ~
29115 \end_inset
29116
29117 of
29118 \begin_inset Space ~
29119 \end_inset
29120
29121 Line
29122 \family default
29123  (shortcut 
29124 \family sans
29125 Alt-m
29126 \begin_inset Space ~
29127 \end_inset
29128
29129 N
29130 \family default
29131 ) for every line.
29132 \end_layout
29133
29134 \begin_layout Standard
29135 Except of inline formulas, all formulas can be numbered with two different
29136  styles, see 
29137 \begin_inset CommandInset ref
29138 LatexCommand ref
29139 reference "sec:Formula-Styles"
29140
29141 \end_inset
29142
29143 .
29144 \end_layout
29145
29146 \begin_layout Subsection
29147 Cross-References
29148 \begin_inset CommandInset label
29149 LatexCommand label
29150 name "sub:Cross-References"
29151
29152 \end_inset
29153
29154
29155 \begin_inset Index
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159 Cross-references ! to formulas
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \end_layout
29166
29167 \begin_layout Standard
29168 All labeled formulas can be cross-referenced.
29169  A label is added by the menu 
29170 \family sans
29171 Insert\SpecialChar \menuseparator
29172 Label
29173 \family default
29174  or the toolbar button 
29175 \begin_inset Graphics
29176         filename ../images/label-insert.png
29177         embed ""
29178         scale 85
29179
29180 \end_inset
29181
29182 .
29183  The cursor must hereby be inside a displayed formula.
29184  A dialog pops up displaying the prefix 
29185 \series bold
29186 eq:
29187 \series default
29188  in a text field.
29189  The label is inserted there behind the prefix.
29190  The predefined prefix means 
29191 \begin_inset Quotes eld
29192 \end_inset
29193
29194 equation
29195 \begin_inset Quotes erd
29196 \end_inset
29197
29198  and makes it easier to find labels in large documents because it marks
29199  it as formula label to divide it from e.
29200 \begin_inset Space \thinspace{}
29201 \end_inset
29202
29203 g.
29204 \begin_inset Space ~
29205 \end_inset
29206
29207 section labels.
29208  To change a label, the menu 
29209 \family sans
29210 Insert\SpecialChar \menuseparator
29211 Label
29212 \family default
29213  is used again.
29214 \end_layout
29215
29216 \begin_layout Standard
29217 The name of the label is displayed in LyX within two parentheses behind
29218  formula.
29219  A formula with a label is always numbered.
29220 \end_layout
29221
29222 \begin_layout Standard
29223 Cross-references are inserted via the menu 
29224 \family sans
29225 Insert\SpecialChar \menuseparator
29226 Cross-Reference
29227 \family default
29228  or with the toolbar button 
29229 \begin_inset Graphics
29230         filename ../images/dialog-show-new-inset_ref.png
29231         embed ""
29232         scale 85
29233
29234 \end_inset
29235
29236 .
29237  A formula cross-reference appears in the output as formula number.
29238  When in the cross-reference dialog window the format 
29239 \series bold
29240 (<reference>)
29241 \series default
29242  is chosen, the cross-reference appears in the output as formula number
29243  in parentheses.
29244 \begin_inset Newline newline
29245 \end_inset
29246
29247 By right-clicking on a cross-reference in LyX, one jumps to the formula
29248  that is referenced.
29249 \end_layout
29250
29251 \begin_layout Standard
29252 Here are as examples cross-references to formulas of the following subsections:
29253 \begin_inset Note Note
29254 status open
29255
29256 \begin_layout Plain Layout
29257 Note the different cross-reference types.
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266 The equations 
29267 \begin_inset CommandInset ref
29268 LatexCommand eqref
29269 reference "eq:tag"
29270
29271 \end_inset
29272
29273  and 
29274 \begin_inset CommandInset ref
29275 LatexCommand eqref
29276 reference "eq:c"
29277
29278 \end_inset
29279
29280  are equivalent.
29281  In (
29282 \begin_inset CommandInset ref
29283 LatexCommand ref
29284 reference "eq:Lat"
29285
29286 \end_inset
29287
29288 ) big Latin letters are used for the numbering in contrary to (
29289 \begin_inset CommandInset ref
29290 LatexCommand ref
29291 reference "eq:Rom"
29292
29293 \end_inset
29294
29295 ).
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset VSpace medskip
29300 \end_inset
29301
29302 When the argument of 
29303 \series bold
29304
29305 \backslash
29306 tag
29307 \begin_inset Foot
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311
29312 \series bold
29313
29314 \backslash
29315 tag
29316 \series default
29317  is described in 
29318 \begin_inset CommandInset ref
29319 LatexCommand ref
29320 reference "sub:User-defined-Numbering"
29321
29322 \end_inset
29323
29324 .
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \series default
29331  contains a box like in 
29332 \begin_inset CommandInset ref
29333 LatexCommand ref
29334 reference "sub:Paragraph-Boxes"
29335
29336 \end_inset
29337
29338 , the formula cannot be referenced.
29339 \end_layout
29340
29341 \begin_layout Subsection
29342 Subnumbering
29343 \begin_inset Index
29344 status collapsed
29345
29346 \begin_layout Plain Layout
29347 Formula numbering ! subnumbering
29348 \end_layout
29349
29350 \end_inset
29351
29352
29353 \end_layout
29354
29355 \begin_layout Standard
29356 With the help of the commands 
29357 \series bold
29358
29359 \backslash
29360 begin{subequations}
29361 \series default
29362  and 
29363 \series bold
29364
29365 \backslash
29366 end{subequations}
29367 \series default
29368  formulas can be subnumbered.
29369  Both commands are inserted in TeX-mode.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 An example:
29374 \begin_inset Formula \begin{equation}
29375 A=C-B\label{eq:a}\end{equation}
29376
29377 \end_inset
29378
29379
29380 \begin_inset ERT
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384
29385
29386 \backslash
29387 addtocounter{equation}{-1}
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \begin_inset ERT
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397
29398
29399 \backslash
29400 begin{subequations}
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \begin_inset VSpace -5mm
29407 \end_inset
29408
29409
29410 \begin_inset Formula \begin{equation}
29411 B=C-A\label{eq:b}\end{equation}
29412
29413 \end_inset
29414
29415
29416 \begin_inset Formula \begin{equation}
29417 C=A+B\label{eq:c}\end{equation}
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Standard
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 end{subequations}
29433 \end_layout
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Standard
29441 To create the example, the following is done:
29442 \end_layout
29443
29444 \begin_layout Enumerate
29445 first formula is inserted
29446 \end_layout
29447
29448 \begin_layout Enumerate
29449
29450 \series bold
29451
29452 \backslash
29453 addtocounter{equation}{-1} 
29454 \backslash
29455 begin{subequations}
29456 \begin_inset Index
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460 Commands ! A ! 
29461 \backslash
29462 addtocounter
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \begin_inset Newline newline
29469 \end_inset
29470
29471
29472 \series default
29473 is inserted after the first formula
29474 \end_layout
29475
29476 \begin_layout Enumerate
29477 second formula is inserted
29478 \end_layout
29479
29480 \begin_layout Enumerate
29481 third formula is inserted
29482 \end_layout
29483
29484 \begin_layout Enumerate
29485
29486 \series bold
29487
29488 \backslash
29489 end{subequations}
29490 \series default
29491  is inserted after the third formula
29492 \end_layout
29493
29494 \begin_layout Standard
29495 Every formula between the commands 
29496 \series bold
29497
29498 \backslash
29499 begin
29500 \series default
29501  and 
29502 \series bold
29503
29504 \backslash
29505 end
29506 \series default
29507  is subnumbered as a, b, 
29508 \begin_inset Newline linebreak
29509 \end_inset
29510
29511 c, \SpecialChar \ldots{}
29512  For multiline formulas every line will be subnumbered.
29513  All subnumbered formulas are treated as 
29514 \emph on
29515 one
29516 \emph default
29517  numbered formula.
29518  But as every numbered formula increases the counter 
29519 \series bold
29520 equation
29521 \series default
29522  by one, the command 
29523 \series bold
29524
29525 \backslash
29526 addtocounter
29527 \series default
29528  is needed to decrease it.
29529  Otherwise the formulas 
29530 \begin_inset CommandInset ref
29531 LatexCommand eqref
29532 reference "eq:a"
29533
29534 \end_inset
29535
29536
29537 \begin_inset CommandInset ref
29538 LatexCommand eqref
29539 reference "eq:b"
29540
29541 \end_inset
29542
29543
29544 \begin_inset CommandInset ref
29545 LatexCommand eqref
29546 reference "eq:c"
29547
29548 \end_inset
29549
29550  would be numbered as 
29551 \begin_inset CommandInset ref
29552 LatexCommand eqref
29553 reference "eq:a"
29554
29555 \end_inset
29556
29557
29558 \begin_inset CommandInset ref
29559 LatexCommand eqref
29560 reference "eq:d"
29561
29562 \end_inset
29563
29564
29565 \begin_inset CommandInset ref
29566 LatexCommand eqref
29567 reference "eq:f"
29568
29569 \end_inset
29570
29571 .
29572 \end_layout
29573
29574 \begin_layout Standard
29575 By inserting the commands in TeX-mode, a space is created between the first
29576  two formulas.
29577  To revert this -5
29578 \begin_inset Space \thinspace{}
29579 \end_inset
29580
29581 mm vertical space is inserted after the command 
29582 \series bold
29583
29584 \backslash
29585 begin{subequations}
29586 \series default
29587 .
29588  When the formula style 
29589 \series bold
29590 Indented
29591 \begin_inset Foot
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 formula styles see 
29596 \begin_inset CommandInset ref
29597 LatexCommand ref
29598 reference "sec:Formula-Styles"
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \series default
29609  is used, -7
29610 \begin_inset Space \thinspace{}
29611 \end_inset
29612
29613 mm space is inserted instead.
29614 \end_layout
29615
29616 \begin_layout Standard
29617 Here is an example for a multiline formula where the numbering was turned
29618  off for the second line:
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624
29625 \backslash
29626 begin{subequations}
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \begin_inset Formula \begin{eqnarray}
29633 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29634  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29635  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29636
29637 \end_inset
29638
29639
29640 \begin_inset ERT
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644
29645
29646 \backslash
29647 end{subequations}
29648 \end_layout
29649
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \begin_layout Subsection
29656 User-defined Numbering
29657 \begin_inset CommandInset label
29658 LatexCommand label
29659 name "sub:User-defined-Numbering"
29660
29661 \end_inset
29662
29663
29664 \begin_inset Index
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 Formula numbering ! user-defined
29669 \end_layout
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 \begin_inset Index
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 Formula numbering ! self-defined delimiters
29682 \end_layout
29683
29684 \end_inset
29685
29686 With the standard numbering parentheses are set around the formula number.
29687  To replace the parentheses for example by vertical bars, the following
29688  line is added to the LaTeX-preamble:
29689 \end_layout
29690
29691 \begin_layout Standard
29692
29693 \series bold
29694
29695 \backslash
29696 def
29697 \backslash
29698 tagform@#1{
29699 \backslash
29700 maketag@@@{|#1|}}
29701 \series default
29702
29703 \begin_inset Note Note
29704 status collapsed
29705
29706 \begin_layout Plain Layout
29707 This macro is already declared in the LaTeX-preamble for testing.
29708  To activate it, remove the percent sign at the beginning.
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 To use other characters, the vertical bars besides the 
29718 \series bold
29719 #1
29720 \series default
29721  are replaced by one ore more characters.
29722  To get only the formula number the vertical bars are omitted.
29723 \end_layout
29724
29725 \begin_layout Standard
29726 \begin_inset VSpace bigskip
29727 \end_inset
29728
29729 When there should be an expression of your choice instead of the consecutive
29730  formula number in parentheses behind the formula, the command 
29731 \series bold
29732
29733 \backslash
29734 tag
29735 \series default
29736
29737 \begin_inset Index
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 Commands ! T ! 
29742 \backslash
29743 tag
29744 \end_layout
29745
29746 \end_inset
29747
29748  is used:
29749 \begin_inset Formula \begin{equation}
29750 A+B=C\tag{something}\label{eq:tag}\end{equation}
29751
29752 \end_inset
29753
29754 In this example the command 
29755 \series bold
29756
29757 \backslash
29758 tag
29759 \begin_inset ERT
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764
29765 \backslash
29766 spce 
29767 \end_layout
29768
29769 \end_inset
29770
29771 something
29772 \series default
29773  was inserted to the formula.
29774 \end_layout
29775
29776 \begin_layout Standard
29777 When the command 
29778 \series bold
29779
29780 \backslash
29781 tag*
29782 \begin_inset ERT
29783 status collapsed
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 spce 
29790 \end_layout
29791
29792 \end_inset
29793
29794 something
29795 \series default
29796  is inserted instead, the star prevents the parentheses around the expression:
29797 \begin_inset Formula \[
29798 A+B=C\tag*{something}\]
29799
29800 \end_inset
29801
29802
29803 \end_layout
29804
29805 \begin_layout Standard
29806 \begin_inset VSpace bigskip
29807 \end_inset
29808
29809 To restart the formula numbering with new document parts or sections, the
29810  following command is used:
29811 \end_layout
29812
29813 \begin_layout Standard
29814
29815 \series bold
29816
29817 \backslash
29818 @addtoreset{equation}{part}
29819 \series default
29820
29821 \begin_inset Index
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Commands ! 
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831 "
29832 \end_layout
29833
29834 \end_inset
29835
29836 @
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842 "
29843 \end_layout
29844
29845 \end_inset
29846
29847  ! 
29848 \backslash
29849
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855 "
29856 \end_layout
29857
29858 \end_inset
29859
29860 @
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866 "
29867 \end_layout
29868
29869 \end_inset
29870
29871 addtoreset
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880 resp.
29881 \begin_inset Newline newline
29882 \end_inset
29883
29884
29885 \series bold
29886
29887 \backslash
29888 @addtoreset{equation}{section}
29889 \end_layout
29890
29891 \begin_layout Standard
29892 To be able to use these commands in TeX-mode, the 
29893 \begin_inset Quotes eld
29894 \end_inset
29895
29896 @
29897 \begin_inset Quotes erd
29898 \end_inset
29899
29900  character has to be made 
29901 \begin_inset Quotes eld
29902 \end_inset
29903
29904 active
29905 \begin_inset Quotes erd
29906 \end_inset
29907
29908  for LaTeX using the command 
29909 \series bold
29910
29911 \backslash
29912 makeatletter.
29913
29914 \series default
29915  The command 
29916 \series bold
29917
29918 \backslash
29919 makeatother
29920 \series default
29921  reverts this.
29922  So the command sequence in TeX-mode is:
29923 \end_layout
29924
29925 \begin_layout Standard
29926
29927 \series bold
29928
29929 \backslash
29930 makeatletter
29931 \begin_inset Newline newline
29932 \end_inset
29933
29934
29935 \backslash
29936 @addtoreset{equation}{section}
29937 \begin_inset Newline newline
29938 \end_inset
29939
29940
29941 \backslash
29942 makeatother
29943 \end_layout
29944
29945 \begin_layout Standard
29946 In the LaTeX-preamble 
29947 \series bold
29948
29949 \backslash
29950 makeatletter
29951 \series default
29952  and 
29953 \series bold
29954
29955 \backslash
29956 makeatother
29957 \series default
29958  can be omitted as they are automatically internally inserted by LyX.
29959 \end_layout
29960
29961 \begin_layout Standard
29962 To revert 
29963 \series bold
29964
29965 \backslash
29966 @addtoreset
29967 \series default
29968 , the file 
29969 \series bold
29970 remreset.sty
29971 \series default
29972
29973 \begin_inset Foot
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 \series bold
29979 remreset
29980 \series default
29981  is part of the LaTeX-package 
29982 \series bold
29983 carlisle
29984 \series default
29985
29986 \begin_inset Index
29987 status collapsed
29988
29989 \begin_layout Plain Layout
29990 Packages ! carlisle
29991 \end_layout
29992
29993 \end_inset
29994
29995  that is part of every LaTeX standard installation.
29996 \end_layout
29997
29998 \end_inset
29999
30000
30001 \begin_inset Index
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 Packages ! remreset
30006 \end_layout
30007
30008 \end_inset
30009
30010  has to be loaded in the LaTeX-preamble with the line
30011 \end_layout
30012
30013 \begin_layout Standard
30014
30015 \series bold
30016
30017 \backslash
30018 usepackage{remreset}
30019 \end_layout
30020
30021 \begin_layout Standard
30022 Then the command 
30023 \series bold
30024
30025 \backslash
30026 @removefromreset
30027 \series default
30028
30029 \begin_inset Index
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033 Commands ! 
30034 \begin_inset ERT
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038
30039 "
30040 \end_layout
30041
30042 \end_inset
30043
30044 @
30045 \begin_inset ERT
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049
30050 "
30051 \end_layout
30052
30053 \end_inset
30054
30055  ! 
30056 \backslash
30057
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063 "
30064 \end_layout
30065
30066 \end_inset
30067
30068 @
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074 "
30075 \end_layout
30076
30077 \end_inset
30078
30079 removefromreset
30080 \end_layout
30081
30082 \end_inset
30083
30084  can be used with the same scheme as 
30085 \series bold
30086
30087 \backslash
30088 @addtoreset
30089 \series default
30090 .
30091 \end_layout
30092
30093 \begin_layout Standard
30094 \begin_inset VSpace bigskip
30095 \end_inset
30096
30097 Sometimes formulas should be numbered in the following form:
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \family typewriter
30103 (section number.formula number)
30104 \end_layout
30105
30106 \begin_layout Standard
30107 The formula number should start with every section with 
30108 \begin_inset Quotes eld
30109 \end_inset
30110
30111 1
30112 \begin_inset Quotes erd
30113 \end_inset
30114
30115 .
30116 \end_layout
30117
30118 \begin_layout Standard
30119 For this case there is the command 
30120 \series bold
30121
30122 \backslash
30123 numberwithin
30124 \series default
30125
30126 \begin_inset Index
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Commands ! N ! 
30131 \backslash
30132 numberwithin
30133 \end_layout
30134
30135 \end_inset
30136
30137 , which is used with the following scheme:
30138 \end_layout
30139
30140 \begin_layout Standard
30141
30142 \series bold
30143
30144 \backslash
30145 numberwithin{counter}{sectioning}
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Counter denotes what kind of numbering is affected, sectioning denotes what
30150  number is before the dot.
30151 \end_layout
30152
30153 \begin_layout Standard
30154 Thus in our case the following LaTeX-preamble or ERT line is used:
30155 \end_layout
30156
30157 \begin_layout Standard
30158
30159 \series bold
30160
30161 \backslash
30162 numberwithin{equation}{section}
30163 \end_layout
30164
30165 \begin_layout Standard
30166 This is the result:
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172
30173 \backslash
30174 numberwithin{equation}{section}
30175 \end_layout
30176
30177 \end_inset
30178
30179
30180 \begin_inset Formula \begin{equation}
30181 A+B=C\end{equation}
30182
30183 \end_inset
30184
30185
30186 \end_layout
30187
30188 \begin_layout Standard
30189 To number e.
30190 \begin_inset Space \thinspace{}
30191 \end_inset
30192
30193 g.
30194 \begin_inset Space ~
30195 \end_inset
30196
30197 tables so that the number of the part is the sectioning,
30198 \begin_inset Newline newline
30199 \end_inset
30200
30201
30202 \series bold
30203
30204 \backslash
30205 numberwithin{table}{part}
30206 \series default
30207  is used.
30208 \end_layout
30209
30210 \begin_layout Standard
30211 To go back to the standard numbering or to prevent this kind of numbering
30212  when it is defined by the document class, the following command is inserted
30213  as ERT or to the LaTeX-preamble:
30214 \end_layout
30215
30216 \begin_layout Standard
30217
30218 \series bold
30219
30220 \backslash
30221 renewcommand{
30222 \backslash
30223 theequation}{
30224 \backslash
30225 arabic{equation}}
30226 \begin_inset Index
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230 Commands ! A ! 
30231 \backslash
30232 arabic
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \series default
30239
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 renewcommand{
30248 \backslash
30249 theequation}{
30250 \backslash
30251 arabic{equation}}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \series bold
30258
30259 \begin_inset Newline newline
30260 \end_inset
30261
30262
30263 \series default
30264 or
30265 \series bold
30266
30267 \begin_inset Newline newline
30268 \end_inset
30269
30270
30271 \backslash
30272 renewcommand{
30273 \backslash
30274 thetable}{
30275 \backslash
30276 arabic{table}}
30277 \end_layout
30278
30279 \begin_layout Standard
30280
30281 \series bold
30282
30283 \backslash
30284 numberwithin
30285 \series default
30286  uses internally the command 
30287 \series bold
30288
30289 \backslash
30290 @addtoreset
30291 \series default
30292 , described above, that also needs to be reverted.
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298
30299 \backslash
30300 makeatletter
30301 \end_layout
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 @removefromreset{equation}{section}
30308 \end_layout
30309
30310 \begin_layout Plain Layout
30311
30312
30313 \backslash
30314 makeatother
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Subsection
30323 Numbering with Roman Numbers and Letters
30324 \begin_inset CommandInset label
30325 LatexCommand label
30326 name "sub:Numbering-with-Roman"
30327
30328 \end_inset
30329
30330
30331 \begin_inset Index
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 Formula numbering ! with letters
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \begin_inset Index
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345 Formula numbering ! with Roman numbers
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Standard
30354 Formulas can also be numbered with Roman numbers and Latin letters.
30355  To number for example with small Roman numbers, the command
30356 \end_layout
30357
30358 \begin_layout Standard
30359
30360 \series bold
30361
30362 \backslash
30363 renewcommand{
30364 \backslash
30365 theequation}{
30366 \backslash
30367 roman{equation}}
30368 \end_layout
30369
30370 \begin_layout Standard
30371 is inserted before the formula in TeX-mode.
30372  
30373 \series bold
30374
30375 \backslash
30376 renewcommand
30377 \series default
30378
30379 \begin_inset Index
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383 Commands ! R ! 
30384 \backslash
30385 renewcommand
30386 \end_layout
30387
30388 \end_inset
30389
30390  redefines the predefined command 
30391 \series bold
30392
30393 \backslash
30394 theequation
30395 \series default
30396  to the command 
30397 \series bold
30398
30399 \backslash
30400 roman{equation}
30401 \series default
30402
30403 \begin_inset Foot
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 The command 
30408 \series bold
30409
30410 \backslash
30411 renewcommand
30412 \series default
30413  has the same scheme like the command 
30414 \series bold
30415
30416 \backslash
30417 newcommand
30418 \series default
30419  that is described in 
30420 \begin_inset CommandInset ref
30421 LatexCommand ref
30422 reference "sec:User-defined-commands"
30423
30424 \end_inset
30425
30426 .
30427 \end_layout
30428
30429 \end_inset
30430
30431 .
30432  
30433 \series bold
30434 equation
30435 \series default
30436  is the formula counter.
30437  When the command 
30438 \series bold
30439
30440 \backslash
30441 the
30442 \series default
30443  is used as prefix for a counter, the value of the counter is output as
30444  Arabic number.
30445  When a formula is numbered, LaTeX sets internally the command 
30446 \series bold
30447
30448 \backslash
30449 theequation
30450 \series default
30451  behind the formula.
30452  
30453 \series bold
30454
30455 \backslash
30456 roman{equation}
30457 \begin_inset Index
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461 Commands ! R ! 
30462 \backslash
30463 roman
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \series default
30470  outputs the counter as small Roman number.
30471 \end_layout
30472
30473 \begin_layout Standard
30474 All formulas behind the command 
30475 \series bold
30476
30477 \backslash
30478 renew
30479 \series default
30480 c
30481 \series bold
30482 ommand
30483 \series default
30484  are now numbered Roman.
30485  To switch to numbering with big Roman numbers, the command is inserted
30486  again, but 
30487 \series bold
30488
30489 \backslash
30490 roman
30491 \series default
30492  is replaced by 
30493 \series bold
30494
30495 \backslash
30496 Roman
30497 \series default
30498
30499 \begin_inset Index
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503 Commands ! R ! 
30504 \backslash
30505 roman@
30506 \backslash
30507 Roman
30508 \end_layout
30509
30510 \end_inset
30511
30512 .
30513  To 
30514 \begin_inset Quotes eld
30515 \end_inset
30516
30517 number
30518 \begin_inset Quotes erd
30519 \end_inset
30520
30521  with small Latin letters there is the command 
30522 \series bold
30523
30524 \backslash
30525 alph
30526 \series default
30527
30528 \begin_inset Index
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Commands ! A ! 
30533 \backslash
30534 alph
30535 \end_layout
30536
30537 \end_inset
30538
30539 , for big ones there is the command 
30540 \series bold
30541
30542 \backslash
30543 Alph
30544 \series default
30545
30546 \begin_inset Index
30547 status open
30548
30549 \begin_layout Plain Layout
30550 Commands ! A ! 
30551 \backslash
30552 alph@
30553 \backslash
30554 Alph
30555 \end_layout
30556
30557 \end_inset
30558
30559 .
30560 \end_layout
30561
30562 \begin_layout Standard
30563 \begin_inset Note Greyedout
30564 status open
30565
30566 \begin_layout Plain Layout
30567
30568 \series bold
30569 Note:
30570 \series default
30571  Only maximal 26 formulas can be numbered with Latin letters in one document.
30572 \end_layout
30573
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 renewcommand{
30588 \backslash
30589 theequation}{
30590 \backslash
30591 roman{equation}}
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600 \begin_inset Formula \begin{equation}
30601 A=\textrm{small roman}\label{eq:rom}\end{equation}
30602
30603 \end_inset
30604
30605
30606 \begin_inset ERT
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610
30611
30612 \backslash
30613 renewcommand{
30614 \backslash
30615 theequation}{
30616 \backslash
30617 Roman{equation}}
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \begin_inset Formula \begin{equation}
30624 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
30625
30626 \end_inset
30627
30628
30629 \begin_inset ERT
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633
30634
30635 \backslash
30636 renewcommand{
30637 \backslash
30638 theequation}{
30639 \backslash
30640 alph{equation}}
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset Formula \begin{equation}
30647 C=\textrm{small Latin}\label{eq:lat}\end{equation}
30648
30649 \end_inset
30650
30651
30652 \begin_inset ERT
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656
30657
30658 \backslash
30659 renewcommand{
30660 \backslash
30661 theequation}{
30662 \backslash
30663 Alph{equation}}
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \begin_inset Formula \begin{equation}
30670 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
30671
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \begin_layout Standard
30678 To switch back to the default numbering, insert the command:
30679 \end_layout
30680
30681 \begin_layout Standard
30682
30683 \series bold
30684
30685 \backslash
30686 renewcommand{
30687 \backslash
30688 theequation}{
30689 \backslash
30690 arabic{equation}}
30691 \begin_inset Index
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 Commands ! A ! 
30696 \backslash
30697 arabic
30698 \end_layout
30699
30700 \end_inset
30701
30702
30703 \end_layout
30704
30705 \begin_layout Standard
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 renewcommand{
30714 \backslash
30715 theequation}{
30716 \backslash
30717 arabic{equation}}
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \begin_inset Formula \begin{equation}
30724 E=\textrm{Arabic}\label{eq:arab}\end{equation}
30725
30726 \end_inset
30727
30728
30729 \end_layout
30730
30731 \begin_layout Standard
30732 \begin_inset VSpace medskip
30733 \end_inset
30734
30735 As you see, formulas are numbered serially independent from the numbering
30736  style.
30737  When then numbering should start with 
30738 \begin_inset Quotes eld
30739 \end_inset
30740
30741 1
30742 \begin_inset Quotes erd
30743 \end_inset
30744
30745  when the style is changed, new equation counters have to be defined.
30746  A description about this can be found in the file 
30747 \begin_inset CommandInset href
30748 LatexCommand href
30749 target "Formula-numbering.lyx"
30750
30751 \end_inset
30752
30753 .
30754 \end_layout
30755
30756 \begin_layout Section
30757 User-defined commands
30758 \begin_inset CommandInset label
30759 LatexCommand label
30760 name "sec:User-defined-commands"
30761
30762 \end_inset
30763
30764
30765 \begin_inset Index
30766 status collapsed
30767
30768 \begin_layout Plain Layout
30769 User-defined commands
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 Many LaTeX-commands are too long to be used frequently.
30779  But it is possible to define with the command 
30780 \series bold
30781
30782 \backslash
30783 newcommand
30784 \series default
30785
30786 \begin_inset Index
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790 Commands ! N ! 
30791 \backslash
30792 newcommand
30793 \end_layout
30794
30795 \end_inset
30796
30797  new shorter commands.
30798 \end_layout
30799
30800 \begin_layout Standard
30801 The command scheme of 
30802 \series bold
30803
30804 \backslash
30805 newcommand
30806 \series default
30807  is:
30808 \end_layout
30809
30810 \begin_layout Standard
30811
30812 \series bold
30813
30814 \backslash
30815 newcommand{new command name}[number of arguments][optional
30816 \series default
30817  
30818 \series bold
30819 value]
30820 \begin_inset Newline newline
30821 \end_inset
30822
30823
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829
30830 \backslash
30831 phantom{
30832 \end_layout
30833
30834 \end_inset
30835
30836
30837 \backslash
30838 newcommand
30839 \begin_inset ERT
30840 status collapsed
30841
30842 \begin_layout Plain Layout
30843
30844 }
30845 \end_layout
30846
30847 \end_inset
30848
30849 {command definition}
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset Note Greyedout
30854 status open
30855
30856 \begin_layout Plain Layout
30857
30858 \series bold
30859 Note:
30860 \series default
30861  Assure that the name of the new command is not already used in your document
30862  or by LaTeX-packages that you use.
30863  When you for example define the command 
30864 \series bold
30865
30866 \backslash
30867 le
30868 \series default
30869  for 
30870 \series bold
30871
30872 \backslash
30873 Leftarrow
30874 \series default
30875 , you get an error message because 
30876 \series bold
30877
30878 \backslash
30879 le
30880 \series default
30881  is already defined as command for 
30882 \begin_inset Quotes eld
30883 \end_inset
30884
30885
30886 \begin_inset Formula $\le$
30887 \end_inset
30888
30889
30890 \begin_inset Quotes erd
30891 \end_inset
30892
30893 .
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Standard
30902 \begin_inset Note Greyedout
30903 status open
30904
30905 \begin_layout Plain Layout
30906
30907 \series bold
30908 Note:
30909 \series default
30910  The names of user-defined commands may only consist of Latin letters.
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \end_layout
30917
30918 \begin_layout Standard
30919 The number of arguments is an integer in the range 0
30920 \begin_inset Space \thinspace{}
30921 \end_inset
30922
30923 -
30924 \begin_inset Space \thinspace{}
30925 \end_inset
30926
30927 9 and specifies how many arguments the new command should have.
30928  With the optional value a value for an optional argument can be predefined.
30929  When this is done, the 
30930 \emph on
30931 first
30932 \emph default
30933  
30934 \emph on
30935 a
30936 \emph default
30937 rgument of the new command is automatically an optional one.
30938 \end_layout
30939
30940 \begin_layout Standard
30941 Here are some examples:
30942 \end_layout
30943
30944 \begin_layout Itemize
30945 To define the command 
30946 \series bold
30947
30948 \backslash
30949 gr
30950 \series default
30951  for 
30952 \series bold
30953
30954 \backslash
30955 Longrightarrow
30956 \series default
30957 , the LaTeX-preamble line is:
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963
30964 \backslash
30965 medskip
30966 \end_layout
30967
30968 \end_inset
30969
30970
30971 \series bold
30972
30973 \begin_inset Newline newline
30974 \end_inset
30975
30976
30977 \backslash
30978 newcommand{
30979 \backslash
30980 gr}{
30981 \backslash
30982 Longrightarrow}
30983 \end_layout
30984
30985 \begin_layout Itemize
30986 To define the command 
30987 \series bold
30988
30989 \backslash
30990 us
30991 \series default
30992  for 
30993 \series bold
30994
30995 \backslash
30996 underline
30997 \series default
30998 , the argument (that should be underlined) must be taken into account.
30999  For this the preamble line is:
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005
31006 \backslash
31007 medskip
31008 \end_layout
31009
31010 \end_inset
31011
31012
31013 \series bold
31014
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \backslash
31020 newcommand{
31021 \backslash
31022 us}[1]{
31023 \backslash
31024 underline{#1}}
31025 \series default
31026
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032
31033 \backslash
31034 medskip
31035 \end_layout
31036
31037 \end_inset
31038
31039
31040 \series bold
31041
31042 \begin_inset Newline newline
31043 \end_inset
31044
31045
31046 \series default
31047 The character 
31048 \series bold
31049 #
31050 \series default
31051  acts as argument placeholder, the 
31052 \series bold
31053 1
31054 \series default
31055  behind it denotes that it is the placeholder for the first argument.
31056 \end_layout
31057
31058 \begin_layout Itemize
31059 For 
31060 \series bold
31061
31062 \backslash
31063 framebox
31064 \series default
31065  one can e.
31066 \begin_inset Space \thinspace{}
31067 \end_inset
31068
31069 g.
31070 \begin_inset Space ~
31071 \end_inset
31072
31073 define the command 
31074 \series bold
31075
31076 \backslash
31077 fb
31078 \series default
31079 :
31080 \begin_inset ERT
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084
31085
31086 \backslash
31087 medskip
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \series bold
31094
31095 \begin_inset Newline newline
31096 \end_inset
31097
31098
31099 \backslash
31100 newcommand{
31101 \backslash
31102 fb}[3]{
31103 \backslash
31104 framebox#1#2{$#3$}}
31105 \series default
31106
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 medskip
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \series bold
31121
31122 \begin_inset Newline newline
31123 \end_inset
31124
31125
31126 \series default
31127 The two Dollar signs creates the extra formula needed for 
31128 \series bold
31129
31130 \backslash
31131 framebox
31132 \series default
31133 , see 
31134 \begin_inset CommandInset ref
31135 LatexCommand ref
31136 reference "sub:Boxes-with-Frame"
31137
31138 \end_inset
31139
31140 .
31141 \end_layout
31142
31143 \begin_layout Itemize
31144 To create a new command for 
31145 \series bold
31146
31147 \backslash
31148 fcolorbox
31149 \series default
31150  where the color for the box needn't to be specified, the argument for the
31151  color is defined optional:
31152 \begin_inset ERT
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156
31157
31158 \backslash
31159 medskip
31160 \end_layout
31161
31162 \end_inset
31163
31164
31165 \series bold
31166
31167 \begin_inset Newline newline
31168 \end_inset
31169
31170
31171 \backslash
31172 newcommand{
31173 \backslash
31174 cb}[3][white]{
31175 \backslash
31176 fcolorbox{#2}{#1}{$#3$}}
31177 \series default
31178
31179 \begin_inset ERT
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183
31184
31185 \backslash
31186 medskip
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \begin_inset Newline newline
31193 \end_inset
31194
31195 When the color is not specified when using 
31196 \series bold
31197
31198 \backslash
31199 cb
31200 \series default
31201 , the predefined color 
31202 \series bold
31203 white
31204 \series default
31205  will be used.
31206 \end_layout
31207
31208 \begin_layout Standard
31209 A test of the new defined commands:
31210 \end_layout
31211
31212 \begin_layout Standard
31213 \align center
31214 \begin_inset Tabular
31215 <lyxtabular version="3" rows="6" columns="2">
31216 <features>
31217 <column alignment="center" valignment="top" width="0">
31218 <column alignment="center" valignment="top" width="0">
31219 <row>
31220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31221 \begin_inset Text
31222
31223 \begin_layout Plain Layout
31224 Command
31225 \end_layout
31226
31227 \end_inset
31228 </cell>
31229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 Result
31234 \begin_inset Note Note
31235 status collapsed
31236
31237 \begin_layout Plain Layout
31238
31239 \series bold
31240
31241 \backslash
31242 raisebox
31243 \series default
31244  is only used as spacer.
31245 \end_layout
31246
31247 \end_inset
31248
31249
31250 \end_layout
31251
31252 \end_inset
31253 </cell>
31254 </row>
31255 <row>
31256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31257 \begin_inset Text
31258
31259 \begin_layout Plain Layout
31260 A
31261 \backslash
31262 gr
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268
31269 \backslash
31270 spce 
31271 \end_layout
31272
31273 \end_inset
31274
31275 B
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31281 \begin_inset Text
31282
31283 \begin_layout Plain Layout
31284 \begin_inset Formula $A\gr  B$
31285 \end_inset
31286
31287
31288 \end_layout
31289
31290 \end_inset
31291 </cell>
31292 </row>
31293 <row>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298
31299 \backslash
31300 us{ABcd
31301 \end_layout
31302
31303 \end_inset
31304 </cell>
31305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31306 \begin_inset Text
31307
31308 \begin_layout Plain Layout
31309 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \end_inset
31316 </cell>
31317 </row>
31318 <row>
31319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31320 \begin_inset Text
31321
31322 \begin_layout Plain Layout
31323
31324 \backslash
31325 fb{[2cm]
31326 \begin_inset Formula $\to$
31327 \end_inset
31328
31329
31330 \backslash
31331 {
31332 \begin_inset Formula $\to$
31333 \end_inset
31334
31335
31336 \backslash
31337 {
31338 \backslash
31339 int
31340 \begin_inset ERT
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344
31345
31346 \backslash
31347 spce 
31348 \end_layout
31349
31350 \end_inset
31351
31352 A=B
31353 \end_layout
31354
31355 \end_inset
31356 </cell>
31357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31358 \begin_inset Text
31359
31360 \begin_layout Plain Layout
31361 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31362 \end_inset
31363
31364
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 </row>
31370 <row>
31371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Plain Layout
31375
31376 \backslash
31377 cb{red
31378 \begin_inset Formula $\to$
31379 \end_inset
31380
31381
31382 \backslash
31383 {
31384 \backslash
31385 int
31386 \begin_inset ERT
31387 status collapsed
31388
31389 \begin_layout Plain Layout
31390
31391
31392 \backslash
31393 spce 
31394 \end_layout
31395
31396 \end_inset
31397
31398 A=B
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31404 \begin_inset Text
31405
31406 \begin_layout Plain Layout
31407 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \end_inset
31414 </cell>
31415 </row>
31416 <row>
31417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31418 \begin_inset Text
31419
31420 \begin_layout Plain Layout
31421
31422 \backslash
31423 cb[green]
31424 \backslash
31425 {red
31426 \begin_inset Formula $\to$
31427 \end_inset
31428
31429
31430 \backslash
31431 {
31432 \backslash
31433 int
31434 \begin_inset ERT
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438
31439
31440 \backslash
31441 spce 
31442 \end_layout
31443
31444 \end_inset
31445
31446 A=B
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31452 \begin_inset Text
31453
31454 \begin_layout Plain Layout
31455 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
31456 \end_inset
31457
31458
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 </row>
31464 </lyxtabular>
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Section
31472 Diagrams
31473 \begin_inset Index
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477 Diagrams
31478 \end_layout
31479
31480 \end_inset
31481
31482
31483 \end_layout
31484
31485 \begin_layout Standard
31486 To create diagrams, the LaTeX-package 
31487 \series bold
31488 amscd
31489 \begin_inset Foot
31490 status collapsed
31491
31492 \begin_layout Plain Layout
31493
31494 \series bold
31495 amscd
31496 \series default
31497  is part of every LaTeX standard installation.
31498 \end_layout
31499
31500 \end_inset
31501
31502
31503 \series default
31504
31505 \begin_inset Index
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Packages ! amscd
31510 \end_layout
31511
31512 \end_inset
31513
31514  is needed.
31515  It is loaded in the LaTeX-preamble with the line
31516 \end_layout
31517
31518 \begin_layout Standard
31519
31520 \series bold
31521
31522 \backslash
31523 usepackage{amscd}
31524 \end_layout
31525
31526 \begin_layout Standard
31527 Diagrams visualize relations and look like this:
31528 \begin_inset Formula \[
31529 \begin{CD}A@>>>B@>>>C\\
31530 @AAA@.@VVV\\
31531 F@<<<E@<<<D\end{CD}\]
31532
31533 \end_inset
31534
31535
31536 \end_layout
31537
31538 \begin_layout Standard
31539 To get them, the command 
31540 \series bold
31541
31542 \backslash
31543 CD
31544 \begin_inset Index
31545 status collapsed
31546
31547 \begin_layout Plain Layout
31548 Commands ! C ! 
31549 \backslash
31550 CD
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \series default
31557  is inserted to a formula.
31558  A blue box appears with two dashed lines where further commands can be
31559  inserted.
31560  With 
31561 \family sans
31562 Ctrl-Return
31563 \family default
31564  a new line is created.
31565  Horizontal relations are inserted in odd, vertical in even formula lines.
31566 \end_layout
31567
31568 \begin_layout Standard
31569 To create the relations there are the following commands:
31570 \end_layout
31571
31572 \begin_layout Itemize
31573
31574 \series bold
31575 @<<<
31576 \series default
31577  creates a left arrow, 
31578 \series bold
31579 @>>>
31580 \series default
31581  a right arrow, and 
31582 \series bold
31583 @=
31584 \series default
31585  a long equal sign
31586 \end_layout
31587
31588 \begin_layout Itemize
31589
31590 \series bold
31591 @AAA
31592 \series default
31593  creates an up arrow, 
31594 \series bold
31595 @VVV
31596 \series default
31597  an down arrow, and 
31598 \series bold
31599 @|
31600 \series default
31601  a vertical equal sign
31602 \end_layout
31603
31604 \begin_layout Itemize
31605
31606 \series bold
31607 @.
31608
31609 \series default
31610  is a placeholder for non-existent relations
31611 \end_layout
31612
31613 \begin_layout Standard
31614 All arrows can be labeled as follows:
31615 \end_layout
31616
31617 \begin_layout Itemize
31618 Is text inserted between the first and second < or >, resp., it is placed
31619  above the arrow.
31620  When it is inserted between the second and third one, it appears under
31621  the arrow.
31622 \end_layout
31623
31624 \begin_layout Itemize
31625 When text for vertical arrows is inserted between the first and second A
31626  or V, resp., it is placed left beside the arrow.
31627  When it is inserted between the second and third one, it appears right
31628  beside the arrow.
31629  If the text contains an A or V, these letters must be set into a TeX-brace.
31630 \end_layout
31631
31632 \begin_layout Standard
31633 As example a diagram with all possible relations:
31634 \end_layout
31635
31636 \begin_layout Standard
31637 \begin_inset Formula \[
31638 \begin{CD}A@>j>>B@>>k>C@=F\\
31639 @AmAA@.@VV{V}V@|\\
31640 D@<<j<E@>k>>F@=C\end{CD}\]
31641
31642 \end_inset
31643
31644
31645 \end_layout
31646
31647 \begin_layout Standard
31648 The command for this is:
31649 \begin_inset Newline newline
31650 \end_inset
31651
31652
31653 \series bold
31654
31655 \backslash
31656 CD
31657 \begin_inset ERT
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661
31662
31663 \backslash
31664 spce 
31665 \end_layout
31666
31667 \end_inset
31668
31669 A@>j>>B@>>k>C@=F Ctrl-Enter
31670 \begin_inset Newline newline
31671 \end_inset
31672
31673
31674 \begin_inset ERT
31675 status collapsed
31676
31677 \begin_layout Plain Layout
31678
31679
31680 \backslash
31681 hphantom{
31682 \end_layout
31683
31684 \end_inset
31685
31686
31687 \backslash
31688 CD
31689 \begin_inset ERT
31690 status collapsed
31691
31692 \begin_layout Plain Layout
31693
31694
31695 \backslash
31696 spce 
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \begin_inset ERT
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706
31707 }
31708 \end_layout
31709
31710 \end_inset
31711
31712 @AmAA@.@VV
31713 \backslash
31714 {V
31715 \series default
31716
31717 \begin_inset Formula $\to$
31718 \end_inset
31719
31720
31721 \series bold
31722 V@| Ctrl-Enter
31723 \begin_inset Newline newline
31724 \end_inset
31725
31726
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 hphantom{
31735 \end_layout
31736
31737 \end_inset
31738
31739
31740 \backslash
31741 CD
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 spce 
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \begin_inset ERT
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759
31760 }
31761 \end_layout
31762
31763 \end_inset
31764
31765 D@<<j<E@>k>>F@=C
31766 \end_layout
31767
31768 \begin_layout Standard
31769 \begin_inset Newpage newpage
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Section
31776 Tips
31777 \begin_inset ERT
31778 status collapsed
31779
31780 \begin_layout Plain Layout
31781
31782
31783 \backslash
31784 texorpdfstring{
31785 \end_layout
31786
31787 \end_inset
31788
31789
31790 \begin_inset Foot
31791 status collapsed
31792
31793 \begin_layout Plain Layout
31794 Other useful math tips can be found in 
31795 \begin_inset CommandInset citation
31796 LatexCommand cite
31797 key "Voss"
31798
31799 \end_inset
31800
31801 .
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812 }{}
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \begin_inset Note Note
31819 status collapsed
31820
31821 \begin_layout Plain Layout
31822
31823 \backslash
31824 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
31825 \end_layout
31826
31827 \begin_layout Plain Layout
31828 More about 
31829 \backslash
31830 texorpdfstring is in section 
31831 \begin_inset CommandInset ref
31832 LatexCommand ref
31833 reference "sub:Formulas-in-Section"
31834
31835 \end_inset
31836
31837 .
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \begin_inset Index
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847 Tips
31848 \end_layout
31849
31850 \end_inset
31851
31852
31853 \begin_inset Index
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857 Ions|see
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863 {
31864 \end_layout
31865
31866 \end_inset
31867
31868 Chemical characters
31869 \begin_inset ERT
31870 status collapsed
31871
31872 \begin_layout Plain Layout
31873
31874 }
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \begin_layout Subsection
31888 Chemical Symbols and Equations
31889 \begin_inset CommandInset label
31890 LatexCommand label
31891 name "sub:Chemical-Symbols-and"
31892
31893 \end_inset
31894
31895
31896 \begin_inset Index
31897 status collapsed
31898
31899 \begin_layout Plain Layout
31900 Chemical characters ! Symbols
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \begin_inset Index
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910 Chemical equations
31911 \end_layout
31912
31913 \end_inset
31914
31915
31916 \begin_inset Index
31917 status collapsed
31918
31919 \begin_layout Plain Layout
31920 Symbols ! chemical
31921 \end_layout
31922
31923 \end_inset
31924
31925
31926 \end_layout
31927
31928 \begin_layout Standard
31929 An example text from chemistry:
31930 \end_layout
31931
31932 \begin_layout Quote
31933 The 
31934 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31935 \end_inset
31936
31937 -ion reacts with two 
31938 \begin_inset Formula $\mathrm{Na^{+}}$
31939 \end_inset
31940
31941 -ions to sodium sulfate 
31942 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31943 \end_inset
31944
31945 .
31946  The chemical equation for this is:
31947 \begin_inset Formula \[
31948 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
31949
31950 \end_inset
31951
31952
31953 \end_layout
31954
31955 \begin_layout Standard
31956 This chemical equation can directly be created as formula.
31957  To avoid that the symbols appear italic, everything is highlighted and
31958  changed by the shortcut 
31959 \family sans
31960 Alt-c
31961 \begin_inset Space ~
31962 \end_inset
31963
31964 r
31965 \family default
31966  to the upright font style.
31967 \begin_inset Foot
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971 font styles
31972 \series bold
31973  
31974 \series default
31975 see 
31976 \begin_inset CommandInset ref
31977 LatexCommand ref
31978 reference "sub:Font-Styles"
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \begin_layout Subsection
31991 Negative Numbers
31992 \begin_inset Index
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996 Numbers ! negative
31997 \end_layout
31998
31999 \end_inset
32000
32001
32002 \end_layout
32003
32004 \begin_layout Standard
32005 Negative numbers often look ugly in formulas because the minus sign before
32006  the number is set with the same length as the minus operator sign.
32007  When writing the negative number in normal text, the minus sign appears
32008  correctly.
32009 \end_layout
32010
32011 \begin_layout Standard
32012 Thus, the problem disappears when converting the minus sign to mathematical
32013  text.
32014 \end_layout
32015
32016 \begin_layout Standard
32017 An example to visualize the problem:
32018 \end_layout
32019
32020 \begin_layout Standard
32021 \align center
32022 \begin_inset Tabular
32023 <lyxtabular version="3" rows="3" columns="2">
32024 <features>
32025 <column alignment="right" valignment="top" width="0">
32026 <column alignment="left" valignment="top" width="0">
32027 <row>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032 normal text:
32033 \end_layout
32034
32035 \end_inset
32036 </cell>
32037 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041 x = -2
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 </row>
32047 <row>
32048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32049 \begin_inset Text
32050
32051 \begin_layout Plain Layout
32052 formula:
32053 \end_layout
32054
32055 \end_inset
32056 </cell>
32057 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32058 \begin_inset Text
32059
32060 \begin_layout Plain Layout
32061 \begin_inset Formula $x=-2$
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \end_inset
32068 </cell>
32069 </row>
32070 <row>
32071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout Plain Layout
32075 solution:
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084 \begin_inset Formula $x=\textrm{-}2$
32085 \end_inset
32086
32087
32088 \end_layout
32089
32090 \end_inset
32091 </cell>
32092 </row>
32093 </lyxtabular>
32094
32095 \end_inset
32096
32097
32098 \end_layout
32099
32100 \begin_layout Subsection
32101 Comma as Decimal Separator
32102 \begin_inset Index
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106 Comma
32107 \end_layout
32108
32109 \end_inset
32110
32111
32112 \end_layout
32113
32114 \begin_layout Standard
32115 In LaTeX a comma inside a formula is used, according to the English convention,
32116  as number group separator.
32117  So there will be space added behind all commas in formulas.
32118 \end_layout
32119
32120 \begin_layout Standard
32121 To avoid this, the comma is highlighted and changed to mathematical text
32122  (shortcut 
32123 \family sans
32124 Alt-m
32125 \begin_inset Space ~
32126 \end_inset
32127
32128 m
32129 \family default
32130 ).
32131 \end_layout
32132
32133 \begin_layout Standard
32134 To use all formula commas in the document as decimal separator, the file
32135  
32136 \series bold
32137 icomma.sty
32138 \series default
32139
32140 \begin_inset Foot
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145 \series bold
32146 icomma
32147 \series default
32148  is part of the LaTeX-package 
32149 \series bold
32150 was
32151 \series default
32152
32153 \begin_inset Index
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157 Packages ! was
32158 \begin_inset VSpace 4mm
32159 \end_inset
32160
32161
32162 \end_layout
32163
32164 \end_inset
32165
32166 .
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \begin_inset Index
32173 status collapsed
32174
32175 \begin_layout Plain Layout
32176 Packages ! icomma
32177 \end_layout
32178
32179 \end_inset
32180
32181  is loaded with the LaTeX-preamble line
32182 \end_layout
32183
32184 \begin_layout Standard
32185
32186 \series bold
32187
32188 \backslash
32189 usepackage{icomma}
32190 \end_layout
32191
32192 \begin_layout Subsection
32193 Physical Vectors
32194 \begin_inset CommandInset label
32195 LatexCommand label
32196 name "sub:Physical-Vectors"
32197
32198 \end_inset
32199
32200
32201 \begin_inset Index
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205 Vectors ! physical
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 Predefined vectors are offered by the LaTeX-package 
32215 \series bold
32216 braket
32217 \series default
32218
32219 \begin_inset Foot
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223
32224 \series bold
32225 braket
32226 \series default
32227  should be part of every LaTeX standard installation.
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \begin_inset Index
32234 status collapsed
32235
32236 \begin_layout Plain Layout
32237 Packages ! braket
32238 \end_layout
32239
32240 \end_inset
32241
32242  that is loaded with the LaTeX-preamble line
32243 \end_layout
32244
32245 \begin_layout Standard
32246
32247 \series bold
32248
32249 \backslash
32250 usepackage{braket}
32251 \end_layout
32252
32253 \begin_layout Standard
32254 \begin_inset ERT
32255 status collapsed
32256
32257 \begin_layout Plain Layout
32258
32259
32260 \backslash
32261 ifbraket 
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \begin_inset Note Note
32268 status open
32269
32270 \begin_layout Plain Layout
32271 The following table will only be displayed when the LaTeX-package 
32272 \series bold
32273 braket
32274 \series default
32275  is installed.
32276 \end_layout
32277
32278 \end_inset
32279
32280 The following commands are defined:
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \align center
32285 \begin_inset Tabular
32286 <lyxtabular version="3" rows="4" columns="2">
32287 <features>
32288 <column alignment="center" valignment="top" width="0">
32289 <column alignment="center" valignment="top" width="0">
32290 <row>
32291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32292 \begin_inset Text
32293
32294 \begin_layout Plain Layout
32295 Command
32296 \end_layout
32297
32298 \end_inset
32299 </cell>
32300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32301 \begin_inset Text
32302
32303 \begin_layout Plain Layout
32304 Result
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 </row>
32310 <row>
32311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315
32316 \backslash
32317 Bra{
32318 \backslash
32319 psi
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328 \begin_inset Formula $\Bra {\psi}$
32329 \end_inset
32330
32331
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 </row>
32337 <row>
32338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32339 \begin_inset Text
32340
32341 \begin_layout Plain Layout
32342
32343 \backslash
32344 Ket{
32345 \backslash
32346 psi
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355 \begin_inset Formula $\Ket {\psi}$
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 </row>
32364 <row>
32365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32366 \begin_inset Text
32367
32368 \begin_layout Plain Layout
32369
32370 \backslash
32371 Braket{
32372 \backslash
32373 psi|
32374 \backslash
32375 phi
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 \begin_inset Formula $\Braket {\psi|\phi}$
32385 \end_inset
32386
32387
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 </row>
32393 </lyxtabular>
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Standard
32401 The command 
32402 \series bold
32403
32404 \backslash
32405 Braket
32406 \series default
32407  assures that all vertical bars are set in the size of the surrounding brackets:
32408 \begin_inset Formula \[
32409 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32410
32411 \end_inset
32412
32413
32414 \begin_inset ERT
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418
32419
32420 \backslash
32421 else 
32422 \end_layout
32423
32424 \end_inset
32425
32426
32427 \begin_inset Note Note
32428 status open
32429
32430 \begin_layout Plain Layout
32431 The following will be displayed when the LaTeX-package 
32432 \series bold
32433 braket
32434 \series default
32435  is not installed:
32436 \end_layout
32437
32438 \end_inset
32439
32440
32441 \end_layout
32442
32443 \begin_layout Standard
32444 You need to install the LaTeX-package 
32445 \series bold
32446 braket
32447 \series default
32448  to see the rest of this subsection in the output.
32449 \end_layout
32450
32451 \begin_layout Standard
32452 \begin_inset ERT
32453 status collapsed
32454
32455 \begin_layout Plain Layout
32456
32457
32458 \backslash
32459 fi 
32460 \end_layout
32461
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \begin_layout Standard
32468 The effect of 
32469 \series bold
32470
32471 \backslash
32472 Braket
32473 \series default
32474  can also be achieved using the command 
32475 \series bold
32476
32477 \backslash
32478 middle
32479 \series default
32480 , that is described in 
32481 \begin_inset CommandInset ref
32482 LatexCommand ref
32483 reference "sub:Automatic-Bracket-Size"
32484
32485 \end_inset
32486
32487 .
32488 \end_layout
32489
32490 \begin_layout Subsection
32491 Self-defined Fractions
32492 \begin_inset CommandInset label
32493 LatexCommand label
32494 name "sub:Self-defined-Fractions"
32495
32496 \end_inset
32497
32498
32499 \begin_inset Index
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 Fractions ! self-defined
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 To define custom commands for fractions, the command 
32513 \series bold
32514
32515 \backslash
32516 genfrac
32517 \series default
32518
32519 \begin_inset Index
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523 Commands ! G ! 
32524 \backslash
32525 genfrac
32526 \end_layout
32527
32528 \end_inset
32529
32530  is used in the following scheme:
32531 \end_layout
32532
32533 \begin_layout Standard
32534
32535 \series bold
32536
32537 \backslash
32538 genfrac{left
32539 \series default
32540  
32541 \series bold
32542 bracket}{right
32543 \series default
32544  
32545 \series bold
32546 bracket}{fraction bar thickness}{style}
32547 \begin_inset Newline newline
32548 \end_inset
32549
32550
32551 \begin_inset ERT
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555
32556
32557 \backslash
32558 phantom{
32559 \end_layout
32560
32561 \end_inset
32562
32563
32564 \backslash
32565 genfrac
32566 \begin_inset ERT
32567 status collapsed
32568
32569 \begin_layout Plain Layout
32570
32571 }
32572 \end_layout
32573
32574 \end_inset
32575
32576 {numerator}{denominator}
32577 \end_layout
32578
32579 \begin_layout Standard
32580 The style is a number in the range of 0
32581 \begin_inset Space \thinspace{}
32582 \end_inset
32583
32584 -
32585 \begin_inset Space \thinspace{}
32586 \end_inset
32587
32588 3.
32589 \end_layout
32590
32591 \begin_layout Standard
32592 \align center
32593 \begin_inset Tabular
32594 <lyxtabular version="3" rows="5" columns="2">
32595 <features>
32596 <column alignment="center" valignment="top" width="0">
32597 <column alignment="center" valignment="top" width="0">
32598 <row>
32599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 Number
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 Style (Size)
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 </row>
32618 <row>
32619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623 0
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 display style formula
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 </row>
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 1
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 inline formula
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 </row>
32658 <row>
32659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32660 \begin_inset Text
32661
32662 \begin_layout Plain Layout
32663 2
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 small
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 </row>
32678 <row>
32679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32680 \begin_inset Text
32681
32682 \begin_layout Plain Layout
32683 3
32684 \end_layout
32685
32686 \end_inset
32687 </cell>
32688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 tiny
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 </row>
32698 </lyxtabular>
32699
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Standard
32706 When no style is given, the size is adjusted to the surrounding environment
32707  like for the command 
32708 \series bold
32709
32710 \backslash
32711 frac
32712 \series default
32713 .
32714 \end_layout
32715
32716 \begin_layout Standard
32717 When no fraction bar thickness is given, the predefined value of 0.4
32718 \begin_inset Space \thinspace{}
32719 \end_inset
32720
32721 pt will be used.
32722 \end_layout
32723
32724 \begin_layout Standard
32725 \begin_inset VSpace medskip
32726 \end_inset
32727
32728 For example, the commands 
32729 \series bold
32730
32731 \backslash
32732 dfrac
32733 \series default
32734  and 
32735 \series bold
32736
32737 \backslash
32738 tbinom
32739 \series default
32740  from 
32741 \begin_inset CommandInset ref
32742 LatexCommand ref
32743 reference "sub:Fractions"
32744
32745 \end_inset
32746
32747  are defined with the commands
32748 \end_layout
32749
32750 \begin_layout Standard
32751
32752 \series bold
32753
32754 \backslash
32755 newcommand{
32756 \backslash
32757 dfrac}[2]{
32758 \backslash
32759 genfrac{}{}{}{0}{#1}{#2}}
32760 \end_layout
32761
32762 \begin_layout Standard
32763 and
32764 \end_layout
32765
32766 \begin_layout Standard
32767
32768 \series bold
32769
32770 \backslash
32771 newcommand{
32772 \backslash
32773 tbinom}[2]{
32774 \backslash
32775 genfrac{(}{)}{0pt}{1}{#1}{#2}}
32776 \end_layout
32777
32778 \begin_layout Standard
32779 \begin_inset VSpace medskip
32780 \end_inset
32781
32782 To define a fraction where the fraction bar thickness can be given as optional
32783  argument, the following line is inserted to the LaTeX-preamble:
32784 \end_layout
32785
32786 \begin_layout Standard
32787
32788 \series bold
32789
32790 \backslash
32791 newcommand{
32792 \backslash
32793 fracS}[3][]{
32794 \backslash
32795 genfrac{}{}{#1}{}{#2}{#3}}
32796 \end_layout
32797
32798 \begin_layout Standard
32799 A test:
32800 \begin_inset Formula \begin{align*}
32801 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
32802 \text{Result} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
32803
32804 \end_inset
32805
32806 As one can see, the distance of the numerator and the denominator to the
32807  fraction bar is round about three times the bar thickness.
32808 \end_layout
32809
32810 \begin_layout Subsection
32811 Canceled Formulas
32812 \begin_inset CommandInset label
32813 LatexCommand label
32814 name "sub:Canceled-Formulas"
32815
32816 \end_inset
32817
32818
32819 \begin_inset Index
32820 status collapsed
32821
32822 \begin_layout Plain Layout
32823 Formula ! canceled
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 To cancel formulas or formula parts, the LaTeX-package 
32833 \series bold
32834 cancel
32835 \series default
32836
32837 \begin_inset Foot
32838 status collapsed
32839
32840 \begin_layout Plain Layout
32841
32842 \series bold
32843 cancel
32844 \series default
32845  is part of every LaTeX standard installation.
32846 \end_layout
32847
32848 \end_inset
32849
32850
32851 \begin_inset Index
32852 status collapsed
32853
32854 \begin_layout Plain Layout
32855 Packages ! cancel
32856 \end_layout
32857
32858 \end_inset
32859
32860  has to be loaded with the LaTeX-preamble line
32861 \end_layout
32862
32863 \begin_layout Standard
32864
32865 \series bold
32866
32867 \backslash
32868 usepackage[samesize]{cancel}
32869 \end_layout
32870
32871 \begin_layout Standard
32872 There are four ways to cancel formulas:
32873 \end_layout
32874
32875 \begin_layout Standard
32876 \align center
32877 \begin_inset Tabular
32878 <lyxtabular version="3" rows="5" columns="2">
32879 <features>
32880 <column alignment="center" valignment="top" width="0">
32881 <column alignment="center" valignment="top" width="0">
32882 <row>
32883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 Command
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 Result
32897 \begin_inset Note Note
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901
32902 \series bold
32903
32904 \backslash
32905 hspace
32906 \series default
32907  and
32908 \series bold
32909  
32910 \backslash
32911 raisebox
32912 \series default
32913  are used here as spacer.
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 <row>
32925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32926 \begin_inset Text
32927
32928 \begin_layout Plain Layout
32929
32930 \backslash
32931 cancel{
32932 \backslash
32933 int
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939
32940 \backslash
32941 spce 
32942 \end_layout
32943
32944 \end_inset
32945
32946 A=B
32947 \end_layout
32948
32949 \end_inset
32950 </cell>
32951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
32956 \end_inset
32957
32958
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 </row>
32964 <row>
32965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32966 \begin_inset Text
32967
32968 \begin_layout Plain Layout
32969
32970 \backslash
32971 bcancel{
32972 \backslash
32973 int
32974 \begin_inset ERT
32975 status collapsed
32976
32977 \begin_layout Plain Layout
32978
32979
32980 \backslash
32981 spce 
32982 \end_layout
32983
32984 \end_inset
32985
32986 A=B
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
32996 \end_inset
32997
32998
32999 \end_layout
33000
33001 \end_inset
33002 </cell>
33003 </row>
33004 <row>
33005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33006 \begin_inset Text
33007
33008 \begin_layout Plain Layout
33009
33010 \backslash
33011 xcancel{
33012 \backslash
33013 int
33014 \begin_inset ERT
33015 status collapsed
33016
33017 \begin_layout Plain Layout
33018
33019
33020 \backslash
33021 spce 
33022 \end_layout
33023
33024 \end_inset
33025
33026 A=B
33027 \end_layout
33028
33029 \end_inset
33030 </cell>
33031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33032 \begin_inset Text
33033
33034 \begin_layout Plain Layout
33035 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33036 \end_inset
33037
33038
33039 \end_layout
33040
33041 \end_inset
33042 </cell>
33043 </row>
33044 <row>
33045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33046 \begin_inset Text
33047
33048 \begin_layout Plain Layout
33049
33050 \backslash
33051 cancelto{1
33052 \begin_inset Formula $\to$
33053 \end_inset
33054
33055
33056 \backslash
33057 {
33058 \backslash
33059 int
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 spce 
33068 \end_layout
33069
33070 \end_inset
33071
33072 A=B
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 </lyxtabular>
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098
33099 \series bold
33100
33101 \backslash
33102 cancelto
33103 \series default
33104  is especially suitable to visualize the reduction of fractions within formulas:
33105 \begin_inset Formula \[
33106 \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}}}\]
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Subsection
33114 Formulas in Section Headings
33115 \begin_inset CommandInset label
33116 LatexCommand label
33117 name "sub:Formulas-in-Section"
33118
33119 \end_inset
33120
33121
33122 \begin_inset Index
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126 Formula ! in section headings
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Standard
33135 When formulas are used in section headings, the following has to be taken
33136  into account:
33137 \end_layout
33138
33139 \begin_layout Standard
33140 \begin_inset Note Greyedout
33141 status open
33142
33143 \begin_layout Plain Layout
33144 When 
33145 \series bold
33146 hyperref
33147 \series default
33148
33149 \begin_inset Index
33150 status collapsed
33151
33152 \begin_layout Plain Layout
33153 Packages ! hyperref
33154 \end_layout
33155
33156 \end_inset
33157
33158  support is enabled in the document settings dialog under 
33159 \family sans
33160 PDF
33161 \begin_inset Space ~
33162 \end_inset
33163
33164 Properties
33165 \family default
33166 , PDF-bookmarks are created for every section heading in the table of contents.
33167  If a section heading contains formulas, they are incorrectly displayed
33168  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33169 s.
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \begin_layout Standard
33178 Both problems can be solved by inserting at the end of the section heading
33179  a short title with the menu 
33180 \family sans
33181 Insert\SpecialChar \menuseparator
33182 Short
33183 \begin_inset Space ~
33184 \end_inset
33185
33186 Title
33187 \family default
33188 .
33189  Short titles are used as alternative for multiline section headings to
33190  keep the table of contents clearly arranged.
33191  Only the short title appears in the table of contents and therefore also
33192  in the PDF-bookmark.
33193 \end_layout
33194
33195 \begin_layout Standard
33196 When formulas should be used in the table of contents but 
33197 \series bold
33198 hyperref
33199 \series default
33200  is used, one can use the following command in TeX-mode:
33201 \end_layout
33202
33203 \begin_layout Standard
33204
33205 \series bold
33206
33207 \backslash
33208 texorpdfstring{part}{alternative}
33209 \begin_inset Index
33210 status collapsed
33211
33212 \begin_layout Plain Layout
33213 Commands ! T ! 
33214 \backslash
33215 texorpdfstring
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Standard
33224 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33225  This can be characters, formulas, footnotes, but also cross-references.
33226  The alternative is used instead of the part for the bookmark.
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Here are two example headings:
33231 \begin_inset VSpace -3mm
33232 \end_inset
33233
33234
33235 \begin_inset ERT
33236 status collapsed
33237
33238 \begin_layout Plain Layout
33239
33240
33241 \backslash
33242 boldmath 
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \begin_layout Subsubsection
33251 Heading without formula in table of contents 
33252 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33253 \end_inset
33254
33255
33256 \begin_inset OptArg
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260 Heading without formula in table of contents
33261 \end_layout
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Subsubsection
33269 Heading with formula in table of contents
33270 \begin_inset ERT
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274
33275
33276 \backslash
33277 texorpdfstring{
33278 \end_layout
33279
33280 \end_inset
33281
33282  
33283 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33284 \end_inset
33285
33286
33287 \begin_inset ERT
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291
33292 }{}
33293 \end_layout
33294
33295 \end_inset
33296
33297
33298 \end_layout
33299
33300 \begin_layout Standard
33301 \begin_inset ERT
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305
33306
33307 \backslash
33308 unboldmath 
33309 \end_layout
33310
33311 \end_inset
33312
33313 In the first heading a short title was used, in the second one 
33314 \series bold
33315
33316 \backslash
33317 texorpdfstring
33318 \series default
33319 .
33320 \end_layout
33321
33322 \begin_layout Standard
33323 To get the same formatting as for the other headings, the complete heading
33324  was set into a 
33325 \series bold
33326 boldmath environment
33327 \series default
33328
33329 \begin_inset Foot
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 see 
33334 \begin_inset CommandInset ref
33335 LatexCommand ref
33336 reference "sub:Bold-Formulas"
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \end_inset
33344
33345 .
33346 \end_layout
33347
33348 \begin_layout Subsection
33349 Formulas in multi-column Text
33350 \begin_inset Index
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354 Formula ! in multi-column text
33355 \end_layout
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 Formulas in multi-column text are often too wide to fit into a column and
33364  thus need to be set over the whole page width.
33365  This is done by using the LaTeX-package 
33366 \series bold
33367 multicol
33368 \series default
33369
33370 \begin_inset Foot
33371 status collapsed
33372
33373 \begin_layout Plain Layout
33374
33375 \series bold
33376 multicol
33377 \series default
33378  is part of every LaTeX standard installation.
33379 \end_layout
33380
33381 \end_inset
33382
33383
33384 \begin_inset Index
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 Packages ! multicol
33389 \end_layout
33390
33391 \end_inset
33392
33393 , that is loaded with the LaTeX-preamble line
33394 \end_layout
33395
33396 \begin_layout Standard
33397
33398 \series bold
33399
33400 \backslash
33401 usepackage{multicol}
33402 \end_layout
33403
33404 \begin_layout Standard
33405 \begin_inset Note Greyedout
33406 status open
33407
33408 \begin_layout Plain Layout
33409 Note herby that the setting 
33410 \family sans
33411 Two-column
33412 \begin_inset Space ~
33413 \end_inset
33414
33415 document
33416 \family default
33417  in the menu 
33418 \family sans
33419 Document\SpecialChar \menuseparator
33420 Settings
33421 \family default
33422  under 
33423 \family sans
33424 Text
33425 \begin_inset Space ~
33426 \end_inset
33427
33428 Layout
33429 \family default
33430 \emph on
33431  
33432 \emph default
33433 must 
33434 \emph on
33435 not
33436 \emph default
33437  be selected.
33438 \end_layout
33439
33440 \end_inset
33441
33442
33443 \end_layout
33444
33445 \begin_layout Standard
33446 Before the multi-column text the command
33447 \end_layout
33448
33449 \begin_layout Standard
33450
33451 \series bold
33452
33453 \backslash
33454 begin{multicols}{column number}
33455 \end_layout
33456
33457 \begin_layout Standard
33458 is written in TeX-mode.
33459  The column number is a number in the range of 2
33460 \begin_inset Space \thinspace{}
33461 \end_inset
33462
33463 -
33464 \begin_inset Space \thinspace{}
33465 \end_inset
33466
33467 10.
33468  Before the formula the multi-column text is ended by inserting the command
33469 \end_layout
33470
33471 \begin_layout Standard
33472
33473 \series bold
33474
33475 \backslash
33476 end{multicols}
33477 \end_layout
33478
33479 \begin_layout Standard
33480 in TeX-mode.
33481 \end_layout
33482
33483 \begin_layout Standard
33484 Due to the command some space is automatically added before the formula.
33485  To revert this, -6
33486 \begin_inset Space \thinspace{}
33487 \end_inset
33488
33489 mm vertical space is inserted before the formula.
33490  When the formula style 
33491 \series bold
33492 Indented
33493 \begin_inset Foot
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497 formula styles see 
33498 \begin_inset CommandInset ref
33499 LatexCommand ref
33500 reference "sec:Formula-Styles"
33501
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \series default
33511  is used, -9
33512 \begin_inset Space \thinspace{}
33513 \end_inset
33514
33515 mm space is inserted instead.
33516 \end_layout
33517
33518 \begin_layout Standard
33519 As example a multi-column text with a displayed formula:
33520 \end_layout
33521
33522 \begin_layout Standard
33523 \begin_inset ERT
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527
33528
33529 \backslash
33530 begin{multicols}{2}
33531 \end_layout
33532
33533 \end_inset
33534
33535 Das Spektrum wird fouriertransformiert.
33536  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
33537 , Lösungsmittel) zu trennen.
33538  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
33539  nun das Aussehen des Ausgangssignals.
33540  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
33541  über alle Phasen integrieren muss.
33542  Sei nun 
33543 \begin_inset Formula $S$
33544 \end_inset
33545
33546  unser normiertes Ausgangssignal and 
33547 \begin_inset Formula $P$
33548 \end_inset
33549
33550  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556
33557 \backslash
33558 end{multicols}
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \begin_inset VSpace -6mm
33565 \end_inset
33566
33567
33568 \begin_inset Formula \begin{equation}
33569 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33570
33571 \end_inset
33572
33573
33574 \begin_inset ERT
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578
33579
33580 \backslash
33581 begin{multicols}{2}
33582 \end_layout
33583
33584 \end_inset
33585
33586 wobei 
33587 \begin_inset Formula $S_{0}$
33588 \end_inset
33589
33590  das Signal ohne Gradient ist and the Normierungsbedingung 
33591 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33592 \end_inset
33593
33594  gilt.
33595  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
33596  Direkt nach the 
33597 \begin_inset Formula $\nicefrac{\pi}{2}$
33598 \end_inset
33599
33600
33601 \begin_inset Space \thinspace{}
33602 \end_inset
33603
33604 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
33605  das Signal zusätzlich abschwächt.
33606  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
33607  
33608 \begin_inset Formula $T_{2}$
33609 \end_inset
33610
33611 -Zeit.
33612 \end_layout
33613
33614 \begin_layout Standard
33615 \begin_inset ERT
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619
33620
33621 \backslash
33622 end{multicols}
33623 \end_layout
33624
33625 \end_inset
33626
33627  
33628 \end_layout
33629
33630 \begin_layout Subsection
33631 Formulas with Description of Variables
33632 \begin_inset Index
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636 Formula ! with description of variables
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 To describe variables within a formula, like in formula 
33646 \begin_inset CommandInset ref
33647 LatexCommand eqref
33648 reference "eq:within"
33649
33650 \end_inset
33651
33652 , a 2
33653 \series bold
33654 ×
33655 \series default
33656
33657 \begin_inset Formula $n$
33658 \end_inset
33659
33660
33661 \begin_inset Space ~
33662 \end_inset
33663
33664 matrix is used with left aligned columns for the 
33665 \begin_inset Formula $n$
33666 \end_inset
33667
33668  used variables.
33669 \begin_inset Foot
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 matrices see 
33674 \begin_inset CommandInset ref
33675 LatexCommand ref
33676 reference "sec:Matrices"
33677
33678 \end_inset
33679
33680
33681 \end_layout
33682
33683 \end_inset
33684
33685  To set the description in a smaller size, before the matrix e.
33686 \begin_inset Space \thinspace{}
33687 \end_inset
33688
33689 g.
33690 \begin_inset Space ~
33691 \end_inset
33692
33693 the command 
33694 \series bold
33695
33696 \backslash
33697 footnotesize
33698 \series default
33699  is inserted.
33700 \begin_inset Foot
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 font sizes see 
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sub:Font-Sizes"
33708
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \end_layout
33718
33719 \begin_layout Standard
33720 When the formula style 
33721 \series bold
33722 Indented
33723 \begin_inset Foot
33724 status collapsed
33725
33726 \begin_layout Plain Layout
33727 formula styles see 
33728 \begin_inset CommandInset ref
33729 LatexCommand ref
33730 reference "sec:Formula-Styles"
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \end_inset
33738
33739
33740 \series default
33741  is used, a 
33742 \series bold
33743
33744 \backslash
33745 hfill
33746 \series default
33747
33748 \begin_inset Foot
33749 status collapsed
33750
33751 \begin_layout Plain Layout
33752
33753 \series bold
33754
33755 \backslash
33756 hfill
33757 \series default
33758  only works in formulas with the style 
33759 \series bold
33760 Indented
33761 \series default
33762 , see 
33763 \begin_inset CommandInset ref
33764 LatexCommand ref
33765 reference "sub:Variable-Space"
33766
33767 \end_inset
33768
33769 .
33770 \end_layout
33771
33772 \end_inset
33773
33774  is inserted before and after the matrix to have the same separation of
33775  the matrix from the equation and the side margin.
33776 \end_layout
33777
33778 \begin_layout Standard
33779 When the formula style 
33780 \series bold
33781 Centered
33782 \series default
33783  is used, the method described in 
33784 \begin_inset CommandInset ref
33785 LatexCommand ref
33786 reference "sub:Flalign-Environment"
33787
33788 \end_inset
33789
33790  is used to indent formulas.
33791  Formula 
33792 \begin_inset CommandInset ref
33793 LatexCommand eqref
33794 reference "eq:within"
33795
33796 \end_inset
33797
33798  consists of five columns whereas in the first two columns contain the equation,
33799  the third the matrix, and the last one an empty TeX-brace.
33800 \begin_inset Formula \begin{flalign}
33801 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
33802 \rho & \textrm{density}\\
33803 V & \textrm{volume}\\
33804 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Subsection
33812 Upright small Greek Letters
33813 \begin_inset CommandInset label
33814 LatexCommand label
33815 name "sub:Upright-small-Greek"
33816
33817 \end_inset
33818
33819
33820 \begin_inset Index
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824 Greek letters ! upright
33825 \end_layout
33826
33827 \end_inset
33828
33829
33830 \end_layout
33831
33832 \begin_layout Standard
33833 Most of the math fonts only provide italic small Greek letters.
33834  But for symbols of elementary particles like pions and neutrinos, upright
33835  Greek letters are needed.
33836  The file 
33837 \series bold
33838 upgreek.sty
33839 \series default
33840
33841 \begin_inset Foot
33842 status collapsed
33843
33844 \begin_layout Plain Layout
33845
33846 \series bold
33847 upgreek
33848 \series default
33849  is part of the LaTeX-package 
33850 \series bold
33851 was
33852 \series default
33853
33854 \begin_inset Index
33855 status collapsed
33856
33857 \begin_layout Plain Layout
33858 Packages ! was
33859 \begin_inset VSpace 4mm
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866
33867 .
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \begin_inset Index
33874 status collapsed
33875
33876 \begin_layout Plain Layout
33877 Packages ! upgreek
33878 \end_layout
33879
33880 \end_inset
33881
33882  that is loaded with the LaTeX-preamble line
33883 \end_layout
33884
33885 \begin_layout Standard
33886
33887 \series bold
33888
33889 \backslash
33890 usepackage{upgreek}
33891 \end_layout
33892
33893 \begin_layout Standard
33894 provides them.
33895  
33896 \begin_inset ERT
33897 status collapsed
33898
33899 \begin_layout Plain Layout
33900
33901
33902 \backslash
33903 ifupgreek 
33904 \end_layout
33905
33906 \end_inset
33907
33908
33909 \begin_inset Note Note
33910 status open
33911
33912 \begin_layout Plain Layout
33913 The following table will only be displayed when the LaTeX-package 
33914 \series bold
33915 upgreek
33916 \series default
33917  is installed.
33918 \end_layout
33919
33920 \end_inset
33921
33922  They are created when the command for a small Greek letters is started
33923  with 
33924 \series bold
33925 up
33926 \series default
33927 .
33928  For example the command 
33929 \series bold
33930
33931 \backslash
33932 uptau
33933 \series default
33934  creates this: 
33935 \begin_inset Formula $\uptau $
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 With these commands reactions of elementary particles can be typeset:
33943 \begin_inset Formula \[
33944 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 The upright letters are more bold and wider than the italic ones.
33953  They should therefore not be used for units like 
33954 \begin_inset Quotes eld
33955 \end_inset
33956
33957 µm
33958 \begin_inset Quotes erd
33959 \end_inset
33960
33961 .
33962 \end_layout
33963
33964 \begin_layout Standard
33965 \begin_inset ERT
33966 status collapsed
33967
33968 \begin_layout Plain Layout
33969
33970
33971 \backslash
33972 else 
33973 \end_layout
33974
33975 \end_inset
33976
33977
33978 \begin_inset Note Note
33979 status open
33980
33981 \begin_layout Plain Layout
33982 The following will be displayed when the LaTeX-package 
33983 \series bold
33984 upgreek
33985 \series default
33986  is not installed:
33987 \end_layout
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \begin_layout Standard
33995 You need to install the LaTeX-package 
33996 \series bold
33997 upgreek
33998 \series default
33999  to see the rest of this subsection in the output.
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset ERT
34004 status collapsed
34005
34006 \begin_layout Plain Layout
34007
34008
34009 \backslash
34010 fi 
34011 \end_layout
34012
34013 \end_inset
34014
34015
34016 \end_layout
34017
34018 \begin_layout Subsection
34019 Text Characters in Formulas
34020 \begin_inset CommandInset label
34021 LatexCommand label
34022 name "sub:Text-Characters-in"
34023
34024 \end_inset
34025
34026
34027 \begin_inset Index
34028 status collapsed
34029
34030 \begin_layout Plain Layout
34031 Text ! in formulas
34032 \end_layout
34033
34034 \end_inset
34035
34036
34037 \end_layout
34038
34039 \begin_layout Standard
34040 In some cases you might want to insert text characters directly into formulas.
34041  When for example the centered dot · is often used in formulas like 
34042 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34043 \end_inset
34044
34045 , one would have to insert the command 
34046 \series bold
34047
34048 \backslash
34049 cdot
34050 \series default
34051
34052 \begin_inset Foot
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056 see 
34057 \begin_inset CommandInset ref
34058 LatexCommand ref
34059 reference "sub:Binary-Operators"
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067
34068  all the time, because this character is defined in all encodings as text
34069  character.
34070  But the encoding can be changed by this LaTeX-preamble line:
34071 \end_layout
34072
34073 \begin_layout Standard
34074
34075 \series bold
34076
34077 \backslash
34078 Declare Inputtext{183}{
34079 \backslash
34080 ifmmode
34081 \backslash
34082 cdot
34083 \backslash
34084 else
34085 \backslash
34086 textperiodcentered
34087 \backslash
34088 f\SpecialChar \textcompwordmark{}
34089 i}
34090 \end_layout
34091
34092 \begin_layout Standard
34093 The character encoding (menu 
34094 \family sans
34095 Document\SpecialChar \menuseparator
34096 Settings\SpecialChar \menuseparator
34097 Language
34098 \family default
34099 ) specifies what character appears when a keyboard key is pressed.
34100  When the key for the character '·' is pressed, internally the command 
34101 \series bold
34102
34103 \backslash
34104 textperiodcentered
34105 \series default
34106  is used.
34107  But this command is not available in a formula so that you would get LaTeX-erro
34108 rs.
34109  With the changed encoding the right command is chosen automatically, depending
34110  on if the character was inserted into a formula or not.
34111 \end_layout
34112
34113 \begin_layout Standard
34114 The encoding of several characters is saved in definition files.
34115  Fore example the encoding 
34116 \series bold
34117 latin9
34118 \series default
34119  is defined in the file 
34120 \series bold
34121 latin9.def
34122 \series default
34123  that is in the installation folder of LaTeX.
34124  Encodings should only be changed via the LaTeX-preamble and not in the
34125  definition files.
34126  Otherwise own documents could not be edited by other LyX users working
34127  on other computers.
34128 \end_layout
34129
34130 \begin_layout Standard
34131 \begin_inset VSpace medskip
34132 \end_inset
34133
34134 Besides the centered dot, in this document the degree sign ° is defined
34135  with the following LaTeX-preamble line so that it can directly be inserted
34136  to a formula:
34137 \end_layout
34138
34139 \begin_layout Standard
34140
34141 \series bold
34142
34143 \backslash
34144 DeclareInputtext{176}{
34145 \backslash
34146 ifmmode^
34147 \backslash
34148 circ
34149 \backslash
34150 else
34151 \backslash
34152 textdegree
34153 \backslash
34154 f\SpecialChar \textcompwordmark{}
34155 i}
34156 \end_layout
34157
34158 \begin_layout Standard
34159 \begin_inset Newpage newpage
34160 \end_inset
34161
34162
34163 \end_layout
34164
34165 \begin_layout Section
34166 \start_of_appendix
34167 Typographic Advises
34168 \begin_inset Index
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172 Typographic Advises
34173 \end_layout
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \begin_layout Standard
34181 This section is a summary of the most important typographic rules, listed
34182  in ISO norms.
34183 \begin_inset Foot
34184 status collapsed
34185
34186 \begin_layout Plain Layout
34187 This collection was partly taken from the German semi-official dictionary
34188  called 
34189 \begin_inset Quotes eld
34190 \end_inset
34191
34192 Duden
34193 \begin_inset Quotes erd
34194 \end_inset
34195
34196  
34197 \begin_inset CommandInset citation
34198 LatexCommand cite
34199 key "Duden"
34200
34201 \end_inset
34202
34203  that lists some of the ISO rules.
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Itemize
34212 Physical units are 
34213 \emph on
34214 always
34215 \emph default
34216  set upright
34217 \begin_inset Foot
34218 status collapsed
34219
34220 \begin_layout Plain Layout
34221 done with font styles, see 
34222 \begin_inset CommandInset ref
34223 LatexCommand ref
34224 reference "sub:Font-Styles"
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \end_inset
34232
34233 : 30
34234 \begin_inset Space \thinspace{}
34235 \end_inset
34236
34237 km/h
34238 \begin_inset Newline newline
34239 \end_inset
34240
34241 Between the value and the unit is the smallest space, see 
34242 \begin_inset CommandInset ref
34243 LatexCommand ref
34244 reference "sub:Predefined-Space"
34245
34246 \end_inset
34247
34248 .
34249 \end_layout
34250
34251 \begin_layout Itemize
34252 Percent and perthousand signs are set like physical units:
34253 \begin_inset Newline newline
34254 \end_inset
34255
34256 1,2
34257 \begin_inset Space \thinspace{}
34258 \end_inset
34259
34260
34261 \begin_inset ERT
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265
34266
34267 \backslash
34268 textperthousand 
34269 \end_layout
34270
34271 \end_inset
34272
34273
34274 \begin_inset Space ~
34275 \end_inset
34276
34277 alcohol in blood
34278 \end_layout
34279
34280 \begin_layout Itemize
34281 The degree sign follows directly on the value: 15°, but not when it is used
34282  in units: 15
34283 \begin_inset Space \thinspace{}
34284 \end_inset
34285
34286 °C
34287 \end_layout
34288
34289 \begin_layout Itemize
34290 In numbers with more than four digits the smallest space is inserted before
34291  every third digit to group them: 
34292 \family roman
34293 \series medium
34294 \shape up
34295 \size normal
34296 \emph off
34297 \bar no
34298 \noun off
34299 \color none
34300 18
34301 \begin_inset Space \thinspace{}
34302 \end_inset
34303
34304 473
34305 \begin_inset Space \thinspace{}
34306 \end_inset
34307
34308 588
34309 \end_layout
34310
34311 \begin_layout Itemize
34312 For dimensionings like 120×90×40
34313 \begin_inset Space \thinspace{}
34314 \end_inset
34315
34316 cm the multiplication sign 
34317 \begin_inset Quotes eld
34318 \end_inset
34319
34320 ×
34321 \begin_inset Quotes erd
34322 \end_inset
34323
34324  is used.
34325  It is available with the LaTeX-command 
34326 \series bold
34327
34328 \backslash
34329 texttimes
34330 \series default
34331 , but can also directly be inserted with some keyboard definitions.
34332 \end_layout
34333
34334 \begin_layout Itemize
34335 Functions with names consisting of several letters are set upright to avoid
34336  confusions, see 
34337 \begin_inset CommandInset ref
34338 LatexCommand ref
34339 reference "sub:Predefined-Functions"
34340
34341 \end_inset
34342
34343 .
34344 \end_layout
34345
34346 \begin_layout Itemize
34347 Indices consisting of several letters, are set upright: 
34348 \begin_inset Formula $E_{\mathrm{kin}}$
34349 \end_inset
34350
34351
34352 \begin_inset Newline newline
34353 \end_inset
34354
34355 Components of matrices are set italic: 
34356 \begin_inset Formula $\hat{H}_{kl}$
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Itemize
34363 The differentiation/integration operator 'd', the Euler's number 'e', and
34364  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34365  other variables.
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset Newpage newpage
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Section
34376 Synonyms
34377 \begin_inset Index
34378 status collapsed
34379
34380 \begin_layout Plain Layout
34381 Synonyms
34382 \end_layout
34383
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \begin_layout Standard
34390 Some characters and symbols can be created with several commands.
34391  Here is a list of the synonym commands:
34392 \end_layout
34393
34394 \begin_layout Standard
34395 \begin_inset VSpace bigskip
34396 \end_inset
34397
34398
34399 \begin_inset Space \hfill{}
34400 \end_inset
34401
34402
34403 \begin_inset Tabular
34404 <lyxtabular version="3" rows="12" columns="2">
34405 <features>
34406 <column alignment="center" valignment="top" width="0pt">
34407 <column alignment="center" valignment="top" width="0pt">
34408 <row>
34409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 Command
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422 equivalent to
34423 \begin_inset Note Note
34424 status collapsed
34425
34426 \begin_layout Plain Layout
34427
34428 \series bold
34429
34430 \backslash
34431 raisebox
34432 \series default
34433  is only used as spacer.
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \end_inset
34442 </cell>
34443 </row>
34444 <row>
34445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34446 \begin_inset Text
34447
34448 \begin_layout Plain Layout
34449
34450 \backslash
34451 ast
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34457 \begin_inset Text
34458
34459 \begin_layout Plain Layout
34460 \begin_inset ERT
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464
34465
34466 \backslash
34467 raisebox{-1.2mm}{
34468 \end_layout
34469
34470 \end_inset
34471
34472 *
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478 }
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \end_inset
34487 </cell>
34488 </row>
34489 <row>
34490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34491 \begin_inset Text
34492
34493 \begin_layout Plain Layout
34494
34495 \backslash
34496 choose
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34502 \begin_inset Text
34503
34504 \begin_layout Plain Layout
34505
34506 \backslash
34507 binom
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 </row>
34513 <row>
34514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34515 \begin_inset Text
34516
34517 \begin_layout Plain Layout
34518
34519 \backslash
34520 geq
34521 \end_layout
34522
34523 \end_inset
34524 </cell>
34525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529
34530 \backslash
34531 ge
34532 \end_layout
34533
34534 \end_inset
34535 </cell>
34536 </row>
34537 <row>
34538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34539 \begin_inset Text
34540
34541 \begin_layout Plain Layout
34542
34543 \backslash
34544 lbrace
34545 \end_layout
34546
34547 \end_inset
34548 </cell>
34549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34550 \begin_inset Text
34551
34552 \begin_layout Plain Layout
34553 {
34554 \end_layout
34555
34556 \end_inset
34557 </cell>
34558 </row>
34559 <row>
34560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34561 \begin_inset Text
34562
34563 \begin_layout Plain Layout
34564
34565 \backslash
34566 lbracket
34567 \end_layout
34568
34569 \end_inset
34570 </cell>
34571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34572 \begin_inset Text
34573
34574 \begin_layout Plain Layout
34575 [
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 </row>
34581 <row>
34582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586
34587 \backslash
34588 leftarrow
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597
34598 \backslash
34599 gets
34600 \end_layout
34601
34602 \end_inset
34603 </cell>
34604 </row>
34605 <row>
34606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34607 \begin_inset Text
34608
34609 \begin_layout Plain Layout
34610
34611 \backslash
34612 leq
34613 \end_layout
34614
34615 \end_inset
34616 </cell>
34617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34618 \begin_inset Text
34619
34620 \begin_layout Plain Layout
34621
34622 \backslash
34623 le
34624 \end_layout
34625
34626 \end_inset
34627 </cell>
34628 </row>
34629 <row>
34630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634
34635 \backslash
34636 lor
34637 \end_layout
34638
34639 \end_inset
34640 </cell>
34641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34642 \begin_inset Text
34643
34644 \begin_layout Plain Layout
34645
34646 \backslash
34647 vee
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 <row>
34654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34655 \begin_inset Text
34656
34657 \begin_layout Plain Layout
34658
34659 \backslash
34660 neq
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669
34670 \backslash
34671 not=
34672 \end_layout
34673
34674 \end_inset
34675 </cell>
34676 </row>
34677 <row>
34678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34679 \begin_inset Text
34680
34681 \begin_layout Plain Layout
34682
34683 \backslash
34684 slash
34685 \end_layout
34686
34687 \end_inset
34688 </cell>
34689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693 /
34694 \end_layout
34695
34696 \end_inset
34697 </cell>
34698 </row>
34699 <row>
34700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34701 \begin_inset Text
34702
34703 \begin_layout Plain Layout
34704
34705 \backslash
34706 vert
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34712 \begin_inset Text
34713
34714 \begin_layout Plain Layout
34715 |
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 </row>
34721 </lyxtabular>
34722
34723 \end_inset
34724
34725
34726 \begin_inset Space \hfill{}
34727 \end_inset
34728
34729
34730 \begin_inset Tabular
34731 <lyxtabular version="3" rows="12" columns="2">
34732 <features>
34733 <column alignment="center" valignment="top" width="0pt">
34734 <column alignment="center" valignment="top" width="0pt">
34735 <row>
34736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 Command
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34746 \begin_inset Text
34747
34748 \begin_layout Plain Layout
34749 equivalent to
34750 \end_layout
34751
34752 \end_inset
34753 </cell>
34754 </row>
34755 <row>
34756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760
34761 \backslash
34762 backslash
34763 \end_layout
34764
34765 \end_inset
34766 </cell>
34767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34768 \begin_inset Text
34769
34770 \begin_layout Plain Layout
34771
34772 \backslash
34773
34774 \backslash
34775
34776 \end_layout
34777
34778 \end_inset
34779 </cell>
34780 </row>
34781 <row>
34782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34783 \begin_inset Text
34784
34785 \begin_layout Plain Layout
34786
34787 \backslash
34788 dasharrow
34789 \end_layout
34790
34791 \end_inset
34792 </cell>
34793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34794 \begin_inset Text
34795
34796 \begin_layout Plain Layout
34797
34798 \backslash
34799 dashrightarrow
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 </row>
34805 <row>
34806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34807 \begin_inset Text
34808
34809 \begin_layout Plain Layout
34810
34811 \backslash
34812 land
34813 \end_layout
34814
34815 \end_inset
34816 </cell>
34817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34818 \begin_inset Text
34819
34820 \begin_layout Plain Layout
34821
34822 \backslash
34823 wedge
34824 \end_layout
34825
34826 \end_inset
34827 </cell>
34828 </row>
34829 <row>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834
34835 \backslash
34836 rbrace
34837 \end_layout
34838
34839 \end_inset
34840 </cell>
34841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34842 \begin_inset Text
34843
34844 \begin_layout Plain Layout
34845 }
34846 \end_layout
34847
34848 \end_inset
34849 </cell>
34850 </row>
34851 <row>
34852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856
34857 \backslash
34858 rbracket
34859 \end_layout
34860
34861 \end_inset
34862 </cell>
34863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34864 \begin_inset Text
34865
34866 \begin_layout Plain Layout
34867 ]
34868 \end_layout
34869
34870 \end_inset
34871 </cell>
34872 </row>
34873 <row>
34874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878
34879 \backslash
34880 rightarrow
34881 \end_layout
34882
34883 \end_inset
34884 </cell>
34885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889
34890 \backslash
34891 to
34892 \end_layout
34893
34894 \end_inset
34895 </cell>
34896 </row>
34897 <row>
34898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34899 \begin_inset Text
34900
34901 \begin_layout Plain Layout
34902
34903 \backslash
34904 lnot
34905 \end_layout
34906
34907 \end_inset
34908 </cell>
34909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913
34914 \backslash
34915 neg
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 </row>
34921 <row>
34922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926
34927 \backslash
34928 ne
34929 \end_layout
34930
34931 \end_inset
34932 </cell>
34933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 not=
34940 \end_layout
34941
34942 \end_inset
34943 </cell>
34944 </row>
34945 <row>
34946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34947 \begin_inset Text
34948
34949 \begin_layout Plain Layout
34950
34951 \backslash
34952 owns
34953 \end_layout
34954
34955 \end_inset
34956 </cell>
34957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34958 \begin_inset Text
34959
34960 \begin_layout Plain Layout
34961
34962 \backslash
34963 ni
34964 \end_layout
34965
34966 \end_inset
34967 </cell>
34968 </row>
34969 <row>
34970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974
34975 \backslash
34976 square
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985
34986 \backslash
34987 Box
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 </row>
34993 <row>
34994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34995 \begin_inset Text
34996
34997 \begin_layout Plain Layout
34998
34999 \backslash
35000 Vert
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35006 \begin_inset Text
35007
35008 \begin_layout Plain Layout
35009
35010 \backslash
35011 |
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 </row>
35017 </lyxtabular>
35018
35019 \end_inset
35020
35021
35022 \begin_inset Space \hfill{}
35023 \end_inset
35024
35025
35026 \end_layout
35027
35028 \begin_layout Standard
35029 \begin_inset Newpage newpage
35030 \end_inset
35031
35032
35033 \end_layout
35034
35035 \begin_layout Bibliography
35036 \begin_inset CommandInset bibitem
35037 LatexCommand bibitem
35038 key "TLC2"
35039
35040 \end_inset
35041
35042
35043 \shape smallcaps
35044 Mittelbach, F.
35045  ; Goossens, M.
35046 \shape default
35047
35048 \shape italic
35049 The LaTeX Companion
35050 \shape default
35051 .
35052  Addison Wesley, 2004
35053 \end_layout
35054
35055 \begin_layout Bibliography
35056 \begin_inset CommandInset bibitem
35057 LatexCommand bibitem
35058 key "Mathmode"
35059
35060 \end_inset
35061
35062
35063 \begin_inset CommandInset href
35064 LatexCommand href
35065 name "Description"
35066 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35067
35068 \end_inset
35069
35070  of LaTeX's math abilities
35071 \end_layout
35072
35073 \begin_layout Bibliography
35074 \begin_inset CommandInset bibitem
35075 LatexCommand bibitem
35076 key "Voss"
35077
35078 \end_inset
35079
35080 LaTeX tips and tricks-
35081 \begin_inset CommandInset href
35082 LatexCommand href
35083 name "page"
35084 target "http://tug.org/TeXnik/"
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Bibliography
35092 \begin_inset CommandInset bibitem
35093 LatexCommand bibitem
35094 key "AMS"
35095
35096 \end_inset
35097
35098
35099 \begin_inset CommandInset href
35100 LatexCommand href
35101 name "Description"
35102 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35103
35104 \end_inset
35105
35106  of 
35107 \begin_inset ERT
35108 status collapsed
35109
35110 \begin_layout Plain Layout
35111
35112
35113 \backslash
35114 AmS
35115 \end_layout
35116
35117 \end_inset
35118
35119 -LaTeX
35120 \end_layout
35121
35122 \begin_layout Bibliography
35123 \begin_inset CommandInset bibitem
35124 LatexCommand bibitem
35125 key "Symbole"
35126
35127 \end_inset
35128
35129
35130 \begin_inset CommandInset href
35131 LatexCommand href
35132 name "List"
35133 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35134
35135 \end_inset
35136
35137  of all symbols available with LaTeX-packages
35138 \end_layout
35139
35140 \begin_layout Bibliography
35141 \begin_inset CommandInset bibitem
35142 LatexCommand bibitem
35143 key "hyperref"
35144
35145 \end_inset
35146
35147
35148 \begin_inset CommandInset href
35149 LatexCommand href
35150 name "Documentation"
35151 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35152
35153 \end_inset
35154
35155  of the LaTeX-package 
35156 \series bold
35157 hyperref
35158 \series default
35159
35160 \begin_inset Index
35161 status collapsed
35162
35163 \begin_layout Plain Layout
35164 Packages ! hyperref
35165 \end_layout
35166
35167 \end_inset
35168
35169
35170 \end_layout
35171
35172 \begin_layout Bibliography
35173 \begin_inset CommandInset bibitem
35174 LatexCommand bibitem
35175 key "Mathclap"
35176
35177 \end_inset
35178
35179
35180 \begin_inset CommandInset href
35181 LatexCommand href
35182 name "Description"
35183 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35184
35185 \end_inset
35186
35187  of the command 
35188 \series bold
35189
35190 \backslash
35191 mathclap
35192 \series default
35193 , described in 
35194 \begin_inset CommandInset ref
35195 LatexCommand ref
35196 reference "sub:Operator-Limits"
35197
35198 \end_inset
35199
35200
35201 \begin_inset Index
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205 Commands ! M ! 
35206 \backslash
35207 mathclap
35208 \end_layout
35209
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \begin_layout Bibliography
35216 \begin_inset CommandInset bibitem
35217 LatexCommand bibitem
35218 key "Duden"
35219
35220 \end_inset
35221
35222
35223 \emph on
35224 Duden Band 1
35225 \emph default
35226 .
35227  22.
35228  Auflage, Duden 2001
35229 \end_layout
35230
35231 \begin_layout Subsubsection*
35232 \begin_inset CommandInset index_print
35233 LatexCommand printindex
35234
35235 \end_inset
35236
35237
35238 \end_layout
35239
35240 \end_body
35241 \end_document