]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: fix formatting
[features.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 404
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 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % check for package braket
129 % used for physical vectors
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % check for package cancel
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\usepackage{cancel}
140   \setboolean{cancel}{true}}
141  {\setboolean{cancel}{false}}
142
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149 \end_preamble
150 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
151 \use_default_options false
152 \maintain_unincluded_children false
153 \language english
154 \inputencoding auto
155 \fontencoding global
156 \font_roman default
157 \font_sans default
158 \font_typewriter default
159 \font_default_family default
160 \use_xetex false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165
166 \graphics default
167 \default_output_format default
168 \output_sync 0
169 \bibtex_command default
170 \index_command default
171 \paperfontsize 12
172 \spacing single
173 \use_hyperref true
174 \pdf_title "LyX's Math Manual"
175 \pdf_author "LyX Team, Uwe Stöhr"
176 \pdf_subject "LyX-documentation about math"
177 \pdf_keywords "LyX, Mathed"
178 \pdf_bookmarks true
179 \pdf_bookmarksnumbered true
180 \pdf_bookmarksopen true
181 \pdf_bookmarksopenlevel 1
182 \pdf_breaklinks false
183 \pdf_pdfborder false
184 \pdf_colorlinks true
185 \pdf_backref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \use_mhchem 1
193 \use_mathdots 1
194 \cite_engine basic
195 \use_bibtopic false
196 \use_indices false
197 \paperorientation portrait
198 \suppress_date false
199 \use_refstyle 0
200 \notefontcolor #0000ff
201 \index Index
202 \shortcut idx
203 \color #008000
204 \end_index
205 \secnumdepth 4
206 \tocdepth 3
207 \paragraph_separation skip
208 \defskip medskip
209 \quotes_language english
210 \papercolumns 1
211 \papersides 2
212 \paperpagestyle plain
213 \bullet 1 0 6 -1
214 \bullet 2 2 35 -1
215 \bullet 3 2 7 -1
216 \tracking_changes false
217 \output_changes false
218 \html_math_output 0
219 \html_be_strict false
220 \end_header
221
222 \begin_body
223
224 \begin_layout Title
225 LyX's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the LyX Team
230 \begin_inset Foot
231 status collapsed
232
233 \begin_layout Plain Layout
234 \noindent
235 If you have comments or error corrections, please send them to the LyX Documenta
236 tion mailing list: 
237 \family typewriter
238
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 author: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \family sans
272 Version 2.0.x
273 \end_layout
274
275 \begin_layout Standard
276 \begin_inset CommandInset toc
277 LatexCommand tableofcontents
278
279 \end_inset
280
281
282 \end_layout
283
284 \begin_layout Standard
285 \begin_inset Note Note
286 status open
287
288 \begin_layout Plain Layout
289 To export this document to PDF, PS or DVI the LaTeX-packages 
290 \series bold
291 braket, cancel, eurosym,
292 \series default
293  
294 \series bold
295 mhchem, multirow
296 \series default
297  and 
298 \series bold
299 was
300 \series default
301  should be installed.
302  If they are not installed the document can be export anyway but the sections
303  where the packages are required will not appear in the output.
304  An exeption is 
305 \series bold
306 mhchem
307 \series default
308 ; if it is not installed, this file cannot be exported.
309 \end_layout
310
311 \begin_layout Plain Layout
312 The latest PDF-version of this document can be found here:
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \series bold
318 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
319 \end_layout
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Newpage newpage
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Section
334 Introduction
335 \end_layout
336
337 \begin_layout Standard
338 This document explains LyX's math features and is furthermore a collection
339  of LaTeX-commands used for mathematical characters and constructs.
340  The explanations are designed for the usage of commands.
341  It is therefore required that you have read the section 
342 \family typewriter
343 Mathematical
344 \begin_inset space ~
345 \end_inset
346
347 Formulas
348 \family default
349  of the User's Guide.
350 \end_layout
351
352 \begin_layout Standard
353 Most of the characters and many constructs explained in this manual are
354  also accessible via the menu 
355 \family sans
356 Insert
357 \series bold
358 \SpecialChar \menuseparator
359
360 \series default
361 Math
362 \family default
363 , or the 
364 \family sans
365 math
366 \family default
367 \series bold
368  
369 \family sans
370 \series default
371 toolbar
372 \family default
373 .
374  But everybody who has to write lots of formulas will notice that it is
375  much faster to use commands instead of the math toolbar.
376  Therefore this manual is focused on commands but also mentions the correspondin
377 g toolbar buttons when available.
378 \end_layout
379
380 \begin_layout Standard
381 If not specially mentioned the commands are only available within formulas.
382  To be able to use all commands explained in this document, the option 
383 \family sans
384 Use AMS math package
385 \family default
386  must be used in the document settings (menu 
387 \family sans
388 Document\SpecialChar \menuseparator
389 Settings\SpecialChar \menuseparator
390 Math
391 \begin_inset space ~
392 \end_inset
393
394 Options
395 \family default
396 ).
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 The option 
402 \family sans
403 Use AMS math package automatically
404 \family default
405  only uses 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -math when math constructs are found that are supported by LyX.
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 This document doesn't list all 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -math commands
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 A list with all 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -math commands is in the file 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
465
466 \end_inset
467
468
469 \family default
470 , which is part of every LaTeX standard installation.
471 \end_layout
472
473 \end_inset
474
475  for lucidity reasons.
476 \end_layout
477
478 \begin_layout Section
479 General Instructions
480 \end_layout
481
482 \begin_layout Standard
483 To create an inline formula
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formula ! inline
489 \end_layout
490
491 \end_inset
492
493  that is embedded into a text line, use one of the shortcuts 
494 \begin_inset Info
495 type  "shortcuts"
496 arg   "math-mode"
497 \end_inset
498
499  or the toolbar button 
500 \begin_inset Graphics
501         filename ../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506
507 \begin_inset Newline newline
508 \end_inset
509
510 To create a display style formula
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formula ! display style
516 \end_layout
517
518 \end_inset
519
520  that will appear bigger and in an own paragraph, use one of these shortcuts:
521  
522 \begin_inset Info
523 type  "shortcuts"
524 arg   "math-display"
525 \end_inset
526
527 .
528 \end_layout
529
530 \begin_layout Standard
531 To change a display style formula to an inline formula, set the cursor into
532  the formula and use one of the shortcuts 
533 \begin_inset Info
534 type  "shortcuts"
535 arg   "math-mode"
536 \end_inset
537
538  or the menu 
539 \family sans
540 Edit\SpecialChar \menuseparator
541 Math\SpecialChar \menuseparator
542 Change formula type
543 \family default
544 .
545  The same way is used to change an inline formula to a display style formula.
546 \end_layout
547
548 \begin_layout Standard
549 To display parts of an inline formula in the size of a display style formula,
550  enter the command 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Commands ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  to a formula.
569  Then a new blue box appears in which the desired formula part is inserted.
570 \end_layout
571
572 \begin_layout Standard
573 Only inline formulas are allowed inside tables.
574 \end_layout
575
576 \begin_layout Standard
577 The 
578 \family sans
579 math toolbar
580 \family default
581  can be turned on in the menu 
582 \family sans
583 View\SpecialChar \menuseparator
584 Toolbars
585 \family default
586 .
587  When you click there on 
588 \begin_inset Quotes eld
589 \end_inset
590
591 Math
592 \begin_inset Quotes erd
593 \end_inset
594
595  the toolbar will be shown permanently at the bottom; this state is visualized
596  in the 
597 \family sans
598 Toolbars
599 \family default
600  menu with a checkmark.
601  When you click in this state again on 
602 \begin_inset Quotes eld
603 \end_inset
604
605 Math
606 \begin_inset Quotes erd
607 \end_inset
608
609  in the 
610 \family sans
611 Toolbars
612 \family default
613  menu, the 
614 \family sans
615 math toolbar
616 \family default
617  is only shown when the cursor is within a formula; this state is visualized
618  by the renaming of the menu entry from 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset Quotes erd
624 \end_inset
625
626  to 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Math
631 \begin_inset space ~
632 \end_inset
633
634 (auto)
635 \begin_inset Quotes erd
636 \end_inset
637
638 .
639 \end_layout
640
641 \begin_layout Standard
642 The TeX-mode
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@TeX-mode
648 \end_layout
649
650 \end_inset
651
652  is invoked by pressing the toolbar button 
653 \begin_inset Graphics
654         filename ../images/ert-insert.png
655         scale 85
656
657 \end_inset
658
659  or by using the menu 
660 \family sans
661 Insert\SpecialChar \menuseparator
662 Te
663 \begin_inset ERT
664 status collapsed
665
666 \begin_layout Plain Layout
667
668 {}
669 \end_layout
670
671 \end_inset
672
673 X Code
674 \family default
675  (shortcut 
676 \begin_inset Info
677 type  "shortcut"
678 arg   "ert-insert"
679 \end_inset
680
681 ).
682 \begin_inset Note Note
683 status collapsed
684
685 \begin_layout Plain Layout
686 In LyX there are three 
687 \begin_inset Quotes eld
688 \end_inset
689
690 proper names
691 \begin_inset Quotes erd
692 \end_inset
693
694  that appear in the output with sub- and superscript letters: TeX, LaTeX
695  and LyX
696 \end_layout
697
698 \begin_layout Plain Layout
699 To avoid that these names are recognized as proper names, a TeX-brace pair
700  is inserted.
701 \end_layout
702
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 To change the LaTeX-preamble
710 \begin_inset Index idx
711 status collapsed
712
713 \begin_layout Plain Layout
714 L@LaTeX-preamble
715 \end_layout
716
717 \end_inset
718
719 , use the menu 
720 \family sans
721 Document\SpecialChar \menuseparator
722 Settings\SpecialChar \menuseparator
723 LaT
724 \begin_inset ERT
725 status collapsed
726
727 \begin_layout Plain Layout
728
729 {}
730 \end_layout
731
732 \end_inset
733
734 eX
735 \family default
736  
737 \family sans
738 Preamble
739 \family default
740 .
741 \end_layout
742
743 \begin_layout Standard
744 To edit matrices, case differentiations and multiline formulas subsequently,
745  the menus 
746 \family sans
747 Edit\SpecialChar \menuseparator
748 Math
749 \family default
750  and 
751 \family sans
752 Edit\SpecialChar \menuseparator
753 Rows
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 &
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 Columns,
762 \family default
763  or the 
764 \family sans
765 table toolbar
766 \family default
767  can be used.
768  When lines and columns are swapped via the menu, the column or line where
769  the cursor is in is exchanged with the column to the right or the line
770  below, respectively.
771  Is the cursor in the last column or row, the exchange is done with the
772  column to the left or the line above.
773 \end_layout
774
775 \begin_layout Standard
776 To write text in formulas
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 For multiline formulas the command 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  is used, see 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-multiline"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  
800 \emph on
801 mathematical text
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in formulas
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematical text
819 \end_layout
820
821 \end_inset
822
823  is used.
824  This mode is invoked with the shortcut 
825 \begin_inset Info
826 type  "shortcut"
827 arg   "font-default"
828 \end_inset
829
830  or by the insertion of the command 
831 \series bold
832
833 \backslash
834 text
835 \series default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 Commands ! T ! 
842 \backslash
843 text
844 \end_layout
845
846 \end_inset
847
848 .
849  The text appears black in LyX and can therefore be distinguished from the
850  other formula parts that appear blue.
851  In the output mathematical text is set upright, in contrary to other formula
852  parts.
853 \end_layout
854
855 \begin_layout Subsection*
856 Command Scheme
857 \end_layout
858
859 \begin_layout Standard
860 Most of the LaTeX-commands for math constructs have the following scheme:
861 \end_layout
862
863 \begin_layout Standard
864
865 \series bold
866
867 \backslash
868 commandname[optional
869 \series default
870  
871 \series bold
872 argument]{required
873 \series default
874  
875 \series bold
876 argument}
877 \end_layout
878
879 \begin_layout Standard
880 A command starts always with a backslash 
881 \begin_inset Quotes gld
882 \end_inset
883
884
885 \series bold
886
887 \backslash
888
889 \series default
890
891 \begin_inset Quotes grd
892 \end_inset
893
894 .
895  To omit optional arguments, also omit the associated brackets.
896  The braces around the required arguments are named in this document as
897  TeX-braces
898 \begin_inset Index idx
899 status collapsed
900
901 \begin_layout Plain Layout
902 T@TeX-braces
903 \end_layout
904
905 \end_inset
906
907 .
908  If you add in a formula a left brace to a command name, LyX creates automatical
909 ly a TeX-brace.
910  In all other cases TeX-braces are created in formulas with the command
911  
912 \series bold
913
914 \backslash
915 {
916 \series default
917 .
918  TeX-braces appear red in LyX, in contrary to normal braces that appear
919  blue.
920  In TeX-mode no command is needed to get TeX-braces.
921  TeX-braces don't appear in the output.
922 \end_layout
923
924 \begin_layout Standard
925 When commands without arguments, like commands for symbols are entered in
926  TeX-mode, a space character must 
927 \emph on
928 always
929 \emph default
930  be behind the command to end it.
931  This space doesn't appear in the output.
932  When the space should appear in the output, the space must be followed
933  by a protected space in normal text.
934 \end_layout
935
936 \begin_layout Standard
937 A protected space is inserted with 
938 \begin_inset Info
939 type  "shortcut"
940 arg   "space-insert protected"
941 \end_inset
942
943 .
944 \end_layout
945
946 \begin_layout Subsection*
947 \begin_inset Newpage newpage
948 \end_inset
949
950 Syntax Explanation
951 \end_layout
952
953 \begin_layout Itemize
954 The symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 This visible space character can be created with the command 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Commands ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , inserted in TeX-mode.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 spce 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 denotes a space character to be input.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 An arrow like 
1004 \begin_inset Formula $\to$
1005 \end_inset
1006
1007  denotes the usage of the corresponding arrow key on the keyboard.
1008 \end_layout
1009
1010 \begin_layout Subsection*
1011 Available units
1012 \end_layout
1013
1014 \begin_layout Standard
1015 \align center
1016 \begin_inset Float table
1017 placement H
1018 wide false
1019 sideways false
1020 status open
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Caption
1025
1026 \begin_layout Plain Layout
1027 \begin_inset CommandInset label
1028 LatexCommand label
1029 name "tab:Available-units"
1030
1031 \end_inset
1032
1033 Available units
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \align center
1043 \begin_inset Tabular
1044 <lyxtabular version="3" rows="13" columns="2">
1045 <features tabularvalignment="middle">
1046 <column alignment="center" valignment="top" width="0">
1047 <column alignment="center" valignment="top" width="0">
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 Unit
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Name / Description
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 mm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Millimeter
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 cm
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Centimeter
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 in
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 Inch (1
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 in = 2,54
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 cm)
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 </row>
1136 <row>
1137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1138 \begin_inset Text
1139
1140 \begin_layout Plain Layout
1141 pt
1142 \end_layout
1143
1144 \end_inset
1145 </cell>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 Point (72.27
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 pt = 1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 in)
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 pc
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 Pica (1
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pc = 12
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pt)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 sp
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 scaled point (65536
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 sp = 1
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 pt)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 bp
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 big point (72
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 bp = 1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 in)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 dd
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 Didot (1
1263 \begin_inset space \thinspace{}
1264 \end_inset
1265
1266 dd 
1267 \begin_inset Formula $\approx$
1268 \end_inset
1269
1270  0.376
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 mm)
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 </row>
1280 <row>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Plain Layout
1285 cc
1286 \end_layout
1287
1288 \end_inset
1289 </cell>
1290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1291 \begin_inset Text
1292
1293 \begin_layout Plain Layout
1294 Cicero (1
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 cc = 12
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 dd)
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 ex
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 Height of letter 
1323 \emph on
1324
1325 \begin_inset Quotes eld
1326 \end_inset
1327
1328 x
1329 \emph default
1330
1331 \begin_inset Quotes erd
1332 \end_inset
1333
1334  in the current font
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 em
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 width of letter 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358
1359 \emph on
1360 M
1361 \emph default
1362
1363 \begin_inset Quotes erd
1364 \end_inset
1365
1366  in the current font
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 <row>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 mu
1378 \end_layout
1379
1380 \end_inset
1381 </cell>
1382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1383 \begin_inset Text
1384
1385 \begin_layout Plain Layout
1386 math unit (1
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 mu = 
1391 \begin_inset Formula $\nicefrac{1}{18}$
1392 \end_inset
1393
1394
1395 \begin_inset space \thinspace{}
1396 \end_inset
1397
1398 em)
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 </row>
1404 </lyxtabular>
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \begin_layout Standard
1417 \begin_inset Newpage newpage
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \begin_layout Section
1424 Basic Functions
1425 \end_layout
1426
1427 \begin_layout Subsection
1428 Exponents
1429 \begin_inset Index idx
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 Exponents
1434 \end_layout
1435
1436 \end_inset
1437
1438  and Indices
1439 \begin_inset Index idx
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443 Indices
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \begin_inset Index idx
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453 Superscripts|see
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 {
1460 \end_layout
1461
1462 \end_inset
1463
1464 Exponents
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 }
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \begin_inset Index idx
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485 Subscripts|see
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 {
1492 \end_layout
1493
1494 \end_inset
1495
1496 Indices
1497 \begin_inset ERT
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501
1502 }
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \begin_layout Standard
1516 Indices are created with an underscore 
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520 _
1521 \begin_inset Quotes erd
1522 \end_inset
1523
1524  or via the math toolbar button 
1525 \begin_inset Graphics
1526         filename ../images/math-subscript.png
1527         scale 85
1528
1529 \end_inset
1530
1531  , exponents with a caret 
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 ^
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  or via the math toolbar button 
1540 \begin_inset Graphics
1541         filename ../images/math-superscript.png
1542         scale 85
1543
1544 \end_inset
1545
1546 .
1547 \end_layout
1548
1549 \begin_layout Standard
1550 \align center
1551 \begin_inset Tabular
1552 <lyxtabular version="3" rows="4" columns="2">
1553 <features tabularvalignment="middle">
1554 <column alignment="center" valignment="top" width="0pt">
1555 <column alignment="center" valignment="top" width="0pt">
1556 <row>
1557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 command
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1567 \begin_inset Text
1568
1569 \begin_layout Plain Layout
1570 Result
1571 \begin_inset Note Note
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575
1576 \series bold
1577
1578 \backslash
1579 raisebox
1580 \series default
1581  is only used as spacer.
1582 \end_layout
1583
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 B_V
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $B_{V}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 B^V
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1626 \begin_inset Text
1627
1628 \begin_layout Plain Layout
1629 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636 </cell>
1637 </row>
1638 <row>
1639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1640 \begin_inset Text
1641
1642 \begin_layout Plain Layout
1643 B^
1644 \begin_inset ERT
1645 status collapsed
1646
1647 \begin_layout Plain Layout
1648
1649
1650 \backslash
1651 spce 
1652 \end_layout
1653
1654 \end_inset
1655
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1666 \end_inset
1667
1668
1669 \end_layout
1670
1671 \end_inset
1672 </cell>
1673 </row>
1674 </lyxtabular>
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \begin_layout Standard
1682 As the caret is in some languages an accent, vowels will be accentuated
1683  in this case and not set as exponents
1684 \begin_inset Foot
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688 Depending on the used keyboard settings this can also happen for other character
1689 s than vowels.
1690 \end_layout
1691
1692 \end_inset
1693
1694 .
1695  To get in this case exponents, press 
1696 \family sans
1697 Space
1698 \family default
1699  after the caret as in the last example.
1700 \end_layout
1701
1702 \begin_layout Subsection
1703 Fractions
1704 \begin_inset CommandInset label
1705 LatexCommand label
1706 name "sub:Fractions"
1707
1708 \end_inset
1709
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Fractions
1716 \end_layout
1717
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Fractions are generated with the command 
1725 \series bold
1726
1727 \backslash
1728 frac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Commands ! F ! 
1736 \backslash
1737 frac
1738 \end_layout
1739
1740 \end_inset
1741
1742  or via the math toolbar button 
1743 \begin_inset Graphics
1744         filename ../images/math/frac.png
1745         scale 50
1746
1747 \end_inset
1748
1749 .
1750  The font size is adjusted automatically, depending on whether the fraction
1751  is in an inline or display style formula.
1752  With the math toolbar button 
1753 \begin_inset Graphics
1754         filename ../images/math/frac-square.png
1755         scale 85
1756
1757 \end_inset
1758
1759  you can select different fraction types.
1760 \end_layout
1761
1762 \begin_layout Standard
1763 With the command 
1764 \series bold
1765
1766 \backslash
1767 dfrac
1768 \series default
1769
1770 \begin_inset Index idx
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 Commands ! D ! 
1775 \backslash
1776 dfrac
1777 \end_layout
1778
1779 \end_inset
1780
1781  a fraction can be created that has in any case the size of a display style
1782  formula.
1783  With 
1784 \series bold
1785
1786 \backslash
1787 tfrac
1788 \series default
1789
1790 \begin_inset Index idx
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794 Commands ! T ! 
1795 \backslash
1796 tfrac
1797 \end_layout
1798
1799 \end_inset
1800
1801  the fraction appears always with the size of an inline formula.
1802  An example:
1803 \end_layout
1804
1805 \begin_layout Standard
1806 A line with the fraction 
1807 \begin_inset Formula $\frac{1}{2}$
1808 \end_inset
1809
1810  that was created with the command 
1811 \series bold
1812
1813 \backslash
1814 frac
1815 \series default
1816 .
1817 \end_layout
1818
1819 \begin_layout Standard
1820 A line with the fraction 
1821 \begin_inset Formula $\dfrac{1}{2}$
1822 \end_inset
1823
1824  that was created with the command 
1825 \series bold
1826
1827 \backslash
1828 dfrac
1829 \series default
1830 .
1831 \end_layout
1832
1833 \begin_layout Standard
1834 \align center
1835 \begin_inset Tabular
1836 <lyxtabular version="3" rows="4" columns="2">
1837 <features tabularvalignment="middle">
1838 <column alignment="center" valignment="top" width="0pt">
1839 <column alignment="center" valignment="top" width="0pt">
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845 Command
1846 \end_layout
1847
1848 \end_inset
1849 </cell>
1850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 Result
1855 \begin_inset Note Note
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860 \series bold
1861
1862 \backslash
1863 raisebox
1864 \series default
1865  is only used as spacer.
1866 \end_layout
1867
1868 \end_inset
1869
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \backslash
1883 frac
1884 \begin_inset ERT
1885 status collapsed
1886
1887 \begin_layout Plain Layout
1888
1889
1890 \backslash
1891 spce 
1892 \end_layout
1893
1894 \end_inset
1895
1896 A
1897 \begin_inset Formula $\downarrow$
1898 \end_inset
1899
1900 B
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \backslash
1925 dfrac
1926 \begin_inset ERT
1927 status collapsed
1928
1929 \begin_layout Plain Layout
1930
1931
1932 \backslash
1933 spce 
1934 \end_layout
1935
1936 \end_inset
1937
1938 A
1939 \begin_inset Formula $\downarrow$
1940 \end_inset
1941
1942 B
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1952 \end_inset
1953
1954
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 </row>
1960 <row>
1961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \backslash
1967 dfrac
1968 \begin_inset ERT
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973
1974 \backslash
1975 spce 
1976 \end_layout
1977
1978 \end_inset
1979
1980 e^
1981 \begin_inset ERT
1982 status collapsed
1983
1984 \begin_layout Plain Layout
1985
1986
1987 \backslash
1988 spce 
1989 \end_layout
1990
1991 \end_inset
1992
1993
1994 \backslash
1995 frac
1996 \begin_inset ERT
1997 status collapsed
1998
1999 \begin_layout Plain Layout
2000
2001
2002 \backslash
2003 spce 
2004 \end_layout
2005
2006 \end_inset
2007
2008 1
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 2
2013 \begin_inset Formula $\downarrow\downarrow$
2014 \end_inset
2015
2016 3
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 </row>
2034 </lyxtabular>
2035
2036 \end_inset
2037
2038
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace bigskip
2043 \end_inset
2044
2045
2046 \begin_inset Newpage newpage
2047 \end_inset
2048
2049 For nested fractions the command 
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055
2056 \begin_inset Index idx
2057 status collapsed
2058
2059 \begin_layout Plain Layout
2060 Commands ! C ! 
2061 \backslash
2062 cfrac
2063 \end_layout
2064
2065 \end_inset
2066
2067  can be used.
2068  Here is an example:
2069 \begin_inset VSpace -3mm
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \begin_inset Formula \begin{align*}
2077 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2078 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2079 \end{align*}
2080
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \begin_layout Standard
2087 The command for the example above is:
2088 \end_layout
2089
2090 \begin_layout Standard
2091
2092 \series bold
2093
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 spce 
2104 \end_layout
2105
2106 \end_inset
2107
2108 A
2109 \begin_inset Formula $\downarrow$
2110 \end_inset
2111
2112 B+
2113 \backslash
2114 cfrac
2115 \begin_inset ERT
2116 status collapsed
2117
2118 \begin_layout Plain Layout
2119
2120
2121 \backslash
2122 spce 
2123 \end_layout
2124
2125 \end_inset
2126
2127 C+
2128 \backslash
2129 cfrac
2130 \begin_inset ERT
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134
2135
2136 \backslash
2137 spce 
2138 \end_layout
2139
2140 \end_inset
2141
2142 E
2143 \begin_inset Formula $\downarrow$
2144 \end_inset
2145
2146 F
2147 \begin_inset Formula $\downarrow$
2148 \end_inset
2149
2150 D
2151 \end_layout
2152
2153 \begin_layout Standard
2154 \begin_inset VSpace medskip
2155 \end_inset
2156
2157
2158 \end_layout
2159
2160 \begin_layout Standard
2161
2162 \series bold
2163
2164 \backslash
2165 cfrac
2166 \series default
2167  sets the fraction always in the size of a displayed formula, also when
2168  it is part of another fraction.
2169 \end_layout
2170
2171 \begin_layout Standard
2172 It is possible to specify the alignment of the numerator.
2173  The command 
2174 \series bold
2175
2176 \backslash
2177 cfracleft
2178 \series default
2179  is used to left align it, the command 
2180 \series bold
2181
2182 \backslash
2183 cfracright
2184 \series default
2185  to right-align it.
2186  
2187 \series bold
2188
2189 \backslash
2190 cfrac
2191 \series default
2192  centers the numerator.
2193  These fractions demonstrate the different alignments:
2194 \end_layout
2195
2196 \begin_layout Standard
2197 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2198 \end_inset
2199
2200
2201 \begin_inset Formula $\cfrac{A}{B+C}$
2202 \end_inset
2203
2204
2205 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2206 \end_inset
2207
2208
2209 \end_layout
2210
2211 \begin_layout Standard
2212 \begin_inset Note Greyedout
2213 status open
2214
2215 \begin_layout Plain Layout
2216
2217 \series bold
2218 Note:
2219 \series default
2220  
2221 \series bold
2222
2223 \backslash
2224 cfracleft
2225 \series default
2226  and 
2227 \series bold
2228
2229 \backslash
2230 cfracright
2231 \series default
2232  are no real LaTeX commands but represent the command 
2233 \series bold
2234
2235 \backslash
2236 cfrac[alignment]{numerator}{denominator}
2237 \series default
2238  .
2239  Therefore you cannot use them in TeX code.
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 \begin_inset VSpace medskip
2249 \end_inset
2250
2251 It is often advantageous to combine 
2252 \series bold
2253
2254 \backslash
2255 cfrac
2256 \series default
2257  and 
2258 \series bold
2259
2260 \backslash
2261 frac
2262 \series default
2263 :
2264 \begin_inset Formula \[
2265 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2266
2267 \end_inset
2268
2269
2270 \end_layout
2271
2272 \begin_layout Standard
2273 For inline fractions with a sloped fraction stroke you can use the command
2274  
2275 \series bold
2276
2277 \backslash
2278 nicefrac
2279 \series default
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 Commands ! N ! 
2286 \backslash
2287 nicefrac
2288 \end_layout
2289
2290 \end_inset
2291
2292
2293 \begin_inset Formula $\nicefrac{5}{31}$
2294 \end_inset
2295
2296  or 
2297 \series bold
2298
2299 \backslash
2300 unitfrac
2301 \series default
2302
2303 \begin_inset Index idx
2304 status collapsed
2305
2306 \begin_layout Plain Layout
2307 Commands ! U ! 
2308 \backslash
2309 unitfrac
2310 \end_layout
2311
2312 \end_inset
2313
2314
2315 \begin_inset Formula $\unitfrac{5}{31}$
2316 \end_inset
2317
2318  There is furthermore the command 
2319 \series bold
2320
2321 \backslash
2322 unitfracthree
2323 \series default
2324  that offers to write a fraction in combination with a number: 
2325 \begin_inset Formula $\unitfrac[2]{1}{3}$
2326 \end_inset
2327
2328
2329 \end_layout
2330
2331 \begin_layout Standard
2332 \begin_inset Note Greyedout
2333 status open
2334
2335 \begin_layout Plain Layout
2336
2337 \series bold
2338 Note:
2339 \series default
2340  
2341 \series bold
2342
2343 \backslash
2344 unitfracthree
2345 \series default
2346  is not a real LaTeX command but the command
2347 \begin_inset Newline newline
2348 \end_inset
2349
2350
2351 \series bold
2352
2353 \backslash
2354 unitfrac[number]{numerator}{denominator}
2355 \series default
2356  .
2357  Therefore you cannot use it in TeX code.
2358 \end_layout
2359
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \begin_layout Standard
2366 How to define own fractions where the fraction stroke can be changed, is
2367  explained in 
2368 \begin_inset CommandInset ref
2369 LatexCommand ref
2370 reference "sub:Self-defined-Fractions"
2371
2372 \end_inset
2373
2374 .
2375 \end_layout
2376
2377 \begin_layout Subsection
2378 Roots
2379 \begin_inset Index idx
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 Roots
2384 \end_layout
2385
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \begin_layout Standard
2392 Square roots are created with 
2393 \series bold
2394
2395 \backslash
2396 sqrt
2397 \series default
2398
2399 \begin_inset Index idx
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 Commands ! S ! 
2404 \backslash
2405 sqrt
2406 \end_layout
2407
2408 \end_inset
2409
2410  or the math toolbar button 
2411 \begin_inset Graphics
2412         filename ../images/math/sqrt.png
2413         scale 85
2414
2415 \end_inset
2416
2417 , all other roots with the command 
2418 \series bold
2419
2420 \backslash
2421 root
2422 \series default
2423
2424 \begin_inset Index idx
2425 status collapsed
2426
2427 \begin_layout Plain Layout
2428 Commands ! R ! 
2429 \backslash
2430 root
2431 \end_layout
2432
2433 \end_inset
2434
2435  or with the math toolbar button 
2436 \begin_inset Graphics
2437         filename ../images/math/root.png
2438         scale 85
2439
2440 \end_inset
2441
2442 .
2443 \end_layout
2444
2445 \begin_layout Standard
2446 \align center
2447 \begin_inset Tabular
2448 <lyxtabular version="3" rows="3" columns="2">
2449 <features tabularvalignment="middle">
2450 <column alignment="center" valignment="top" width="0pt">
2451 <column alignment="center" valignment="top" width="0pt">
2452 <row>
2453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Plain Layout
2457 Command
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466 Result
2467 \begin_inset Note Note
2468 status collapsed
2469
2470 \begin_layout Plain Layout
2471
2472 \series bold
2473
2474 \backslash
2475 raisebox
2476 \series default
2477  is only used as spacer.
2478 \end_layout
2479
2480 \end_inset
2481
2482
2483 \end_layout
2484
2485 \end_inset
2486 </cell>
2487 </row>
2488 <row>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493
2494 \backslash
2495 sqrt
2496 \begin_inset ERT
2497 status collapsed
2498
2499 \begin_layout Plain Layout
2500
2501
2502 \backslash
2503 spce 
2504 \end_layout
2505
2506 \end_inset
2507
2508 A-B
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2518 \end_inset
2519
2520
2521 \end_layout
2522
2523 \end_inset
2524 </cell>
2525 </row>
2526 <row>
2527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2528 \begin_inset Text
2529
2530 \begin_layout Plain Layout
2531
2532 \backslash
2533 root
2534 \begin_inset ERT
2535 status collapsed
2536
2537 \begin_layout Plain Layout
2538
2539
2540 \backslash
2541 spce 
2542 \end_layout
2543
2544 \end_inset
2545
2546 3
2547 \begin_inset Formula $\downarrow$
2548 \end_inset
2549
2550 A-B
2551 \end_layout
2552
2553 \end_inset
2554 </cell>
2555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2556 \begin_inset Text
2557
2558 \begin_layout Plain Layout
2559 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2560 \end_inset
2561
2562
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 </row>
2568 </lyxtabular>
2569
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Standard
2576 A square root can also be created with 
2577 \series bold
2578
2579 \backslash
2580 root
2581 \series default
2582  when the root index field is left empty.
2583 \end_layout
2584
2585 \begin_layout Standard
2586 With certain indices the distance to the root is too small, like in this
2587  formula: 
2588 \begin_inset Formula $\sqrt[\beta]{B}$
2589 \end_inset
2590
2591
2592 \begin_inset Newline newline
2593 \end_inset
2594
2595 The 
2596 \begin_inset Formula $\beta$
2597 \end_inset
2598
2599  touches the root.
2600  To avoid this, the commands 
2601 \series bold
2602
2603 \backslash
2604 leftroot
2605 \series default
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Commands ! L ! 
2612 \backslash
2613 leftroot
2614 \end_layout
2615
2616 \end_inset
2617
2618  and 
2619 \series bold
2620
2621 \backslash
2622 uproot
2623 \series default
2624
2625 \begin_inset Index idx
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Commands ! U ! 
2630 \backslash
2631 uproot
2632 \end_layout
2633
2634 \end_inset
2635
2636  are used with the following scheme:
2637 \end_layout
2638
2639 \begin_layout Standard
2640
2641 \series bold
2642
2643 \backslash
2644 leftroot{distance}
2645 \series default
2646  and 
2647 \series bold
2648
2649 \backslash
2650 uproot{distance}
2651 \end_layout
2652
2653 \begin_layout Standard
2654 Distance is the number of Big Points (unit bp; 
2655 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2656 \end_inset
2657
2658 ), that the index should be moved to the left or top, resp..
2659  The commands are written to the index.
2660  This way the command
2661 \begin_inset Newline newline
2662 \end_inset
2663
2664
2665 \series bold
2666
2667 \backslash
2668 root
2669 \backslash
2670 leftroot{-1
2671 \begin_inset Formula $\to$
2672 \end_inset
2673
2674
2675 \backslash
2676 uproot{2
2677 \begin_inset Formula $\to$
2678 \end_inset
2679
2680
2681 \backslash
2682 beta
2683 \begin_inset ERT
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687
2688
2689 \backslash
2690 spce 
2691 \end_layout
2692
2693 \end_inset
2694
2695
2696 \begin_inset Formula $\to$
2697 \end_inset
2698
2699 B
2700 \begin_inset Newline newline
2701 \end_inset
2702
2703
2704 \series default
2705 produces a correct typeset formula: 
2706 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2707 \end_inset
2708
2709
2710 \end_layout
2711
2712 \begin_layout Subsection
2713 Binomial Coefficients
2714 \begin_inset Index idx
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Binomial coefficients
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Standard
2727 Binomial coefficients are inserted with the command 
2728 \series bold
2729
2730 \backslash
2731 binom
2732 \series default
2733
2734 \begin_inset Index idx
2735 status collapsed
2736
2737 \begin_layout Plain Layout
2738 Commands ! B ! 
2739 \backslash
2740 binom
2741 \end_layout
2742
2743 \end_inset
2744
2745  or with the submenu of the math toolbar button 
2746 \begin_inset Graphics
2747         filename ../images/math/frac-square.png
2748         scale 85
2749
2750 \end_inset
2751
2752 .
2753  Analog to fractions (
2754 \series bold
2755
2756 \backslash
2757 frac
2758 \series default
2759 ) there are besides 
2760 \series bold
2761
2762 \backslash
2763 binom
2764 \series default
2765  the commands 
2766 \series bold
2767
2768 \backslash
2769 dbinom
2770 \series default
2771
2772 \begin_inset Index idx
2773 status collapsed
2774
2775 \begin_layout Plain Layout
2776 Commands ! D ! 
2777 \backslash
2778 dbinom
2779 \end_layout
2780
2781 \end_inset
2782
2783  and 
2784 \series bold
2785
2786 \backslash
2787 tbinom
2788 \series default
2789
2790 \begin_inset Index idx
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Commands ! T ! 
2795 \backslash
2796 tbinom
2797 \end_layout
2798
2799 \end_inset
2800
2801 .
2802  For other brackets around binomial coeficients there are the commands 
2803 \series bold
2804
2805 \backslash
2806 brace
2807 \series default
2808
2809 \begin_inset Index idx
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 Commands ! B ! 
2814 \backslash
2815 brace
2816 \end_layout
2817
2818 \end_inset
2819
2820  and 
2821 \series bold
2822
2823 \backslash
2824 brack
2825 \series default
2826
2827 \begin_inset Index idx
2828 status collapsed
2829
2830 \begin_layout Plain Layout
2831 Commands ! B ! 
2832 \backslash
2833 brack
2834 \end_layout
2835
2836 \end_inset
2837
2838 .
2839 \end_layout
2840
2841 \begin_layout Standard
2842 \align center
2843 \begin_inset Tabular
2844 <lyxtabular version="3" rows="6" columns="2">
2845 <features tabularvalignment="middle">
2846 <column alignment="center" valignment="top" width="0pt">
2847 <column alignment="center" valignment="top" width="0pt">
2848 <row>
2849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2850 \begin_inset Text
2851
2852 \begin_layout Plain Layout
2853 Command
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862 Result
2863 \begin_inset Note Note
2864 status collapsed
2865
2866 \begin_layout Plain Layout
2867
2868 \series bold
2869
2870 \backslash
2871 raisebox
2872 \series default
2873  is only used as spacer.
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 </row>
2884 <row>
2885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889
2890 \backslash
2891 binom
2892 \begin_inset ERT
2893 status collapsed
2894
2895 \begin_layout Plain Layout
2896
2897
2898 \backslash
2899 spce 
2900 \end_layout
2901
2902 \end_inset
2903
2904 A
2905 \begin_inset Formula $\downarrow$
2906 \end_inset
2907
2908 B
2909 \end_layout
2910
2911 \end_inset
2912 </cell>
2913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2914 \begin_inset Text
2915
2916 \begin_layout Plain Layout
2917 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 </row>
2926 <row>
2927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \backslash
2933 dbinom
2934 \begin_inset ERT
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938
2939
2940 \backslash
2941 spce 
2942 \end_layout
2943
2944 \end_inset
2945
2946 A
2947 \begin_inset Formula $\downarrow$
2948 \end_inset
2949
2950 B
2951 \end_layout
2952
2953 \end_inset
2954 </cell>
2955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2956 \begin_inset Text
2957
2958 \begin_layout Plain Layout
2959 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 </row>
2968 <row>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973
2974 \backslash
2975 tbinom
2976 \begin_inset ERT
2977 status collapsed
2978
2979 \begin_layout Plain Layout
2980
2981
2982 \backslash
2983 spce 
2984 \end_layout
2985
2986 \end_inset
2987
2988 A
2989 \begin_inset Formula $\downarrow$
2990 \end_inset
2991
2992 B
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \backslash
3017 brack
3018 \begin_inset ERT
3019 status collapsed
3020
3021 \begin_layout Plain Layout
3022
3023
3024 \backslash
3025 spce 
3026 \end_layout
3027
3028 \end_inset
3029
3030 A
3031 \begin_inset Formula $\downarrow$
3032 \end_inset
3033
3034 B
3035 \end_layout
3036
3037 \end_inset
3038 </cell>
3039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 </row>
3052 <row>
3053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057
3058 \backslash
3059 brace
3060 \begin_inset ERT
3061 status collapsed
3062
3063 \begin_layout Plain Layout
3064
3065
3066 \backslash
3067 spce 
3068 \end_layout
3069
3070 \end_inset
3071
3072 A
3073 \begin_inset Formula $\downarrow$
3074 \end_inset
3075
3076 B
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 </row>
3094 </lyxtabular>
3095
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Subsection
3102 Case Differentiations
3103 \begin_inset Index idx
3104 status collapsed
3105
3106 \begin_layout Plain Layout
3107 Case differentiations 
3108 \end_layout
3109
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \begin_layout Standard
3116 \align center
3117 \begin_inset Tabular
3118 <lyxtabular version="3" rows="3" columns="2">
3119 <features tabularvalignment="middle">
3120 <column alignment="center" valignment="top" width="0pt">
3121 <column alignment="center" valignment="top" width="0pt">
3122 <row>
3123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127 Command
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 Result
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \backslash
3149 cases
3150 \begin_inset ERT
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154
3155
3156 \backslash
3157 spce 
3158 \end_layout
3159
3160 \end_inset
3161
3162 A
3163 \begin_inset Formula $\to$
3164 \end_inset
3165
3166 B>0
3167 \begin_inset Index idx
3168 status collapsed
3169
3170 \begin_layout Plain Layout
3171 Commands ! C ! 
3172 \backslash
3173 cases
3174 \end_layout
3175
3176 \end_inset
3177
3178
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\begin{cases}
3188 A & B>0\end{cases}$
3189 \end_inset
3190
3191
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \backslash
3204 cases
3205 \begin_inset ERT
3206 status collapsed
3207
3208 \begin_layout Plain Layout
3209
3210
3211 \backslash
3212 spce 
3213 \end_layout
3214
3215 \end_inset
3216
3217
3218 \begin_inset Info
3219 type  "shortcut"
3220 arg   "newline-insert newline"
3221 \end_inset
3222
3223
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232 \begin_inset Formula $\begin{cases}
3233 A & \textrm{for }x>0\\
3234 B & \textrm{for }x=0
3235 \end{cases}$
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 </lyxtabular>
3245
3246 \end_inset
3247
3248
3249 \end_layout
3250
3251 \begin_layout Standard
3252 After inserting 
3253 \series bold
3254
3255 \backslash
3256 cases
3257 \series default
3258  or the usage of the math toolbar button 
3259 \begin_inset Graphics
3260         filename ../images/math/cases.png
3261         scale 85
3262
3263 \end_inset
3264
3265  you can create new lines with the shortcut 
3266 \begin_inset Info
3267 type  "shortcut"
3268 arg   "newline-insert newline"
3269 \end_inset
3270
3271  or the table toolbar button 
3272 \begin_inset Graphics
3273         filename ../images/tabular-feature_append-row.png
3274         scale 85
3275
3276 \end_inset
3277
3278 .
3279 \end_layout
3280
3281 \begin_layout Standard
3282 The command 
3283 \series bold
3284
3285 \backslash
3286 cases
3287 \series default
3288  is also available via the menu 
3289 \family sans
3290 Insert\SpecialChar \menuseparator
3291 Math\SpecialChar \menuseparator
3292 Cases-Environment
3293 \family default
3294 .
3295 \end_layout
3296
3297 \begin_layout Subsection
3298 Negations
3299 \begin_inset Index idx
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 Negations
3304 \end_layout
3305
3306 \end_inset
3307
3308
3309 \end_layout
3310
3311 \begin_layout Standard
3312 By inserting of 
3313 \series bold
3314
3315 \backslash
3316 not
3317 \series default
3318
3319 \begin_inset Index idx
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 Commands ! N ! 
3324 \backslash
3325 not
3326 \end_layout
3327
3328 \end_inset
3329
3330  every character can be displayed canceled.
3331  The characters are quasi accentuated by a slash.
3332 \end_layout
3333
3334 \begin_layout Standard
3335 \align center
3336 \begin_inset Tabular
3337 <lyxtabular version="3" rows="4" columns="2">
3338 <features tabularvalignment="middle">
3339 <column alignment="center" valignment="top" width="0pt">
3340 <column alignment="center" valignment="top" width="0pt">
3341 <row>
3342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 Command
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 Result
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 </row>
3361 <row>
3362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366
3367 \backslash
3368 not=
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 \begin_inset Formula $\not=$
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \backslash
3393 not 
3394 \backslash
3395 le
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 \begin_inset Formula $\not\le$
3405 \end_inset
3406
3407
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \backslash
3420 not 
3421 \backslash
3422 parallel
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431 \begin_inset Formula $\not\parallel$
3432 \end_inset
3433
3434
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 </row>
3440 </lyxtabular>
3441
3442 \end_inset
3443
3444
3445 \end_layout
3446
3447 \begin_layout Standard
3448 The last example shows, that not all negations look good.
3449  Therefore there are for some negations special commands (see 
3450 \begin_inset CommandInset ref
3451 LatexCommand ref
3452 reference "sub:Mathematical-Symbols"
3453
3454 \end_inset
3455
3456  and 
3457 \begin_inset CommandInset ref
3458 LatexCommand ref
3459 reference "sec:Relations"
3460
3461 \end_inset
3462
3463 ).
3464 \end_layout
3465
3466 \begin_layout Subsection
3467 Placeholders
3468 \begin_inset CommandInset label
3469 LatexCommand label
3470 name "sub:Placeholders"
3471
3472 \end_inset
3473
3474
3475 \begin_inset Index idx
3476 status collapsed
3477
3478 \begin_layout Plain Layout
3479 Placeholders
3480 \end_layout
3481
3482 \end_inset
3483
3484
3485 \begin_inset Index idx
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Chemical characters ! Isotopes
3490 \end_layout
3491
3492 \end_inset
3493
3494
3495 \begin_inset Index idx
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499 Isotopes|see
3500 \begin_inset ERT
3501 status collapsed
3502
3503 \begin_layout Plain Layout
3504
3505 {
3506 \end_layout
3507
3508 \end_inset
3509
3510 Chemical characters
3511 \begin_inset ERT
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515
3516 }
3517 \end_layout
3518
3519 \end_inset
3520
3521
3522 \end_layout
3523
3524 \end_inset
3525
3526
3527 \end_layout
3528
3529 \begin_layout Standard
3530 When displaying e.
3531 \begin_inset space \thinspace{}
3532 \end_inset
3533
3534 g.
3535 \begin_inset space \space{}
3536 \end_inset
3537
3538 isotopes
3539 \begin_inset Foot
3540 status collapsed
3541
3542 \begin_layout Plain Layout
3543 Typesetting isotopes and chemical symbols is described in 
3544 \begin_inset CommandInset ref
3545 LatexCommand ref
3546 reference "sub:Chemical-Symbols-and"
3547
3548 \end_inset
3549
3550 .
3551 \end_layout
3552
3553 \end_inset
3554
3555  the following problem occurs:
3556 \end_layout
3557
3558 \begin_layout Standard
3559 \align center
3560 \begin_inset Tabular
3561 <lyxtabular version="3" rows="2" columns="2">
3562 <features tabularvalignment="middle">
3563 <column alignment="center" valignment="top" width="0pt">
3564 <column alignment="center" valignment="top" width="0pt">
3565 <row>
3566 <cell alignment="center" valignment="top" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 Indices created with sub- and superscripts:
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 </row>
3588 <row>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 correct indices:
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3603 \end_inset
3604
3605
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 </lyxtabular>
3612
3613 \end_inset
3614
3615
3616 \begin_inset Note Note
3617 status collapsed
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622
3623 \backslash
3624 raisebox
3625 \series default
3626  is only used as spacer.
3627 \end_layout
3628
3629 \end_inset
3630
3631
3632 \end_layout
3633
3634 \begin_layout Standard
3635 The shorter index is by default placed below or above the first character
3636  of the longer index.
3637  To avoid this there is the command 
3638 \series bold
3639
3640 \backslash
3641 phantom
3642 \series default
3643
3644 \begin_inset Index idx
3645 status collapsed
3646
3647 \begin_layout Plain Layout
3648 Commands ! P ! 
3649 \backslash
3650 phantom
3651 \end_layout
3652
3653 \end_inset
3654
3655  or the math toolbar button
3656 \begin_inset space \thinspace{}
3657 \end_inset
3658
3659
3660 \begin_inset Foot
3661 status collapsed
3662
3663 \begin_layout Plain Layout
3664 can be found in the submenu of the toolbar button 
3665 \begin_inset Graphics
3666         filename ../images/math/space.png
3667         scale 85
3668
3669 \end_inset
3670
3671
3672 \end_layout
3673
3674 \end_inset
3675
3676  
3677 \begin_inset Graphics
3678         filename ../images/math/phantom.png
3679         scale 85
3680
3681 \end_inset
3682
3683  that creates one or more phantom characters.
3684  When inserting 
3685 \series bold
3686
3687 \backslash
3688 phantom
3689 \series default
3690  a small blue box appears that is superposed with two red arrows.
3691  The arrows indicate that the complete width and height of the box content
3692  will be created as placeholder.
3693  Phantom characters are accordingly placeholders with the size of the characters.
3694 \end_layout
3695
3696 \begin_layout Standard
3697 \align center
3698 \begin_inset Tabular
3699 <lyxtabular version="3" rows="4" columns="2">
3700 <features tabularvalignment="middle">
3701 <column alignment="center" valignment="top" width="0">
3702 <column alignment="center" valignment="top" width="0">
3703 <row>
3704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Command
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Result
3718 \begin_inset Note Note
3719 status collapsed
3720
3721 \begin_layout Plain Layout
3722
3723 \series bold
3724
3725 \backslash
3726 raisebox
3727 \series default
3728  is only used as spacer.
3729 \end_layout
3730
3731 \end_inset
3732
3733
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 ^19
3745 \begin_inset ERT
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750
3751 \backslash
3752 spce 
3753 \end_layout
3754
3755 \end_inset
3756
3757 _
3758 \backslash
3759 phantom
3760 \begin_inset ERT
3761 status collapsed
3762
3763 \begin_layout Plain Layout
3764
3765
3766 \backslash
3767 spce 
3768 \end_layout
3769
3770 \end_inset
3771
3772 1
3773 \begin_inset Formula $\to$
3774 \end_inset
3775
3776 9
3777 \begin_inset ERT
3778 status collapsed
3779
3780 \begin_layout Plain Layout
3781
3782
3783 \backslash
3784 spce 
3785 \end_layout
3786
3787 \end_inset
3788
3789 F
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3799 \end_inset
3800
3801
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 </row>
3807 <row>
3808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 ^235
3813 \begin_inset ERT
3814 status collapsed
3815
3816 \begin_layout Plain Layout
3817
3818
3819 \backslash
3820 spce 
3821 \end_layout
3822
3823 \end_inset
3824
3825 _
3826 \backslash
3827 phantom
3828 \begin_inset ERT
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833
3834 \backslash
3835 spce 
3836 \end_layout
3837
3838 \end_inset
3839
3840 23
3841 \begin_inset Formula $\to$
3842 \end_inset
3843
3844 9
3845 \begin_inset ERT
3846 status collapsed
3847
3848 \begin_layout Plain Layout
3849
3850
3851 \backslash
3852 spce 
3853 \end_layout
3854
3855 \end_inset
3856
3857 F
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3867 \end_inset
3868
3869
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \backslash
3882 Lambda^
3883 \begin_inset ERT
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888
3889 \backslash
3890 spce 
3891 \end_layout
3892
3893 \end_inset
3894
3895
3896 \backslash
3897 phantom
3898 \begin_inset ERT
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902
3903
3904 \backslash
3905 spce 
3906 \end_layout
3907
3908 \end_inset
3909
3910 ii
3911 \begin_inset Formula $\to$
3912 \end_inset
3913
3914 t
3915 \begin_inset ERT
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919
3920
3921 \backslash
3922 spce 
3923 \end_layout
3924
3925 \end_inset
3926
3927 _MMt
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 </lyxtabular>
3946
3947 \end_inset
3948
3949
3950 \end_layout
3951
3952 \begin_layout Standard
3953 Furthermore there are the commands 
3954 \series bold
3955
3956 \backslash
3957 vphantom
3958 \series default
3959
3960 \begin_inset Index idx
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964 Commands ! V ! 
3965 \backslash
3966 vphantom
3967 \end_layout
3968
3969 \end_inset
3970
3971  (toolbar button 
3972 \begin_inset space ~
3973 \end_inset
3974
3975
3976 \begin_inset Graphics
3977         filename ../images/math/vphantom.png
3978         scale 85
3979
3980 \end_inset
3981
3982 ) and 
3983 \series bold
3984
3985 \backslash
3986 hphantom
3987 \series default
3988
3989 \begin_inset Index idx
3990 status collapsed
3991
3992 \begin_layout Plain Layout
3993 Commands ! H ! 
3994 \backslash
3995 hphantom
3996 \end_layout
3997
3998 \end_inset
3999
4000  (toolbar button 
4001 \begin_inset space ~
4002 \end_inset
4003
4004
4005 \begin_inset Graphics
4006         filename ../images/math/hphantom.png
4007         scale 85
4008
4009 \end_inset
4010
4011 ).
4012  
4013 \series bold
4014
4015 \backslash
4016 hphantom
4017 \series default
4018  creates only space for the maximal height of the characters in the box
4019  but not for its width.
4020  
4021 \series bold
4022
4023 \backslash
4024 vphantom
4025 \series default
4026  creates only space for the width of the box content.
4027  Therefore  the boxes of both commands have only one red arrow.
4028 \end_layout
4029
4030 \begin_layout Standard
4031 For example creates 
4032 \series bold
4033
4034 \backslash
4035 vphantom
4036 \series default
4037
4038 \begin_inset ERT
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042
4043
4044 \backslash
4045 spce 
4046 \end_layout
4047
4048 \end_inset
4049
4050
4051 \series bold
4052 a
4053 \backslash
4054 int
4055 \series default
4056  space for the height of the integral sign,
4057 \begin_inset Foot
4058 status collapsed
4059
4060 \begin_layout Plain Layout
4061 The command 
4062 \series bold
4063
4064 \backslash
4065 int
4066 \series default
4067  creates an integral sign, see 
4068 \begin_inset CommandInset ref
4069 LatexCommand ref
4070 reference "sub:Big-Operators"
4071
4072 \end_inset
4073
4074 .
4075 \end_layout
4076
4077 \end_inset
4078
4079  because this is the larger character.
4080  An example application is in 
4081 \begin_inset CommandInset ref
4082 LatexCommand ref
4083 reference "sub:Multiline-Brackets"
4084
4085 \end_inset
4086
4087 .
4088 \end_layout
4089
4090 \begin_layout Standard
4091 Placeholders can also be used for text when it is inserted via the menu
4092  
4093 \family sans
4094 Insert\SpecialChar \menuseparator
4095 Formatting\SpecialChar \menuseparator
4096 Phantom
4097 \family default
4098 :
4099 \end_layout
4100
4101 \begin_layout Standard
4102 This is a sentence.
4103 \begin_inset Newline newline
4104 \end_inset
4105
4106
4107 \begin_inset Phantom Phantom
4108 status open
4109
4110 \begin_layout Plain Layout
4111 This
4112 \end_layout
4113
4114 \end_inset
4115
4116  is a sentence.
4117 \end_layout
4118
4119 \begin_layout Subsection
4120 Lines
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 Lines
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \begin_inset Index idx
4132 status collapsed
4133
4134 \begin_layout Plain Layout
4135 Formula ! underlined
4136 \end_layout
4137
4138 \end_inset
4139
4140
4141 \end_layout
4142
4143 \begin_layout Standard
4144 \align center
4145 \begin_inset Tabular
4146 <lyxtabular version="3" rows="4" columns="2">
4147 <features tabularvalignment="middle">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <row>
4151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 Command
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164 Result
4165 \begin_inset Note Note
4166 status collapsed
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171
4172 \backslash
4173 raisebox
4174 \series default
4175  is only used as spacer.
4176 \end_layout
4177
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \backslash
4193 overline
4194 \begin_inset ERT
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198
4199
4200 \backslash
4201 spce 
4202 \end_layout
4203
4204 \end_inset
4205
4206 A+B
4207 \begin_inset Index idx
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211 Commands ! O ! 
4212 \backslash
4213 overline
4214 \end_layout
4215
4216 \end_inset
4217
4218
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4228 \end_inset
4229
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 </row>
4236 <row>
4237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241
4242 \backslash
4243 underline
4244 \begin_inset ERT
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248
4249
4250 \backslash
4251 spce 
4252 \end_layout
4253
4254 \end_inset
4255
4256 A+B
4257 \begin_inset Index idx
4258 status collapsed
4259
4260 \begin_layout Plain Layout
4261 Commands ! U ! 
4262 \backslash
4263 underline
4264 \end_layout
4265
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4278 \end_inset
4279
4280
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 </row>
4286 <row>
4287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291
4292 \backslash
4293 overline
4294 \begin_inset ERT
4295 status collapsed
4296
4297 \begin_layout Plain Layout
4298
4299
4300 \backslash
4301 spce 
4302 \end_layout
4303
4304 \end_inset
4305
4306
4307 \backslash
4308 underline
4309 \begin_inset ERT
4310 status collapsed
4311
4312 \begin_layout Plain Layout
4313
4314
4315 \backslash
4316 spce 
4317 \end_layout
4318
4319 \end_inset
4320
4321 A+B
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 </lyxtabular>
4340
4341 \end_inset
4342
4343
4344 \end_layout
4345
4346 \begin_layout Standard
4347 In the last example it doesn't matter if first 
4348 \series bold
4349
4350 \backslash
4351 overline
4352 \series default
4353  or 
4354 \series bold
4355
4356 \backslash
4357 underline
4358 \series default
4359  is inserted.
4360 \end_layout
4361
4362 \begin_layout Standard
4363 To double underline e.
4364 \begin_inset space \thinspace{}
4365 \end_inset
4366
4367 g.
4368 \begin_inset space \space{}
4369 \end_inset
4370
4371 results, one uses 
4372 \series bold
4373
4374 \backslash
4375 underline
4376 \series default
4377  twice.
4378 \end_layout
4379
4380 \begin_layout Standard
4381 It is possible to place up to 6 lines above or below characters.
4382 \end_layout
4383
4384 \begin_layout Standard
4385 \begin_inset VSpace bigskip
4386 \end_inset
4387
4388 Custom lines can be created using the command 
4389 \series bold
4390
4391 \backslash
4392 rule
4393 \series default
4394
4395 \begin_inset Index idx
4396 status collapsed
4397
4398 \begin_layout Plain Layout
4399 Commands ! R ! 
4400 \backslash
4401 rule
4402 \end_layout
4403
4404 \end_inset
4405
4406  which has the following scheme:
4407 \end_layout
4408
4409 \begin_layout Standard
4410
4411 \series bold
4412
4413 \backslash
4414 rule[vertical offset]{length}{thickness}
4415 \end_layout
4416
4417 \begin_layout Standard
4418 The optional vertical offset shifts the line upwards (or downwards, when
4419  the value is negative).
4420  The units listed in 
4421 \begin_inset CommandInset ref
4422 LatexCommand ref
4423 reference "tab:Available-units"
4424
4425 \end_inset
4426
4427  can be used for the values.
4428  Here are two example lines created with the commands
4429 \begin_inset Newline newline
4430 \end_inset
4431
4432
4433 \series bold
4434
4435 \backslash
4436 rule[-2ex]{3cm}{2pt}
4437 \series default
4438  and 
4439 \series bold
4440
4441 \backslash
4442 rule{2cm}{1pt}
4443 \series default
4444 :
4445 \end_layout
4446
4447 \begin_layout Standard
4448 This is a sentence 
4449 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4450 \end_inset
4451
4452  with two lines.
4453 \end_layout
4454
4455 \begin_layout Standard
4456
4457 \series bold
4458
4459 \backslash
4460 rule
4461 \series default
4462  can also be used for text when a line is inserted via the menu 
4463 \family sans
4464 Insert\SpecialChar \menuseparator
4465 Formatting\SpecialChar \menuseparator
4466 Horizontal
4467 \begin_inset space ~
4468 \end_inset
4469
4470 Line
4471 \family default
4472 :
4473 \end_layout
4474
4475 \begin_layout Standard
4476 This is a sentence 
4477 \begin_inset CommandInset line
4478 LatexCommand rule
4479 offset "0.5ex"
4480 width "3cm"
4481 height "1pt"
4482
4483 \end_inset
4484
4485  with one line.
4486 \end_layout
4487
4488 \begin_layout Subsection
4489 Ellipses
4490 \begin_inset CommandInset label
4491 LatexCommand label
4492 name "sub:Ellipses"
4493
4494 \end_inset
4495
4496
4497 \begin_inset Index idx
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 Ellipses
4502 \end_layout
4503
4504 \end_inset
4505
4506
4507 \end_layout
4508
4509 \begin_layout Standard
4510 There are different types of ellipses available.
4511 \begin_inset Foot
4512 status collapsed
4513
4514 \begin_layout Plain Layout
4515 In the math toolbar in the submenu of the button 
4516 \begin_inset Graphics
4517         filename ../images/math/ldots.png
4518         scale 85
4519
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \end_inset
4526
4527  For listings dots at the baseline are used (
4528 \series bold
4529
4530 \backslash
4531 ldots
4532 \series default
4533
4534 \begin_inset Index idx
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538 Commands ! L ! 
4539 \backslash
4540 ldots
4541 \end_layout
4542
4543 \end_inset
4544
4545 ), while for operations dots are needed that are on the same height as the
4546  operators (
4547 \series bold
4548
4549 \backslash
4550 cdots
4551 \series default
4552
4553 \begin_inset Index idx
4554 status collapsed
4555
4556 \begin_layout Plain Layout
4557 Commands ! C ! 
4558 \backslash
4559 cdots
4560 \end_layout
4561
4562 \end_inset
4563
4564 ).
4565  When using the command 
4566 \series bold
4567
4568 \backslash
4569 dots
4570 \series default
4571
4572 \begin_inset Index idx
4573 status collapsed
4574
4575 \begin_layout Plain Layout
4576 Commands ! D ! 
4577 \backslash
4578 dots
4579 \end_layout
4580
4581 \end_inset
4582
4583 , LaTeX decides on the basis of the next character what type is used.
4584 \end_layout
4585
4586 \begin_layout Standard
4587 \align center
4588 \begin_inset Tabular
4589 <lyxtabular version="3" rows="9" columns="2">
4590 <features tabularvalignment="middle">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <column alignment="center" valignment="top" width="0pt">
4593 <row>
4594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 Command
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607 Result
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 </row>
4613 <row>
4614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 A_1
4619 \begin_inset ERT
4620 status collapsed
4621
4622 \begin_layout Plain Layout
4623
4624
4625 \backslash
4626 spce 
4627 \end_layout
4628
4629 \end_inset
4630
4631 ,
4632 \backslash
4633 dots
4634 \begin_inset ERT
4635 status collapsed
4636
4637 \begin_layout Plain Layout
4638
4639
4640 \backslash
4641 spce 
4642 \end_layout
4643
4644 \end_inset
4645
4646 ,A_n
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 \begin_inset Formula $A_{1},\dots,A_{n}$
4656 \end_inset
4657
4658
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669 A_1
4670 \begin_inset ERT
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674
4675
4676 \backslash
4677 spce 
4678 \end_layout
4679
4680 \end_inset
4681
4682 +
4683 \backslash
4684 dots
4685 \begin_inset ERT
4686 status collapsed
4687
4688 \begin_layout Plain Layout
4689
4690
4691 \backslash
4692 spce 
4693 \end_layout
4694
4695 \end_inset
4696
4697 +A_n
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 \begin_inset Formula $A_{1}+\dots+A_{n}$
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 </row>
4715 <row>
4716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 A_1
4721 \begin_inset ERT
4722 status collapsed
4723
4724 \begin_layout Plain Layout
4725
4726
4727 \backslash
4728 spce 
4729 \end_layout
4730
4731 \end_inset
4732
4733 ,
4734 \backslash
4735 ldots
4736 \begin_inset ERT
4737 status collapsed
4738
4739 \begin_layout Plain Layout
4740
4741
4742 \backslash
4743 spce 
4744 \end_layout
4745
4746 \end_inset
4747
4748 ,A_n
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 \begin_inset Formula $A_{1},\ldots,A_{n}$
4758 \end_inset
4759
4760
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 </row>
4766 <row>
4767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 A_1
4772 \begin_inset ERT
4773 status collapsed
4774
4775 \begin_layout Plain Layout
4776
4777
4778 \backslash
4779 spce 
4780 \end_layout
4781
4782 \end_inset
4783
4784 +
4785 \backslash
4786 cdots
4787 \begin_inset ERT
4788 status collapsed
4789
4790 \begin_layout Plain Layout
4791
4792
4793 \backslash
4794 spce 
4795 \end_layout
4796
4797 \end_inset
4798
4799 +A_n
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4809 \end_inset
4810
4811
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \backslash
4824 vdots
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 \begin_inset Formula $\vdots$
4834 \end_inset
4835
4836
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 </row>
4842 <row>
4843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847
4848 \backslash
4849 ddots
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 \begin_inset Formula $\ddots$
4859 \end_inset
4860
4861
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \backslash
4874 iddots
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 \begin_inset Formula $\iddots$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 </row>
4892 <row>
4893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 3×3
4898 \begin_inset space \thinspace{}
4899 \end_inset
4900
4901 matrix with the different dots
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4907 \begin_inset Text
4908
4909 \begin_layout Plain Layout
4910 \begin_inset Formula $\begin{array}{ccc}
4911 A_{11} & \cdots & A_{1m}\\
4912 \vdots & \ddots & \vdots\\
4913 A_{n1} & \cdots & A_{nm}
4914 \end{array}$
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 </row>
4923 </lyxtabular>
4924
4925 \end_inset
4926
4927
4928 \end_layout
4929
4930 \begin_layout Standard
4931 The ellipses available in menu 
4932 \family sans
4933 Insert\SpecialChar \menuseparator
4934 Special
4935 \begin_inset space ~
4936 \end_inset
4937
4938 Character
4939 \family default
4940  are 
4941 \series bold
4942
4943 \backslash
4944 ldots
4945 \series default
4946 .
4947 \end_layout
4948
4949 \begin_layout Standard
4950 \begin_inset VSpace medskip
4951 \end_inset
4952
4953 To use 
4954 \series bold
4955
4956 \backslash
4957 iddots
4958 \series default
4959 , one of the options 
4960 \family sans
4961 Use mathdots package (automatically)
4962 \family default
4963  must be set in the document settings under 
4964 \family sans
4965 Math
4966 \begin_inset space ~
4967 \end_inset
4968
4969 Options
4970 \family default
4971 .
4972 \begin_inset Newline newline
4973 \end_inset
4974
4975 Using the option 
4976 \family sans
4977 Use mathdots package
4978 \family default
4979  will improve the appearance of all dots in the documents if their font
4980  style or size is not the default.
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset VSpace medskip
4985 \end_inset
4986
4987 Specially for matrices there are ellipses that span over several columns.
4988  They are created with the command 
4989 \series bold
4990
4991 \backslash
4992 hdotsfor
4993 \series default
4994
4995 \begin_inset Index idx
4996 status collapsed
4997
4998 \begin_layout Plain Layout
4999 Commands ! H ! 
5000 \backslash
5001 hdotsfor
5002 \end_layout
5003
5004 \end_inset
5005
5006 , that has the following scheme:
5007 \end_layout
5008
5009 \begin_layout Standard
5010
5011 \series bold
5012
5013 \backslash
5014 hdotsfor[distance]{number of columns}
5015 \end_layout
5016
5017 \begin_layout Standard
5018 The number of columns specifies how many columns should be spanned.
5019  Distance is a factor for the distance between the dots.
5020 \end_layout
5021
5022 \begin_layout Standard
5023 In the following matrix the command 
5024 \series bold
5025
5026 \backslash
5027 hdotsfor[2]{4}
5028 \series default
5029  was inserted in the first box of the second line, to get an ellipsis with
5030  a dot distance twice as long as with the command 
5031 \series bold
5032
5033 \backslash
5034 dots
5035 \series default
5036 :
5037 \begin_inset Formula \[
5038 \left(\begin{array}{cccc}
5039 A & B & C & D\\
5040 \hdotsfor[2]{4}\\
5041 q & w & e & r
5042 \end{array}\right)\]
5043
5044 \end_inset
5045
5046 Note that the matrix fields that should be spanned must be empty, otherwise
5047  you get LaTeX-errors.
5048 \end_layout
5049
5050 \begin_layout Standard
5051 \begin_inset VSpace bigskip
5052 \end_inset
5053
5054 Furthermore you can fill with the command 
5055 \series bold
5056
5057 \backslash
5058 dotfill
5059 \series default
5060
5061 \begin_inset Index idx
5062 status collapsed
5063
5064 \begin_layout Plain Layout
5065 Commands ! D ! 
5066 \backslash
5067 dotfill
5068 \end_layout
5069
5070 \end_inset
5071
5072  the rest of a line with dots.
5073  The effect of these commands is the same like with 
5074 \series bold
5075
5076 \backslash
5077 hfill
5078 \series default
5079 , see 
5080 \begin_inset CommandInset ref
5081 LatexCommand ref
5082 reference "sub:Variable-Space"
5083
5084 \end_inset
5085
5086 .
5087 \end_layout
5088
5089 \begin_layout Standard
5090 For example the command 
5091 \series bold
5092 A
5093 \backslash
5094 dotfill
5095 \begin_inset ERT
5096 status collapsed
5097
5098 \begin_layout Plain Layout
5099
5100
5101 \backslash
5102 spce 
5103 \end_layout
5104
5105 \end_inset
5106
5107 B
5108 \series default
5109  produces
5110 \end_layout
5111
5112 \begin_layout Standard
5113 \begin_inset Formula $A\dotfill B$
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \begin_layout Standard
5120 Analog to
5121 \series bold
5122  
5123 \backslash
5124 dotfill
5125 \series default
5126  there is for a line the command 
5127 \series bold
5128
5129 \backslash
5130 hrulefill
5131 \series default
5132
5133 \begin_inset Index idx
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 Commands ! H ! 
5138 \backslash
5139 hrulefill
5140 \end_layout
5141
5142 \end_inset
5143
5144 :
5145 \end_layout
5146
5147 \begin_layout Standard
5148 \begin_inset Formula $A\hrulefill B$
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \begin_layout Standard
5155 To use the commands for text, they have to be inserted in TeX-mode.
5156 \end_layout
5157
5158 \begin_layout Section
5159 Matrices
5160 \begin_inset CommandInset label
5161 LatexCommand label
5162 name "sec:Matrices"
5163
5164 \end_inset
5165
5166
5167 \begin_inset Index idx
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Matrices
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Matrices can be inserted via the math toolbar button 
5181 \begin_inset Graphics
5182         filename ../images/dialog-show_mathmatrix.png
5183         scale 85
5184
5185 \end_inset
5186
5187  or the menu 
5188 \family sans
5189 Insert\SpecialChar \menuseparator
5190 Math\SpecialChar \menuseparator
5191 Matrix
5192 \family default
5193 .
5194  In the matrix dialog you can specify the number of columns and rows, the
5195  alignment and the decoration.
5196  The vertical alignment is hereby only of importance for matrices in inline
5197  formulas:
5198 \end_layout
5199
5200 \begin_layout Standard
5201 The first matrix is top 
5202 \begin_inset Formula $\begin{array}[t]{cccc}
5203 A & D & G & J\\
5204 B & E & H & K\\
5205 C & F & I & L
5206 \end{array}$
5207 \end_inset
5208
5209 , the second middle 
5210 \begin_inset Formula $\begin{array}{cccc}
5211 A & D & G & J\\
5212 B & E & H & K\\
5213 C & F & I & L
5214 \end{array}$
5215 \end_inset
5216
5217  and the third bottom 
5218 \begin_inset Formula $\begin{array}[b]{cccc}
5219 A & D & G & J\\
5220 B & E & H & K\\
5221 C & F & I & L
5222 \end{array}$
5223 \end_inset
5224
5225  aligned.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 The horizontal alignment specifies how the column entries should be aligned.
5230  It is set by entering a letter for every column.
5231  
5232 \emph on
5233 l
5234 \emph default
5235  denotes left aligned, 
5236 \emph on
5237 c
5238 \emph default
5239  centered and 
5240 \emph on
5241 r
5242 \emph default
5243  right aligned.
5244  To create for example a 4
5245 \series bold
5246 ×
5247 \series default
5248 4
5249 \begin_inset space ~
5250 \end_inset
5251
5252 matrix where the first column is left aligned, the second and third are
5253  centered and the last one is right aligned, one enters for the horizontal
5254  alignment 
5255 \series bold
5256 lccr
5257 \series default
5258 .
5259  Normally are in a matrix all columns centered, therefore the default is
5260  for every column is a 
5261 \series bold
5262 c
5263 \series default
5264 .
5265 \end_layout
5266
5267 \begin_layout Standard
5268 Horizontal alignment:
5269 \end_layout
5270
5271 \begin_layout Standard
5272
5273 \series bold
5274 lll
5275 \series default
5276  : 
5277 \begin_inset Formula $\begin{array}{lll}
5278 10000 & D & G\\
5279 B & 10000 & H\\
5280 C & F & 10000
5281 \end{array}$
5282 \end_inset
5283
5284  , 
5285 \series bold
5286 ccc
5287 \series default
5288  : 
5289 \begin_inset Formula $\begin{array}{ccc}
5290 10000 & D & G\\
5291 B & 10000 & H\\
5292 C & F & 10000
5293 \end{array}$
5294 \end_inset
5295
5296  , 
5297 \series bold
5298 rrr
5299 \series default
5300  : 
5301 \begin_inset Formula $\begin{array}{rrr}
5302 10000 & D & G\\
5303 B & 10000 & H\\
5304 C & F & 10000
5305 \end{array}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 To add or delete rows and columns subsequently, the math toolbar buttons
5313  
5314 \begin_inset Graphics
5315         filename ../images/tabular-feature_append-row.png
5316         scale 85
5317
5318 \end_inset
5319
5320
5321 \begin_inset Graphics
5322         filename ../images/tabular-feature_delete-row.png
5323         scale 85
5324
5325 \end_inset
5326
5327 , etc.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 , or the menu 
5332 \family sans
5333 Edit\SpecialChar \menuseparator
5334 Rows & Columns
5335 \family default
5336  can be used.
5337  New rows can also be created with 
5338 \begin_inset Info
5339 type  "shortcut"
5340 arg   "newline-insert newline"
5341 \end_inset
5342
5343 .
5344 \end_layout
5345
5346 \begin_layout Standard
5347 \begin_inset VSpace bigskip
5348 \end_inset
5349
5350 The 
5351 \family sans
5352 Decoration
5353 \family default
5354  adds parentheses in the selected style around the matrix.
5355  Alternatively, parentheses can can either be created with the commands
5356  
5357 \series bold
5358
5359 \backslash
5360 left
5361 \series default
5362
5363 \begin_inset Index idx
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367 Commands ! L ! 
5368 \backslash
5369 left
5370 \end_layout
5371
5372 \end_inset
5373
5374  and 
5375 \series bold
5376
5377 \backslash
5378 right
5379 \series default
5380
5381 \begin_inset Index idx
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385 Commands ! R ! 
5386 \backslash
5387 right
5388 \end_layout
5389
5390 \end_inset
5391
5392  (shortcut 
5393 \family sans
5394 Alt+M
5395 \begin_inset space ~
5396 \end_inset
5397
5398 Parenthesis
5399 \family default
5400 ), see 
5401 \begin_inset CommandInset ref
5402 LatexCommand ref
5403 reference "sub:Automatic-Bracket-Size"
5404
5405 \end_inset
5406
5407 , or by using the following commands:
5408 \begin_inset VSpace medskip
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Standard
5415 \begin_inset space \hfill{}
5416 \end_inset
5417
5418
5419 \begin_inset Tabular
5420 <lyxtabular version="3" rows="4" columns="2">
5421 <features tabularvalignment="middle">
5422 <column alignment="center" valignment="top" width="0">
5423 <column alignment="center" valignment="top" width="0">
5424 <row>
5425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 Command
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Result
5439 \begin_inset Note Note
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445
5446 \backslash
5447 raisebox
5448 \series default
5449  is only used as spacer.
5450 \end_layout
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \backslash
5467 bmatrix
5468 \begin_inset ERT
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472
5473
5474 \backslash
5475 spce 
5476 \end_layout
5477
5478 \end_inset
5479
5480 2
5481 \series bold
5482 ×
5483 \series default
5484 2
5485 \begin_inset space \thinspace{}
5486 \end_inset
5487
5488 matrix
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5498 0 & \textrm{-}\mathrm{i}\\
5499 \mathrm{i} & 0
5500 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 Bmatrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matrix
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0
5549 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \backslash
5565 pmatrix
5566 \begin_inset ERT
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570
5571
5572 \backslash
5573 spce 
5574 \end_layout
5575
5576 \end_inset
5577
5578 2
5579 \series bold
5580 ×
5581 \series default
5582 2
5583 \begin_inset space \thinspace{}
5584 \end_inset
5585
5586 matrix
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5596 0 & \textrm{-}\mathrm{i}\\
5597 \mathrm{i} & 0
5598 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 </lyxtabular>
5608
5609 \end_inset
5610
5611
5612 \begin_inset space \hfill{}
5613 \end_inset
5614
5615
5616 \begin_inset Tabular
5617 <lyxtabular version="3" rows="4" columns="2">
5618 <features tabularvalignment="middle">
5619 <column alignment="center" valignment="top" width="0">
5620 <column alignment="center" valignment="top" width="0">
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 Command
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 Result
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646
5647 \backslash
5648 vmatrix
5649 \begin_inset ERT
5650 status collapsed
5651
5652 \begin_layout Plain Layout
5653
5654
5655 \backslash
5656 spce 
5657 \end_layout
5658
5659 \end_inset
5660
5661 2
5662 \series bold
5663 ×
5664 \series default
5665 2
5666 \begin_inset space \thinspace{}
5667 \end_inset
5668
5669 matrix
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5679 0 & \textrm{-}\mathrm{i}\\
5680 \mathrm{i} & 0
5681 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \backslash
5697 Vmatrix
5698 \begin_inset ERT
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702
5703
5704 \backslash
5705 spce 
5706 \end_layout
5707
5708 \end_inset
5709
5710 2
5711 \series bold
5712 ×
5713 \series default
5714 2
5715 \begin_inset space \thinspace{}
5716 \end_inset
5717
5718 matrix
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5728 0 & \textrm{-}\mathrm{i}\\
5729 \mathrm{i} & 0
5730 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744
5745 \backslash
5746 matrix
5747 \begin_inset ERT
5748 status collapsed
5749
5750 \begin_layout Plain Layout
5751
5752
5753 \backslash
5754 spce 
5755 \end_layout
5756
5757 \end_inset
5758
5759 2
5760 \series bold
5761 ×
5762 \series default
5763 2
5764 \begin_inset space \thinspace{}
5765 \end_inset
5766
5767 matrix
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5777 0 & \textrm{-}\mathrm{i}\\
5778 \mathrm{i} & 0
5779 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 </row>
5788 </lyxtabular>
5789
5790 \end_inset
5791
5792
5793 \begin_inset space \hfill{}
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Standard
5800 \begin_inset VSpace medskip
5801 \end_inset
5802
5803 When e.
5804 \begin_inset space \thinspace{}
5805 \end_inset
5806
5807 g.
5808 \begin_inset space \space{}
5809 \end_inset
5810
5811
5812 \series bold
5813
5814 \backslash
5815 vmatrix
5816 \series default
5817  is inserted, a blue box appears between two vertical lines where the matrix
5818  is inserted.
5819 \begin_inset Newline newline
5820 \end_inset
5821
5822 Note that decorated matrices ignore the vertical alignment.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 \begin_inset VSpace bigskip
5827 \end_inset
5828
5829 As all multiline formulas are matrices, the length 
5830 \series bold
5831
5832 \backslash
5833 arraycolsep
5834 \series default
5835
5836 \begin_inset Index idx
5837 status collapsed
5838
5839 \begin_layout Plain Layout
5840 Commands ! A ! 
5841 \backslash
5842 arraycolsep
5843 \end_layout
5844
5845 \end_inset
5846
5847  that is described in 
5848 \begin_inset CommandInset ref
5849 LatexCommand ref
5850 reference "sub:Column-Separation"
5851
5852 \end_inset
5853
5854  can also be used to change the column separation of matrices.
5855 \end_layout
5856
5857 \begin_layout Standard
5858 To change the row separation, the command 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864
5865 \begin_inset Index idx
5866 status collapsed
5867
5868 \begin_layout Plain Layout
5869 Commands ! A ! 
5870 \backslash
5871 arraystretch
5872 \end_layout
5873
5874 \end_inset
5875
5876  is used.
5877  It is used as follows:
5878 \end_layout
5879
5880 \begin_layout Standard
5881
5882 \series bold
5883
5884 \backslash
5885 renewcommand{
5886 \backslash
5887 arraystretch}{stretch factor}
5888 \begin_inset Index idx
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892 Commands ! R ! 
5893 \backslash
5894 renewcommand
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \begin_layout Standard
5903 The command 
5904 \series bold
5905
5906 \backslash
5907 renewcommand
5908 \series default
5909  assigns the stretch factor to the predefined command 
5910 \series bold
5911
5912 \backslash
5913 arraystretch
5914 \series default
5915 .
5916  To double e.
5917 \begin_inset space \thinspace{}
5918 \end_inset
5919
5920 g.
5921 \begin_inset space \space{}
5922 \end_inset
5923
5924 the row separation, use the factor 2.
5925  This is then used for all following matrices.
5926  To go back to the original separation, assign the factor 1 to 
5927 \series bold
5928
5929 \backslash
5930 arraystretch
5931 \series default
5932 .
5933 \end_layout
5934
5935 \begin_layout Standard
5936 To set matrices into a text line, the command 
5937 \series bold
5938
5939 \backslash
5940 smallmatrix
5941 \series default
5942
5943 \begin_inset Index idx
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 Commands ! S ! 
5948 \backslash
5949 smallmatrix
5950 \end_layout
5951
5952 \end_inset
5953
5954  is used.
5955  When it is inserted a blue box with two dashed lines appears.
5956  In this box the matrix is inserted.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 This is a matrix 
5961 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5962 C & D
5963 \end{smallmatrix}\right)$
5964 \end_inset
5965
5966  in a text line.
5967 \end_layout
5968
5969 \begin_layout Section
5970 Brackets and Delimiters
5971 \begin_inset Index idx
5972 status collapsed
5973
5974 \begin_layout Plain Layout
5975 Brackets
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \begin_inset Index idx
5982 status collapsed
5983
5984 \begin_layout Plain Layout
5985 Delimiters
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Vertical Brackets and Delimiters
5995 \begin_inset Index idx
5996 status collapsed
5997
5998 \begin_layout Plain Layout
5999 Brackets ! vertical
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \begin_layout Standard
6008 \begin_inset space \hfill{}
6009 \end_inset
6010
6011
6012 \begin_inset Tabular
6013 <lyxtabular version="3" rows="9" columns="2">
6014 <features tabularvalignment="middle">
6015 <column alignment="center" valignment="top" width="0pt">
6016 <column alignment="center" valignment="top" width="0pt">
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 Command
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 Result
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 <row>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 (
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 \begin_inset Formula $($
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 {
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 \begin_inset Formula $\{$
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 <row>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 [
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 \begin_inset Formula $[$
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \backslash
6113 langle
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 \begin_inset Formula $\langle$
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \backslash
6138 lceil
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 \begin_inset Formula $\lceil$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \backslash
6163 lfloor
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Formula $\lfloor$
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 /
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 \begin_inset Formula $/$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 |
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 \begin_inset Formula $|$
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 </lyxtabular>
6228
6229 \end_inset
6230
6231
6232 \begin_inset space \hfill{}
6233 \end_inset
6234
6235
6236 \begin_inset Tabular
6237 <lyxtabular version="3" rows="9" columns="2">
6238 <features tabularvalignment="middle">
6239 <column alignment="center" valignment="top" width="0pt">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 Command
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 Result
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 )
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 \begin_inset Formula $)$
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 </row>
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 }
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 \begin_inset Formula $\}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 ]
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 \begin_inset Formula $]$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \backslash
6337 rangle
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Formula $\rangle$
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 rceil
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\rceil$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387 rfloor
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 \begin_inset Formula $\rfloor$
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410
6411 \backslash
6412
6413 \backslash
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 \begin_inset Formula $\backslash$
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 <row>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \backslash
6439 |
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 \begin_inset Formula $\|$
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 </row>
6457 </lyxtabular>
6458
6459 \end_inset
6460
6461
6462 \begin_inset space \hfill{}
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \begin_layout Standard
6469
6470 \series medium
6471 \begin_inset Note Greyedout
6472 status open
6473
6474 \begin_layout Plain Layout
6475
6476 \series bold
6477 Note:
6478 \series default
6479  In TeX-mode the command 
6480 \series bold
6481
6482 \backslash
6483 textbackslash
6484 \series default
6485
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 Commands ! T ! 
6491 \backslash
6492 textbackslash
6493 \end_layout
6494
6495 \end_inset
6496
6497  must be used for the backslash, because the command 
6498 \series bold
6499
6500 \backslash
6501
6502 \backslash
6503
6504 \series default
6505  produces there a line break.
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \begin_layout Standard
6514 For all characters listed above the size can be adjusted with the commands
6515  described in the following two subsections.
6516  When using these commands, the characters < and > can directly be used
6517  instead of the commands 
6518 \series bold
6519
6520 \backslash
6521 langle
6522 \series default
6523  and 
6524 \series bold
6525
6526 \backslash
6527 rangle
6528 \series default
6529 .
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Manual Bracket Size
6534 \begin_inset CommandInset label
6535 LatexCommand label
6536 name "sub:Manual-Bracket-Size"
6537
6538 \end_inset
6539
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Bracket size ! manual
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 The bracket size can be specified manually by the LaTeX-commands 
6555 \series bold
6556
6557 \backslash
6558 big
6559 \series default
6560
6561 \begin_inset Index idx
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565 Commands ! B ! 
6566 \backslash
6567 big
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \series bold
6574
6575 \backslash
6576 Big
6577 \series default
6578
6579 \series bold
6580
6581 \backslash
6582 bigg
6583 \series default
6584  and 
6585 \series bold
6586
6587 \backslash
6588 Bigg
6589 \series default
6590 .
6591  
6592 \series bold
6593
6594 \backslash
6595 big
6596 \series default
6597  denotes the smallest and 
6598 \series bold
6599
6600 \backslash
6601 Bigg
6602 \series default
6603  the largest bracket size.
6604 \end_layout
6605
6606 \begin_layout Standard
6607 These commands are used to emphasize levels of brackets:
6608 \end_layout
6609
6610 \begin_layout Standard
6611 \align center
6612 \begin_inset Tabular
6613 <lyxtabular version="3" rows="2" columns="2">
6614 <features tabularvalignment="middle">
6615 <column alignment="center" valignment="top" width="0pt">
6616 <column alignment="center" valignment="top" width="0pt">
6617 <row>
6618 <cell alignment="center" valignment="top" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 all brackets in the same size:
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6632 \end_inset
6633
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 this looks better:
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6655 \end_inset
6656
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 </lyxtabular>
6664
6665 \end_inset
6666
6667
6668 \begin_inset Note Note
6669 status collapsed
6670
6671 \begin_layout Plain Layout
6672
6673 \series bold
6674
6675 \backslash
6676 raisebox
6677 \series default
6678  is only used as spacer.
6679 \end_layout
6680
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \begin_layout Standard
6687 For the second formula the command 
6688 \series bold
6689
6690 \backslash
6691 Big((A+B)(A-B)
6692 \backslash
6693 Big)^
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 spce 
6702 \end_layout
6703
6704 \end_inset
6705
6706 C
6707 \series default
6708  has been used.
6709 \end_layout
6710
6711 \begin_layout Standard
6712 Here is an overview about all bracket sizes:
6713 \end_layout
6714
6715 \begin_layout Standard
6716 \align center
6717
6718 \backslash
6719 Bigg(
6720 \backslash
6721 exp
6722 \backslash
6723 bigg<
6724 \backslash
6725 Big[
6726 \backslash
6727 big{
6728 \backslash
6729 ln(3x)
6730 \backslash
6731 big}^2
6732 \begin_inset ERT
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736
6737
6738 \backslash
6739 spce 
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \backslash
6746 sin(x)
6747 \backslash
6748 Big]^
6749 \begin_inset ERT
6750 status collapsed
6751
6752 \begin_layout Plain Layout
6753
6754
6755 \backslash
6756 spce 
6757 \end_layout
6758
6759 \end_inset
6760
6761 A
6762 \begin_inset ERT
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766
6767
6768 \backslash
6769 spce 
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \backslash
6776 bigg>
6777 \backslash
6778 Bigg)^0,5
6779 \end_layout
6780
6781 \begin_layout Standard
6782 \align center
6783 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \begin_layout Standard
6790 Besides the 
6791 \series bold
6792
6793 \backslash
6794 big
6795 \series default
6796 -commands there is the variant 
6797 \series bold
6798
6799 \backslash
6800 bigm
6801 \series default
6802
6803 \begin_inset Index idx
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 Commands ! B ! 
6808 \backslash
6809 bigm
6810 \end_layout
6811
6812 \end_inset
6813
6814  that adds a bit more space between the bracket and its content, and the
6815  variant 
6816 \series bold
6817
6818 \backslash
6819 bigl
6820 \series default
6821 -
6822 \series bold
6823
6824 \backslash
6825 bigr
6826 \series default
6827
6828 \begin_inset Index idx
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832 Commands ! B ! 
6833 \backslash
6834 bigl - 
6835 \backslash
6836 bigr
6837 \end_layout
6838
6839 \end_inset
6840
6841 , that don't add additional space.
6842  The 
6843 \emph on
6844 l
6845 \emph default
6846  at the end of the command 
6847 \series bold
6848
6849 \backslash
6850 bigl
6851 \series default
6852  is for a left bracket; for a right bracket this will be replaced by an
6853  
6854 \emph on
6855 r
6856 \emph default
6857 .
6858  A left or right bracket can each be an opening or closing bracket.
6859 \end_layout
6860
6861 \begin_layout Standard
6862 In the following table is a comparison of the variants:
6863 \end_layout
6864
6865 \begin_layout Standard
6866 \align center
6867 \begin_inset Tabular
6868 <lyxtabular version="3" rows="5" columns="2">
6869 <features tabularvalignment="middle">
6870 <column alignment="center" valignment="middle" width="0">
6871 <column alignment="center" valignment="middle" width="0">
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 Command
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 Result
6887 \begin_inset Note Note
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892 \series bold
6893
6894 \backslash
6895 raisebox
6896 \series default
6897  is only used as spacer.
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \backslash
6915 Bigm(
6916 \backslash
6917 bigm(
6918 \backslash
6919 ln(3x)
6920 \backslash
6921 bigm)^2
6922 \series bold
6923
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 spce 
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \series default
6938
6939 \backslash
6940 Bigm)
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \backslash
6965 Big(
6966 \backslash
6967 big(
6968 \backslash
6969 ln(3x)
6970 \backslash
6971 big)^2
6972 \series bold
6973
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 spce 
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \series default
6988
6989 \backslash
6990 Big)
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \backslash
7015 Bigl(
7016 \backslash
7017 bigl(
7018 \backslash
7019 ln(3x)
7020 \backslash
7021 bigr)^2
7022 \series bold
7023
7024 \begin_inset ERT
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028
7029
7030 \backslash
7031 spce 
7032 \end_layout
7033
7034 \end_inset
7035
7036
7037 \series default
7038
7039 \backslash
7040 Bigr)
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \backslash
7065 bigl)
7066 \backslash
7067 ln(3x)
7068 \backslash
7069 bigr(
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 </row>
7087 </lyxtabular>
7088
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \begin_layout Subsubsection
7095 Automatic Bracket Size
7096 \begin_inset CommandInset label
7097 LatexCommand label
7098 name "sub:Automatic-Bracket-Size"
7099
7100 \end_inset
7101
7102
7103 \begin_inset Index idx
7104 status collapsed
7105
7106 \begin_layout Plain Layout
7107 Bracket size ! automatic
7108 \end_layout
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Standard
7116 Brackets with variable size can be inserted with the commands 
7117 \series bold
7118
7119 \backslash
7120 left
7121 \series default
7122
7123 \begin_inset Index idx
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Commands ! L ! 
7128 \backslash
7129 left
7130 \end_layout
7131
7132 \end_inset
7133
7134  and 
7135 \series bold
7136
7137 \backslash
7138 right
7139 \series default
7140
7141 \begin_inset Index idx
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145 Commands ! R ! 
7146 \backslash
7147 right
7148 \end_layout
7149
7150 \end_inset
7151
7152  or via the math toolbar button 
7153 \begin_inset Graphics
7154         filename ../images/dialog-show_mathdelimiter.png
7155         scale 85
7156
7157 \end_inset
7158
7159 .
7160  Directly behind 
7161 \series bold
7162
7163 \backslash
7164 left
7165 \series default
7166  and 
7167 \series bold
7168
7169 \backslash
7170 right
7171 \series default
7172  the wanted bracket must be inserted.
7173  The bracket size will then automatically be calculated for the output.
7174 \end_layout
7175
7176 \begin_layout Standard
7177 \align center
7178 normal bracket: The command 
7179 \series bold
7180
7181 \backslash
7182 ln(
7183 \backslash
7184 frac
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 spce 
7193 \end_layout
7194
7195 \end_inset
7196
7197 A
7198 \begin_inset Formula $\downarrow$
7199 \end_inset
7200
7201 C
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 spce 
7210 \end_layout
7211
7212 \end_inset
7213
7214 )
7215 \series default
7216  creates
7217 \begin_inset Formula \[
7218 \ln(\frac{A}{C})\]
7219
7220 \end_inset
7221
7222
7223 \end_layout
7224
7225 \begin_layout Standard
7226 \align center
7227 multiline bracket: The command 
7228 \series bold
7229
7230 \backslash
7231 ln
7232 \backslash
7233 left(
7234 \backslash
7235 frac
7236 \begin_inset ERT
7237 status collapsed
7238
7239 \begin_layout Plain Layout
7240
7241
7242 \backslash
7243 spce 
7244 \end_layout
7245
7246 \end_inset
7247
7248 A
7249 \begin_inset Formula $\downarrow$
7250 \end_inset
7251
7252 C
7253 \begin_inset ERT
7254 status collapsed
7255
7256 \begin_layout Plain Layout
7257
7258
7259 \backslash
7260 spce 
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \backslash
7267 right)
7268 \series default
7269  creates
7270 \begin_inset Formula \[
7271 \ln\left(\frac{A}{C}\right)\]
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \begin_layout Standard
7279 Instead of 
7280 \series bold
7281
7282 \backslash
7283 left
7284 \series default
7285  and 
7286 \series bold
7287
7288 \backslash
7289 right
7290 \series default
7291  the shortcut 
7292 \family sans
7293 Alt+M
7294 \begin_inset space ~
7295 \end_inset
7296
7297 Bracket
7298 \family default
7299  can be used.
7300  This has the advantage that you can see in LyX immediately the real bracket
7301  size and that the matching right bracket will be created too.
7302 \begin_inset Newline newline
7303 \end_inset
7304
7305 The command for the last example would then be: 
7306 \series bold
7307
7308 \backslash
7309 ln Alt+M
7310 \series default
7311  
7312 \series bold
7313 (
7314 \backslash
7315 frac
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 spce 
7324 \end_layout
7325
7326 \end_inset
7327
7328 A
7329 \begin_inset Formula $\downarrow$
7330 \end_inset
7331
7332 C
7333 \end_layout
7334
7335 \begin_layout Standard
7336 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7337  For example the command 
7338 \series bold
7339
7340 \backslash
7341 left.
7342 \backslash
7343 frac
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 spce 
7352 \end_layout
7353
7354 \end_inset
7355
7356 A
7357 \begin_inset Formula $\downarrow$
7358 \end_inset
7359
7360 B
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 spce 
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \backslash
7375 right}
7376 \series default
7377  creates:
7378 \series bold
7379
7380 \begin_inset Formula \[
7381 \left.\frac{A}{B}\right\} \]
7382
7383 \end_inset
7384
7385
7386 \series default
7387 The commands 
7388 \series bold
7389
7390 \backslash
7391 left
7392 \series default
7393  and 
7394 \series bold
7395
7396 \backslash
7397 right
7398 \series default
7399  will be converted by LyX to brackets in the right size when the document
7400  is reloaded and an omitted bracket will appear as dashed line.
7401 \end_layout
7402
7403 \begin_layout Standard
7404 \begin_inset VSpace bigskip
7405 \end_inset
7406
7407 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7408  the command 
7409 \series bold
7410
7411 \backslash
7412 middle
7413 \series default
7414
7415 \begin_inset Index idx
7416 status collapsed
7417
7418 \begin_layout Plain Layout
7419 Commands ! M ! 
7420 \backslash
7421 middle
7422 \end_layout
7423
7424 \end_inset
7425
7426  is additionally available for all brackets and limits.
7427  With this command the height of the following character is adapted to the
7428  one of the surrounding brackets, what is e.
7429 \begin_inset space \thinspace{}
7430 \end_inset
7431
7432 g.
7433 \begin_inset space \space{}
7434 \end_inset
7435
7436 needed for physical vectors:
7437 \begin_inset Formula \[
7438 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7439
7440 \end_inset
7441
7442 For physical vectors there is a special LaTeX-package, described in 
7443 \begin_inset CommandInset ref
7444 LatexCommand ref
7445 reference "sub:Physical-Vectors"
7446
7447 \end_inset
7448
7449 .
7450 \end_layout
7451
7452 \begin_layout Subsection
7453 Horizontal Brackets
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 Brackets ! horizontal
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \begin_layout Standard
7467 \align center
7468 \begin_inset Tabular
7469 <lyxtabular version="3" rows="4" columns="2">
7470 <features tabularvalignment="middle">
7471 <column alignment="center" valignment="top" width="0pt">
7472 <column alignment="center" valignment="top" width="0pt">
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478 Command
7479 \begin_inset Note Note
7480 status collapsed
7481
7482 \begin_layout Plain Layout
7483
7484 \series bold
7485
7486 \backslash
7487 raisebox
7488 \series default
7489  is only used as spacer.
7490 \end_layout
7491
7492 \end_inset
7493
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503 Result
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row>
7510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 \begin_inset ERT
7515 status collapsed
7516
7517 \begin_layout Plain Layout
7518
7519
7520 \backslash
7521 raisebox{2.3mm}{
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \backslash
7528 overbrace
7529 \begin_inset ERT
7530 status collapsed
7531
7532 \begin_layout Plain Layout
7533
7534
7535 \backslash
7536 spce 
7537 \end_layout
7538
7539 \end_inset
7540
7541 A+B
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 spce 
7550 \end_layout
7551
7552 \end_inset
7553
7554 ^
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 spce 
7563 \end_layout
7564
7565 \end_inset
7566
7567 3
7568 \begin_inset ERT
7569 status collapsed
7570
7571 \begin_layout Plain Layout
7572
7573 }
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \begin_inset Index idx
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583 Commands ! O ! 
7584 \backslash
7585 overbrace
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 \begin_inset Formula $\overbrace{A+B}^{3}$
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 </row>
7608 <row>
7609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 \begin_inset ERT
7614 status collapsed
7615
7616 \begin_layout Plain Layout
7617
7618
7619 \backslash
7620 raisebox{-2.2mm}{
7621 \end_layout
7622
7623 \end_inset
7624
7625
7626 \backslash
7627 underbrace
7628 \begin_inset ERT
7629 status collapsed
7630
7631 \begin_layout Plain Layout
7632
7633
7634 \backslash
7635 spce 
7636 \end_layout
7637
7638 \end_inset
7639
7640 A+B
7641 \begin_inset ERT
7642 status collapsed
7643
7644 \begin_layout Plain Layout
7645
7646
7647 \backslash
7648 spce 
7649 \end_layout
7650
7651 \end_inset
7652
7653 _5
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659 }
7660 \end_layout
7661
7662 \end_inset
7663
7664
7665 \begin_inset Index idx
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 Commands ! U ! 
7670 \backslash
7671 underbrace
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 \begin_inset Formula $\underbrace{A+B}_{5}$
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 <row>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \backslash
7701 overbrace
7702 \begin_inset ERT
7703 status collapsed
7704
7705 \begin_layout Plain Layout
7706
7707
7708 \backslash
7709 spce 
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \backslash
7716 underbrace
7717 \begin_inset ERT
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721
7722
7723 \backslash
7724 spce 
7725 \end_layout
7726
7727 \end_inset
7728
7729 A+B_w
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 spce 
7738 \end_layout
7739
7740 \end_inset
7741
7742
7743 \begin_inset ERT
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747
7748
7749 \backslash
7750 spce 
7751 \end_layout
7752
7753 \end_inset
7754
7755 _7
7756 \begin_inset ERT
7757 status collapsed
7758
7759 \begin_layout Plain Layout
7760
7761
7762 \backslash
7763 spce 
7764 \end_layout
7765
7766 \end_inset
7767
7768
7769 \begin_inset ERT
7770 status collapsed
7771
7772 \begin_layout Plain Layout
7773
7774
7775 \backslash
7776 spce 
7777 \end_layout
7778
7779 \end_inset
7780
7781 ^
7782 \begin_inset ERT
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786
7787
7788 \backslash
7789 spce 
7790 \end_layout
7791
7792 \end_inset
7793
7794 C
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7804 \end_inset
7805
7806
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 </row>
7812 </lyxtabular>
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \begin_layout Standard
7820 In the last example it doesn't matter if 
7821 \series bold
7822
7823 \backslash
7824 overbrace
7825 \series default
7826  or 
7827 \series bold
7828
7829 \backslash
7830 underbrace
7831 \series default
7832  is inserted at first.
7833 \end_layout
7834
7835 \begin_layout Standard
7836 \begin_inset VSpace bigskip
7837 \end_inset
7838
7839 When brackets are needed that overlap each other, multiline formulas, as
7840  described in 
7841 \begin_inset CommandInset ref
7842 LatexCommand ref
7843 reference "sec:Multiline-Formulas"
7844
7845 \end_inset
7846
7847 , must be used:
7848 \begin_inset Formula \begin{eqnarray*}
7849 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7850  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7851 \end{eqnarray*}
7852
7853 \end_inset
7854
7855 In the first row the formula is inserted together with the first brace.
7856  It is hereby important that the space command
7857 \begin_inset Foot
7858 status collapsed
7859
7860 \begin_layout Plain Layout
7861 Space commands are explained in 
7862 \begin_inset CommandInset ref
7863 LatexCommand ref
7864 reference "sub:Predefined-Space"
7865
7866 \end_inset
7867
7868 .
7869 \end_layout
7870
7871 \end_inset
7872
7873  
7874 \series bold
7875
7876 \backslash
7877 :
7878 \series default
7879  is inserted before the first 
7880 \begin_inset Formula $d$
7881 \end_inset
7882
7883 , because the brace that ends behind the 
7884 \begin_inset Formula $q$
7885 \end_inset
7886
7887  prevents that the following 
7888 \begin_inset Quotes eld
7889 \end_inset
7890
7891 +
7892 \begin_inset Quotes erd
7893 \end_inset
7894
7895  is surrounded by space.
7896 \begin_inset Foot
7897 status collapsed
7898
7899 \begin_layout Plain Layout
7900 because a bracket is not handled as character, see 
7901 \begin_inset CommandInset ref
7902 LatexCommand ref
7903 reference "sub:Binary-Operators"
7904
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911
7912  In the second row the second brace is inserted.
7913  As it should begin before the 
7914 \begin_inset Formula $b$
7915 \end_inset
7916
7917 , first the command 
7918 \series bold
7919
7920 \backslash
7921 hphantom{gggg+
7922 \backslash
7923 :}
7924 \series default
7925  is inserted.
7926 \begin_inset Foot
7927 status collapsed
7928
7929 \begin_layout Plain Layout
7930 more about 
7931 \series bold
7932
7933 \backslash
7934 hphantom
7935 \series default
7936  see 
7937 \begin_inset CommandInset ref
7938 LatexCommand ref
7939 reference "sub:Placeholders"
7940
7941 \end_inset
7942
7943
7944 \end_layout
7945
7946 \end_inset
7947
7948  This space is needed because the 
7949 \begin_inset Quotes eld
7950 \end_inset
7951
7952 +
7953 \begin_inset Quotes erd
7954 \end_inset
7955
7956  is also surrounded by space in the formula.
7957  The brace is placed under the command 
7958 \series bold
7959
7960 \backslash
7961 hphantom{bbqq+dddd}
7962 \series default
7963 .
7964 \end_layout
7965
7966 \begin_layout Standard
7967 It gets more complicated when brackets overlap each other, like in the following
7968  example:
7969 \begin_inset ERT
7970 status collapsed
7971
7972 \begin_layout Plain Layout
7973
7974
7975 \backslash
7976 setlength{
7977 \backslash
7978 jot}{-6pt}
7979 \end_layout
7980
7981 \end_inset
7982
7983
7984 \begin_inset Formula \begin{eqnarray*}
7985  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7986 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7987 \end{eqnarray*}
7988
7989 \end_inset
7990
7991
7992 \begin_inset ERT
7993 status collapsed
7994
7995 \begin_layout Plain Layout
7996
7997
7998 \backslash
7999 setlength{
8000 \backslash
8001 jot}{3pt}
8002 \end_layout
8003
8004 \end_inset
8005
8006 The first formula row is the same as the second row of the previous example,
8007  with the difference that the brace is above.
8008  The second row contains the formula together with the second brace.
8009  To avoid that there is space between the upper brace in the first row and
8010  the formula, the row spacing need to be reduced.
8011  This is not easily possible due to a bug in LyX
8012 \begin_inset Foot
8013 status collapsed
8014
8015 \begin_layout Plain Layout
8016 \begin_inset CommandInset href
8017 LatexCommand href
8018 name "LyX-bug #1505"
8019 target "http://www.lyx.org/trac/ticket/1505"
8020
8021 \end_inset
8022
8023
8024 \end_layout
8025
8026 \end_inset
8027
8028 .
8029  As solution for the problem, the global formula row separation 
8030 \series bold
8031
8032 \backslash
8033 jot
8034 \series default
8035
8036 \begin_inset Index idx
8037 status collapsed
8038
8039 \begin_layout Plain Layout
8040 Commands ! J ! 
8041 \backslash
8042 jot
8043 \end_layout
8044
8045 \end_inset
8046
8047  must be changed to -6
8048 \begin_inset space \thinspace{}
8049 \end_inset
8050
8051 pt before the formula with the command 
8052 \series bold
8053
8054 \backslash
8055 setlength{
8056 \backslash
8057 jot}{-6pt}
8058 \series default
8059  in TeX-mode.
8060  
8061 \series bold
8062
8063 \backslash
8064 jot
8065 \series default
8066  is set back after the formula to the standard value of 3
8067 \begin_inset space \thinspace{}
8068 \end_inset
8069
8070 pt using the same command.
8071  More about the row separation in formulas is explained in 
8072 \begin_inset CommandInset ref
8073 LatexCommand ref
8074 reference "sub:Line-Separation"
8075
8076 \end_inset
8077
8078 .
8079 \end_layout
8080
8081 \begin_layout Section
8082 Arrows
8083 \begin_inset Index idx
8084 status collapsed
8085
8086 \begin_layout Plain Layout
8087 Arrows
8088 \end_layout
8089
8090 \end_inset
8091
8092
8093 \end_layout
8094
8095 \begin_layout Standard
8096 Arrows can be inserted via the math toolbar button 
8097 \begin_inset Graphics
8098         filename ../images/math/leftarrow.png
8099         scale 85
8100
8101 \end_inset
8102
8103  or the commands listed in the following subsections.
8104 \end_layout
8105
8106 \begin_layout Standard
8107 \begin_inset Newpage newpage
8108 \end_inset
8109
8110
8111 \end_layout
8112
8113 \begin_layout Subsection
8114 Horizontal Arrows
8115 \begin_inset Index idx
8116 status collapsed
8117
8118 \begin_layout Plain Layout
8119 Arrows ! horizontal
8120 \end_layout
8121
8122 \end_inset
8123
8124
8125 \end_layout
8126
8127 \begin_layout Standard
8128 \begin_inset space \hfill{}
8129 \end_inset
8130
8131
8132 \begin_inset Tabular
8133 <lyxtabular version="3" rows="8" columns="2">
8134 <features tabularvalignment="middle">
8135 <column alignment="center" valignment="top" width="0pt">
8136 <column alignment="center" valignment="top" width="0pt">
8137 <row>
8138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Command
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 Result
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \backslash
8164 gets
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 \begin_inset Formula $\gets$
8174 \end_inset
8175
8176
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 </row>
8182 <row>
8183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187
8188 \backslash
8189 Leftarrow
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 \begin_inset Formula $\Leftarrow$
8199 \end_inset
8200
8201
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 </row>
8207 <row>
8208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212
8213 \backslash
8214 longleftarrow
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223 \begin_inset Formula $\longleftarrow$
8224 \end_inset
8225
8226
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \backslash
8239 Longleftarrow
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 \begin_inset Formula $\Longleftarrow$
8249 \end_inset
8250
8251
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \backslash
8264 leftharpoonup
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 \begin_inset Formula $\leftharpoonup$
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \backslash
8289 leftharpoondown
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 \begin_inset Formula $\leftharpoondown$
8299 \end_inset
8300
8301
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 </row>
8307 <row>
8308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312
8313 \backslash
8314 hookleftarrow
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 \begin_inset Formula $\hookleftarrow$
8324 \end_inset
8325
8326
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 </lyxtabular>
8333
8334 \end_inset
8335
8336
8337 \begin_inset space \hfill{}
8338 \end_inset
8339
8340
8341 \begin_inset Tabular
8342 <lyxtabular version="3" rows="8" columns="2">
8343 <features tabularvalignment="middle">
8344 <column alignment="center" valignment="top" width="0pt">
8345 <column alignment="center" valignment="top" width="0pt">
8346 <row>
8347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 Command
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Result
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 </row>
8366 <row>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371
8372 \backslash
8373 to
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 \begin_inset Formula $\to$
8383 \end_inset
8384
8385
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \backslash
8398 Rightarrow
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 \begin_inset Formula $\Rightarrow$
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row>
8417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \backslash
8423 longrightarrow
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8429 \begin_inset Text
8430
8431 \begin_layout Plain Layout
8432 \begin_inset Formula $\longrightarrow$
8433 \end_inset
8434
8435
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 </row>
8441 <row>
8442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446
8447 \backslash
8448 Longrightarrow
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 \begin_inset Formula $\Longrightarrow$
8458 \end_inset
8459
8460
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \backslash
8473 rightharpoonup
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 \begin_inset Formula $\rightharpoonup$
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \backslash
8498 rightharpoondown
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 \begin_inset Formula $\rightharpoondown$
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 hookrightarrow
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\hookrightarrow$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 </lyxtabular>
8542
8543 \end_inset
8544
8545
8546 \begin_inset space \hfill{}
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \begin_layout Standard
8553 \begin_inset space \hfill{}
8554 \end_inset
8555
8556
8557 \begin_inset Tabular
8558 <lyxtabular version="3" rows="6" columns="2">
8559 <features tabularvalignment="middle">
8560 <column alignment="center" valignment="top" width="0pt">
8561 <column alignment="center" valignment="top" width="0pt">
8562 <row>
8563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 Command
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Result
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 leftrightarrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\leftrightarrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \backslash
8614 Leftrightarrow
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 \begin_inset Formula $\Leftrightarrow$
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \backslash
8639 longleftrightarrow
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 \begin_inset Formula $\longleftrightarrow$
8649 \end_inset
8650
8651
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \backslash
8664 Longleftrightarrow
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 \begin_inset Formula $\Longleftrightarrow$
8674 \end_inset
8675
8676
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \backslash
8689 rightleftharpoons
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 \begin_inset Formula $\rightleftharpoons$
8699 \end_inset
8700
8701
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 </row>
8707 </lyxtabular>
8708
8709 \end_inset
8710
8711
8712 \begin_inset space \hspace{}
8713 \length 25pt
8714 \end_inset
8715
8716
8717 \begin_inset space \hfill{}
8718 \end_inset
8719
8720
8721 \begin_inset Tabular
8722 <lyxtabular version="3" rows="5" columns="2">
8723 <features tabularvalignment="middle">
8724 <column alignment="center" valignment="top" width="0pt">
8725 <column alignment="center" valignment="top" width="0pt">
8726 <row>
8727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731 Command
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 Result
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 <row>
8747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751
8752 \backslash
8753 mapsto
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762 \begin_inset Formula $\mapsto$
8763 \end_inset
8764
8765
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 </row>
8771 <row>
8772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776
8777 \backslash
8778 longmapsto
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 \begin_inset Formula $\longmapsto$
8788 \end_inset
8789
8790
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \backslash
8803 leadsto
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 \begin_inset Formula $\leadsto$
8813 \end_inset
8814
8815
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \backslash
8828 dasharrow
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 \begin_inset Formula $\dasharrow$
8838 \end_inset
8839
8840
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 </row>
8846 </lyxtabular>
8847
8848 \end_inset
8849
8850
8851 \begin_inset space \hfill{}
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \begin_layout Standard
8858 \begin_inset VSpace medskip
8859 \end_inset
8860
8861 Arrows used as accent like e.
8862 \begin_inset space \thinspace{}
8863 \end_inset
8864
8865 g.
8866 \begin_inset space \space{}
8867 \end_inset
8868
8869 vector arrows are listed in 
8870 \begin_inset CommandInset ref
8871 LatexCommand ref
8872 reference "sec:Accents"
8873
8874 \end_inset
8875
8876 .
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \begin_inset VSpace bigskip
8881 \end_inset
8882
8883 Furthermore there are the labeled arrows
8884 \begin_inset Index idx
8885 status collapsed
8886
8887 \begin_layout Plain Layout
8888 Arrows ! labeled
8889 \end_layout
8890
8891 \end_inset
8892
8893  
8894 \series bold
8895
8896 \backslash
8897 xleftarrow
8898 \series default
8899
8900 \begin_inset Index idx
8901 status collapsed
8902
8903 \begin_layout Plain Layout
8904 Commands ! X ! 
8905 \backslash
8906 xleftarrow
8907 \end_layout
8908
8909 \end_inset
8910
8911  and 
8912 \series bold
8913
8914 \backslash
8915 xrightarrow
8916 \series default
8917
8918 \begin_inset Index idx
8919 status collapsed
8920
8921 \begin_layout Plain Layout
8922 Commands ! X ! 
8923 \backslash
8924 xrightarrow
8925 \begin_inset ERT
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929
8930
8931 \backslash
8932 vspace{4mm}
8933 \end_layout
8934
8935 \end_inset
8936
8937
8938 \end_layout
8939
8940 \end_inset
8941
8942 .
8943  When inserting one of these commands in a formula, an arrow with two blue
8944  boxes appear where the label can be inserted.
8945  The length of the arrow adapts to the label width.
8946 \end_layout
8947
8948 \begin_layout Standard
8949 \align center
8950 \begin_inset Tabular
8951 <lyxtabular version="3" rows="3" columns="2">
8952 <features tabularvalignment="middle">
8953 <column alignment="center" valignment="top" width="0pt">
8954 <column alignment="center" valignment="top" width="0pt">
8955 <row>
8956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Command
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Result
8970 \begin_inset Note Note
8971 status collapsed
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976
8977 \backslash
8978 raisebox
8979 \series default
8980  is only used as spacer.
8981 \end_layout
8982
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 F(a)
8997 \backslash
8998 xleftarrow
8999 \begin_inset ERT
9000 status collapsed
9001
9002 \begin_layout Plain Layout
9003
9004
9005 \backslash
9006 spce 
9007 \end_layout
9008
9009 \end_inset
9010
9011 x=a
9012 \begin_inset Formula $\downarrow$
9013 \end_inset
9014
9015 x>0
9016 \begin_inset Formula $\to$
9017 \end_inset
9018
9019 F(x)
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 F(x)
9043 \backslash
9044 xrightarrow
9045 \begin_inset ERT
9046 status collapsed
9047
9048 \begin_layout Plain Layout
9049
9050
9051 \backslash
9052 spce 
9053 \end_layout
9054
9055 \end_inset
9056
9057 x=a
9058 \begin_inset Formula $\downarrow$
9059 \end_inset
9060
9061 x>0
9062 \begin_inset Formula $\to$
9063 \end_inset
9064
9065 F(a)
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 </lyxtabular>
9084
9085 \end_inset
9086
9087
9088 \end_layout
9089
9090 \begin_layout Subsection
9091 Vertical and diagonal Arrows
9092 \begin_inset Index idx
9093 status collapsed
9094
9095 \begin_layout Plain Layout
9096 Arrows ! diagonal
9097 \end_layout
9098
9099 \end_inset
9100
9101
9102 \begin_inset Index idx
9103 status collapsed
9104
9105 \begin_layout Plain Layout
9106 Arrows ! vertical
9107 \end_layout
9108
9109 \end_inset
9110
9111
9112 \end_layout
9113
9114 \begin_layout Standard
9115 \begin_inset space \hfill{}
9116 \end_inset
9117
9118
9119 \begin_inset Tabular
9120 <lyxtabular version="3" rows="7" columns="2">
9121 <features tabularvalignment="middle">
9122 <column alignment="center" valignment="top" width="0pt">
9123 <column alignment="center" valignment="top" width="0pt">
9124 <row>
9125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Command
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Result
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \backslash
9151 uparrow
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 \begin_inset Formula $\uparrow$
9161 \end_inset
9162
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \backslash
9176 Uparrow
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 \begin_inset Formula $\Uparrow$
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \backslash
9201 updownarrow
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 \begin_inset Formula $\updownarrow$
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 Updownarrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\Updownarrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 Downarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\Downarrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 downarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\downarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 </lyxtabular>
9295
9296 \end_inset
9297
9298
9299 \begin_inset space \hfill{}
9300 \end_inset
9301
9302
9303 \begin_inset Tabular
9304 <lyxtabular version="3" rows="5" columns="2">
9305 <features tabularvalignment="middle">
9306 <column alignment="center" valignment="top" width="0pt">
9307 <column alignment="center" valignment="top" width="0pt">
9308 <row>
9309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Command
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 Result
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 nearrow
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 \begin_inset Formula $\nearrow$
9345 \end_inset
9346
9347
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \backslash
9360 searrow
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 \begin_inset Formula $\searrow$
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \backslash
9385 swarrow
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\swarrow$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 nwarrow
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\nwarrow$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 </lyxtabular>
9429
9430 \end_inset
9431
9432
9433 \begin_inset space \hfill{}
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset VSpace medskip
9441 \end_inset
9442
9443 Vertical arrows can be used also as delimiter together with the commands
9444  described in 
9445 \begin_inset CommandInset ref
9446 LatexCommand ref
9447 reference "sub:Manual-Bracket-Size"
9448
9449 \end_inset
9450
9451  and 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Automatic-Bracket-Size"
9455
9456 \end_inset
9457
9458 .
9459 \end_layout
9460
9461 \begin_layout Standard
9462 \begin_inset Newpage newpage
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \begin_layout Section
9469 Accents
9470 \begin_inset CommandInset label
9471 LatexCommand label
9472 name "sec:Accents"
9473
9474 \end_inset
9475
9476
9477 \begin_inset Index idx
9478 status collapsed
9479
9480 \begin_layout Plain Layout
9481 Accents
9482 \end_layout
9483
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \begin_layout Standard
9490 Accents can be inserted via the math toolbar button 
9491 \begin_inset Graphics
9492         filename ../images/math/hat.png
9493         scale 85
9494
9495 \end_inset
9496
9497  or the commands listed in the following subsections.
9498 \end_layout
9499
9500 \begin_layout Subsection
9501 Accents for one Character
9502 \begin_inset ERT
9503 status collapsed
9504
9505 \begin_layout Plain Layout
9506
9507
9508 \backslash
9509 texorpdfstring{
9510 \end_layout
9511
9512 \end_inset
9513
9514
9515 \begin_inset Foot
9516 status collapsed
9517
9518 \begin_layout Plain Layout
9519 accents in text see 
9520 \begin_inset CommandInset ref
9521 LatexCommand ref
9522 reference "sub:Accents-in-Text"
9523
9524 \end_inset
9525
9526
9527 \end_layout
9528
9529 \end_inset
9530
9531
9532 \begin_inset ERT
9533 status collapsed
9534
9535 \begin_layout Plain Layout
9536
9537 }{}
9538 \end_layout
9539
9540 \end_inset
9541
9542
9543 \begin_inset Note Note
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547
9548 \series bold
9549
9550 \backslash
9551 texorpdfstring
9552 \series default
9553  is used to avoid that the footnote appears in the PDF-bookmark.
9554 \end_layout
9555
9556 \begin_layout Plain Layout
9557 More about 
9558 \series bold
9559
9560 \backslash
9561 texorpdfstring
9562 \series default
9563  is in section 
9564 \begin_inset CommandInset ref
9565 LatexCommand ref
9566 reference "sub:Formulas-in-Section"
9567
9568 \end_inset
9569
9570 .
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \begin_inset CommandInset label
9577 LatexCommand label
9578 name "sub:Accents-for-one"
9579
9580 \end_inset
9581
9582
9583 \begin_inset Index idx
9584 status collapsed
9585
9586 \begin_layout Plain Layout
9587 Accents ! for one character
9588 \end_layout
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \begin_layout Standard
9596 \begin_inset space \hfill{}
9597 \end_inset
9598
9599
9600 \begin_inset Tabular
9601 <lyxtabular version="3" rows="8" columns="2">
9602 <features tabularvalignment="middle">
9603 <column alignment="center" valignment="top" width="0pt">
9604 <column alignment="center" valignment="top" width="0pt">
9605 <row>
9606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Command
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 Result
9620 \begin_inset Note Note
9621 status collapsed
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626
9627 \backslash
9628 raisebox
9629 \series default
9630  is only used as spacer.
9631 \end_layout
9632
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \backslash
9648 dot
9649 \begin_inset ERT
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654
9655 \backslash
9656 spce 
9657 \end_layout
9658
9659 \end_inset
9660
9661 A
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 ddot
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 spce 
9695 \end_layout
9696
9697 \end_inset
9698
9699 A
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 dddot
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row>
9756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \backslash
9762 ddddot
9763 \begin_inset ERT
9764 status collapsed
9765
9766 \begin_layout Plain Layout
9767
9768
9769 \backslash
9770 spce 
9771 \end_layout
9772
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 vec
9801 \begin_inset ERT
9802 status collapsed
9803
9804 \begin_layout Plain Layout
9805
9806
9807 \backslash
9808 spce 
9809 \end_layout
9810
9811 \end_inset
9812
9813 A
9814 \begin_inset Index idx
9815 status collapsed
9816
9817 \begin_layout Plain Layout
9818 Vectors
9819 \end_layout
9820
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 <row>
9842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846
9847 \backslash
9848 bar
9849 \begin_inset ERT
9850 status collapsed
9851
9852 \begin_layout Plain Layout
9853
9854
9855 \backslash
9856 spce 
9857 \end_layout
9858
9859 \end_inset
9860
9861 A
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 mathring
9887 \begin_inset ERT
9888 status collapsed
9889
9890 \begin_layout Plain Layout
9891
9892
9893 \backslash
9894 spce 
9895 \end_layout
9896
9897 \end_inset
9898
9899 A
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9909 \end_inset
9910
9911
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 </row>
9917 </lyxtabular>
9918
9919 \end_inset
9920
9921
9922 \begin_inset space \hfill{}
9923 \end_inset
9924
9925
9926 \begin_inset Tabular
9927 <lyxtabular version="3" rows="7" columns="2">
9928 <features tabularvalignment="middle">
9929 <column alignment="center" valignment="top" width="0pt">
9930 <column alignment="center" valignment="top" width="0pt">
9931 <row>
9932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 Command
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Result
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \backslash
9958 tilde
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 spce 
9967 \end_layout
9968
9969 \end_inset
9970
9971 A
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 hat
9997 \begin_inset ERT
9998 status collapsed
9999
10000 \begin_layout Plain Layout
10001
10002
10003 \backslash
10004 spce 
10005 \end_layout
10006
10007 \end_inset
10008
10009 A
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row>
10028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \backslash
10034 check
10035 \begin_inset ERT
10036 status collapsed
10037
10038 \begin_layout Plain Layout
10039
10040
10041 \backslash
10042 spce 
10043 \end_layout
10044
10045 \end_inset
10046
10047 A
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \backslash
10072 acute
10073 \begin_inset ERT
10074 status collapsed
10075
10076 \begin_layout Plain Layout
10077
10078
10079 \backslash
10080 spce 
10081 \end_layout
10082
10083 \end_inset
10084
10085 A
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10095 \end_inset
10096
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 <row>
10104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108
10109 \backslash
10110 grave
10111 \begin_inset ERT
10112 status collapsed
10113
10114 \begin_layout Plain Layout
10115
10116
10117 \backslash
10118 spce 
10119 \end_layout
10120
10121 \end_inset
10122
10123 A
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \backslash
10148 breve
10149 \begin_inset ERT
10150 status collapsed
10151
10152 \begin_layout Plain Layout
10153
10154
10155 \backslash
10156 spce 
10157 \end_layout
10158
10159 \end_inset
10160
10161 A
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10171 \end_inset
10172
10173
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 </lyxtabular>
10180
10181 \end_inset
10182
10183
10184 \begin_inset space \hfill{}
10185 \end_inset
10186
10187
10188 \end_layout
10189
10190 \begin_layout Standard
10191 \begin_inset VSpace bigskip
10192 \end_inset
10193
10194
10195 \end_layout
10196
10197 \begin_layout Standard
10198 You can directly insert accents like é to formulas.
10199  LyX will transform them to the corresponding accent command.
10200  For umlauts
10201 \begin_inset Index idx
10202 status collapsed
10203
10204 \begin_layout Plain Layout
10205 Umlauts
10206 \end_layout
10207
10208 \end_inset
10209
10210  it is better to insert a quotation mark before the vowel.
10211  These two characters are then treated by LaTeX as 
10212 \emph on
10213 one
10214 \emph default
10215  character when the formula part with the umlaut is marked as German.
10216  In contrary to 
10217 \series bold
10218
10219 \backslash
10220 ddot
10221 \series default
10222 , with this method 
10223 \begin_inset Quotes eld
10224 \end_inset
10225
10226 real
10227 \begin_inset Quotes erd
10228 \end_inset
10229
10230  umlauts are created as demonstrated in the following example:
10231 \end_layout
10232
10233 \begin_layout Standard
10234 \begin_inset VSpace -2mm
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \begin_layout Standard
10241 \align center
10242 \begin_inset Tabular
10243 <lyxtabular version="3" rows="3" columns="2">
10244 <features tabularvalignment="middle">
10245 <column alignment="center" valignment="top" width="0">
10246 <column alignment="center" valignment="top" width="0">
10247 <row>
10248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Command
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Result
10262 \begin_inset Note Note
10263 status collapsed
10264
10265 \begin_layout Plain Layout
10266
10267 \series bold
10268
10269 \backslash
10270 raisebox
10271 \series default
10272  and the 0
10273 \begin_inset space \thinspace{}
10274 \end_inset
10275
10276 pt space are only used as spacer.
10277 \end_layout
10278
10279 \end_inset
10280
10281
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \lang ngerman
10294 \begin_inset Quotes grd
10295 \end_inset
10296
10297 i
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 \begin_inset space \hspace{}
10307 \length 0pt
10308 \end_inset
10309
10310
10311 \lang ngerman
10312
10313 \begin_inset Formula $"i$
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \backslash
10329 ddot
10330 \begin_inset ERT
10331 status collapsed
10332
10333 \begin_layout Plain Layout
10334
10335
10336 \backslash
10337 spce 
10338 \end_layout
10339
10340 \end_inset
10341
10342 i
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10352 \end_inset
10353
10354
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 </lyxtabular>
10361
10362 \end_inset
10363
10364
10365 \end_layout
10366
10367 \begin_layout Standard
10368 Another advantage to 
10369 \series bold
10370
10371 \backslash
10372 ddot
10373 \series default
10374  is that umlauts can directly be converted to mathematical text because
10375  the accent commands above are 
10376 \emph on
10377 not allowed
10378 \emph default
10379  
10380 \emph on
10381 in mathematical text
10382 \emph default
10383 .
10384  To convert an accented character to mathematical text, only the character
10385  under the accent may be converted.
10386  This applies also for all other conversions, e.
10387 \begin_inset space \thinspace{}
10388 \end_inset
10389
10390 g.
10391 \begin_inset space \space{}
10392 \end_inset
10393
10394 to italic or bold.
10395 \end_layout
10396
10397 \begin_layout Standard
10398 In mathematical text, umlauts and other accented characters can directly
10399  be inserted.
10400 \end_layout
10401
10402 \begin_layout Subsection
10403 Accents for Operators
10404 \begin_inset Index idx
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408 Accents ! for operators
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 With the commands 
10418 \series bold
10419
10420 \backslash
10421 overset
10422 \series default
10423
10424 \begin_inset Index idx
10425 status collapsed
10426
10427 \begin_layout Plain Layout
10428 Commands ! O ! 
10429 \backslash
10430 overset
10431 \end_layout
10432
10433 \end_inset
10434
10435  and 
10436 \series bold
10437
10438 \backslash
10439 underset
10440 \series default
10441
10442 \begin_inset Index idx
10443 status collapsed
10444
10445 \begin_layout Plain Layout
10446 Commands ! U ! 
10447 \backslash
10448 underset
10449 \end_layout
10450
10451 \end_inset
10452
10453  characters can be placed above or below an operator, respectively, to accent
10454  it.
10455  With the command 
10456 \series bold
10457
10458 \backslash
10459 sideset
10460 \series default
10461
10462 \begin_inset Index idx
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466 Commands ! S ! 
10467 \backslash
10468 sideset
10469 \end_layout
10470
10471 \end_inset
10472
10473  characters can be set before and behind an operator.
10474  The command scheme is:
10475 \end_layout
10476
10477 \begin_layout Standard
10478
10479 \series bold
10480
10481 \backslash
10482 sideset{character
10483 \series default
10484  
10485 \series bold
10486 before}{character
10487 \series default
10488  
10489 \series bold
10490 behind}
10491 \end_layout
10492
10493 \begin_layout Standard
10494
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500  must always be before the operator that should be accented.
10501  You can accent with several characters and even with other operators and
10502  symbols.
10503  To place with 
10504 \series bold
10505
10506 \backslash
10507 sideset
10508 \series default
10509  for example only characters behind an operator, write nothing between the
10510  first braces but don't omit the braces.
10511 \end_layout
10512
10513 \begin_layout Standard
10514 For example the command 
10515 \series bold
10516
10517 \backslash
10518 sideset{
10519 \begin_inset Formula $\to$
10520 \end_inset
10521
10522
10523 \backslash
10524 {
10525 \series default
10526 '
10527 \series bold
10528
10529 \begin_inset Formula $\to$
10530 \end_inset
10531
10532
10533 \backslash
10534 sum_k=1
10535 \begin_inset ERT
10536 status collapsed
10537
10538 \begin_layout Plain Layout
10539
10540
10541 \backslash
10542 spce 
10543 \end_layout
10544
10545 \end_inset
10546
10547
10548 \series default
10549 ^
10550 \series bold
10551 n
10552 \series default
10553  produces:
10554 \begin_inset Formula \[
10555 \sideset{}{'}\sum_{k=1}^{n}\]
10556
10557 \end_inset
10558
10559
10560 \end_layout
10561
10562 \begin_layout Standard
10563 The command 
10564 \series bold
10565
10566 \backslash
10567 overset
10568 \begin_inset ERT
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572
10573
10574 \backslash
10575 spce 
10576 \end_layout
10577
10578 \end_inset
10579
10580
10581 \backslash
10582 maltese
10583 \begin_inset ERT
10584 status collapsed
10585
10586 \begin_layout Plain Layout
10587
10588
10589 \backslash
10590 spce 
10591 \end_layout
10592
10593 \end_inset
10594
10595
10596 \series default
10597
10598 \begin_inset Formula $\uparrow$
10599 \end_inset
10600
10601
10602 \series bold
10603 a
10604 \series default
10605  produces:
10606 \begin_inset Formula \[
10607 \overset{a}{\maltese}\]
10608
10609 \end_inset
10610
10611 As seen in the last example, with 
10612 \series bold
10613
10614 \backslash
10615 overset
10616 \series default
10617  and 
10618 \series bold
10619
10620 \backslash
10621 underset
10622 \series default
10623  also symbols and characters can be accented; with 
10624 \series bold
10625
10626 \backslash
10627 sideset
10628 \series default
10629  this is not possible.
10630 \end_layout
10631
10632 \begin_layout Subsection
10633 Accents for several Characters
10634 \begin_inset Index idx
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638 Accents ! for several characters
10639 \end_layout
10640
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \begin_layout Standard
10647 \begin_inset space \hfill{}
10648 \end_inset
10649
10650
10651 \begin_inset Tabular
10652 <lyxtabular version="3" rows="5" columns="2">
10653 <features tabularvalignment="middle">
10654 <column alignment="center" valignment="top" width="0pt">
10655 <column alignment="center" valignment="top" width="0pt">
10656 <row>
10657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Command
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Result
10671 \begin_inset Note Note
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675
10676 \series bold
10677
10678 \backslash
10679 raisebox
10680 \series default
10681  is only used as spacer.
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overleftarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 spce 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underleftarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 spce 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 overleftrightarrow
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 spce 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 underleftrightarrow
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 spce 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 </lyxtabular>
10845
10846 \end_inset
10847
10848
10849 \begin_inset space \hfill{}
10850 \end_inset
10851
10852
10853 \begin_inset Tabular
10854 <lyxtabular version="3" rows="5" columns="2">
10855 <features tabularvalignment="middle">
10856 <column alignment="center" valignment="top" width="0pt">
10857 <column alignment="center" valignment="top" width="0pt">
10858 <row>
10859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 Command
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 Result
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 overrightarrow
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 spce 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 underrightarrow
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 spce 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \backslash
10961 widetilde
10962 \begin_inset ERT
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966
10967
10968 \backslash
10969 spce 
10970 \end_layout
10971
10972 \end_inset
10973
10974 A=B
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 widehat
11000 \begin_inset ERT
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004
11005
11006 \backslash
11007 spce 
11008 \end_layout
11009
11010 \end_inset
11011
11012 A=B
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 </lyxtabular>
11031
11032 \end_inset
11033
11034
11035 \begin_inset space \hfill{}
11036 \end_inset
11037
11038
11039 \end_layout
11040
11041 \begin_layout Standard
11042 \begin_inset VSpace medskip
11043 \end_inset
11044
11045 With these commands as many characters as you like can be accented.
11046  But the accents 
11047 \series bold
11048
11049 \backslash
11050 widetilde
11051 \series default
11052  and 
11053 \series bold
11054
11055 \backslash
11056 widehat
11057 \series default
11058  will only be set in the output with a length of three characters, as shown
11059  in the following example:
11060 \begin_inset Formula \[
11061 \widetilde{A+B=C-D}\]
11062
11063 \end_inset
11064
11065
11066 \end_layout
11067
11068 \begin_layout Standard
11069 With the commands 
11070 \series bold
11071
11072 \backslash
11073 overset
11074 \series default
11075
11076 \begin_inset Index idx
11077 status collapsed
11078
11079 \begin_layout Plain Layout
11080 Commands ! O ! 
11081 \backslash
11082 overset
11083 \end_layout
11084
11085 \end_inset
11086
11087  and 
11088 \series bold
11089
11090 \backslash
11091 underset
11092 \series default
11093
11094 \begin_inset Index idx
11095 status collapsed
11096
11097 \begin_layout Plain Layout
11098 Commands ! U ! 
11099 \backslash
11100 underset
11101 \end_layout
11102
11103 \end_inset
11104
11105  described in the previous subsection it is also possible to accent several
11106  characters.
11107  The command 
11108 \series bold
11109
11110 \backslash
11111 underset
11112 \begin_inset ERT
11113 status collapsed
11114
11115 \begin_layout Plain Layout
11116
11117
11118 \backslash
11119 spce 
11120 \end_layout
11121
11122 \end_inset
11123
11124 A=B
11125 \begin_inset Formula $\downarrow$
11126 \end_inset
11127
11128 ***
11129 \series default
11130  creates:
11131 \begin_inset Formula \[
11132 \underset{***}{A=B}\]
11133
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \begin_layout Section
11140 Space
11141 \begin_inset CommandInset label
11142 LatexCommand label
11143 name "sub:Space"
11144
11145 \end_inset
11146
11147
11148 \begin_inset Index idx
11149 status collapsed
11150
11151 \begin_layout Plain Layout
11152 Space ! horizontal
11153 \end_layout
11154
11155 \end_inset
11156
11157
11158 \end_layout
11159
11160 \begin_layout Subsection
11161 Predefined Space
11162 \begin_inset CommandInset label
11163 LatexCommand label
11164 name "sub:Predefined-Space"
11165
11166 \end_inset
11167
11168
11169 \begin_inset Index idx
11170 status collapsed
11171
11172 \begin_layout Plain Layout
11173 Space ! horizontal ! predefined
11174 \end_layout
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Standard
11182 Sometimes it is necessary to insert horizontal space to a formula.
11183  This is done by inserting a protected space (shortcut 
11184 \begin_inset Info
11185 type  "shortcut"
11186 arg   "space-insert protected"
11187 \end_inset
11188
11189 ).
11190  A 
11191 \begin_inset Quotes eld
11192 \end_inset
11193
11194
11195 \color blue
11196
11197 \begin_inset ERT
11198 status collapsed
11199
11200 \begin_layout Plain Layout
11201
11202
11203 \backslash
11204 spce 
11205 \end_layout
11206
11207 \end_inset
11208
11209
11210 \color inherit
11211
11212 \begin_inset Quotes erd
11213 \end_inset
11214
11215  appears and by pressing 
11216 \family sans
11217 Space
11218 \family default
11219  several times one can select one of eight different space sizes.
11220  The spaces can also be inserted using the math toolbar button 
11221 \begin_inset Graphics
11222         filename ../images/math/space.png
11223         scale 85
11224
11225 \end_inset
11226
11227  or special commands.
11228  Independent from the inserted command, one can select the size again by
11229  pressing 
11230 \family sans
11231 Space
11232 \family default
11233  afterwards.
11234 \end_layout
11235
11236 \begin_layout Standard
11237 \noindent
11238 \align center
11239 \begin_inset VSpace -5mm
11240 \end_inset
11241
11242
11243 \begin_inset Tabular
11244 <lyxtabular version="3" rows="3" columns="7">
11245 <features tabularvalignment="middle">
11246 <column alignment="center" valignment="middle" width="6.8cm">
11247 <column alignment="center" valignment="top" width="0">
11248 <column alignment="center" valignment="top" width="0">
11249 <column alignment="center" valignment="top" width="0">
11250 <column alignment="center" valignment="top" width="0">
11251 <column alignment="center" valignment="top" width="0">
11252 <column alignment="center" valignment="top" width="0">
11253 <row>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 Command
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \backslash
11269 ,
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278
11279 \backslash
11280 :
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \backslash
11291 ;
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \backslash
11302 quad
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \backslash
11313 qquad
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \backslash
11324 !
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 </row>
11330 <row>
11331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11332 \begin_inset Text
11333
11334 \begin_layout Plain Layout
11335 Number of 
11336 \family sans
11337 Space
11338 \family default
11339  keystrokes after inserting the protected space
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 0
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357 1
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 2
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 3
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11381 \begin_inset Text
11382
11383 \begin_layout Plain Layout
11384 4
11385 \end_layout
11386
11387 \end_inset
11388 </cell>
11389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 5
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 </row>
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 Result
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 \begin_inset Formula $A\, B$
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Formula $A\: B$
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 \begin_inset Formula $A\; B$
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A\quad B$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 \begin_inset Formula $A\qquad B$
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\! B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 </lyxtabular>
11483
11484 \end_inset
11485
11486
11487 \end_layout
11488
11489 \begin_layout Standard
11490 The last size seem to produce no space.
11491  It is displayed red in LyX contrary to the other sizes, because it is a
11492  negative space.
11493  There are two more negative spaces:
11494 \end_layout
11495
11496 \begin_layout Standard
11497 \align center
11498 \begin_inset Tabular
11499 <lyxtabular version="3" rows="3" columns="3">
11500 <features tabularvalignment="middle">
11501 <column alignment="center" valignment="middle" width="6.8cm">
11502 <column alignment="center" valignment="top" width="0pt">
11503 <column alignment="center" valignment="top" width="0pt">
11504 <row>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 Command
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518
11519 \backslash
11520 negmedspace
11521 \end_layout
11522
11523 \end_inset
11524 </cell>
11525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Plain Layout
11529
11530 \backslash
11531 negthickspace
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 </row>
11537 <row>
11538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 Number of 
11543 \family sans
11544 Space
11545 \family default
11546  keystrokes after inserting the protected space
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 6
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 7
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 </row>
11570 <row>
11571 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 Result
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 \begin_inset Formula $A\negmedspace B$
11585 \end_inset
11586
11587
11588 \end_layout
11589
11590 \end_inset
11591 </cell>
11592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 \begin_inset Formula $A\negthickspace B$
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 </lyxtabular>
11606
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \begin_layout Standard
11613 Negative spaces can lead to characters overlapping each other.
11614  Thus they can be used to enforce ligatures, what is e.
11615 \begin_inset space \thinspace{}
11616 \end_inset
11617
11618 g.
11619 \begin_inset space \space{}
11620 \end_inset
11621
11622 useful for summation operators: 
11623 \end_layout
11624
11625 \begin_layout Standard
11626 \align center
11627 \begin_inset Tabular
11628 <lyxtabular version="3" rows="3" columns="2">
11629 <features tabularvalignment="middle">
11630 <column alignment="center" valignment="top" width="0">
11631 <column alignment="center" valignment="top" width="0">
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 Command
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646 Result
11647 \begin_inset Note Note
11648 status collapsed
11649
11650 \begin_layout Plain Layout
11651
11652 \series bold
11653
11654 \backslash
11655 raisebox
11656 \series default
11657  is only used as spacer.
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673
11674 \backslash
11675 sum
11676 \backslash
11677 sum
11678 \begin_inset ERT
11679 status collapsed
11680
11681 \begin_layout Plain Layout
11682
11683
11684 \backslash
11685 spce 
11686 \end_layout
11687
11688 \end_inset
11689
11690 f_kl
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11700 \end_inset
11701
11702
11703 \end_layout
11704
11705 \end_inset
11706 </cell>
11707 </row>
11708 <row>
11709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713
11714 \backslash
11715 sum
11716 \backslash
11717 negmedspace
11718 \backslash
11719 sum
11720 \begin_inset ERT
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724
11725
11726 \backslash
11727 spce 
11728 \end_layout
11729
11730 \end_inset
11731
11732 f_kl
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 </lyxtabular>
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 Relations like for example equal signs, are always surrounded by space.
11759  To suppress this, the equal sign is placed into a TeX-brace.
11760  The following example demonstrates this:
11761 \end_layout
11762
11763 \begin_layout Standard
11764 \align center
11765 \begin_inset Tabular
11766 <lyxtabular version="3" rows="2" columns="2">
11767 <features tabularvalignment="middle">
11768 <column alignment="center" valignment="top" width="0pt">
11769 <column alignment="center" valignment="top" width="0pt">
11770 <row>
11771 <cell alignment="center" valignment="top" usebox="none">
11772 \begin_inset Text
11773
11774 \begin_layout Plain Layout
11775 normal equation
11776 \end_layout
11777
11778 \end_inset
11779 </cell>
11780 <cell alignment="center" valignment="top" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 \begin_inset Formula $A=B$
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 <row>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 \begin_inset Note Note
11799 status collapsed
11800
11801 \begin_layout Plain Layout
11802
11803 \series bold
11804
11805 \backslash
11806 raisebox
11807 \series default
11808  is only used as spacer.
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \begin_inset Formula $\raisebox{5mm}{}$
11815 \end_inset
11816
11817 equation without space
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Formula $A{=}B$
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 </lyxtabular>
11836
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \begin_layout Standard
11843 \noindent
11844 The command for the last formula is: 
11845 \series bold
11846 A
11847 \backslash
11848 {=
11849 \begin_inset Formula $\to$
11850 \end_inset
11851
11852 B
11853 \end_layout
11854
11855 \begin_layout Standard
11856 \begin_inset VSpace bigskip
11857 \end_inset
11858
11859 Spaces are needed for physical units, because the space between the value
11860  and the unit is the smallest one and not a normal space.
11861  For units in text, the smallest space is inserted via the menu 
11862 \family sans
11863 Insert\SpecialChar \menuseparator
11864 Formatting\SpecialChar \menuseparator
11865 Thin
11866 \begin_inset space ~
11867 \end_inset
11868
11869 Space
11870 \family default
11871  (shortcut 
11872 \begin_inset Info
11873 type  "shortcut"
11874 arg   "space-insert thin"
11875 \end_inset
11876
11877 ).
11878 \end_layout
11879
11880 \begin_layout Standard
11881 An example to visualize the difference:
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \begin_inset Tabular
11886 <lyxtabular version="3" rows="2" columns="2">
11887 <features tabularvalignment="middle">
11888 <column alignment="left" valignment="top" width="0">
11889 <column alignment="left" valignment="top" width="0">
11890 <row>
11891 <cell alignment="center" valignment="top" usebox="none">
11892 \begin_inset Text
11893
11894 \begin_layout Plain Layout
11895 24 kW
11896 \begin_inset Formula $\cdot$
11897 \end_inset
11898
11899 h
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 space between value and unit
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 24
11920 \begin_inset space \thinspace{}
11921 \end_inset
11922
11923 kW
11924 \begin_inset Formula $\cdot$
11925 \end_inset
11926
11927 h
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 smallest space between value and unit
11937 \end_layout
11938
11939 \end_inset
11940 </cell>
11941 </row>
11942 </lyxtabular>
11943
11944 \end_inset
11945
11946
11947 \end_layout
11948
11949 \begin_layout Subsection
11950 Variable Space
11951 \begin_inset ERT
11952 status collapsed
11953
11954 \begin_layout Plain Layout
11955
11956
11957 \backslash
11958 texorpdfstring{
11959 \end_layout
11960
11961 \end_inset
11962
11963
11964 \begin_inset Foot
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 for vertical space in formulas see 
11969 \begin_inset CommandInset ref
11970 LatexCommand ref
11971 reference "sub:Line-Separation"
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \begin_inset ERT
11982 status collapsed
11983
11984 \begin_layout Plain Layout
11985
11986 }{}
11987 \end_layout
11988
11989 \end_inset
11990
11991
11992 \begin_inset Note Note
11993 status collapsed
11994
11995 \begin_layout Plain Layout
11996
11997 \backslash
11998 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11999 \end_layout
12000
12001 \begin_layout Plain Layout
12002 More about 
12003 \backslash
12004 texorpdfstring is in section 
12005 \begin_inset CommandInset ref
12006 LatexCommand ref
12007 reference "sub:Formulas-in-Section"
12008
12009 \end_inset
12010
12011 .
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \begin_inset CommandInset label
12018 LatexCommand label
12019 name "sub:Variable-Space"
12020
12021 \end_inset
12022
12023
12024 \begin_inset Index idx
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028 Space ! horizontal ! variable
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \end_layout
12035
12036 \begin_layout Standard
12037 Space with a defined length can be inserted with the command 
12038 \series bold
12039
12040 \backslash
12041 hspace
12042 \series default
12043
12044 \begin_inset Index idx
12045 status collapsed
12046
12047 \begin_layout Plain Layout
12048 Commands ! H ! 
12049 \backslash
12050 hspace
12051 \end_layout
12052
12053 \end_inset
12054
12055 .
12056  Then a long 
12057 \begin_inset Quotes eld
12058 \end_inset
12059
12060
12061 \color blue
12062
12063 \begin_inset ERT
12064 status collapsed
12065
12066 \begin_layout Plain Layout
12067
12068
12069 \backslash
12070 spce 
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \color inherit
12077
12078 \begin_inset Quotes erd
12079 \end_inset
12080
12081  appears.
12082  The length can be specified by left-clicking on the 
12083 \begin_inset Quotes eld
12084 \end_inset
12085
12086
12087 \color blue
12088
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093
12094
12095 \backslash
12096 spce 
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \color inherit
12103
12104 \begin_inset Quotes erd
12105 \end_inset
12106
12107 .
12108  The length may also be negative.
12109  To insert so many space that the formula uses all available space, the
12110  command 
12111 \series bold
12112
12113 \backslash
12114 hfill
12115 \series default
12116
12117 \begin_inset Index idx
12118 status collapsed
12119
12120 \begin_layout Plain Layout
12121 Commands ! H ! 
12122 \backslash
12123 hfill
12124 \end_layout
12125
12126 \end_inset
12127
12128  is used.
12129 \end_layout
12130
12131 \begin_layout Standard
12132 \begin_inset VSpace -1mm
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \begin_layout Standard
12139 \align center
12140 \begin_inset Tabular
12141 <lyxtabular version="3" rows="4" columns="2">
12142 <features tabularvalignment="middle">
12143 <column alignment="center" valignment="top" width="0">
12144 <column alignment="center" valignment="top" width="0">
12145 <row>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 Command (
12151 \backslash
12152 hspace length)
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 Result
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 <row>
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 A=B
12173 \backslash
12174 hspace
12175 \begin_inset ERT
12176 status collapsed
12177
12178 \begin_layout Plain Layout
12179
12180
12181 \backslash
12182 spce 
12183 \end_layout
12184
12185 \end_inset
12186
12187
12188 \begin_inset Formula $\to$
12189 \end_inset
12190
12191 A
12192 \backslash
12193 not=C (3
12194 \begin_inset space \thinspace{}
12195 \end_inset
12196
12197 cm)
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 <row>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220 A
12221 \backslash
12222 hspace
12223 \begin_inset ERT
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227
12228
12229 \backslash
12230 spce 
12231 \end_layout
12232
12233 \end_inset
12234
12235
12236 \begin_inset Formula $\to$
12237 \end_inset
12238
12239 A
12240 \backslash
12241 not=A (-1
12242 \begin_inset space \thinspace{}
12243 \end_inset
12244
12245 mm)
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 </row>
12263 <row>
12264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 A=A
12269 \backslash
12270 hfill
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275
12276
12277 \backslash
12278 spce 
12279 \end_layout
12280
12281 \end_inset
12282
12283 B=B
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 \begin_inset Formula $A=A\hfill B=B$
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 </row>
12301 </lyxtabular>
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \begin_layout Standard
12309 In the last example the available space is given by the longest column entry
12310  of the table.
12311  In an inline formula the space depends on the length of the line in which
12312  
12313 \series bold
12314
12315 \backslash
12316 hfill
12317 \series default
12318  is inserted.
12319  Thus, when the line uses the full width, no space will be created.
12320  
12321 \series bold
12322
12323 \backslash
12324 hfill
12325 \series default
12326  only has an effect on displayed formulas when the formula style 
12327 \series bold
12328 Indented
12329 \series default
12330  is used.
12331  (Formula styles are explained in 
12332 \begin_inset CommandInset ref
12333 LatexCommand ref
12334 reference "sec:Formula-Styles"
12335
12336 \end_inset
12337
12338 .)
12339 \end_layout
12340
12341 \begin_layout Standard
12342 Besides 
12343 \series bold
12344
12345 \backslash
12346 hfill
12347 \series default
12348 , there are the commands 
12349 \series bold
12350
12351 \backslash
12352 dotfill
12353 \series default
12354  and 
12355 \series bold
12356
12357 \backslash
12358 hrulefill
12359 \series default
12360  that fill the space with a pattern, see 
12361 \begin_inset CommandInset ref
12362 LatexCommand ref
12363 reference "sub:Ellipses"
12364
12365 \end_inset
12366
12367  for an example.
12368 \end_layout
12369
12370 \begin_layout Standard
12371 For text, variable space can be inserted via the menu 
12372 \family sans
12373 Insert\SpecialChar \menuseparator
12374 Formatting\SpecialChar \menuseparator
12375 Horizontal
12376 \begin_inset space ~
12377 \end_inset
12378
12379 Space
12380 \family default
12381 :
12382 \end_layout
12383
12384 \begin_layout Standard
12385 This is a line with
12386 \begin_inset space \hspace{}
12387 \length 2cm
12388 \end_inset
12389
12390 2
12391 \begin_inset space \thinspace{}
12392 \end_inset
12393
12394 cm space.
12395 \end_layout
12396
12397 \begin_layout Standard
12398 This is a line with
12399 \begin_inset space \hfill{}
12400 \end_inset
12401
12402 maximum space.
12403 \end_layout
12404
12405 \begin_layout Subsection
12406 Space besides inline Formulas
12407 \begin_inset Index idx
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 Space ! besides inline formulas
12412 \end_layout
12413
12414 \end_inset
12415
12416
12417 \end_layout
12418
12419 \begin_layout Standard
12420 The space that surrounds inline formulas can be adjusted with the length
12421  
12422 \series bold
12423
12424 \backslash
12425 mathsurround
12426 \series default
12427
12428 \begin_inset Index idx
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432 Commands ! M ! 
12433 \backslash
12434 mathsurround
12435 \end_layout
12436
12437 \end_inset
12438
12439 .
12440  The value of a length is set with the command 
12441 \series bold
12442
12443 \backslash
12444 setlength
12445 \series default
12446
12447 \begin_inset Index idx
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 Commands ! S ! 
12452 \backslash
12453 setlength
12454 \end_layout
12455
12456 \end_inset
12457
12458  that has the following scheme:
12459 \end_layout
12460
12461 \begin_layout Standard
12462
12463 \series bold
12464
12465 \backslash
12466 setlength{length name}{value}
12467 \end_layout
12468
12469 \begin_layout Standard
12470 To set 
12471 \series bold
12472
12473 \backslash
12474 mathsurround
12475 \series default
12476  to the value 5
12477 \begin_inset space \thinspace{}
12478 \end_inset
12479
12480 mm, the command
12481 \end_layout
12482
12483 \begin_layout Standard
12484
12485 \series bold
12486
12487 \backslash
12488 setlength{
12489 \backslash
12490 mathsurround}{5mm}
12491 \end_layout
12492
12493 \begin_layout Standard
12494 is inserted in TeX-mode.
12495  5
12496 \begin_inset space \thinspace{}
12497 \end_inset
12498
12499 mm space will now be set around all inline formulas:
12500 \begin_inset ERT
12501 status collapsed
12502
12503 \begin_layout Plain Layout
12504
12505
12506 \backslash
12507 setlength{
12508 \backslash
12509 mathsurround}{5mm}
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \end_layout
12516
12517 \begin_layout Standard
12518 This is a line with an inline formula 
12519 \begin_inset Formula $A=B$
12520 \end_inset
12521
12522  with 5
12523 \begin_inset space \thinspace{}
12524 \end_inset
12525
12526 mm surrounding space.
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532
12533 \backslash
12534 setlength{
12535 \backslash
12536 mathsurround}{0pt}
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \end_layout
12543
12544 \begin_layout Standard
12545 To return to the predefined value, 
12546 \series bold
12547
12548 \backslash
12549 mathsurround
12550 \series default
12551  is set to the value 0
12552 \begin_inset space \thinspace{}
12553 \end_inset
12554
12555 pt.
12556 \end_layout
12557
12558 \begin_layout Section
12559 Boxes and Frames
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Boxes
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Frames | see
12575 \begin_inset ERT
12576 status collapsed
12577
12578 \begin_layout Plain Layout
12579
12580 {
12581 \end_layout
12582
12583 \end_inset
12584
12585 Boxes
12586 \begin_inset ERT
12587 status collapsed
12588
12589 \begin_layout Plain Layout
12590
12591 }
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Boxes for text are described in chapter 
12606 \family typewriter
12607 Boxes
12608 \family default
12609  in the 
12610 \family typewriter
12611 Embedded
12612 \begin_inset space ~
12613 \end_inset
12614
12615 Objects
12616 \family default
12617  manual.
12618 \end_layout
12619
12620 \begin_layout Subsection
12621 Boxes with Frame
12622 \begin_inset CommandInset label
12623 LatexCommand label
12624 name "sub:Boxes-with-Frame"
12625
12626 \end_inset
12627
12628
12629 \begin_inset Index idx
12630 status collapsed
12631
12632 \begin_layout Plain Layout
12633 Boxes ! with frame
12634 \end_layout
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \begin_layout Standard
12642 It is possible to frame formulas or parts of it with the commands 
12643 \series bold
12644
12645 \backslash
12646 fbox
12647 \series default
12648
12649 \begin_inset Index idx
12650 status collapsed
12651
12652 \begin_layout Plain Layout
12653 Commands ! F ! 
12654 \backslash
12655 fbox
12656 \end_layout
12657
12658 \end_inset
12659
12660  and 
12661 \series bold
12662
12663 \backslash
12664 boxed
12665 \series default
12666
12667 \begin_inset Index idx
12668 status collapsed
12669
12670 \begin_layout Plain Layout
12671 Commands ! B ! 
12672 \backslash
12673 boxed
12674 \end_layout
12675
12676 \end_inset
12677
12678 .
12679 \end_layout
12680
12681 \begin_layout Standard
12682 When one of these commands is inserted to a formula, a blue box appears
12683  within a frame to enter formula parts.
12684  For 
12685 \series bold
12686
12687 \backslash
12688 fbox
12689 \series default
12690  an additional formula has to be created by 
12691 \family sans
12692 Ctrl+M
12693 \family default
12694  within this box, because the box content will otherwise be treated as mathemati
12695 cal text.
12696  When 
12697 \series bold
12698
12699 \backslash
12700 boxed
12701 \series default
12702  is used, a new formula is automatically created inside the frame.
12703 \end_layout
12704
12705 \begin_layout Standard
12706 The command 
12707 \series bold
12708
12709 \backslash
12710 fbox
12711 \series default
12712  is not suitable to frame displayed formulas because the formula will always
12713  be set in the size of the text.
12714  
12715 \series bold
12716
12717 \backslash
12718 boxed
12719 \series default
12720  is in contrary not suitable to frame inline formulas, because the formula
12721  will always be set in the size of a displayed formula.
12722 \end_layout
12723
12724 \begin_layout Standard
12725 As extension to 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731  there is the command 
12732 \series bold
12733
12734 \backslash
12735 framebox
12736 \series default
12737
12738 \begin_inset Index idx
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742 Commands ! F ! 
12743 \backslash
12744 framebox
12745 \end_layout
12746
12747 \end_inset
12748
12749  where additionally the frame width and the alignment can be specified.
12750  
12751 \series bold
12752
12753 \backslash
12754 framebox
12755 \series default
12756  is used in the following scheme:
12757 \end_layout
12758
12759 \begin_layout Standard
12760
12761 \series bold
12762
12763 \backslash
12764 framebox[frame width][position]{box content}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 The position can either be 
12769 \emph on
12770 l
12771 \emph default
12772  or 
12773 \emph on
12774 r
12775 \emph default
12776 .
12777  
12778 \emph on
12779 l
12780 \emph default
12781  left aligns, 
12782 \emph on
12783 r
12784 \emph default
12785  right aligns the formula in the box.
12786  When no position is given, the formula will be centered.
12787 \begin_inset Newline newline
12788 \end_inset
12789
12790 Is no width given, also no position can be given.
12791  In this case the frame width is adjusted to the box content like for 
12792 \series bold
12793
12794 \backslash
12795 fbox
12796 \series default
12797 .
12798 \end_layout
12799
12800 \begin_layout Standard
12801 When the command 
12802 \series bold
12803
12804 \backslash
12805 framebox
12806 \series default
12807  is inserted, a box appears containing three blue boxes.
12808  The first two boxes are surrounded by brackets and denote the two optional
12809  arguments.
12810  The third box is for formula parts like for 
12811 \series bold
12812
12813 \backslash
12814 fbox
12815 \series default
12816 .
12817 \end_layout
12818
12819 \begin_layout Standard
12820 \align center
12821 \begin_inset Tabular
12822 <lyxtabular version="3" rows="5" columns="2">
12823 <features tabularvalignment="middle">
12824 <column alignment="center" valignment="top" width="0">
12825 <column alignment="center" valignment="top" width="0">
12826 <row>
12827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 Command
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 Result
12841 \begin_inset Note Note
12842 status collapsed
12843
12844 \begin_layout Plain Layout
12845
12846 \series bold
12847
12848 \backslash
12849 raisebox
12850 \series default
12851  is only used as spacer.
12852 \end_layout
12853
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 </row>
12862 <row>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867
12868 \backslash
12869 fbox
12870 \begin_inset ERT
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874
12875
12876 \backslash
12877 spce 
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \family sans
12884 Ctrl+M
12885 \family default
12886  
12887 \backslash
12888 int
12889 \begin_inset ERT
12890 status collapsed
12891
12892 \begin_layout Plain Layout
12893
12894
12895 \backslash
12896 spce 
12897 \end_layout
12898
12899 \end_inset
12900
12901 A=B
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12911 \end_inset
12912
12913
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 </row>
12919 <row>
12920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12921 \begin_inset Text
12922
12923 \begin_layout Plain Layout
12924
12925 \backslash
12926 boxed
12927 \begin_inset ERT
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931
12932
12933 \backslash
12934 spce 
12935 \end_layout
12936
12937 \end_inset
12938
12939
12940 \backslash
12941 int
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 spce 
12950 \end_layout
12951
12952 \end_inset
12953
12954 A=B
12955 \end_layout
12956
12957 \end_inset
12958 </cell>
12959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12960 \begin_inset Text
12961
12962 \begin_layout Plain Layout
12963 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12964 \end_inset
12965
12966
12967 \end_layout
12968
12969 \end_inset
12970 </cell>
12971 </row>
12972 <row>
12973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12974 \begin_inset Text
12975
12976 \begin_layout Plain Layout
12977 A+
12978 \backslash
12979 fbox
12980 \begin_inset ERT
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984
12985
12986 \backslash
12987 spce 
12988 \end_layout
12989
12990 \end_inset
12991
12992 B
12993 \end_layout
12994
12995 \end_inset
12996 </cell>
12997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12998 \begin_inset Text
12999
13000 \begin_layout Plain Layout
13001 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 </row>
13010 <row>
13011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015
13016 \backslash
13017 framebox
13018 \begin_inset ERT
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022
13023
13024 \backslash
13025 spce 
13026 \end_layout
13027
13028 \end_inset
13029
13030 20mm
13031 \begin_inset Formula $\to$
13032 \end_inset
13033
13034
13035 \begin_inset Formula $\to$
13036 \end_inset
13037
13038
13039 \family sans
13040 Ctrl+M
13041 \family default
13042  
13043 \backslash
13044 frac
13045 \begin_inset ERT
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049
13050
13051 \backslash
13052 spce 
13053 \end_layout
13054
13055 \end_inset
13056
13057 A
13058 \begin_inset Formula $\downarrow$
13059 \end_inset
13060
13061 B
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13067 \begin_inset Text
13068
13069 \begin_layout Plain Layout
13070 \begin_inset Formula $\raisebox{6mm}{}$
13071 \end_inset
13072
13073
13074 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13075 \end_inset
13076
13077
13078 \begin_inset Formula $\raisebox{-4mm}{}$
13079 \end_inset
13080
13081
13082 \end_layout
13083
13084 \end_inset
13085 </cell>
13086 </row>
13087 </lyxtabular>
13088
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \begin_layout Standard
13095 The frame thickness can also be adjusted.
13096  To do this the following commands have to be inserted in TeX-mode before
13097  the formula
13098 \end_layout
13099
13100 \begin_layout Standard
13101
13102 \series bold
13103
13104 \backslash
13105 fboxrule
13106 \series default
13107  
13108 \series bold
13109
13110 \begin_inset Quotes eld
13111 \end_inset
13112
13113 thickness
13114 \begin_inset Quotes erd
13115 \end_inset
13116
13117
13118 \series default
13119  
13120 \series bold
13121
13122 \backslash
13123 fboxsep
13124 \series default
13125  
13126 \series bold
13127
13128 \begin_inset Quotes eld
13129 \end_inset
13130
13131 distance
13132 \begin_inset Quotes erd
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \begin_inset Quotes eld
13140 \end_inset
13141
13142 distance
13143 \begin_inset Quotes erd
13144 \end_inset
13145
13146  specifies the minimal distance between the frame and the first character
13147  in the box.
13148  An example for this is the following framed formula:
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 fboxrule 2mm 
13157 \backslash
13158 fboxsep 3mm
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset Formula \[
13165 \boxed{A+B=C}\]
13166
13167 \end_inset
13168
13169 Before this formula the commands
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 fboxrule
13178 \series default
13179  
13180 \series bold
13181 2mm
13182 \series default
13183  
13184 \series bold
13185
13186 \backslash
13187 fboxsep
13188 \series default
13189  
13190 \series bold
13191 3mm
13192 \end_layout
13193
13194 \begin_layout Standard
13195 were inserted in TeX-mode.
13196  The given values are used for all following boxes.
13197 \end_layout
13198
13199 \begin_layout Standard
13200 To return to the standard frame size, the command
13201 \end_layout
13202
13203 \begin_layout Standard
13204
13205 \series bold
13206
13207 \backslash
13208 fboxrule
13209 \series default
13210  
13211 \series bold
13212 0.4pt
13213 \series default
13214  
13215 \series bold
13216
13217 \backslash
13218 fboxsep
13219 \series default
13220  
13221 \series bold
13222 3pt
13223 \series default
13224
13225 \begin_inset ERT
13226 status collapsed
13227
13228 \begin_layout Plain Layout
13229
13230
13231 \backslash
13232 fboxrule 0.4pt 
13233 \backslash
13234 fboxsep 3pt
13235 \end_layout
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Standard
13243 is inserted in TeX-mode before the next formula.
13244 \end_layout
13245
13246 \begin_layout Subsection
13247 Boxes without Frame
13248 \begin_inset CommandInset label
13249 LatexCommand label
13250 name "sub:Boxes-without-Frame"
13251
13252 \end_inset
13253
13254
13255 \begin_inset Index idx
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259 Boxes ! without frame
13260 \end_layout
13261
13262 \end_inset
13263
13264
13265 \end_layout
13266
13267 \begin_layout Standard
13268 For boxes without a frame there are the following box commands: 
13269 \series bold
13270
13271 \backslash
13272 mbox
13273 \series default
13274
13275 \begin_inset Index idx
13276 status collapsed
13277
13278 \begin_layout Plain Layout
13279 Commands ! M ! 
13280 \backslash
13281 mbox
13282 \end_layout
13283
13284 \end_inset
13285
13286
13287 \series bold
13288
13289 \backslash
13290 makebox
13291 \series default
13292
13293 \begin_inset Index idx
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 Commands ! M ! 
13298 \backslash
13299 makebox
13300 \end_layout
13301
13302 \end_inset
13303
13304  and 
13305 \series bold
13306
13307 \backslash
13308 raisebox
13309 \series default
13310
13311 \begin_inset Index idx
13312 status collapsed
13313
13314 \begin_layout Plain Layout
13315 Commands ! R ! 
13316 \backslash
13317 raisebox
13318 \end_layout
13319
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \begin_layout Standard
13326 With 
13327 \series bold
13328
13329 \backslash
13330 raisebox
13331 \series default
13332  a box can be super- or subscripted.
13333  But in contrary to normal super- and subscripting, the characters in the
13334  box keep their font size.
13335  
13336 \series bold
13337
13338 \backslash
13339 raisebox
13340 \series default
13341  is used in the following scheme:
13342 \end_layout
13343
13344 \begin_layout Standard
13345
13346 \series bold
13347
13348 \backslash
13349 raisebox{height}{box content}
13350 \end_layout
13351
13352 \begin_layout Standard
13353 When the box should contain a formula, an extra formula is needed like for
13354  
13355 \series bold
13356
13357 \backslash
13358 fbox
13359 \series default
13360 .
13361  
13362 \series medium
13363
13364 \begin_inset Note Greyedout
13365 status open
13366
13367 \begin_layout Plain Layout
13368
13369 \series bold
13370 Note:
13371 \series default
13372  For 
13373 \series bold
13374
13375 \backslash
13376 raisebox
13377 \series default
13378  this extra formula is created by pressing 
13379 \family sans
13380 Ctrl+M
13381 \family default
13382  twice instead of once because LyX doesn't yet support 
13383 \series bold
13384
13385 \backslash
13386 raisebox
13387 \series default
13388  directly.
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397 \align center
13398 \begin_inset Tabular
13399 <lyxtabular version="3" rows="4" columns="2">
13400 <features tabularvalignment="middle">
13401 <column alignment="center" valignment="top" width="0">
13402 <column alignment="center" valignment="top" width="0">
13403 <row>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 Command
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 Result
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 </row>
13423 <row>
13424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 H
13429 \backslash
13430 raisebox{2mm
13431 \begin_inset Formula $\to$
13432 \end_inset
13433
13434
13435 \backslash
13436 {al
13437 \begin_inset Formula $\to$
13438 \end_inset
13439
13440  lo
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 </row>
13458 <row>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 H
13464 \backslash
13465 raisebox{-2mm
13466 \begin_inset Formula $\to$
13467 \end_inset
13468
13469
13470 \backslash
13471 {al
13472 \begin_inset Formula $\to$
13473 \end_inset
13474
13475 lo
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 A=
13499 \backslash
13500 raisebox{-2mm
13501 \begin_inset Formula $\to$
13502 \end_inset
13503
13504
13505 \backslash
13506 {
13507 \family sans
13508 Ctrl+M
13509 \family default
13510  
13511 \family sans
13512 Ctrl+M
13513 \family default
13514  
13515 \backslash
13516 sqrt
13517 \begin_inset ERT
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521
13522
13523 \backslash
13524 spce 
13525 \end_layout
13526
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13539 \end_inset
13540
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 </lyxtabular>
13548
13549 \end_inset
13550
13551
13552 \end_layout
13553
13554 \begin_layout Standard
13555 The command 
13556 \series bold
13557
13558 \backslash
13559 mbox
13560 \series default
13561  is equivalent to 
13562 \series bold
13563
13564 \backslash
13565 fbox
13566 \series default
13567  and 
13568 \series bold
13569
13570 \backslash
13571 makebox
13572 \series default
13573  is equivalent to 
13574 \series bold
13575
13576 \backslash
13577 framebox
13578 \series default
13579 , with the difference that there is no frame.
13580 \end_layout
13581
13582 \begin_layout Subsection
13583 Colored Boxes
13584 \begin_inset CommandInset label
13585 LatexCommand label
13586 name "sub:Colored-Boxes"
13587
13588 \end_inset
13589
13590
13591 \begin_inset Index idx
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595 Boxes ! colored
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \begin_layout Standard
13604 To be able to use all commands explained in this section, the LaTeX-package
13605  
13606 \series bold
13607 color
13608 \series default
13609
13610 \begin_inset Foot
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614 The LaTeX-package 
13615 \series bold
13616 color
13617 \series default
13618  is part of every LaTeX standard installation.
13619 \end_layout
13620
13621 \end_inset
13622
13623
13624 \begin_inset Index idx
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628 Packages ! color
13629 \end_layout
13630
13631 \end_inset
13632
13633  has to be loaded in the LaTeX-preamble with the line
13634 \begin_inset Foot
13635 status collapsed
13636
13637 \begin_layout Plain Layout
13638 When text is colored somewhere in the document with a predefined color,
13639  LyX loads the LaTeX-package 
13640 \series bold
13641 color
13642 \series default
13643  automatically.
13644  Thus it is possible that the package is loaded twice, but this doesn't
13645  arise problems.
13646 \end_layout
13647
13648 \end_inset
13649
13650
13651 \begin_inset Note Note
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13656 amble.
13657 \end_layout
13658
13659 \end_inset
13660
13661
13662 \end_layout
13663
13664 \begin_layout Standard
13665
13666 \series bold
13667
13668 \backslash
13669 usepackage{color}
13670 \end_layout
13671
13672 \begin_layout Standard
13673 \begin_inset VSpace medskip
13674 \end_inset
13675
13676 To color boxes, the command 
13677 \series bold
13678
13679 \backslash
13680 colorbox
13681 \series default
13682
13683 \begin_inset Index idx
13684 status collapsed
13685
13686 \begin_layout Plain Layout
13687 Commands ! C ! 
13688 \backslash
13689 colorbox
13690 \end_layout
13691
13692 \end_inset
13693
13694  is used in the following scheme:
13695 \end_layout
13696
13697 \begin_layout Standard
13698
13699 \series bold
13700
13701 \backslash
13702 colorbox{color}{box content}
13703 \end_layout
13704
13705 \begin_layout Standard
13706 The box content can also be a box and a 
13707 \series bold
13708
13709 \backslash
13710 colorbox
13711 \series default
13712  can also be part of another box (see the 2nd and 3rd example).
13713  When the box should contain a formula, an extra formula has to be created,
13714  the same way as for 
13715 \series bold
13716
13717 \backslash
13718 raisebox
13719 \series default
13720 .
13721 \begin_inset Foot
13722 status collapsed
13723
13724 \begin_layout Plain Layout
13725 This also applies for the command 
13726 \series bold
13727
13728 \backslash
13729 fcolorbox
13730 \series default
13731 .
13732 \end_layout
13733
13734 \end_inset
13735
13736
13737 \end_layout
13738
13739 \begin_layout Standard
13740 One of the following predefined colors can be chosen:
13741 \end_layout
13742
13743 \begin_layout Standard
13744
13745 \series bold
13746 black
13747 \series default
13748
13749 \series bold
13750 blue
13751 \series default
13752
13753 \series bold
13754 cyan
13755 \series default
13756
13757 \series bold
13758 green
13759 \series default
13760
13761 \series bold
13762 magenta
13763 \series default
13764
13765 \series bold
13766 red
13767 \series default
13768
13769 \series bold
13770 white
13771 \series default
13772  and 
13773 \series bold
13774 yellow
13775 \end_layout
13776
13777 \begin_layout Standard
13778 \align center
13779 \begin_inset Tabular
13780 <lyxtabular version="3" rows="4" columns="2">
13781 <features tabularvalignment="middle">
13782 <column alignment="center" valignment="top" width="0">
13783 <column alignment="center" valignment="top" width="0">
13784 <row>
13785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13786 \begin_inset Text
13787
13788 \begin_layout Plain Layout
13789 Command
13790 \end_layout
13791
13792 \end_inset
13793 </cell>
13794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 Result
13799 \begin_inset Note Note
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803
13804 \series bold
13805
13806 \backslash
13807 raisebox
13808 \series default
13809  is only used as spacer.
13810 \end_layout
13811
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \backslash
13827 colorbox{yellow
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {A=B
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 </row>
13851 <row>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856
13857 \backslash
13858 colorbox{green
13859 \begin_inset Formula $\to$
13860 \end_inset
13861
13862
13863 \backslash
13864 {
13865 \backslash
13866 fbox
13867 \begin_inset ERT
13868 status collapsed
13869
13870 \begin_layout Plain Layout
13871
13872
13873 \backslash
13874 spce 
13875 \end_layout
13876
13877 \end_inset
13878
13879 A=B
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13889 \end_inset
13890
13891
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 </row>
13897 <row>
13898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902
13903 \backslash
13904 fbox
13905 \begin_inset ERT
13906 status collapsed
13907
13908 \begin_layout Plain Layout
13909
13910
13911 \backslash
13912 spce 
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \backslash
13919 colorbox{green
13920 \begin_inset Formula $\to$
13921 \end_inset
13922
13923
13924 \backslash
13925 {
13926 \family sans
13927 Ctrl+M
13928 \family default
13929  
13930 \family sans
13931 Ctrl+M
13932 \family default
13933  
13934 \backslash
13935 int
13936 \begin_inset ERT
13937 status collapsed
13938
13939 \begin_layout Plain Layout
13940
13941
13942 \backslash
13943 spce 
13944 \end_layout
13945
13946 \end_inset
13947
13948 C=D
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 </row>
13966 </lyxtabular>
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \begin_layout Standard
13974
13975 \series bold
13976
13977 \backslash
13978 colorbox
13979 \series default
13980  only colors the box but not the characters in the box.
13981  To color all characters, the whole formula is highlighted and the wanted
13982  color is chosen in the 
13983 \family sans
13984 Text
13985 \begin_inset space ~
13986 \end_inset
13987
13988 Style
13989 \family default
13990  dialog.
13991  The dialog can be called with the toolbar button 
13992 \begin_inset Graphics
13993         filename ../images/dialog-show_character.png
13994         scale 85
13995
13996 \end_inset
13997
13998  or the menu 
13999 \family sans
14000 Edit\SpecialChar \menuseparator
14001 Text
14002 \begin_inset space ~
14003 \end_inset
14004
14005 Style\SpecialChar \menuseparator
14006 Customized
14007 \family default
14008 .
14009  The formula number has then the same color as the formula.
14010  When the formula number should get another color than the formula characters,
14011  the color must be changed within the formula.
14012 \end_layout
14013
14014 \begin_layout Standard
14015 An example:
14016 \end_layout
14017
14018 \begin_layout Standard
14019
14020 \color red
14021 \begin_inset Formula \begin{equation}
14022 \int A=B\label{eq:red}\end{equation}
14023
14024 \end_inset
14025
14026
14027 \color green
14028
14029 \begin_inset Formula \begin{equation}
14030 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Standard
14038 Formula 
14039 \begin_inset CommandInset ref
14040 LatexCommand eqref
14041 reference "eq:red"
14042
14043 \end_inset
14044
14045  is completely colored red.
14046 \begin_inset Newline newline
14047 \end_inset
14048
14049 Formula 
14050 \begin_inset CommandInset ref
14051 LatexCommand eqref
14052 reference "eq:redgreen"
14053
14054 \end_inset
14055
14056  was first completely colored green to set the color for the formula number.
14057  Subsequently the formula characters were colored red.
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \begin_inset VSpace bigskip
14062 \end_inset
14063
14064 To color the frame different than the rest of the box, the command 
14065 \series bold
14066
14067 \backslash
14068 fcolorbox
14069 \series default
14070
14071 \begin_inset Index idx
14072 status collapsed
14073
14074 \begin_layout Plain Layout
14075 Commands ! F ! 
14076 \backslash
14077 fcolorbox
14078 \end_layout
14079
14080 \end_inset
14081
14082  is used in the following scheme:
14083 \end_layout
14084
14085 \begin_layout Standard
14086
14087 \series bold
14088
14089 \backslash
14090 fcolorbox{frame color}{color}{box content}
14091 \end_layout
14092
14093 \begin_layout Standard
14094 So 
14095 \series bold
14096
14097 \backslash
14098 fcolorbox
14099 \series default
14100  is an extension of the command 
14101 \series bold
14102
14103 \backslash
14104 colorbox
14105 \series default
14106 .
14107  The frame width is set, like for 
14108 \series bold
14109
14110 \backslash
14111 framebox
14112 \series default
14113 , with 
14114 \series bold
14115
14116 \backslash
14117 fboxrule
14118 \series default
14119  and 
14120 \series bold
14121
14122 \backslash
14123 fboxsep
14124 \series default
14125 .
14126  An example:
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132
14133 \backslash
14134 fboxrule 1mm 
14135 \backslash
14136 fboxsep 1mm
14137 \end_layout
14138
14139 \end_inset
14140
14141
14142 \begin_inset Formula \[
14143 \fcolorbox{cyan}{magenta}{A=B}\]
14144
14145 \end_inset
14146
14147
14148 \begin_inset ERT
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 fboxrule 0.4pt 
14156 \backslash
14157 fboxsep 3pt
14158 \end_layout
14159
14160 \end_inset
14161
14162
14163 \end_layout
14164
14165 \begin_layout Standard
14166 This formula was created with the command
14167 \begin_inset Newline newline
14168 \end_inset
14169
14170
14171 \series bold
14172
14173 \backslash
14174 fcolorbox{cyan
14175 \begin_inset Formula $\to$
14176 \end_inset
14177
14178
14179 \backslash
14180 {magenta
14181 \begin_inset Formula $\to$
14182 \end_inset
14183
14184
14185 \backslash
14186 {A=B
14187 \series default
14188 .
14189 \end_layout
14190
14191 \begin_layout Standard
14192 \begin_inset VSpace bigskip
14193 \end_inset
14194
14195 To use other colors than the predefined ones, they have to be defined first.
14196 \end_layout
14197
14198 \begin_layout Standard
14199 One can for example define the color 
14200 \begin_inset Quotes eld
14201 \end_inset
14202
14203
14204 \series bold
14205 darkgreen
14206 \series default
14207
14208 \begin_inset Quotes erd
14209 \end_inset
14210
14211  with the LaTeX-preamble line:
14212 \end_layout
14213
14214 \begin_layout Standard
14215
14216 \series bold
14217
14218 \backslash
14219 definecolor{darkgreen}{cmyk}{0.5,
14220 \series default
14221  
14222 \series bold
14223 0,
14224 \series default
14225  
14226 \series bold
14227 1,
14228 \series default
14229  
14230 \series bold
14231 0.5}
14232 \series default
14233
14234 \begin_inset Index idx
14235 status collapsed
14236
14237 \begin_layout Plain Layout
14238 Commands ! D ! 
14239 \backslash
14240 definecolor
14241 \end_layout
14242
14243 \end_inset
14244
14245
14246 \end_layout
14247
14248 \begin_layout Standard
14249
14250 \series bold
14251 cmyk
14252 \series default
14253  is the color space that denotes the colors 
14254 \series bold
14255 cyan
14256 \series default
14257
14258 \series bold
14259 magenta
14260 \series default
14261
14262 \series bold
14263 yellow
14264 \series default
14265  and 
14266 \series bold
14267 black
14268 \series default
14269 .
14270  The four comma separated numbers are the portion factor for the corresponding
14271  colors of the color space.
14272  The factors can be in the range of 0
14273 \begin_inset space \thinspace{}
14274 \end_inset
14275
14276 -
14277 \begin_inset space \thinspace{}
14278 \end_inset
14279
14280 1.
14281  Instead of 
14282 \series bold
14283 cmyk
14284 \series default
14285  also the color space 
14286 \series bold
14287 rgb
14288 \series default
14289  can be used for definitions.
14290  
14291 \series bold
14292 rgb
14293 \series default
14294  denotes 
14295 \series bold
14296 red
14297 \series default
14298
14299 \series bold
14300 green
14301 \series default
14302  and 
14303 \series bold
14304 blue
14305 \series default
14306 , so that there are in this case three portion factors for the corresponding
14307  colors.
14308  Furthermore there is the color space 
14309 \series bold
14310 gray
14311 \series default
14312  with one portion factor for the gray value.
14313 \end_layout
14314
14315 \begin_layout Standard
14316 As example a framed box with the new defined color 
14317 \series bold
14318 darkgreen
14319 \series default
14320  where the characters have been colored 
14321 \series bold
14322 yellow
14323 \series default
14324 :
14325 \begin_inset Formula \begin{equation}
14326 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14327
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \begin_layout Standard
14334 Self-defined colors can also be used for text with the help of the command
14335  
14336 \series bold
14337
14338 \backslash
14339 textcolor
14340 \series default
14341 :
14342 \begin_inset Index idx
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346 Text ! colored
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \begin_layout Standard
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 textcolor{darkgreen}{
14363 \end_layout
14364
14365 \end_inset
14366
14367 This sentence is 
14368 \begin_inset Quotes eld
14369 \end_inset
14370
14371 darkgreen
14372 \begin_inset Quotes erd
14373 \end_inset
14374
14375 .
14376 \begin_inset ERT
14377 status collapsed
14378
14379 \begin_layout Plain Layout
14380
14381 }
14382 \end_layout
14383
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390
14391 \series bold
14392
14393 \backslash
14394 textcolor
14395 \series default
14396
14397 \begin_inset Index idx
14398 status collapsed
14399
14400 \begin_layout Plain Layout
14401 Commands ! T ! 
14402 \backslash
14403 textcolor
14404 \end_layout
14405
14406 \end_inset
14407
14408  is used in the scheme 
14409 \series bold
14410
14411 \backslash
14412 textcolor{color}{characters to color}
14413 \series default
14414 .
14415 \end_layout
14416
14417 \begin_layout Subsection
14418 Paragraph Boxes
14419 \begin_inset CommandInset label
14420 LatexCommand label
14421 name "sub:Paragraph-Boxes"
14422
14423 \end_inset
14424
14425
14426 \begin_inset Index idx
14427 status collapsed
14428
14429 \begin_layout Plain Layout
14430 Boxes ! as paragraph
14431 \end_layout
14432
14433 \end_inset
14434
14435
14436 \end_layout
14437
14438 \begin_layout Standard
14439 A box that can contain several lines and paragraphs, a so called paragraph
14440  box (parbox), can be created with the menu 
14441 \family sans
14442 Insert\SpecialChar \menuseparator
14443 Box
14444 \family default
14445  or the toolbar button 
14446 \begin_inset Graphics
14447         filename ../images/box-insert.png
14448         scale 85
14449
14450 \end_inset
14451
14452 .
14453 \end_layout
14454
14455 \begin_layout Standard
14456 The following example shows a framed parbox in a line:
14457 \end_layout
14458
14459 \begin_layout Standard
14460 \begin_inset VSpace medskip
14461 \end_inset
14462
14463 This is a line 
14464 \begin_inset Box Boxed
14465 position "c"
14466 hor_pos "c"
14467 has_inner_box 1
14468 inner_pos "t"
14469 use_parbox 1
14470 use_makebox 0
14471 width "5cm"
14472 special "none"
14473 height "1in"
14474 height_special "totalheight"
14475 status open
14476
14477 \begin_layout Plain Layout
14478 This is a paragraph box.
14479  It is exactly 5
14480 \begin_inset space \thinspace{}
14481 \end_inset
14482
14483 cm long and can also contain formulas: 
14484 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \end_inset
14491
14492  with a parbox.
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \begin_inset VSpace medskip
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Such a box is created by right-clicking on the gray box inset.
14504  A dialog pops up showing the box properties.
14505  In our case set: 
14506 \emph on
14507 Decoration
14508 \emph default
14509 : Recangular box, 
14510 \emph on
14511 Inner Box
14512 \emph default
14513 : Parbox, 
14514 \emph on
14515 Width
14516 \emph default
14517 : 5
14518 \begin_inset space \thinspace{}
14519 \end_inset
14520
14521 cm, 
14522 \emph on
14523 Vertical Box Alignment
14524 \emph default
14525 : Middle
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset VSpace medskip
14530 \end_inset
14531
14532 In LaTeX a parbox is created with the command 
14533 \series bold
14534
14535 \backslash
14536 parbox
14537 \series default
14538
14539 \begin_inset Index idx
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543 Commands ! P ! 
14544 \backslash
14545 parbox
14546 \end_layout
14547
14548 \end_inset
14549
14550  that has the following scheme:
14551 \end_layout
14552
14553 \begin_layout Standard
14554
14555 \series bold
14556
14557 \backslash
14558 parbox[position]{width}{box content}
14559 \end_layout
14560
14561 \begin_layout Standard
14562 The positions 
14563 \emph on
14564 b
14565 \emph default
14566  and 
14567 \emph on
14568 t
14569 \emph default
14570  are possible.
14571  
14572 \emph on
14573 b
14574 \emph default
14575  for bottom means that the box is aligned within the surrounding text with
14576  its last line.
14577  With 
14578 \emph on
14579 t
14580 \emph default
14581  for top this is done with the first line.
14582  When no position is given, the box will be vertically centered, see section
14583  
14584 \emph on
14585 Boxes
14586 \emph default
14587  of the 
14588 \emph on
14589 Embedded
14590 \begin_inset space ~
14591 \end_inset
14592
14593 Objects
14594 \emph default
14595  manual for examples.
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \begin_inset VSpace bigskip
14600 \end_inset
14601
14602 To frame formulas completely, including the formula number, the formula
14603  must be set into a parbox.
14604  To do this, the command 
14605 \series bold
14606
14607 \backslash
14608 fbox{
14609 \backslash
14610 parbox{
14611 \backslash
14612 linewidth-2
14613 \backslash
14614 fboxsep-2
14615 \backslash
14616 fboxrule}{
14617 \series default
14618  is inserted in TeX-mode before the formula.
14619  
14620 \series bold
14621
14622 \backslash
14623 linewidth
14624 \series default
14625
14626 \begin_inset Index idx
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630 Commands ! L ! 
14631 \backslash
14632 linewidth
14633 \end_layout
14634
14635 \end_inset
14636
14637  is hereby the line width set for the document.
14638  Because the frame is outside the parbox, 2
14639 \begin_inset space \thinspace{}
14640 \end_inset
14641
14642 times the frame separation and the frame thickness must be subtracted from
14643  the line width.
14644  As this is not automatically done by LyX due to a bug
14645 \begin_inset Foot
14646 status collapsed
14647
14648 \begin_layout Plain Layout
14649 \begin_inset CommandInset href
14650 LatexCommand href
14651 name "LyX-bug #4483"
14652 target "http://www.lyx.org/trac/ticket/4483"
14653
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660
14661 , TeX-mode has to be used.
14662  To be able to multiply and subtract in arguments, the LaTeX-package 
14663 \series bold
14664 calc
14665 \series default
14666
14667 \begin_inset Foot
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671
14672 \series bold
14673 calc
14674 \series default
14675  is part of every LaTeX standard installation.
14676 \end_layout
14677
14678 \end_inset
14679
14680
14681 \begin_inset Index idx
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Packages ! calc
14686 \end_layout
14687
14688 \end_inset
14689
14690  must be loaded in the LaTeX-preamble with the line
14691 \end_layout
14692
14693 \begin_layout Standard
14694
14695 \series bold
14696
14697 \backslash
14698 usepackage{calc}
14699 \end_layout
14700
14701 \begin_layout Standard
14702 Behind the formula both boxes are closed by entering 
14703 \series bold
14704 }}
14705 \series default
14706  in TeX-mode.
14707  Here is an example:
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715 fboxsep 5mm 
14716 \backslash
14717 fboxrule 5mm
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \end_layout
14724
14725 \begin_layout Standard
14726 \begin_inset ERT
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730
14731
14732 \backslash
14733 fbox{
14734 \backslash
14735 parbox{
14736 \backslash
14737 linewidth-2
14738 \backslash
14739 fboxsep-2
14740 \backslash
14741 fboxrule}{
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \begin_inset Formula \begin{equation}
14748 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14749
14750 \end_inset
14751
14752
14753 \begin_inset ERT
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757
14758 }}
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \begin_inset ERT
14765 status collapsed
14766
14767 \begin_layout Plain Layout
14768
14769
14770 \backslash
14771 fboxrule 0.4pt 
14772 \backslash
14773 fboxsep 3pt
14774 \end_layout
14775
14776 \end_inset
14777
14778
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset VSpace medskip
14783 \end_inset
14784
14785 As a parbox is used as argument of 
14786 \series bold
14787
14788 \backslash
14789 fbox
14790 \series default
14791 , there is in this case no difference between 
14792 \series bold
14793
14794 \backslash
14795 fbox
14796 \series default
14797  and 
14798 \series bold
14799
14800 \backslash
14801 boxed
14802 \series default
14803 .
14804 \end_layout
14805
14806 \begin_layout Standard
14807 \begin_inset VSpace bigskip
14808 \end_inset
14809
14810 Paragraph boxes are very useful to comment formulas directly.
14811  To do this, 
14812 \series bold
14813
14814 \backslash
14815 parbox
14816 \series default
14817  is used in combination with the command 
14818 \series bold
14819
14820 \backslash
14821 tag
14822 \series default
14823 .
14824  (more about 
14825 \series bold
14826
14827 \backslash
14828 tag
14829 \series default
14830  see 
14831 \begin_inset CommandInset ref
14832 LatexCommand ref
14833 reference "sub:User-defined-Numbering"
14834
14835 \end_inset
14836
14837 )
14838 \end_layout
14839
14840 \begin_layout Standard
14841 An example of a formula commented with 
14842 \series bold
14843
14844 \backslash
14845 parbox
14846 \series default
14847 :
14848 \end_layout
14849
14850 \begin_layout Standard
14851 \begin_inset ERT
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855
14856
14857 \backslash
14858 [5x-7b=3b
14859 \backslash
14860 tag*{
14861 \backslash
14862 parbox{5cm}{
14863 \end_layout
14864
14865 \end_inset
14866
14867 This is a description.
14868  It is distinctly separated from the formula and multiline.
14869 \begin_inset ERT
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873
14874 }}
14875 \backslash
14876 ]
14877 \end_layout
14878
14879 \end_inset
14880
14881
14882 \end_layout
14883
14884 \begin_layout Standard
14885 Such a formula must be inserted completely in TeX-mode because LyX does
14886  not yet support the command 
14887 \series bold
14888
14889 \backslash
14890 parbox
14891 \series default
14892  in formulas.
14893  The formula is created with the following command sequence:
14894 \end_layout
14895
14896 \begin_layout Standard
14897 The command 
14898 \series bold
14899
14900 \backslash
14901 [5x-7b=3b
14902 \backslash
14903 tag*
14904 \backslash
14905 {
14906 \backslash
14907 parbox{5cm}{
14908 \series default
14909  is inserted in TeX-mode.
14910 \begin_inset Foot
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 When the formula style 
14915 \series bold
14916 Indented
14917 \series default
14918  is used, 
14919 \series bold
14920
14921 \backslash
14922 tag*
14923 \backslash
14924 {
14925 \series default
14926  can also be replaced by 
14927 \series bold
14928
14929 \backslash
14930 hfill
14931 \series default
14932 .
14933  (formula styles see 
14934 \begin_inset CommandInset ref
14935 LatexCommand ref
14936 reference "sec:Formula-Styles"
14937
14938 \end_inset
14939
14940 )
14941 \end_layout
14942
14943 \end_inset
14944
14945  Then the description follows as normal text and finally 
14946 \series bold
14947 }}
14948 \backslash
14949 ]
14950 \series default
14951  is inserted in TeX-mode.
14952  The commands 
14953 \series bold
14954
14955 \backslash
14956 [
14957 \series default
14958  and 
14959 \series bold
14960
14961 \backslash
14962 ]
14963 \series default
14964  hereby create a displayed formula.
14965 \end_layout
14966
14967 \begin_layout Standard
14968 The advantages of 
14969 \series bold
14970
14971 \backslash
14972 parbox
14973 \series default
14974  can be seen in this example that was 
14975 \begin_inset Quotes eld
14976 \end_inset
14977
14978 commented
14979 \begin_inset Quotes erd
14980 \end_inset
14981
14982  using the mathematical textmode:
14983 \begin_inset Formula \[
14984 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Section
14992 Operators
14993 \begin_inset Index idx
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 Operators
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Subsection
15006 Big Operators
15007 \begin_inset CommandInset label
15008 LatexCommand label
15009 name "sub:Big-Operators"
15010
15011 \end_inset
15012
15013
15014 \begin_inset Index idx
15015 status collapsed
15016
15017 \begin_layout Plain Layout
15018 Operators ! big
15019 \end_layout
15020
15021 \end_inset
15022
15023
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Sums
15029 \end_layout
15030
15031 \end_inset
15032
15033
15034 \begin_inset Index idx
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 Integrals
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \begin_layout Standard
15047 To be able to use all integral operators listed here, the option 
15048 \family sans
15049 Use esint package automatically
15050 \family default
15051  must be set in the document settings under 
15052 \family sans
15053 Math
15054 \begin_inset space ~
15055 \end_inset
15056
15057 Options
15058 \family default
15059 .
15060 \end_layout
15061
15062 \begin_layout Standard
15063 \begin_inset space \hfill{}
15064 \end_inset
15065
15066
15067 \begin_inset Tabular
15068 <lyxtabular version="3" rows="11" columns="2">
15069 <features tabularvalignment="middle">
15070 <column alignment="center" valignment="top" width="0pt">
15071 <column alignment="center" valignment="top" width="0pt">
15072 <row>
15073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077 Command
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 Result
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097
15098 \backslash
15099 int
15100 \begin_inset Index idx
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104 Commands ! I ! 
15105 \backslash
15106 int
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120 \begin_inset Formula $\int$
15121 \end_inset
15122
15123
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \backslash
15136 oint
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 \begin_inset Formula $\oint$
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \end_inset
15152 </cell>
15153 </row>
15154 <row>
15155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159
15160 \backslash
15161 ointctrclockwise
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 \begin_inset Formula $\ointctrclockwise$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 ointclockwise
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195 \begin_inset Formula $\ointclockwise$
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 </row>
15204 <row>
15205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209
15210 \backslash
15211 sqint
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220 \begin_inset Formula $\sqint$
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 <row>
15230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15231 \begin_inset Text
15232
15233 \begin_layout Plain Layout
15234
15235 \backslash
15236 fint
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245  
15246 \begin_inset Formula $\fint$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 landupint
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271  
15272 \begin_inset Formula $\landupint$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286
15287 \backslash
15288 landdownint
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297  
15298 \begin_inset Formula $\landdownint$
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 </row>
15307 <row>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312
15313 \backslash
15314 bigcap
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 \begin_inset Formula $\bigcap$
15324 \end_inset
15325
15326
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 </row>
15332 <row>
15333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337
15338 \backslash
15339 bigcup
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 \begin_inset Formula $\bigcup$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 </lyxtabular>
15358
15359 \end_inset
15360
15361
15362 \begin_inset space \hfill{}
15363 \end_inset
15364
15365
15366 \begin_inset Tabular
15367 <lyxtabular version="3" rows="11" columns="2">
15368 <features tabularvalignment="middle">
15369 <column alignment="center" valignment="top" width="0pt">
15370 <column alignment="center" valignment="top" width="0pt">
15371 <row>
15372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 Command
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 Result
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 </row>
15391 <row>
15392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396
15397 \backslash
15398 sum
15399 \begin_inset Index idx
15400 status collapsed
15401
15402 \begin_layout Plain Layout
15403 Commands ! S ! 
15404 \backslash
15405 sum
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419 \begin_inset Formula $\sum$
15420 \end_inset
15421
15422
15423 \end_layout
15424
15425 \end_inset
15426 </cell>
15427 </row>
15428 <row>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433
15434 \backslash
15435 prod
15436 \begin_inset Index idx
15437 status collapsed
15438
15439 \begin_layout Plain Layout
15440 Commands ! P ! 
15441 \backslash
15442 prod
15443 \end_layout
15444
15445 \end_inset
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 \begin_inset Formula $\prod$
15457 \end_inset
15458
15459
15460 \end_layout
15461
15462 \end_inset
15463 </cell>
15464 </row>
15465 <row>
15466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \backslash
15472 coprod
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481 \begin_inset Formula $\coprod$
15482 \end_inset
15483
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \backslash
15497 bigodot
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506 \begin_inset Formula $\bigodot$
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 </row>
15515 <row>
15516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15517 \begin_inset Text
15518
15519 \begin_layout Plain Layout
15520
15521 \backslash
15522 bigotimes
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15528 \begin_inset Text
15529
15530 \begin_layout Plain Layout
15531 \begin_inset Formula $\bigotimes$
15532 \end_inset
15533
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 </row>
15540 <row>
15541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15542 \begin_inset Text
15543
15544 \begin_layout Plain Layout
15545
15546 \backslash
15547 bigoplus
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 \begin_inset Formula $\bigoplus$
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \backslash
15572 bigwedge
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15578 \begin_inset Text
15579
15580 \begin_layout Plain Layout
15581 \begin_inset Formula $\bigwedge$
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \backslash
15597 bigvee
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 \begin_inset Formula $\bigvee$
15607 \end_inset
15608
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 </row>
15615 <row>
15616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15617 \begin_inset Text
15618
15619 \begin_layout Plain Layout
15620
15621 \backslash
15622 bigsqcup
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631 \begin_inset Formula $\bigsqcup$
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 biguplus
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656 \begin_inset Formula $\biguplus$
15657 \end_inset
15658
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 </row>
15665 </lyxtabular>
15666
15667 \end_inset
15668
15669
15670 \begin_inset space \hfill{}
15671 \end_inset
15672
15673
15674 \end_layout
15675
15676 \begin_layout Standard
15677 All big operators can also be inserted via the math toolbar button 
15678 \begin_inset Graphics
15679         filename ../images/math/intop.png
15680         scale 85
15681
15682 \end_inset
15683
15684 .
15685 \end_layout
15686
15687 \begin_layout Standard
15688 The operators are called big because they are bigger than the sometimes
15689  equal looking binary operators.
15690  All big operators can have limits as described in the next subsection.
15691 \end_layout
15692
15693 \begin_layout Standard
15694 For all integral operators there is a second version available, ending on
15695  
15696 \series bold
15697 op
15698 \series default
15699
15700 \series bold
15701
15702 \backslash
15703 intop
15704 \series default
15705
15706 \series bold
15707
15708 \backslash
15709 ointop
15710 \series default
15711  etc..
15712  These operators are different from 
15713 \series bold
15714
15715 \backslash
15716 int
15717 \series default
15718  etc.
15719 \begin_inset space \space{}
15720 \end_inset
15721
15722 in the style the operator limits are displayed, see 
15723 \begin_inset CommandInset ref
15724 LatexCommand ref
15725 reference "sub:Operator-Limits"
15726
15727 \end_inset
15728
15729 .
15730  
15731 \end_layout
15732
15733 \begin_layout Subsubsection*
15734 Advice for Integrals
15735 \end_layout
15736
15737 \begin_layout Standard
15738 The letter 
15739 \emph on
15740 d
15741 \emph default
15742  in an integral is an operator, that therefore has to be set upright.
15743  This is done by highlighting the 
15744 \emph on
15745 d
15746 \emph default
15747  and using the keyboard shortcut 
15748 \begin_inset Info
15749 type  "shortcut"
15750 arg   "font-roman"
15751 \end_inset
15752
15753
15754 \begin_inset Foot
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758 Font styles
15759 \series bold
15760  
15761 \series default
15762 see 
15763 \begin_inset CommandInset ref
15764 LatexCommand ref
15765 reference "sub:Font-Styles"
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \end_inset
15773
15774 .
15775  Finally the smallest space is inserted before the 
15776 \emph on
15777 d
15778 \emph default
15779 , as this is usual for operators.
15780  An example:
15781 \end_layout
15782
15783 \begin_layout Standard
15784 incorrect: 
15785 \begin_inset Formula $\int A(x)dx$
15786 \end_inset
15787
15788
15789 \begin_inset Newline newline
15790 \end_inset
15791
15792
15793 \begin_inset Phantom HPhantom
15794 status open
15795
15796 \begin_layout Plain Layout
15797 in
15798 \end_layout
15799
15800 \end_inset
15801
15802 correct: 
15803 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \begin_layout Standard
15810 For multiple integrals there are the following commands:
15811 \begin_inset VSpace medskip
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \begin_inset space \hfill{}
15819 \end_inset
15820
15821
15822 \begin_inset Tabular
15823 <lyxtabular version="3" rows="4" columns="2">
15824 <features tabularvalignment="middle">
15825 <column alignment="center" valignment="top" width="0">
15826 <column alignment="center" valignment="top" width="0">
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 Command
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841 Result
15842 \begin_inset Note Note
15843 status collapsed
15844
15845 \begin_layout Plain Layout
15846
15847 \series bold
15848
15849 \backslash
15850 raisebox
15851 \series default
15852  is only used as spacer.
15853 \end_layout
15854
15855 \end_inset
15856
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \backslash
15870 iint
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 </row>
15888 <row>
15889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \backslash
15895 oiint
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \backslash
15920 sqiint
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 </lyxtabular>
15939
15940 \end_inset
15941
15942
15943 \begin_inset space \hfill{}
15944 \end_inset
15945
15946
15947 \begin_inset Tabular
15948 <lyxtabular version="3" rows="4" columns="2">
15949 <features tabularvalignment="middle">
15950 <column alignment="center" valignment="top" width="0">
15951 <column alignment="center" valignment="top" width="0">
15952 <row>
15953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 Command
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 Result
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 <row>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \backslash
15979 iiint
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 </row>
15997 <row>
15998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002
16003 \backslash
16004 iiiint
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16014 \end_inset
16015
16016
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 </row>
16022 <row>
16023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027
16028 \backslash
16029 dotsint
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16039 \end_inset
16040
16041
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 </row>
16047 </lyxtabular>
16048
16049 \end_inset
16050
16051
16052 \begin_inset space \hfill{}
16053 \end_inset
16054
16055
16056 \end_layout
16057
16058 \begin_layout Subsection
16059 Operator Limits
16060 \begin_inset CommandInset label
16061 LatexCommand label
16062 name "sub:Operator-Limits"
16063
16064 \end_inset
16065
16066
16067 \begin_inset Index idx
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Operators ! Limits
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Standard
16080 Limits are created by super- and subscripts:
16081 \end_layout
16082
16083 \begin_layout Standard
16084 \align center
16085 \begin_inset Tabular
16086 <lyxtabular version="3" rows="2" columns="2">
16087 <features tabularvalignment="middle">
16088 <column alignment="center" valignment="top" width="0pt">
16089 <column alignment="center" valignment="top" width="0pt">
16090 <row>
16091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 Command
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 Result
16105 \begin_inset Note Note
16106 status collapsed
16107
16108 \begin_layout Plain Layout
16109
16110 \series bold
16111
16112 \backslash
16113 raisebox
16114 \series default
16115  is only used as spacer.
16116 \end_layout
16117
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 <row>
16127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131
16132 \backslash
16133 prod^
16134 \backslash
16135 infty
16136 \begin_inset ERT
16137 status collapsed
16138
16139 \begin_layout Plain Layout
16140
16141
16142 \backslash
16143 spce 
16144 \end_layout
16145
16146 \end_inset
16147
16148
16149 \begin_inset Formula $\to$
16150 \end_inset
16151
16152 _0
16153 \begin_inset Formula $\to$
16154 \end_inset
16155
16156 A(x)
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 </lyxtabular>
16175
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \begin_layout Standard
16182 Limits of inline formulas are set right beside the operator.
16183  Limits in displayed formulas are set above or below the operator, except
16184  for integral limits.
16185 \end_layout
16186
16187 \begin_layout Standard
16188 To force that the limits are set beside the operator, the cursor is set
16189  directly behind the operator and the limits type is changed with the menu
16190  
16191 \family sans
16192 Edit\SpecialChar \menuseparator
16193 Math\SpecialChar \menuseparator
16194 Change Limits Type
16195 \family default
16196  to 
16197 \family sans
16198 \series bold
16199 Inline
16200 \family default
16201 \series default
16202  (shortcut 
16203 \begin_inset Info
16204 type  "shortcut"
16205 arg   "math-limits"
16206 \end_inset
16207
16208 ).
16209  An example:
16210 \end_layout
16211
16212 \begin_layout Standard
16213 The default limits type is this:
16214 \begin_inset Formula \[
16215 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16216
16217 \end_inset
16218
16219 This is how it looks when the limits type was changed to 
16220 \family sans
16221 \series bold
16222 Inline
16223 \family default
16224 \series default
16225 :
16226 \begin_inset Formula \[
16227 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16228
16229 \end_inset
16230
16231 For integrals, except those ending with 
16232 \series bold
16233 op
16234 \series default
16235  like 
16236 \series bold
16237
16238 \backslash
16239 intop
16240 \series default
16241
16242 \series bold
16243
16244 \backslash
16245 ointop
16246 \series default
16247  etc., the limits are by default set beside the operator.
16248  But for multiple integrals the limits are often set below the operator.
16249  In the following example the limits type was therefore set to 
16250 \series bold
16251 Display
16252 \series default
16253  and so set below the integrals:
16254 \begin_inset Formula \begin{equation}
16255 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Standard
16263 \begin_inset VSpace medskip
16264 \end_inset
16265
16266 To specify conditions for limits, the commands 
16267 \series bold
16268
16269 \backslash
16270 subarray
16271 \series default
16272
16273 \begin_inset Index idx
16274 status collapsed
16275
16276 \begin_layout Plain Layout
16277 Commands ! S ! 
16278 \backslash
16279 subarray
16280 \end_layout
16281
16282 \end_inset
16283
16284  and 
16285 \series bold
16286
16287 \backslash
16288 substack
16289 \series default
16290
16291 \begin_inset Index idx
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 Commands ! S ! 
16296 \backslash
16297 substack
16298 \end_layout
16299
16300 \end_inset
16301
16302  are used.
16303  To create for example this expression 
16304 \begin_inset Formula \begin{equation}
16305 \sum_{\begin{subarray}{c}
16306 0<k<1000\\
16307 \\
16308 k\,\in\,\mathbb{N}
16309 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16310
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \begin_layout Standard
16317 the following has to be done:
16318 \begin_inset Newline newline
16319 \end_inset
16320
16321 First the command 
16322 \series bold
16323
16324 \backslash
16325 sum
16326 \series default
16327 ^
16328 \series bold
16329 n
16330 \begin_inset ERT
16331 status collapsed
16332
16333 \begin_layout Plain Layout
16334
16335
16336 \backslash
16337 spce 
16338 \end_layout
16339
16340 \end_inset
16341
16342 _
16343 \series default
16344  is typed in.
16345  One is now in a blue box under the summation operator and insert there
16346  the command 
16347 \series bold
16348
16349 \backslash
16350 subarray
16351 \begin_inset ERT
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355
16356
16357 \backslash
16358 spce 
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \series default
16365 .
16366  The blue box is now within a purple box and now several lines can be written
16367  among each other.
16368  A new line is created by inserting a line break (
16369 \begin_inset Info
16370 type  "shortcut"
16371 arg   "newline-insert newline"
16372 \end_inset
16373
16374 ).
16375  When now
16376 \begin_inset Newline newline
16377 \end_inset
16378
16379
16380 \series bold
16381 0<k<1000 Ctrl+Return
16382 \begin_inset Newline newline
16383 \end_inset
16384
16385
16386 \series default
16387 is typed in, a new box appears below for the new line.
16388 \end_layout
16389
16390 \begin_layout Standard
16391 The alignment of the lines can be changed to left aligned with the 
16392 \family sans
16393 table
16394 \family default
16395  
16396 \family sans
16397 toolbar
16398 \family default
16399  or the menu 
16400 \family sans
16401 Edit\SpecialChar \menuseparator
16402 Rows &Columns
16403 \family default
16404 .
16405  To get right alignment, 
16406 \series bold
16407
16408 \backslash
16409 hfill
16410 \begin_inset ERT
16411 status collapsed
16412
16413 \begin_layout Plain Layout
16414
16415
16416 \backslash
16417 spce 
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \series default
16424  is inserted at the beginning of the line.
16425 \end_layout
16426
16427 \begin_layout Standard
16428 The command 
16429 \series bold
16430
16431 \backslash
16432 substack
16433 \series default
16434  is equivalent to 
16435 \series bold
16436
16437 \backslash
16438 subarray
16439 \series default
16440  with the difference that the lines are always centered.
16441 \end_layout
16442
16443 \begin_layout Standard
16444 \begin_inset VSpace bigskip
16445 \end_inset
16446
16447 Like in formula 
16448 \begin_inset CommandInset ref
16449 LatexCommand eqref
16450 reference "eq:substack"
16451
16452 \end_inset
16453
16454  there can be too much space beside an operator, because the characters
16455  following the operator are set beside the limits.
16456 \end_layout
16457
16458 \begin_layout Standard
16459 To avoid this, the following macro can be used in the LaTeX-preamble:
16460 \end_layout
16461
16462 \begin_layout Standard
16463
16464 \series bold
16465
16466 \backslash
16467 def
16468 \backslash
16469 clap#1{
16470 \backslash
16471 hbox to 0pt{
16472 \backslash
16473 hss #1
16474 \backslash
16475 hss}}
16476 \begin_inset Newline newline
16477 \end_inset
16478
16479
16480 \backslash
16481 def
16482 \backslash
16483 mathclap {
16484 \backslash
16485 mathpalette 
16486 \backslash
16487 mathclapinternal}
16488 \begin_inset Newline newline
16489 \end_inset
16490
16491
16492 \backslash
16493 def
16494 \backslash
16495 mathclapinternal #1#2{
16496 \backslash
16497 clap{$
16498 \backslash
16499 mathsurround =0pt #1{#2}$}}
16500 \end_layout
16501
16502 \begin_layout Standard
16503 This defines the command 
16504 \series bold
16505
16506 \backslash
16507 mathclap
16508 \series default
16509
16510 \begin_inset Index idx
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514 Commands ! M ! 
16515 \backslash
16516 mathclap
16517 \end_layout
16518
16519 \end_inset
16520
16521  that sets the width of the limit to 0
16522 \begin_inset space \thinspace{}
16523 \end_inset
16524
16525 pt.
16526  The command scheme is
16527 \end_layout
16528
16529 \begin_layout Standard
16530
16531 \series bold
16532
16533 \backslash
16534 mathclap{limit}
16535 \end_layout
16536
16537 \begin_layout Standard
16538 where the limit can consist of several conditions.
16539 \end_layout
16540
16541 \begin_layout Standard
16542 Applied on formula 
16543 \begin_inset CommandInset ref
16544 LatexCommand eqref
16545 reference "eq:substack"
16546
16547 \end_inset
16548
16549 , one uses the command
16550 \end_layout
16551
16552 \begin_layout Standard
16553
16554 \series bold
16555
16556 \backslash
16557 sum_
16558 \backslash
16559 mathclap{
16560 \backslash
16561 substack
16562 \begin_inset ERT
16563 status collapsed
16564
16565 \begin_layout Plain Layout
16566
16567
16568 \backslash
16569 spce 
16570 \end_layout
16571
16572 \end_inset
16573
16574 0<k<1000 Ctrl+Return
16575 \end_layout
16576
16577 \begin_layout Standard
16578 to create the lower limit.
16579  The summand is now directly behind the summation operator:
16580 \begin_inset Formula \[
16581 \sum_{\mathclap{\substack{0<k<1000\\
16582 \\
16583 k\,\in\,\mathbb{N}
16584 }
16585 }}^{n}k^{-2}\]
16586
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \begin_layout Standard
16593 \begin_inset VSpace bigskip
16594 \end_inset
16595
16596 How to use one limit for several operators is described in 
16597 \begin_inset CommandInset ref
16598 LatexCommand ref
16599 reference "sub:Self-defined-Operators"
16600
16601 \end_inset
16602
16603 .
16604 \end_layout
16605
16606 \begin_layout Subsection
16607 Binary Operators
16608 \begin_inset CommandInset label
16609 LatexCommand label
16610 name "sub:Binary-Operators"
16611
16612 \end_inset
16613
16614
16615 \begin_inset Index idx
16616 status collapsed
16617
16618 \begin_layout Plain Layout
16619 Operators ! binary
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Standard
16628 Binary operators are surrounded by space when there is a character before
16629  and behind them.
16630 \begin_inset VSpace medskip
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \begin_layout Standard
16637 \begin_inset space \hfill{}
16638 \end_inset
16639
16640
16641 \begin_inset Tabular
16642 <lyxtabular version="3" rows="13" columns="2">
16643 <features tabularvalignment="middle">
16644 <column alignment="center" valignment="top" width="0pt">
16645 <column alignment="center" valignment="top" width="0pt">
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 Command
16652 \begin_inset Note Note
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656
16657 \series bold
16658
16659 \backslash
16660 raisebox
16661 \series default
16662  is only used as spacer.
16663 \end_layout
16664
16665 \end_inset
16666
16667
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 Result
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 +
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Formula $+$
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 -
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $-$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \backslash
16735 pm
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Formula $\pm$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \backslash
16760 mp
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\mp$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \backslash
16785 cdot
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\cdot$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 times
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\times$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 div
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\div$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset ERT
16859 status collapsed
16860
16861 \begin_layout Plain Layout
16862
16863
16864 \backslash
16865 raisebox{-1.2mm}{
16866 \end_layout
16867
16868 \end_inset
16869
16870 *
16871 \begin_inset ERT
16872 status collapsed
16873
16874 \begin_layout Plain Layout
16875
16876 }
16877 \end_layout
16878
16879 \end_inset
16880
16881
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Formula $*$
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 </row>
16899 <row>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904
16905 \backslash
16906 star
16907 \end_layout
16908
16909 \end_inset
16910 </cell>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915 \begin_inset Formula $\star$
16916 \end_inset
16917
16918
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 </row>
16924 <row>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929
16930 \backslash
16931 circ
16932 \end_layout
16933
16934 \end_inset
16935 </cell>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Formula $\circ$
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 </row>
16949 <row>
16950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \backslash
16956 diamond
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965 \begin_inset Formula $\diamond$
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979
16980 \backslash
16981 bullet
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 \begin_inset Formula $\bullet$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 </lyxtabular>
17000
17001 \end_inset
17002
17003
17004 \begin_inset space \hfill{}
17005 \end_inset
17006
17007
17008 \begin_inset Tabular
17009 <lyxtabular version="3" rows="13" columns="2">
17010 <features tabularvalignment="middle">
17011 <column alignment="center" valignment="top" width="0pt">
17012 <column alignment="center" valignment="top" width="0pt">
17013 <row>
17014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 Command
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 Result
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \backslash
17040 nabla
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17046 \begin_inset Text
17047
17048 \begin_layout Plain Layout
17049 \begin_inset Formula $\nabla$
17050 \end_inset
17051
17052
17053 \end_layout
17054
17055 \end_inset
17056 </cell>
17057 </row>
17058 <row>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063
17064 \backslash
17065 bigtriangledown
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074 \begin_inset Formula $\bigtriangledown$
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 </row>
17083 <row>
17084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088
17089 \backslash
17090 bigtriangleup
17091 \end_layout
17092
17093 \end_inset
17094 </cell>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099 \begin_inset Formula $\bigtriangleup$
17100 \end_inset
17101
17102
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113
17114 \backslash
17115 Box
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124 \begin_inset Formula $\Box$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 <row>
17134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138
17139 \backslash
17140 cap 
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Formula $\cap$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 </row>
17158 <row>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163
17164 \backslash
17165 cup
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\cup$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 </row>
17183 <row>
17184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17185 \begin_inset Text
17186
17187 \begin_layout Plain Layout
17188
17189 \backslash
17190 dagger
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199 \begin_inset Formula $\dagger$
17200 \end_inset
17201
17202
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 </row>
17208 <row>
17209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17210 \begin_inset Text
17211
17212 \begin_layout Plain Layout
17213
17214 \backslash
17215 ddagger
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 \begin_inset Formula $\ddagger$
17225 \end_inset
17226
17227
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 </row>
17233 <row>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238
17239 \backslash
17240 wr
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249 \begin_inset Formula $\wr$
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 <row>
17259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \backslash
17265 bigcirc
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 \begin_inset Formula $\bigcirc$
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 <row>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \backslash
17290 wedge
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Formula $\wedge$
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 </row>
17308 <row>
17309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313
17314 \backslash
17315 vee
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324 \begin_inset Formula $\vee$
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 </row>
17333 </lyxtabular>
17334
17335 \end_inset
17336
17337
17338 \begin_inset space \hfill{}
17339 \end_inset
17340
17341
17342 \begin_inset Tabular
17343 <lyxtabular version="3" rows="13" columns="2">
17344 <features tabularvalignment="middle">
17345 <column alignment="center" valignment="top" width="0pt">
17346 <column alignment="center" valignment="top" width="0pt">
17347 <row>
17348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 Command
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 Result
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 </row>
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372
17373 \backslash
17374 oplus
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 \begin_inset Formula $\oplus$
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 </row>
17392 <row>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \backslash
17399 ominus
17400 \end_layout
17401
17402 \end_inset
17403 </cell>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408 \begin_inset Formula $\ominus$
17409 \end_inset
17410
17411
17412 \end_layout
17413
17414 \end_inset
17415 </cell>
17416 </row>
17417 <row>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \backslash
17424 otimes
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 \begin_inset Formula $\otimes$
17434 \end_inset
17435
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 </row>
17442 <row>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447
17448 \backslash
17449 oslash
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\oslash$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 </row>
17467 <row>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472
17473 \backslash
17474 odot
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 \begin_inset Formula $\odot$
17484 \end_inset
17485
17486
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 </row>
17492 <row>
17493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17494 \begin_inset Text
17495
17496 \begin_layout Plain Layout
17497
17498 \backslash
17499 amalg
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 \begin_inset Formula $\amalg$
17509 \end_inset
17510
17511
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \backslash
17524 uplus
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Formula $\uplus$
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \backslash
17549 setminus
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 \begin_inset Formula $\setminus$
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \backslash
17574 sqcap
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 \begin_inset Formula $\sqcap$
17584 \end_inset
17585
17586
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 <row>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \backslash
17599 sqcup
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 \begin_inset Formula $\sqcup$
17609 \end_inset
17610
17611
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \backslash
17624 triangleleft
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Formula $\triangleleft$
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 </row>
17642 <row>
17643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \backslash
17649 triangleright
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17655 \begin_inset Text
17656
17657 \begin_layout Plain Layout
17658 \begin_inset Formula $\triangleright$
17659 \end_inset
17660
17661
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 </row>
17667 </lyxtabular>
17668
17669 \end_inset
17670
17671
17672 \begin_inset space \hfill{}
17673 \end_inset
17674
17675
17676 \end_layout
17677
17678 \begin_layout Standard
17679 All binary operators can also be inserted via the math toolbar button 
17680 \begin_inset Graphics
17681         filename ../images/math/pm.png
17682         scale 85
17683
17684 \end_inset
17685
17686 .
17687 \end_layout
17688
17689 \begin_layout Standard
17690 To typeset the Laplace operator also 
17691 \series bold
17692
17693 \backslash
17694 Delta
17695 \series default
17696  or 
17697 \series bold
17698
17699 \backslash
17700 nabla
17701 \series default
17702 ^
17703 \series bold
17704 2
17705 \series default
17706  (
17707 \begin_inset Formula $\nabla^{2}$
17708 \end_inset
17709
17710 ) can be used instead of 
17711 \series bold
17712
17713 \backslash
17714 bigtriangleup
17715 \series default
17716  .
17717 \end_layout
17718
17719 \begin_layout Standard
17720 The character 
17721 \family sans
17722 Menu Separator
17723 \family default
17724  from the menu 
17725 \family sans
17726 Insert\SpecialChar \menuseparator
17727 Special Character
17728 \family default
17729  is the operator 
17730 \series bold
17731
17732 \backslash
17733 triangleright
17734 \series default
17735 .
17736 \end_layout
17737
17738 \begin_layout Subsection
17739 Self-defined Operators
17740 \begin_inset CommandInset label
17741 LatexCommand label
17742 name "sub:Self-defined-Operators"
17743
17744 \end_inset
17745
17746
17747 \begin_inset Index idx
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751 Operators ! self-defined
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Standard
17760 With the help of the command 
17761 \series bold
17762
17763 \backslash
17764 DeclareMathOperator
17765 \series default
17766
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 Commands ! D ! 
17772 \backslash
17773 dbinom@
17774 \backslash
17775 DeclareMathOperator
17776 \end_layout
17777
17778 \end_inset
17779
17780  custom operators can be defined in the LaTeX-preamble.
17781  Its command scheme is:
17782 \end_layout
17783
17784 \begin_layout Standard
17785
17786 \series bold
17787
17788 \backslash
17789 DeclareMathOperator{new command}{display}
17790 \end_layout
17791
17792 \begin_layout Standard
17793 Display can be characters or symbols that define how the operator looks
17794  in the output.
17795  To define a big operator a * is set behind the command.
17796  All self-defined big operators can have limits as described in 
17797 \begin_inset CommandInset ref
17798 LatexCommand ref
17799 reference "sub:Operator-Limits"
17800
17801 \end_inset
17802
17803 .
17804 \end_layout
17805
17806 \begin_layout Standard
17807 For example the LaTeX-preamble line
17808 \end_layout
17809
17810 \begin_layout Standard
17811
17812 \series bold
17813
17814 \backslash
17815 DeclareMathOperator*{
17816 \backslash
17817 Lozenge}{
17818 \backslash
17819 blacklozenge}
17820 \end_layout
17821
17822 \begin_layout Standard
17823 defines the command 
17824 \series bold
17825
17826 \backslash
17827 Lozenge
17828 \series default
17829 , that inserts a big operator consisting of the lozenge symbol from 
17830 \begin_inset CommandInset ref
17831 LatexCommand ref
17832 reference "sub:Miscellaneous-Symbols"
17833
17834 \end_inset
17835
17836 :
17837 \begin_inset Formula \[
17838 \Lozenge_{n=1}^{\infty}\]
17839
17840 \end_inset
17841
17842 The command for this formula is: 
17843 \series bold
17844
17845 \backslash
17846 Lozenge
17847 \series default
17848 ^
17849 \series bold
17850
17851 \backslash
17852 infty
17853 \begin_inset Formula $\to$
17854 \end_inset
17855
17856 _n=1
17857 \end_layout
17858
17859 \begin_layout Standard
17860 \begin_inset VSpace bigskip
17861 \end_inset
17862
17863 When self-defined operators are not used several times in the document,
17864  they can also be defined with the commands 
17865 \series bold
17866
17867 \backslash
17868 mathop
17869 \series default
17870
17871 \begin_inset Index idx
17872 status collapsed
17873
17874 \begin_layout Plain Layout
17875 Commands ! M ! 
17876 \backslash
17877 mathop
17878 \end_layout
17879
17880 \end_inset
17881
17882  and 
17883 \series bold
17884
17885 \backslash
17886 mathbin
17887 \series default
17888
17889 \begin_inset Index idx
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893 Commands ! M ! 
17894 \backslash
17895 mathbin
17896 \end_layout
17897
17898 \end_inset
17899
17900 , which have the following scheme:
17901 \end_layout
17902
17903 \begin_layout Standard
17904
17905 \series bold
17906
17907 \backslash
17908 mathop{display}
17909 \series default
17910  and 
17911 \series bold
17912
17913 \backslash
17914 mathbin{display}
17915 \end_layout
17916
17917 \begin_layout Standard
17918
17919 \series bold
17920
17921 \backslash
17922 mathop
17923 \series default
17924  defines big operators, 
17925 \series bold
17926
17927 \backslash
17928 mathbin
17929 \series default
17930  binary operators.
17931 \end_layout
17932
17933 \begin_layout Standard
17934
17935 \series bold
17936
17937 \backslash
17938 mathop
17939 \series default
17940  can e.
17941 \begin_inset space \thinspace{}
17942 \end_inset
17943
17944 g.
17945 \begin_inset space \space{}
17946 \end_inset
17947
17948 be used to use one limit for several operators:
17949 \end_layout
17950
17951 \begin_layout Standard
17952 \begin_inset Formula \[
17953 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 The command for the formula above is:
17962 \begin_inset Newline newline
17963 \end_inset
17964
17965
17966 \series bold
17967
17968 \backslash
17969 mathop{
17970 \backslash
17971 sum
17972 \backslash
17973 negmedspace
17974 \backslash
17975 sum
17976 \series default
17977
17978 \begin_inset ERT
17979 status collapsed
17980
17981 \begin_layout Plain Layout
17982
17983
17984 \backslash
17985 spce 
17986 \end_layout
17987
17988 \end_inset
17989
17990
17991 \series bold
17992
17993 \begin_inset Formula $\to$
17994 \end_inset
17995
17996 ^N
17997 \series default
17998
17999 \begin_inset ERT
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 spce 
18007 \end_layout
18008
18009 \end_inset
18010
18011
18012 \series bold
18013 _i,j=1
18014 \end_layout
18015
18016 \begin_layout Section
18017 Fonts
18018 \begin_inset Index idx
18019 status collapsed
18020
18021 \begin_layout Plain Layout
18022 Fonts
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \end_layout
18029
18030 \begin_layout Subsection
18031 Font Styles
18032 \begin_inset CommandInset label
18033 LatexCommand label
18034 name "sub:Font-Styles"
18035
18036 \end_inset
18037
18038
18039 \begin_inset Index idx
18040 status collapsed
18041
18042 \begin_layout Plain Layout
18043 Font ! style
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Standard
18052 Latin letters in formulas can be set in one of the following font styles:
18053 \begin_inset VSpace -2mm
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \begin_layout Standard
18060 \align center
18061 \begin_inset Tabular
18062 <lyxtabular version="3" rows="7" columns="3">
18063 <features tabularvalignment="middle">
18064 <column alignment="center" valignment="top" width="0">
18065 <column alignment="center" valignment="top" width="0">
18066 <column alignment="center" valignment="top" width="0">
18067 <row>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 Command
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081 Result
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 shortcut
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 </row>
18096 <row>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101
18102 \backslash
18103 mathbb
18104 \series bold
18105
18106 \begin_inset ERT
18107 status collapsed
18108
18109 \begin_layout Plain Layout
18110
18111
18112 \backslash
18113 spce 
18114 \end_layout
18115
18116 \end_inset
18117
18118
18119 \series default
18120 ABC
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 \begin_inset Formula $\mathbb{ABC}$
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Info
18142 type  "shortcuts"
18143 arg   "font-noun"
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \backslash
18159 mathbf
18160 \series bold
18161
18162 \begin_inset ERT
18163 status collapsed
18164
18165 \begin_layout Plain Layout
18166
18167
18168 \backslash
18169 spce 
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \series default
18176 AbC
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 \begin_inset Formula $\mathbf{AbC}$
18186 \end_inset
18187
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Info
18198 type  "shortcuts"
18199 arg   "font-bold"
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 </row>
18208 <row>
18209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \backslash
18215 boldsymbol
18216 \series bold
18217
18218 \begin_inset ERT
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222
18223
18224 \backslash
18225 spce 
18226 \end_layout
18227
18228 \end_inset
18229
18230
18231 \series default
18232 AbC
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241 \begin_inset Formula $\boldsymbol{AbC}$
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 \begin_inset Info
18254 type  "shortcuts"
18255 arg   "font-boldsymbol"
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \backslash
18271 mathcal
18272 \series bold
18273
18274 \begin_inset ERT
18275 status collapsed
18276
18277 \begin_layout Plain Layout
18278
18279
18280 \backslash
18281 spce 
18282 \end_layout
18283
18284 \end_inset
18285
18286
18287 \series default
18288 ABC
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 \begin_inset Formula $\mathcal{ABC}$
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Info
18310 type  "shortcuts"
18311 arg   "font-emph"
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 </row>
18320 <row>
18321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325
18326 \backslash
18327 mathfrak
18328 \series bold
18329
18330 \begin_inset ERT
18331 status collapsed
18332
18333 \begin_layout Plain Layout
18334
18335
18336 \backslash
18337 spce 
18338 \end_layout
18339
18340 \end_inset
18341
18342
18343 \series default
18344 AbC
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 \begin_inset Formula $\mathfrak{AbC}$
18354 \end_inset
18355
18356
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365 -
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 </row>
18371 <row>
18372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376
18377 \backslash
18378 mathscr
18379 \series bold
18380
18381 \begin_inset ERT
18382 status collapsed
18383
18384 \begin_layout Plain Layout
18385
18386
18387 \backslash
18388 spce 
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \series default
18395 AbC
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18401 \begin_inset Text
18402
18403 \begin_layout Plain Layout
18404 \begin_inset Formula $\mathscr{AbC}$
18405 \end_inset
18406
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 -
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 </row>
18422 </lyxtabular>
18423
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \begin_layout Standard
18430 \align center
18431 \begin_inset Tabular
18432 <lyxtabular version="3" rows="5" columns="3">
18433 <features tabularvalignment="middle">
18434 <column alignment="center" valignment="top" width="0">
18435 <column alignment="center" valignment="top" width="0">
18436 <column alignment="center" valignment="top" width="0">
18437 <row>
18438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 Command
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451 Result
18452 \end_layout
18453
18454 \end_inset
18455 </cell>
18456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 shortcut
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 </row>
18466 <row>
18467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \backslash
18473 mathit
18474 \series bold
18475
18476 \begin_inset ERT
18477 status collapsed
18478
18479 \begin_layout Plain Layout
18480
18481
18482 \backslash
18483 spce 
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \series default
18490 AbC
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 \begin_inset Formula $\mathit{AbC}$
18500 \end_inset
18501
18502
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 -
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \backslash
18524 mathrm
18525 \series bold
18526
18527 \begin_inset ERT
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531
18532
18533 \backslash
18534 spce 
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \series default
18541 AbC
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 \begin_inset Formula $\mathrm{AbC}$
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Info
18563 type  "shortcuts"
18564 arg   "font-roman"
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 </row>
18573 <row>
18574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18575 \begin_inset Text
18576
18577 \begin_layout Plain Layout
18578
18579 \backslash
18580 mathsf
18581 \series bold
18582
18583 \begin_inset ERT
18584 status collapsed
18585
18586 \begin_layout Plain Layout
18587
18588
18589 \backslash
18590 spce 
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \series default
18597 AbC
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Formula $\mathsf{AbC}$
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 \begin_inset Info
18619 type  "shortcuts"
18620 arg   "font-sans"
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 </row>
18629 <row>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634
18635 \backslash
18636 mathtt
18637 \series bold
18638
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 \series default
18653 AbC
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 \begin_inset Formula $\mathtt{AbC}$
18663 \end_inset
18664
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 \begin_inset Info
18675 type  "shortcuts"
18676 arg   "font-typewriter"
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 </lyxtabular>
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset Note Greyedout
18694 status open
18695
18696 \begin_layout Plain Layout
18697
18698 \series bold
18699 Note:
18700 \series default
18701  The styles 
18702 \series bold
18703
18704 \backslash
18705 mathbb
18706 \series default
18707  and 
18708 \series bold
18709
18710 \backslash
18711 mathcal
18712 \series default
18713  can only be used for big letters.
18714 \end_layout
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \begin_layout Standard
18722 Predefined is the style 
18723 \series bold
18724
18725 \backslash
18726 mathnormal
18727 \series default
18728 .
18729 \end_layout
18730
18731 \begin_layout Standard
18732 The style commands work also for letters in mathematical constructs:
18733 \begin_inset Formula \[
18734 \mathfrak{A=\frac{b}{C}}\]
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Standard
18742 Characters in mathematical text don't appear in a math font style but in
18743  the text font style 
18744 \series bold
18745
18746 \backslash
18747 textrm
18748 \series default
18749 .
18750  That their style can't be set correctly via the text style dialog is a
18751  bug in LyX.
18752 \begin_inset Foot
18753 status collapsed
18754
18755 \begin_layout Plain Layout
18756 \begin_inset CommandInset href
18757 LatexCommand href
18758 name "LyX-bug #4629"
18759 target "http://www.lyx.org/trac/ticket/4629"
18760
18761 \end_inset
18762
18763
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \begin_layout Standard
18772 Instead of the style commands the dialog 
18773 \family sans
18774 Edit\SpecialChar \menuseparator
18775 Math\SpecialChar \menuseparator
18776 Text Style
18777 \family default
18778  or the toolbar button 
18779 \begin_inset Graphics
18780         filename ../images/math/font.png
18781         scale 85
18782
18783 \end_inset
18784
18785  can be used.
18786 \end_layout
18787
18788 \begin_layout Subsection
18789 Bold Formulas
18790 \begin_inset CommandInset label
18791 LatexCommand label
18792 name "sub:Bold-Formulas"
18793
18794 \end_inset
18795
18796
18797 \begin_inset Index idx
18798 status collapsed
18799
18800 \begin_layout Plain Layout
18801 Formula ! bold
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Standard
18810 To make a complete formula bold, the command 
18811 \series bold
18812
18813 \backslash
18814 mathbf
18815 \series default
18816  from the previous subsection cannot be used, because it doesn't work for
18817  small Greek letters.
18818  Furthermore it prints Latin letters always upright, like in the following
18819  equation:
18820 \end_layout
18821
18822 \begin_layout Standard
18823 \begin_inset Formula \[
18824 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18825
18826 \end_inset
18827
18828
18829 \end_layout
18830
18831 \begin_layout Standard
18832 To display the formula correctly, the command 
18833 \series bold
18834
18835 \backslash
18836 boldsymbol
18837 \series default
18838  is used:
18839 \begin_inset Formula \[
18840 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18841
18842 \end_inset
18843
18844 It is also possible to set the formula in a 
18845 \series bold
18846 boldmath environment
18847 \series default
18848 .
18849  This environment is created by inserting the command 
18850 \series bold
18851
18852 \backslash
18853 boldmath
18854 \series default
18855
18856 \begin_inset Index idx
18857 status collapsed
18858
18859 \begin_layout Plain Layout
18860 Commands ! B ! 
18861 \backslash
18862 boldmath
18863 \end_layout
18864
18865 \end_inset
18866
18867  in TeX-mode.
18868  To end the environment, the command 
18869 \series bold
18870
18871 \backslash
18872 unboldmath
18873 \series default
18874
18875 \begin_inset Index idx
18876 status collapsed
18877
18878 \begin_layout Plain Layout
18879 Commands ! U ! 
18880 \backslash
18881 unboldmath
18882 \end_layout
18883
18884 \end_inset
18885
18886  is inserted in TeX-mode.
18887 \begin_inset ERT
18888 status collapsed
18889
18890 \begin_layout Plain Layout
18891
18892
18893 \backslash
18894 boldmath 
18895 \end_layout
18896
18897 \end_inset
18898
18899
18900 \begin_inset Formula \[
18901 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18902
18903 \end_inset
18904
18905
18906 \begin_inset ERT
18907 status collapsed
18908
18909 \begin_layout Plain Layout
18910
18911
18912 \backslash
18913 unboldmath 
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Subsection
18922 Colored Formulas
18923 \begin_inset Index idx
18924 status collapsed
18925
18926 \begin_layout Plain Layout
18927 Formula ! colored
18928 \end_layout
18929
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \begin_layout Standard
18936 Formulas can be colored like normal text: Highlight a formula or a formula
18937  part and use the 
18938 \family sans
18939 Text Style
18940 \family default
18941  dialog.
18942  Here is a formula in magenta:
18943 \begin_inset Formula \[
18944 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18945
18946 \end_inset
18947
18948
18949 \end_layout
18950
18951 \begin_layout Standard
18952 You can also define your own colors as described in 
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "sub:Colored-Boxes"
18956
18957 \end_inset
18958
18959 .
18960  They can be used with the TeX code command 
18961 \series bold
18962
18963 \backslash
18964 textcolor
18965 \series default
18966
18967 \begin_inset Index idx
18968 status collapsed
18969
18970 \begin_layout Plain Layout
18971 Commands ! T ! 
18972 \backslash
18973 textcolor
18974 \end_layout
18975
18976 \end_inset
18977
18978  in the scheme
18979 \end_layout
18980
18981 \begin_layout Standard
18982
18983 \series bold
18984
18985 \backslash
18986 textcolor{color}{characters or formula}
18987 \end_layout
18988
18989 \begin_layout Standard
18990 The following example was colored completely dark green and partly red:
18991 \end_layout
18992
18993 \begin_layout Standard
18994 \begin_inset ERT
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998
18999
19000 \backslash
19001 textcolor{darkgreen}{
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \begin_inset Formula \[
19008 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
19009
19010 \end_inset
19011
19012
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018 }
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Standard
19027 Due to a bug in LyX only complete formulas can be colored with self-defined
19028  colors.
19029 \begin_inset Foot
19030 status collapsed
19031
19032 \begin_layout Plain Layout
19033 \begin_inset CommandInset href
19034 LatexCommand href
19035 name "LyX-bug #5269"
19036 target "http://www.lyx.org/trac/ticket/5269"
19037
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Subsection
19049 Font Sizes
19050 \begin_inset CommandInset label
19051 LatexCommand label
19052 name "sub:Font-Sizes"
19053
19054 \end_inset
19055
19056
19057 \begin_inset Index idx
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061 Font ! size
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 For characters in formulas there are, analog to characters in text, the
19071  following size commands:
19072 \end_layout
19073
19074 \begin_layout Standard
19075
19076 \series bold
19077
19078 \backslash
19079 Huge
19080 \series default
19081
19082 \series bold
19083
19084 \backslash
19085 huge
19086 \series default
19087
19088 \series bold
19089
19090 \backslash
19091 LARGE
19092 \series default
19093
19094 \series bold
19095
19096 \backslash
19097 Large
19098 \series default
19099
19100 \series bold
19101
19102 \backslash
19103 large
19104 \series default
19105
19106 \series bold
19107
19108 \backslash
19109 normalsize
19110 \series default
19111
19112 \series bold
19113
19114 \backslash
19115 small
19116 \series default
19117 ,
19118 \begin_inset Newline newline
19119 \end_inset
19120
19121
19122 \series bold
19123
19124 \backslash
19125 footnotesize
19126 \series default
19127
19128 \series bold
19129
19130 \backslash
19131 scriptsize
19132 \series default
19133  and 
19134 \series bold
19135
19136 \backslash
19137 tiny
19138 \end_layout
19139
19140 \begin_layout Standard
19141 The size produced by the commands depends on the document font size, that
19142  corresponds with the command 
19143 \series bold
19144
19145 \backslash
19146 normalsize
19147 \series default
19148 .
19149  The other commands produce smaller or larger sizes than 
19150 \series bold
19151
19152 \backslash
19153 normalsize
19154 \series default
19155 .
19156  The font size can however not exceed a certain value.
19157  Is for example the document font size 12
19158 \begin_inset space \thinspace{}
19159 \end_inset
19160
19161 pt, the command 
19162 \series bold
19163
19164 \backslash
19165 Huge
19166 \series default
19167  switches to the same size as 
19168 \series bold
19169
19170 \backslash
19171 huge
19172 \series default
19173 .
19174  
19175 \end_layout
19176
19177 \begin_layout Standard
19178 A size command is inserted in TeX-mode before the formula and sets the size
19179  for all following formula and text characters.
19180  To switch back to the initial size, the command 
19181 \series bold
19182
19183 \backslash
19184 normalsize
19185 \series default
19186  is inserted behind the formula in TeX-mode.
19187 \end_layout
19188
19189 \begin_layout Standard
19190 \begin_inset Newpage newpage
19191 \end_inset
19192
19193
19194 \end_layout
19195
19196 \begin_layout Standard
19197 Within a formula the size can be changed using the following size commands:
19198 \end_layout
19199
19200 \begin_layout Standard
19201 \noindent
19202 \align center
19203 \begin_inset Tabular
19204 <lyxtabular version="3" rows="5" columns="2">
19205 <features tabularvalignment="middle">
19206 <column alignment="center" valignment="top" width="0">
19207 <column alignment="center" valignment="top" width="0">
19208 <row>
19209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19210 \begin_inset Text
19211
19212 \begin_layout Plain Layout
19213 Command
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 Result
19223 \begin_inset Note Note
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227
19228 \series bold
19229
19230 \backslash
19231 raisebox
19232 \series default
19233  is only used as spacer.
19234 \end_layout
19235
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 displaystyle
19252 \begin_inset Index idx
19253 status collapsed
19254
19255 \begin_layout Plain Layout
19256 Commands ! D ! 
19257 \backslash
19258 displaystyle
19259 \end_layout
19260
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 textstyle
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 <row>
19307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19308 \begin_inset Text
19309
19310 \begin_layout Plain Layout
19311
19312 \backslash
19313 scriptstyle
19314 \end_layout
19315
19316 \end_inset
19317 </cell>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \backslash
19338 scriptscriptstyle
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19348 \end_inset
19349
19350
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 </lyxtabular>
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 After entering these commands, a blue box appears in which the formula parts
19365  are inserted.
19366 \end_layout
19367
19368 \begin_layout Standard
19369 There is a further method to change the font size, that though only works
19370  for symbols or letters in mathematical text.
19371  To use it, one of the above text size commands is inserted in mathematical
19372  text.
19373  All following characters until the end of the mathematical text or until
19374  another size command will have the selected size.
19375  Two examples:
19376 \begin_inset VSpace -2mm
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \begin_layout Standard
19383 \begin_inset ERT
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387
19388
19389 \backslash
19390 huge 
19391 \end_layout
19392
19393 \end_inset
19394
19395
19396 \begin_inset Formula \[
19397 A=\frac{B}{c}\cdot\maltese\]
19398
19399 \end_inset
19400
19401
19402 \begin_inset Formula \[
19403 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19404
19405 \end_inset
19406
19407
19408 \begin_inset ERT
19409 status collapsed
19410
19411 \begin_layout Plain Layout
19412
19413
19414 \backslash
19415 normalsize 
19416 \end_layout
19417
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \begin_layout Standard
19424 \begin_inset VSpace medskip
19425 \end_inset
19426
19427 Before both formulas the command 
19428 \series bold
19429
19430 \backslash
19431 huge
19432 \series default
19433  was inserted.
19434  The command for the second formula is:
19435 \begin_inset Newline newline
19436 \end_inset
19437
19438
19439 \series bold
19440
19441 \backslash
19442 maltese
19443 \begin_inset ERT
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447
19448
19449 \backslash
19450 spce 
19451 \end_layout
19452
19453 \end_inset
19454
19455 A Alt+M M 
19456 \backslash
19457 Large
19458 \begin_inset ERT
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462
19463
19464 \backslash
19465 spce 
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \backslash
19472 maltese
19473 \begin_inset ERT
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477
19478
19479 \backslash
19480 spce 
19481 \end_layout
19482
19483 \end_inset
19484
19485
19486 \backslash
19487 textit
19488 \begin_inset ERT
19489 status collapsed
19490
19491 \begin_layout Plain Layout
19492
19493
19494 \backslash
19495 spce 
19496 \end_layout
19497
19498 \end_inset
19499
19500 A
19501 \begin_inset Formula $\to$
19502 \end_inset
19503
19504
19505 \begin_inset Formula $\to$
19506 \end_inset
19507
19508
19509 \begin_inset Newline newline
19510 \end_inset
19511
19512
19513 \begin_inset space \hspace*{}
19514 \length 1cm
19515 \end_inset
19516
19517 Alt+M
19518 \series default
19519  
19520 \series bold
19521
19522 \backslash
19523 tiny
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 spce 
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \backslash
19538 maltese
19539 \begin_inset ERT
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544
19545 \backslash
19546 spce 
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \backslash
19553 textit
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559
19560 \backslash
19561 spce 
19562 \end_layout
19563
19564 \end_inset
19565
19566 A
19567 \end_layout
19568
19569 \begin_layout Standard
19570 If a symbol cannot be displayed in different sizes, it will always be displayed
19571  in the default size.
19572 \end_layout
19573
19574 \begin_layout Standard
19575 \begin_inset Newpage newpage
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \begin_layout Section
19582 Greek Letters
19583 \begin_inset Index idx
19584 status collapsed
19585
19586 \begin_layout Plain Layout
19587 Greek letters
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \begin_layout Standard
19596 All Greek letters can also be inserted via the toolbar button 
19597 \begin_inset Graphics
19598         filename ../images/math/alpha.png
19599         scale 85
19600
19601 \end_inset
19602
19603 .
19604 \end_layout
19605
19606 \begin_layout Subsection
19607 Small Letters
19608 \begin_inset Index idx
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612 Greek letters ! small
19613 \end_layout
19614
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \begin_layout Standard
19621 \begin_inset space \hfill{}
19622 \end_inset
19623
19624
19625 \begin_inset Tabular
19626 <lyxtabular version="3" rows="11" columns="2">
19627 <features tabularvalignment="middle">
19628 <column alignment="center" valignment="top" width="0pt">
19629 <column alignment="center" valignment="top" width="0pt">
19630 <row>
19631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 Command
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 Result
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 alpha
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\alpha$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 beta
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\beta$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 gamma
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\gamma$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 delta
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\delta$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 epsilon
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\epsilon$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 varepsilon
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\varepsilon$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 zeta
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\zeta$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 eta
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\eta$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 theta
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\theta$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 vartheta
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\vartheta$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 </lyxtabular>
19901
19902 \end_inset
19903
19904
19905 \begin_inset space \hfill{}
19906 \end_inset
19907
19908
19909 \begin_inset Tabular
19910 <lyxtabular version="3" rows="12" columns="2">
19911 <features tabularvalignment="middle">
19912 <column alignment="center" valignment="top" width="0pt">
19913 <column alignment="center" valignment="top" width="0pt">
19914 <row>
19915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 Command
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 Result
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 iota
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\iota$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 kappa
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\kappa$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 varkappa
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\varkappa$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \backslash
20016 lambda
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $\lambda$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 mu
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Formula $\mu$
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \backslash
20066 nu
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\nu$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \backslash
20091 xi
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset Formula $\xi$
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 o
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $o$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 pi
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\pi$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 varpi
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\varpi$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 rho
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\rho$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 </lyxtabular>
20208
20209 \end_inset
20210
20211
20212 \begin_inset space \hfill{}
20213 \end_inset
20214
20215
20216 \begin_inset Tabular
20217 <lyxtabular version="3" rows="11" columns="2">
20218 <features tabularvalignment="middle">
20219 <column alignment="center" valignment="top" width="0pt">
20220 <column alignment="center" valignment="top" width="0pt">
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Command
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 Result
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 varrho
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\varrho$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \backslash
20273 sigma
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset Formula $\sigma$
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 <row>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296
20297 \backslash
20298 varsigma
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Formula $\varsigma$
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \backslash
20323 tau
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 \begin_inset Formula $\tau$
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346
20347 \backslash
20348 upsilon
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 \begin_inset Formula $\upsilon$
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 <row>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \backslash
20373 phi
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 \begin_inset Formula $\phi$
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 </row>
20391 <row>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \backslash
20398 varphi
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 \begin_inset Formula $\varphi$
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421
20422 \backslash
20423 chi
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Formula $\chi$
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \backslash
20448 psi
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset Formula $\psi$
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471
20472 \backslash
20473 omega
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 \begin_inset Formula $\omega$
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 </lyxtabular>
20492
20493 \end_inset
20494
20495
20496 \begin_inset space \hfill{}
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \begin_layout Standard
20503 \begin_inset VSpace medskip
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \begin_layout Standard
20510 How to create upright Greek letters is explained in 
20511 \begin_inset CommandInset ref
20512 LatexCommand ref
20513 reference "sub:Upright-small-Greek"
20514
20515 \end_inset
20516
20517 .
20518 \end_layout
20519
20520 \begin_layout Subsection
20521 Big Letters
20522 \begin_inset Index idx
20523 status collapsed
20524
20525 \begin_layout Plain Layout
20526 Greek letters ! big
20527 \end_layout
20528
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset space \hfill{}
20536 \end_inset
20537
20538
20539 \begin_inset Tabular
20540 <lyxtabular version="3" rows="7" columns="2">
20541 <features tabularvalignment="middle">
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 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 <row>
20565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569
20570 \backslash
20571 Gamma
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 \begin_inset Formula $\Gamma$
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 <row>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594
20595 \backslash
20596 Delta
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\Delta$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 <row>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619
20620 \backslash
20621 Theta
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 \begin_inset Formula $\Theta$
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 <row>
20640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20641 \begin_inset Text
20642
20643 \begin_layout Plain Layout
20644
20645 \backslash
20646 Lambda
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20652 \begin_inset Text
20653
20654 \begin_layout Plain Layout
20655 \begin_inset Formula $\Lambda$
20656 \end_inset
20657
20658
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 </row>
20664 <row>
20665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \backslash
20671 Xi
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20677 \begin_inset Text
20678
20679 \begin_layout Plain Layout
20680 \begin_inset Formula $\Xi$
20681 \end_inset
20682
20683
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 </row>
20689 <row>
20690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20691 \begin_inset Text
20692
20693 \begin_layout Plain Layout
20694
20695 \backslash
20696 Pi
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 \begin_inset Formula $\Pi$
20706 \end_inset
20707
20708
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 </row>
20714 </lyxtabular>
20715
20716 \end_inset
20717
20718
20719 \begin_inset space \hfill{}
20720 \end_inset
20721
20722
20723 \begin_inset Tabular
20724 <lyxtabular version="3" rows="6" columns="2">
20725 <features tabularvalignment="middle">
20726 <column alignment="center" valignment="top" width="0pt">
20727 <column alignment="center" valignment="top" width="0pt">
20728 <row>
20729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 Command
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742 Result
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 Sigma
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\Sigma$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 Upsilon
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\Upsilon$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 Phi
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $\Phi$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \backslash
20830 Psi
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\Psi$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 Omega
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\Omega$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 </lyxtabular>
20874
20875 \end_inset
20876
20877
20878 \begin_inset space \hfill{}
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \begin_layout Standard
20885 \begin_inset VSpace medskip
20886 \end_inset
20887
20888 That the big Greek letters appear upright is caused by a design bug when
20889  TeX was developed.
20890  To get correct italic big letters, begin every command with 
20891 \series bold
20892 var
20893 \series default
20894 .
20895  For example the command 
20896 \series bold
20897
20898 \backslash
20899 varGamma
20900 \series default
20901  produces: 
20902 \begin_inset Formula $\varGamma$
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \begin_layout Subsection
20909 Bold Letters
20910 \begin_inset Index idx
20911 status collapsed
20912
20913 \begin_layout Plain Layout
20914 Greek letters ! bold
20915 \end_layout
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Standard
20923 Greek letters cannot be set with different font styles like Latin letters.
20924  They can only be made bold with the command 
20925 \series bold
20926
20927 \backslash
20928 boldsymbol
20929 \series default
20930
20931 \begin_inset Index idx
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935 Commands ! B ! 
20936 \backslash
20937 boldsymbol
20938 \end_layout
20939
20940 \end_inset
20941
20942 .
20943 \end_layout
20944
20945 \begin_layout Standard
20946 \align center
20947 \begin_inset Tabular
20948 <lyxtabular version="3" rows="3" columns="2">
20949 <features tabularvalignment="middle">
20950 <column alignment="center" valignment="top" width="0">
20951 <column alignment="center" valignment="top" width="0">
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 Command
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 Result
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Upsilon
20980 \backslash
20981 boldsymbol
20982 \backslash
20983 Upsilon
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \backslash
21008 theta
21009 \backslash
21010 boldsymbol
21011 \backslash
21012 theta
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\theta\boldsymbol{\theta}$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 </lyxtabular>
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \begin_layout Section
21038 Symbols
21039 \begin_inset ERT
21040 status collapsed
21041
21042 \begin_layout Plain Layout
21043
21044
21045 \backslash
21046 texorpdfstring{
21047 \end_layout
21048
21049 \end_inset
21050
21051
21052 \begin_inset Foot
21053 status collapsed
21054
21055 \begin_layout Plain Layout
21056 A list with all symbols of most of the LaTeX-packages can be found in 
21057 \begin_inset CommandInset citation
21058 LatexCommand cite
21059 key "Symbols"
21060
21061 \end_inset
21062
21063 .
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \begin_inset ERT
21070 status collapsed
21071
21072 \begin_layout Plain Layout
21073
21074 }{}
21075 \end_layout
21076
21077 \end_inset
21078
21079
21080 \begin_inset Note Note
21081 status collapsed
21082
21083 \begin_layout Plain Layout
21084
21085 \backslash
21086 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21087 \end_layout
21088
21089 \begin_layout Plain Layout
21090 More about 
21091 \backslash
21092 texorpdfstring is in section 
21093 \begin_inset CommandInset ref
21094 LatexCommand ref
21095 reference "sub:Formulas-in-Section"
21096
21097 \end_inset
21098
21099 .
21100 \end_layout
21101
21102 \end_inset
21103
21104
21105 \begin_inset Index idx
21106 status collapsed
21107
21108 \begin_layout Plain Layout
21109 Symbols
21110 \end_layout
21111
21112 \end_inset
21113
21114
21115 \end_layout
21116
21117 \begin_layout Standard
21118 Many of the symbols listed in this section can also be inserted via the
21119  toolbar buttons 
21120 \begin_inset Graphics
21121         filename ../images/math/nabla.png
21122         scale 85
21123
21124 \end_inset
21125
21126  and 
21127 \begin_inset Graphics
21128         filename ../images/math/digamma.png
21129         scale 85
21130
21131 \end_inset
21132
21133 .
21134 \end_layout
21135
21136 \begin_layout Subsection
21137 Mathematical Symbols
21138 \begin_inset CommandInset label
21139 LatexCommand label
21140 name "sub:Mathematical-Symbols"
21141
21142 \end_inset
21143
21144
21145 \begin_inset Index idx
21146 status collapsed
21147
21148 \begin_layout Plain Layout
21149 Symbols ! mathematical
21150 \end_layout
21151
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \begin_layout Standard
21158 \begin_inset space \hfill{}
21159 \end_inset
21160
21161
21162 \begin_inset Tabular
21163 <lyxtabular version="3" rows="10" columns="2">
21164 <features tabularvalignment="middle">
21165 <column alignment="center" valignment="top" width="0pt">
21166 <column alignment="center" valignment="top" width="0pt">
21167 <row>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 Command
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 Result
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 neg
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\neg$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 Im
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\Im$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 Re
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\Re$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 aleph
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\aleph$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 partial
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\partial$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 infty
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\infty$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 wp
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\wp$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 imath
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\imath$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 jmath
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\jmath$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 </lyxtabular>
21413
21414 \end_inset
21415
21416
21417 \begin_inset space \hfill{}
21418 \end_inset
21419
21420
21421 \begin_inset Tabular
21422 <lyxtabular version="3" rows="10" columns="2">
21423 <features tabularvalignment="middle">
21424 <column alignment="center" valignment="top" width="0pt">
21425 <column alignment="center" valignment="top" width="0pt">
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 Command
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 Result
21441 \begin_inset Note Note
21442 status collapsed
21443
21444 \begin_layout Plain Layout
21445
21446 \series bold
21447
21448 \backslash
21449 raisebox
21450 \series default
21451  is only used as spacer.
21452 \end_layout
21453
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 forall
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\forall$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 exists
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\exists$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 nexists
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\nexists$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 emptyset
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\emptyset$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 varnothing
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\varnothing$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 dag
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\dag$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 ddag
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\ddag$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 complement
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset ERT
21654 status collapsed
21655
21656 \begin_layout Plain Layout
21657
21658
21659 \backslash
21660 raisebox{-0.8mm}{
21661 \end_layout
21662
21663 \end_inset
21664
21665
21666 \begin_inset Formula $\complement$
21667 \end_inset
21668
21669
21670 \begin_inset ERT
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674
21675 }
21676 \end_layout
21677
21678 \end_inset
21679
21680
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 </row>
21686 <row>
21687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21688 \begin_inset Text
21689
21690 \begin_layout Plain Layout
21691
21692 \backslash
21693 Bbbk
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702 \begin_inset Formula $\Bbbk$
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \end_inset
21709 </cell>
21710 </row>
21711 </lyxtabular>
21712
21713 \end_inset
21714
21715
21716 \begin_inset space \hfill{}
21717 \end_inset
21718
21719
21720 \begin_inset Tabular
21721 <lyxtabular version="3" rows="10" columns="2">
21722 <features tabularvalignment="middle">
21723 <column alignment="center" valignment="top" width="0pt">
21724 <column alignment="center" valignment="top" width="0pt">
21725 <row>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 Command
21731 \end_layout
21732
21733 \end_inset
21734 </cell>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739 Result
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 prime
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\prime$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 backprime
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\backprime$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 mho
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\mho$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 triangle
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\triangle$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 angle
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\angle$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 measuredangle
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\measuredangle$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 sphericalangle
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\sphericalangle$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 top
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\top$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 bot
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\bot$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 </lyxtabular>
21971
21972 \end_inset
21973
21974
21975 \begin_inset space \hfill{}
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Subsection
21982 Miscellaneous Symbols
21983 \begin_inset CommandInset label
21984 LatexCommand label
21985 name "sub:Miscellaneous-Symbols"
21986
21987 \end_inset
21988
21989
21990 \begin_inset Index idx
21991 status collapsed
21992
21993 \begin_layout Plain Layout
21994 Symbols ! miscellaneous
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \noindent
22004 \align center
22005 \begin_inset Tabular
22006 <lyxtabular version="3" rows="10" columns="2">
22007 <features tabularvalignment="middle">
22008 <column alignment="center" valignment="top" width="0pt">
22009 <column alignment="center" valignment="top" width="0pt">
22010 <row>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 Command
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 Result
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 <row>
22031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \backslash
22037 flat
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset Formula $\flat$
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \backslash
22062 natural
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 \begin_inset Formula $\natural$
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 <row>
22081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \backslash
22087 sharp
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Formula $\sharp$
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 </row>
22105 <row>
22106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \backslash
22112 surd
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 \begin_inset Formula $\surd$
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \backslash
22137 checkmark
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Formula $\checkmark$
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \backslash
22162 yen
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Formula $\yen$
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 </row>
22180 <row>
22181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \backslash
22187 pounds
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $\pounds$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 <row>
22206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210 $
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 \begin_inset Formula $\$$
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 <row>
22229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233 §
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $§$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 </lyxtabular>
22252
22253 \end_inset
22254
22255
22256 \begin_inset Tabular
22257 <lyxtabular version="3" rows="10" columns="2">
22258 <features tabularvalignment="middle">
22259 <column alignment="center" valignment="top" width="0">
22260 <column alignment="center" valignment="top" width="0">
22261 <row>
22262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 Command
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275 Result
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 hbar
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\hbar$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 hslash
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\hslash$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 clubsuit
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\clubsuit$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 spadesuit
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\spadesuit$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 bigstar
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\bigstar$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 blacklozenge
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\blacklozenge$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 blacktriangle
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\blacktriangle$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 blacktiangledown
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\blacktriangledown$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 bullet
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\bullet$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 </lyxtabular>
22507
22508 \end_inset
22509
22510
22511 \begin_inset Tabular
22512 <lyxtabular version="3" rows="10" columns="2">
22513 <features tabularvalignment="middle">
22514 <column alignment="center" valignment="top" width="0pt">
22515 <column alignment="center" valignment="top" width="0pt">
22516 <row>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 Command
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 Result
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \backslash
22543 diamondsuit
22544 \end_layout
22545
22546 \end_inset
22547 </cell>
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 \begin_inset Formula $\diamondsuit$
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \backslash
22568 Diamond
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset Formula $\Diamond$
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \backslash
22593 heartsuit
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Formula $\heartsuit$
22603 \end_inset
22604
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 </row>
22611 <row>
22612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616
22617 \backslash
22618 P
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Formula $\P$
22628 \end_inset
22629
22630
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 copyright
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\copyright$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 circledR
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\circledR$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 maltese
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\maltese$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 diagup
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\diagup$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 diagdown
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\diagdown$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 </lyxtabular>
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Standard
22769 \begin_inset VSpace medskip
22770 \end_inset
22771
22772 More symbols are listed in 
22773 \begin_inset CommandInset ref
22774 LatexCommand ref
22775 reference "sub:Miscellaneous-special-Characters"
22776
22777 \end_inset
22778
22779 .
22780 \end_layout
22781
22782 \begin_layout Standard
22783 Some symbols can be displayed in different sizes, see 
22784 \begin_inset CommandInset ref
22785 LatexCommand ref
22786 reference "sub:Font-Sizes"
22787
22788 \end_inset
22789
22790 .
22791 \end_layout
22792
22793 \begin_layout Subsection
22794 The Euro-Symbol €
22795 \begin_inset Index idx
22796 status collapsed
22797
22798 \begin_layout Plain Layout
22799 Symbols ! Euro-symbol
22800 \end_layout
22801
22802 \end_inset
22803
22804
22805 \begin_inset Index idx
22806 status collapsed
22807
22808 \begin_layout Plain Layout
22809
22810 \backslash
22811 @
22812 \begin_inset ERT
22813 status collapsed
22814
22815 \begin_layout Plain Layout
22816
22817
22818 \backslash
22819 officialeuro
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Standard
22833 To use the Euro symbol in formulas, the LaTeX-package 
22834 \series bold
22835 eurosym
22836 \series default
22837
22838 \begin_inset Index idx
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842 Packages ! eurosym
22843 \end_layout
22844
22845 \end_inset
22846
22847  must be installed and loaded with the LaTeX-preamble line
22848 \end_layout
22849
22850 \begin_layout Standard
22851
22852 \series bold
22853
22854 \backslash
22855 usepackage[gennarrow]{eurosym}
22856 \end_layout
22857
22858 \begin_layout Standard
22859 The Euro symbol can now be inserted with the command 
22860 \series bold
22861
22862 \backslash
22863 euro
22864 \series default
22865
22866 \begin_inset Index idx
22867 status collapsed
22868
22869 \begin_layout Plain Layout
22870 Commands ! E ! 
22871 \backslash
22872 euro
22873 \end_layout
22874
22875 \end_inset
22876
22877 .
22878 \end_layout
22879
22880 \begin_layout Standard
22881 The Euro symbol can directly be inserted with the € key in mathematical
22882  text, without having 
22883 \series bold
22884 eurosym
22885 \series default
22886  installed.
22887  When 
22888 \series bold
22889 eurosym
22890 \series default
22891  is installed, 
22892 \series bold
22893
22894 \backslash
22895 euro
22896 \series default
22897  can also be inserted in TeX-mode.
22898  The official currency symbol can then be inserted with the command 
22899 \series bold
22900
22901 \backslash
22902 officialeuro
22903 \series default
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909 Commands ! O ! 
22910 \backslash
22911 officialeuro
22912 \end_layout
22913
22914 \end_inset
22915
22916 , that is only available in TeX-mode.
22917 \end_layout
22918
22919 \begin_layout Standard
22920 \begin_inset ERT
22921 status collapsed
22922
22923 \begin_layout Plain Layout
22924
22925
22926 \backslash
22927 ifeurosym 
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \begin_inset Note Note
22934 status open
22935
22936 \begin_layout Plain Layout
22937 The following table will only be displayed when the LaTeX-package 
22938 \series bold
22939 eurosym
22940 \series default
22941  is installed.
22942 \end_layout
22943
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \begin_layout Standard
22950 An overview about the different Euro symbols:
22951 \end_layout
22952
22953 \begin_layout Standard
22954 \align center
22955 \begin_inset Tabular
22956 <lyxtabular version="3" rows="4" columns="3">
22957 <features tabularvalignment="middle">
22958 <column alignment="center" valignment="top" width="0pt">
22959 <column alignment="center" valignment="top" width="0pt">
22960 <column alignment="center" valignment="top" width="0pt">
22961 <row>
22962 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 Command 
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 Result
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 formula
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 euro
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset Formula $\euro$
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 mathematical text
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\mbox{€}$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 TeX-mode
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \backslash
23072 officialeuro
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 \begin_inset ERT
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085
23086
23087 \backslash
23088 officialeuro
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 </lyxtabular>
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \begin_layout Standard
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112
23113 \backslash
23114 else 
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \begin_inset Note Note
23121 status open
23122
23123 \begin_layout Plain Layout
23124 The following will be displayed when the LaTeX-package 
23125 \series bold
23126 eurosym
23127 \series default
23128  is not installed:
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \begin_layout Standard
23137 You need to install the LaTeX-package 
23138 \series bold
23139 eurosym
23140 \series default
23141  to see the rest of this subsection in the output.
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset ERT
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149
23150
23151 \backslash
23152 fi 
23153 \end_layout
23154
23155 \end_inset
23156
23157
23158 \end_layout
23159
23160 \begin_layout Section
23161 Relations
23162 \begin_inset CommandInset label
23163 LatexCommand label
23164 name "sec:Relations"
23165
23166 \end_inset
23167
23168
23169 \begin_inset Index idx
23170 status collapsed
23171
23172 \begin_layout Plain Layout
23173 Relations
23174 \end_layout
23175
23176 \end_inset
23177
23178
23179 \begin_inset Index idx
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183 Comparisons|see
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189 {
23190 \end_layout
23191
23192 \end_inset
23193
23194 Relations
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200 }
23201 \end_layout
23202
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \begin_layout Standard
23214 All relations can also be inserted via the toolbar button 
23215 \begin_inset Graphics
23216         filename ../images/math/leq.png
23217         scale 85
23218
23219 \end_inset
23220
23221 .
23222 \end_layout
23223
23224 \begin_layout Standard
23225 \begin_inset space \hfill{}
23226 \end_inset
23227
23228
23229 \begin_inset Tabular
23230 <lyxtabular version="3" rows="17" columns="2">
23231 <features tabularvalignment="middle">
23232 <column alignment="center" valignment="top" width="0pt">
23233 <column alignment="center" valignment="top" width="0pt">
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 Command
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 Result
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 </row>
23254 <row>
23255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 <
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23265 \begin_inset Text
23266
23267 \begin_layout Plain Layout
23268 \begin_inset Formula $<$
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 <row>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282
23283 \backslash
23284 le
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293 \begin_inset Formula $\le$
23294 \end_inset
23295
23296
23297 \end_layout
23298
23299 \end_inset
23300 </cell>
23301 </row>
23302 <row>
23303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307
23308 \backslash
23309 ll
23310 \end_layout
23311
23312 \end_inset
23313 </cell>
23314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 \begin_inset Formula $\ll$
23319 \end_inset
23320
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332
23333 \backslash
23334 prec
23335 \end_layout
23336
23337 \end_inset
23338 </cell>
23339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23340 \begin_inset Text
23341
23342 \begin_layout Plain Layout
23343 \begin_inset Formula $\prec$
23344 \end_inset
23345
23346
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 </row>
23352 <row>
23353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23354 \begin_inset Text
23355
23356 \begin_layout Plain Layout
23357
23358 \backslash
23359 preceq
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $\preceq$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 subset
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\subset$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 subseteq
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\subseteq$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 sqsubseteq
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\sqsubseteq$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 in
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\in$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 vdash
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\vdash$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 smile
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\smile$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 lhd
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\lhd$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 unlhd
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\unlhd$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 gtrless
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\gtrless$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 mid
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\mid$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 nmid
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\nmid$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 </lyxtabular>
23653
23654 \end_inset
23655
23656
23657 \begin_inset space \hfill{}
23658 \end_inset
23659
23660
23661 \begin_inset Tabular
23662 <lyxtabular version="3" rows="17" columns="2">
23663 <features tabularvalignment="middle">
23664 <column alignment="center" valignment="top" width="0pt">
23665 <column alignment="center" valignment="top" width="0pt">
23666 <row>
23667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 Command
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 Result
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 </row>
23686 <row>
23687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23688 \begin_inset Text
23689
23690 \begin_layout Plain Layout
23691 =
23692 \end_layout
23693
23694 \end_inset
23695 </cell>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700 \begin_inset Formula $=$
23701 \end_inset
23702
23703
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 </row>
23709 <row>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 not=
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 \begin_inset Formula $\not=$
23726 \end_inset
23727
23728
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 equiv
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 \begin_inset Formula $\equiv$
23751 \end_inset
23752
23753
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \backslash
23766 sim
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775 \begin_inset Formula $\sim$
23776 \end_inset
23777
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789
23790 \backslash
23791 simeq
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $\simeq$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 <row>
23810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \backslash
23816 approx
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 \begin_inset Formula $\approx$
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 </row>
23834 <row>
23835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839
23840 \backslash
23841 cong
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $\cong$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 bowtie
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $\bowtie$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 notin
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\notin$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 perp
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\perp$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 propto
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\propto$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 <row>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964
23965 \backslash
23966 asymp
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Formula $\asymp$
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \backslash
23991 doteq
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\doteq$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 circeq
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\circeq$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 models
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\models$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 widehat=
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\widehat{=}$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 </lyxtabular>
24085
24086 \end_inset
24087
24088
24089 \begin_inset space \hfill{}
24090 \end_inset
24091
24092
24093 \begin_inset Tabular
24094 <lyxtabular version="3" rows="17" columns="2">
24095 <features tabularvalignment="middle">
24096 <column alignment="center" valignment="top" width="0pt">
24097 <column alignment="center" valignment="top" width="0pt">
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 Command
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 Result
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 </row>
24118 <row>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 >
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132 \begin_inset Formula $>$
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \end_inset
24139 </cell>
24140 </row>
24141 <row>
24142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24143 \begin_inset Text
24144
24145 \begin_layout Plain Layout
24146
24147 \backslash
24148 ge
24149 \end_layout
24150
24151 \end_inset
24152 </cell>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157 \begin_inset Formula $\ge$
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 </row>
24166 <row>
24167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171
24172 \backslash
24173 gg
24174 \end_layout
24175
24176 \end_inset
24177 </cell>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182 \begin_inset Formula $\gg$
24183 \end_inset
24184
24185
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 succ
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $\succ$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 succeq
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $\succeq$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 <row>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 supset
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Formula $\supset$
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 supseteq
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Formula $\supseteq$
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 </row>
24291 <row>
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 sqsupseteq
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $\sqsupseteq$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 ni
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\ni$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 dashv
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\dashv$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 frown
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\frown$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 rhd
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\rhd$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 unrhd
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\unrhd$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 lessgtr
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\lessgtr$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 parallel
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\parallel$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 nparallel
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\nparallel$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 </lyxtabular>
24517
24518 \end_inset
24519
24520
24521 \begin_inset space \hfill{}
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \begin_layout Standard
24528 \begin_inset VSpace medskip
24529 \end_inset
24530
24531 The characters 
24532 \series bold
24533
24534 \backslash
24535 lhd
24536 \series default
24537  and 
24538 \series bold
24539
24540 \backslash
24541 rhd
24542 \series default
24543  are bigger than the equal looking operators 
24544 \series bold
24545
24546 \backslash
24547 triangleleft
24548 \series default
24549  and 
24550 \series bold
24551
24552 \backslash
24553 triangleright
24554 \series default
24555 , respectively.
24556 \end_layout
24557
24558 \begin_layout Standard
24559 Relations are, in contrary to symbols, always surrounded by space.
24560 \end_layout
24561
24562 \begin_layout Standard
24563 Relations with labels can be created with the command 
24564 \series bold
24565
24566 \backslash
24567 stackrel
24568 \series default
24569
24570 \begin_inset Index idx
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574 Commands ! S ! 
24575 \backslash
24576 stackrel
24577 \end_layout
24578
24579 \end_inset
24580
24581 :
24582 \end_layout
24583
24584 \begin_layout Standard
24585 \align center
24586 \begin_inset Tabular
24587 <lyxtabular version="3" rows="2" columns="2">
24588 <features tabularvalignment="middle">
24589 <column alignment="center" valignment="top" width="0">
24590 <column alignment="center" valignment="top" width="0">
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596 Command
24597 \end_layout
24598
24599 \end_inset
24600 </cell>
24601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24602 \begin_inset Text
24603
24604 \begin_layout Plain Layout
24605 Result
24606 \begin_inset Note Note
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610
24611 \series bold
24612
24613 \backslash
24614 raisebox
24615 \series default
24616  is only used as spacer.
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \end_layout
24623
24624 \end_inset
24625 </cell>
24626 </row>
24627 <row>
24628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 A(r)
24633 \backslash
24634 stackrel
24635 \begin_inset ERT
24636 status collapsed
24637
24638 \begin_layout Plain Layout
24639
24640
24641 \backslash
24642 spce 
24643 \end_layout
24644
24645 \end_inset
24646
24647 r
24648 \backslash
24649 to
24650 \backslash
24651 infty
24652 \begin_inset ERT
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656
24657
24658 \backslash
24659 spce 
24660 \end_layout
24661
24662 \end_inset
24663
24664
24665 \begin_inset Formula $\downarrow$
24666 \end_inset
24667
24668
24669 \backslash
24670 approx
24671 \begin_inset ERT
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675
24676
24677 \backslash
24678 spce 
24679 \end_layout
24680
24681 \end_inset
24682
24683
24684 \begin_inset ERT
24685 status collapsed
24686
24687 \begin_layout Plain Layout
24688
24689
24690 \backslash
24691 spce 
24692 \end_layout
24693
24694 \end_inset
24695
24696 B
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 </row>
24714 </lyxtabular>
24715
24716 \end_inset
24717
24718
24719 \end_layout
24720
24721 \begin_layout Section
24722 Functions
24723 \end_layout
24724
24725 \begin_layout Subsection
24726 Predefined Functions
24727 \begin_inset CommandInset label
24728 LatexCommand label
24729 name "sub:Predefined-Functions"
24730
24731 \end_inset
24732
24733
24734 \begin_inset Index idx
24735 status collapsed
24736
24737 \begin_layout Plain Layout
24738 Functions ! predefined
24739 \end_layout
24740
24741 \end_inset
24742
24743
24744 \end_layout
24745
24746 \begin_layout Standard
24747 In general, variables are set 
24748 \emph on
24749 italic
24750 \emph default
24751  in mathematical expressions, but not function names, because 
24752 \begin_inset Formula $sin$
24753 \end_inset
24754
24755  could be misunderstood as 
24756 \begin_inset Formula $s\cdot i\cdot n$
24757 \end_inset
24758
24759 .
24760  Therefore there are predefined functions, that are additionally a bit separated
24761  from prefactors.
24762  They are inserted as commands starting with a backslash before their name.
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \align center
24767 \begin_inset Tabular
24768 <lyxtabular version="3" rows="2" columns="4">
24769 <features tabularvalignment="middle">
24770 <column alignment="center" valignment="top" width="0pt">
24771 <column alignment="center" valignment="top" width="0pt">
24772 <column alignment="center" valignment="top" width="0pt">
24773 <column alignment="center" valignment="top" width="0pt">
24774 <row>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 Command
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 Result
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 Command
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24803 \begin_inset Text
24804
24805 \begin_layout Plain Layout
24806 Result
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817 Asin(x)+B
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826 \begin_inset Formula $Asin(x)+B$
24827 \end_inset
24828
24829
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838 A
24839 \backslash
24840 sin(x)+B
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849 \begin_inset Formula $A\sin(x)+B$
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 </row>
24858 </lyxtabular>
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Standard
24866 The following functions are predefined:
24867 \end_layout
24868
24869 \begin_layout Standard
24870 \begin_inset VSpace -2mm
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Standard
24877 \align center
24878 \begin_inset Tabular
24879 <lyxtabular version="3" rows="9" columns="4">
24880 <features tabularvalignment="middle">
24881 <column alignment="center" valignment="top" width="0pt">
24882 <column alignment="center" valignment="top" width="0pt">
24883 <column alignment="center" valignment="top" width="0pt">
24884 <column alignment="center" valignment="top" width="0pt">
24885 <row>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 Command
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Command
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 Command
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 <row>
24924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928
24929 \backslash
24930 sin
24931 \end_layout
24932
24933 \end_inset
24934 </cell>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 sinh
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \backslash
24952 arcsin
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961
24962 \backslash
24963 sup
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 </row>
24969 <row>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 cos
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 cosh
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 arccos
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 inf
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 tan
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 tanh
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \backslash
25044 arctan
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 lim
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 </row>
25061 <row>
25062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066
25067 \backslash
25068 cot
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 coth
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 arg
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 liminf
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 <row>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \backslash
25114 sec
25115 \end_layout
25116
25117 \end_inset
25118 </cell>
25119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 min
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 deg
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 limsup
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 </row>
25153 <row>
25154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25155 \begin_inset Text
25156
25157 \begin_layout Plain Layout
25158
25159 \backslash
25160 csc
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25166 \begin_inset Text
25167
25168 \begin_layout Plain Layout
25169
25170 \backslash
25171 max
25172 \end_layout
25173
25174 \end_inset
25175 </cell>
25176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25177 \begin_inset Text
25178
25179 \begin_layout Plain Layout
25180
25181 \backslash
25182 det
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25188 \begin_inset Text
25189
25190 \begin_layout Plain Layout
25191
25192 \backslash
25193 Pr
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 </row>
25199 <row>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204
25205 \backslash
25206 ln
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215
25216 \backslash
25217 exp
25218 \end_layout
25219
25220 \end_inset
25221 </cell>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 dim
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237
25238 \backslash
25239 hom
25240 \end_layout
25241
25242 \end_inset
25243 </cell>
25244 </row>
25245 <row>
25246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25247 \begin_inset Text
25248
25249 \begin_layout Plain Layout
25250
25251 \backslash
25252 lg
25253 \end_layout
25254
25255 \end_inset
25256 </cell>
25257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25258 \begin_inset Text
25259
25260 \begin_layout Plain Layout
25261
25262 \backslash
25263 log
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Plain Layout
25272
25273 \backslash
25274 ker
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 gcd
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 </lyxtabular>
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \begin_layout Standard
25299 They can also be inserted with the math toolbar button 
25300 \begin_inset Graphics
25301         filename ../images/math/functions.png
25302         scale 85
25303
25304 \end_inset
25305
25306 .
25307 \end_layout
25308
25309 \begin_layout Subsection
25310 Self-defined Functions
25311 \begin_inset Index idx
25312 status collapsed
25313
25314 \begin_layout Plain Layout
25315 Functions ! self-defined
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \end_layout
25322
25323 \begin_layout Standard
25324 To use a function that is not predefined, like for example the sign function
25325  sgn(x), there are two possibilities:
25326 \end_layout
25327
25328 \begin_layout Itemize
25329 Define the function by inserting the following line to the LaTeX-preamble
25330 \begin_inset Foot
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 For more about 
25335 \series bold
25336
25337 \backslash
25338 DeclareMathOperator
25339 \series default
25340  see 
25341 \begin_inset CommandInset ref
25342 LatexCommand ref
25343 reference "sub:Self-defined-Operators"
25344
25345 \end_inset
25346
25347 .
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset Newline newline
25354 \end_inset
25355
25356
25357 \begin_inset VSpace -3mm
25358 \end_inset
25359
25360
25361 \begin_inset Newline newline
25362 \end_inset
25363
25364
25365 \series bold
25366
25367 \backslash
25368 DeclareMathOperator{
25369 \backslash
25370 sgn}{sgn}
25371 \series default
25372
25373 \begin_inset Index idx
25374 status collapsed
25375
25376 \begin_layout Plain Layout
25377 Commands ! D ! 
25378 \backslash
25379 dbinom@
25380 \backslash
25381 DeclareMathOperator
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \begin_inset Newline newline
25388 \end_inset
25389
25390
25391 \begin_inset VSpace -2mm
25392 \end_inset
25393
25394
25395 \begin_inset Newline newline
25396 \end_inset
25397
25398 Now the new defined function can be called with the command 
25399 \series bold
25400
25401 \backslash
25402 sgn
25403 \series default
25404 .
25405 \end_layout
25406
25407 \begin_layout Itemize
25408 Write the formula as usual, mark the formula name, in our example the letters
25409  
25410 \emph on
25411 sgn
25412 \emph default
25413 , and change it to mathematical text.
25414  At last a space is inserted between prefactor and function.
25415 \end_layout
25416
25417 \begin_layout Standard
25418 The result is the same with both methods as with a predefined function
25419 \begin_inset Foot
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423 In LyX self-defined functions are displayed red, predefined ones black.
25424 \end_layout
25425
25426 \end_inset
25427
25428 :
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \align center
25433 \begin_inset Tabular
25434 <lyxtabular version="3" rows="3" columns="2">
25435 <features tabularvalignment="middle">
25436 <column alignment="center" valignment="top" width="0pt">
25437 <column alignment="center" valignment="top" width="0pt">
25438 <row>
25439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25440 \begin_inset Text
25441
25442 \begin_layout Plain Layout
25443 Command
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 Result
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 </row>
25458 <row>
25459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 A
25464 \backslash
25465 sgn(x)+B
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474 \begin_inset Formula $A\sgn(x)+B$
25475 \end_inset
25476
25477
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 </row>
25483 <row>
25484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488 A
25489 \backslash
25490 ,
25491 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25492 \end_inset
25493
25494 (x)+B
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 </row>
25512 </lyxtabular>
25513
25514 \end_inset
25515
25516
25517 \end_layout
25518
25519 \begin_layout Standard
25520 The first method is more suitable when the self-defined function should
25521  be used several times.
25522 \end_layout
25523
25524 \begin_layout Subsection
25525 Limits
25526 \begin_inset Index idx
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 Limits
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539 For limits there are defined besides 
25540 \series bold
25541
25542 \backslash
25543 lim
25544 \series default
25545
25546 \begin_inset Index idx
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 Commands ! L ! 
25551 \backslash
25552 lim
25553 \end_layout
25554
25555 \end_inset
25556
25557
25558 \series bold
25559
25560 \backslash
25561 liminf
25562 \series default
25563  and 
25564 \series bold
25565
25566 \backslash
25567 limsup
25568 \series default
25569  furthermore the following functions:
25570 \end_layout
25571
25572 \begin_layout Standard
25573 \align center
25574 \begin_inset Tabular
25575 <lyxtabular version="3" rows="5" columns="2">
25576 <features tabularvalignment="middle">
25577 <column alignment="center" valignment="top" width="0">
25578 <column alignment="center" valignment="top" width="0">
25579 <row>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 Command
25585 \end_layout
25586
25587 \end_inset
25588 </cell>
25589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25590 \begin_inset Text
25591
25592 \begin_layout Plain Layout
25593 Result
25594 \begin_inset Note Note
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598
25599 \series bold
25600
25601 \backslash
25602 raisebox
25603 \series default
25604  is only used as spacer.
25605 \end_layout
25606
25607 \end_inset
25608
25609
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 </row>
25615 <row>
25616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620
25621 \backslash
25622 varliminf
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25628 \begin_inset Text
25629
25630 \begin_layout Plain Layout
25631 \begin_inset Formula $\varliminf$
25632 \end_inset
25633
25634
25635 \end_layout
25636
25637 \end_inset
25638 </cell>
25639 </row>
25640 <row>
25641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645
25646 \backslash
25647 varlimsup
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 \begin_inset Formula $\varlimsup$
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 </row>
25665 <row>
25666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \backslash
25672 varprojlim
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 \begin_inset Formula $\varprojlim$
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 <row>
25691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695
25696 \backslash
25697 varinjlim
25698 \end_layout
25699
25700 \end_inset
25701 </cell>
25702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25703 \begin_inset Text
25704
25705 \begin_layout Plain Layout
25706 \begin_inset Formula $\varinjlim$
25707 \end_inset
25708
25709
25710 \begin_inset Formula $\raisebox{-2.5mm}{}$
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 </lyxtabular>
25720
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \begin_inset VSpace medskip
25728 \end_inset
25729
25730 The limit is created by inserting a subscript.
25731  It is set right beside the function in an inline formula:
25732 \end_layout
25733
25734 \begin_layout Standard
25735 \align center
25736 \begin_inset Tabular
25737 <lyxtabular version="3" rows="2" columns="2">
25738 <features tabularvalignment="middle">
25739 <column alignment="center" valignment="top" width="0pt">
25740 <column alignment="center" valignment="top" width="0pt">
25741 <row>
25742 <cell alignment="center" valignment="top" usebox="none">
25743 \begin_inset Text
25744
25745 \begin_layout Plain Layout
25746 Command
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 \begin_inset space \hspace{}
25756 \length 1cm
25757 \end_inset
25758
25759 Result
25760 \begin_inset Note Note
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764 The space and
25765 \series bold
25766  
25767 \backslash
25768 raisebox
25769 \series default
25770  are used here as spacer.
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 </row>
25781 <row>
25782 <cell alignment="center" valignment="top" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786
25787 \backslash
25788 lim_x
25789 \backslash
25790 to
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 spce 
25799 \end_layout
25800
25801 \end_inset
25802
25803 A
25804 \begin_inset ERT
25805 status collapsed
25806
25807 \begin_layout Plain Layout
25808
25809
25810 \backslash
25811 spce 
25812 \end_layout
25813
25814 \end_inset
25815
25816 x=B
25817 \end_layout
25818
25819 \end_inset
25820 </cell>
25821 <cell alignment="center" valignment="top" usebox="none">
25822 \begin_inset Text
25823
25824 \begin_layout Plain Layout
25825 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25826 \end_inset
25827
25828
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 </row>
25834 </lyxtabular>
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 In a displayed formula the limit is set below the formula, as usual:
25843 \begin_inset Formula \[
25844 \lim_{x\to A}x=B\]
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Subsection
25852 Modulo-Functions
25853 \begin_inset Index idx
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857 Functions ! modulo-
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 The modulo-function is special, because it exists in four variants.
25867 \end_layout
25868
25869 \begin_layout Standard
25870 The variants in a displayed formula:
25871 \begin_inset Formula \begin{align*}
25872 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25873 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25874 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25875 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25876 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25877 \end{align*}
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 In an inline formula less space is set before the function names for all
25886  variants.
25887 \end_layout
25888
25889 \begin_layout Section
25890 Special Characters
25891 \begin_inset Index idx
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895 Special characters
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Subsection
25904 Special Characters in Mathematical Text
25905 \end_layout
25906
25907 \begin_layout Standard
25908 The following commands can only be used in mathematical text or in TeX-mode:
25909 \end_layout
25910
25911 \begin_layout Standard
25912 \begin_inset space \hfill{}
25913 \end_inset
25914
25915
25916 \begin_inset Tabular
25917 <lyxtabular version="3" rows="8" columns="2">
25918 <features tabularvalignment="middle">
25919 <column alignment="block" valignment="top" width="0">
25920 <column alignment="block" valignment="top" width="0">
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926 Command
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935 Result
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 </row>
25941 <row>
25942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946
25947 \backslash
25948 oe
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957 \begin_inset Formula $\textrm{œ}$
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \end_inset
25964 </cell>
25965 </row>
25966 <row>
25967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25968 \begin_inset Text
25969
25970 \begin_layout Plain Layout
25971
25972 \backslash
25973 OE
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 \begin_inset Formula $\textrm{Œ}$
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 <row>
25992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 ae
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\textrm{æ}$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 <row>
26017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021
26022 \backslash
26023 AE
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 \begin_inset Formula $\textrm{Æ}$
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \end_inset
26039 </cell>
26040 </row>
26041 <row>
26042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046
26047 \backslash
26048 aa
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057 \begin_inset Formula $\textrm{\aa}$
26058 \end_inset
26059
26060
26061 \end_layout
26062
26063 \end_inset
26064 </cell>
26065 </row>
26066 <row>
26067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071
26072 \backslash
26073 AA
26074 \begin_inset Index idx
26075 status collapsed
26076
26077 \begin_layout Plain Layout
26078
26079 \backslash
26080 @
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 textrm{
26089 \backslash
26090 AA}
26091 \end_layout
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109 \begin_inset Formula $\textrm{Å}$
26110 \end_inset
26111
26112
26113 \end_layout
26114
26115 \end_inset
26116 </cell>
26117 </row>
26118 <row>
26119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123
26124 \backslash
26125 i
26126 \end_layout
26127
26128 \end_inset
26129 </cell>
26130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134 \begin_inset Formula $\textrm{ı}$
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 </lyxtabular>
26144
26145 \end_inset
26146
26147
26148 \begin_inset space \hfill{}
26149 \end_inset
26150
26151
26152 \begin_inset Tabular
26153 <lyxtabular version="3" rows="8" columns="2">
26154 <features tabularvalignment="middle">
26155 <column alignment="block" valignment="top" width="0">
26156 <column alignment="center" valignment="top" width="0">
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162 command
26163 \begin_inset Note Note
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 The space of 0
26168 \begin_inset space \thinspace{}
26169 \end_inset
26170
26171 mm is used for separation, because otherwise the output will be ¡ and ¿
26172  respectively.
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 Result
26187 \end_layout
26188
26189 \end_inset
26190 </cell>
26191 </row>
26192 <row>
26193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197
26198 \backslash
26199 o
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 \begin_inset Formula $\textrm{ø}$
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 </row>
26217 <row>
26218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222
26223 \backslash
26224 O
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233 \begin_inset Formula $\textrm{Ø}$
26234 \end_inset
26235
26236
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 </row>
26242 <row>
26243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247
26248 \backslash
26249 l
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset Formula $\textrm{ł}$
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 </row>
26267 <row>
26268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272
26273 \backslash
26274 L
26275 \end_layout
26276
26277 \end_inset
26278 </cell>
26279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26280 \begin_inset Text
26281
26282 \begin_layout Plain Layout
26283 \begin_inset Formula $\textrm{Ł}$
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 </row>
26292 <row>
26293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26294 \begin_inset Text
26295
26296 \begin_layout Plain Layout
26297 !
26298 \begin_inset space \hspace{}
26299 \length 0mm
26300 \end_inset
26301
26302 `
26303 \begin_inset ERT
26304 status collapsed
26305
26306 \begin_layout Plain Layout
26307
26308
26309 \backslash
26310 spce 
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 \begin_inset Formula $\textrm{!`}$
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 \begin_inset space \hspace{}
26340 \length 0mm
26341 \end_inset
26342
26343 `
26344 \begin_inset ERT
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348
26349
26350 \backslash
26351 spce 
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 \begin_inset Formula $\textrm{?`}$
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 </row>
26374 <row>
26375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379
26380 \backslash
26381 j
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390 \begin_inset Formula $\textrm{ȷ}$
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 </lyxtabular>
26400
26401 \end_inset
26402
26403
26404 \begin_inset space \hfill{}
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \begin_layout Standard
26411 The characters 
26412 \begin_inset Formula $\textrm{\textrm{Å}}$
26413 \end_inset
26414
26415  and 
26416 \begin_inset Formula $\textrm{\textrm{Ø}}$
26417 \end_inset
26418
26419  can also be inserted via the math toolbar button 
26420 \begin_inset Graphics
26421         filename ../images/math/digamma.png
26422         scale 85
26423
26424 \end_inset
26425
26426 .
26427 \end_layout
26428
26429 \begin_layout Standard
26430 An exception are the commands 
26431 \series bold
26432 !
26433 \begin_inset space \hspace{}
26434 \length 0mm
26435 \end_inset
26436
26437 `
26438 \series default
26439  and 
26440 \series bold
26441 ?
26442 \begin_inset space \hspace{}
26443 \length 0mm
26444 \end_inset
26445
26446 `
26447 \series default
26448 , because they can be inserted in LyX directly to text.
26449 \end_layout
26450
26451 \begin_layout Subsection
26452 Accents in Text
26453 \begin_inset CommandInset label
26454 LatexCommand label
26455 name "sub:Accents-in-Text"
26456
26457 \end_inset
26458
26459
26460 \begin_inset Index idx
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464 Accents ! in text
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \begin_layout Standard
26473 With the following commands all letters can be accented.
26474  The commands must be inserted in TeX-mode.
26475 \end_layout
26476
26477 \begin_layout Standard
26478 \begin_inset space \hfill{}
26479 \end_inset
26480
26481
26482 \begin_inset Tabular
26483 <lyxtabular version="3" rows="8" columns="2">
26484 <features tabularvalignment="middle">
26485 <column alignment="block" valignment="top" width="0">
26486 <column alignment="block" valignment="top" width="0">
26487 <row>
26488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492 Command
26493 \end_layout
26494
26495 \end_inset
26496 </cell>
26497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26498 \begin_inset Text
26499
26500 \begin_layout Plain Layout
26501 Result
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 <row>
26508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26509 \begin_inset Text
26510
26511 \begin_layout Plain Layout
26512
26513 \backslash
26514
26515 \begin_inset Quotes grd
26516 \end_inset
26517
26518 e
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 \begin_inset ERT
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531
26532
26533 \backslash
26534 "e
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 <row>
26546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \backslash
26552 `e
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset ERT
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565
26566
26567 \backslash
26568 `e
26569 \end_layout
26570
26571 \end_inset
26572
26573
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 </row>
26579 <row>
26580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26581 \begin_inset Text
26582
26583 \begin_layout Plain Layout
26584
26585 \backslash
26586 ^
26587 \begin_inset ERT
26588 status collapsed
26589
26590 \begin_layout Plain Layout
26591
26592
26593 \backslash
26594 spce 
26595 \end_layout
26596
26597 \end_inset
26598
26599 e
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 ^e
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \end_inset
26624 </cell>
26625 </row>
26626 <row>
26627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26628 \begin_inset Text
26629
26630 \begin_layout Plain Layout
26631
26632 \backslash
26633 =e
26634 \end_layout
26635
26636 \end_inset
26637 </cell>
26638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642 \begin_inset ERT
26643 status collapsed
26644
26645 \begin_layout Plain Layout
26646
26647
26648 \backslash
26649 =e
26650 \end_layout
26651
26652 \end_inset
26653
26654
26655 \end_layout
26656
26657 \end_inset
26658 </cell>
26659 </row>
26660 <row>
26661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26662 \begin_inset Text
26663
26664 \begin_layout Plain Layout
26665
26666 \backslash
26667 u
26668 \begin_inset ERT
26669 status collapsed
26670
26671 \begin_layout Plain Layout
26672
26673
26674 \backslash
26675 spce 
26676 \end_layout
26677
26678 \end_inset
26679
26680 e
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 \begin_inset ERT
26690 status collapsed
26691
26692 \begin_layout Plain Layout
26693
26694
26695 \backslash
26696 u e
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 </row>
26707 <row>
26708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26709 \begin_inset Text
26710
26711 \begin_layout Plain Layout
26712
26713 \backslash
26714 b
26715 \begin_inset ERT
26716 status collapsed
26717
26718 \begin_layout Plain Layout
26719
26720
26721 \backslash
26722 spce 
26723 \end_layout
26724
26725 \end_inset
26726
26727 e
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 \begin_inset ERT
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740
26741
26742 \backslash
26743 b e
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \end_inset
26752 </cell>
26753 </row>
26754 <row>
26755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759
26760 \backslash
26761 t
26762 \begin_inset ERT
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766
26767
26768 \backslash
26769 spce 
26770 \end_layout
26771
26772 \end_inset
26773
26774 ee
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 \begin_inset ERT
26784 status collapsed
26785
26786 \begin_layout Plain Layout
26787
26788
26789 \backslash
26790 t ee
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 </row>
26801 </lyxtabular>
26802
26803 \end_inset
26804
26805
26806 \begin_inset space \hfill{}
26807 \end_inset
26808
26809
26810 \begin_inset Tabular
26811 <lyxtabular version="3" rows="8" columns="2">
26812 <features tabularvalignment="middle">
26813 <column alignment="block" valignment="top" width="0">
26814 <column alignment="center" valignment="top" width="0">
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820 Command
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829 Result
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 H
26843 \begin_inset ERT
26844 status collapsed
26845
26846 \begin_layout Plain Layout
26847
26848
26849 \backslash
26850 spce 
26851 \end_layout
26852
26853 \end_inset
26854
26855 e
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 \begin_inset ERT
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868
26869
26870 \backslash
26871 H e
26872 \end_layout
26873
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 <row>
26883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887
26888 \backslash
26889 'e
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 ERT
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902
26903
26904 \backslash
26905 'e
26906 \end_layout
26907
26908 \end_inset
26909
26910
26911 \end_layout
26912
26913 \end_inset
26914 </cell>
26915 </row>
26916 <row>
26917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921
26922 \backslash
26923 ~e
26924 \begin_inset Index idx
26925 status collapsed
26926
26927 \begin_layout Plain Layout
26928 Tilde
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937 </cell>
26938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 ~e
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \end_inset
26958 </cell>
26959 </row>
26960 <row>
26961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965
26966 \backslash
26967 .e
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 \begin_inset ERT
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980
26981
26982 \backslash
26983 .e
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 <row>
26995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999
27000 \backslash
27001 v
27002 \begin_inset ERT
27003 status collapsed
27004
27005 \begin_layout Plain Layout
27006
27007
27008 \backslash
27009 spce 
27010 \end_layout
27011
27012 \end_inset
27013
27014 e
27015 \end_layout
27016
27017 \end_inset
27018 </cell>
27019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27020 \begin_inset Text
27021
27022 \begin_layout Plain Layout
27023 \begin_inset ERT
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027
27028
27029 \backslash
27030 v e
27031 \end_layout
27032
27033 \end_inset
27034
27035
27036 \end_layout
27037
27038 \end_inset
27039 </cell>
27040 </row>
27041 <row>
27042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27043 \begin_inset Text
27044
27045 \begin_layout Plain Layout
27046
27047 \backslash
27048 d
27049 \begin_inset ERT
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053
27054
27055 \backslash
27056 spce 
27057 \end_layout
27058
27059 \end_inset
27060
27061 e
27062 \end_layout
27063
27064 \end_inset
27065 </cell>
27066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 \begin_inset ERT
27071 status collapsed
27072
27073 \begin_layout Plain Layout
27074
27075
27076 \backslash
27077 d e
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \end_layout
27084
27085 \end_inset
27086 </cell>
27087 </row>
27088 <row>
27089 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093
27094 \backslash
27095 c
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 spce 
27104 \end_layout
27105
27106 \end_inset
27107
27108 e
27109 \end_layout
27110
27111 \end_inset
27112 </cell>
27113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 c e
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \end_inset
27133 </cell>
27134 </row>
27135 </lyxtabular>
27136
27137 \end_inset
27138
27139
27140 \begin_inset space \hfill{}
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \begin_layout Standard
27147 \begin_inset VSpace medskip
27148 \end_inset
27149
27150 With the command 
27151 \series bold
27152
27153 \backslash
27154 t
27155 \series default
27156  also two different characters can be accented.
27157  The command 
27158 \series bold
27159
27160 \backslash
27161 t
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 spce 
27170 \end_layout
27171
27172 \end_inset
27173
27174 sz
27175 \series default
27176  creates: 
27177 \begin_inset ERT
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181
27182
27183 \backslash
27184 t sz
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \begin_layout Standard
27193 The accents 
27194 \series bold
27195 `
27196 \series default
27197  , 
27198 \series bold
27199 '
27200 \series default
27201  and 
27202 \series bold
27203 ^
27204 \series default
27205  can in combination with vowels directly be inserted with the keyboard without
27206  using TeX-mode.
27207  The same applies for the tilde
27208 \begin_inset Foot
27209 status collapsed
27210
27211 \begin_layout Plain Layout
27212 This only applies for keyboards where the tilde is defined as accent.
27213 \end_layout
27214
27215 \end_inset
27216
27217  
27218 \series bold
27219 ~
27220 \series default
27221  in combination with 
27222 \emph on
27223 a
27224 \emph default
27225  , 
27226 \emph on
27227 n
27228 \emph default
27229  , or 
27230 \emph on
27231 o
27232 \emph default
27233 .
27234 \end_layout
27235
27236 \begin_layout Standard
27237 The commands 
27238 \series bold
27239
27240 \backslash
27241 b
27242 \series default
27243  , 
27244 \series bold
27245
27246 \backslash
27247 c
27248 \series default
27249  , 
27250 \series bold
27251
27252 \backslash
27253 d
27254 \series default
27255  , 
27256 \series bold
27257
27258 \backslash
27259 H
27260 \series default
27261  , 
27262 \series bold
27263
27264 \backslash
27265 t
27266 \series default
27267  , 
27268 \series bold
27269
27270 \backslash
27271 u
27272 \series default
27273  , 
27274 \series bold
27275
27276 \backslash
27277 v
27278 \series default
27279  and accents that are inserted directly with the keyboard are also available
27280  in mathematical text.
27281  For the other accents there are special math commands to be used in formulas,
27282  see 
27283 \begin_inset CommandInset ref
27284 LatexCommand ref
27285 reference "sub:Accents-for-one"
27286
27287 \end_inset
27288
27289 .
27290 \end_layout
27291
27292 \begin_layout Standard
27293 \begin_inset VSpace bigskip
27294 \end_inset
27295
27296 Furthermore, with the command 
27297 \series bold
27298
27299 \backslash
27300 textcircled
27301 \series default
27302
27303 \begin_inset Index idx
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307 Commands ! T ! 
27308 \backslash
27309 textcircled
27310 \end_layout
27311
27312 \end_inset
27313
27314  all numbers and letters can be set into a circle, quasi accented with a
27315  circle, similar to the copyright symbol.
27316 \end_layout
27317
27318 \begin_layout Standard
27319 \align center
27320 \begin_inset Tabular
27321 <lyxtabular version="3" rows="3" columns="2">
27322 <features tabularvalignment="middle">
27323 <column alignment="center" valignment="top" width="0">
27324 <column alignment="center" valignment="top" width="0">
27325 <row>
27326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27327 \begin_inset Text
27328
27329 \begin_layout Plain Layout
27330 Command
27331 \end_layout
27332
27333 \end_inset
27334 </cell>
27335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27336 \begin_inset Text
27337
27338 \begin_layout Plain Layout
27339 Result
27340 \begin_inset Note Note
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344
27345 \series bold
27346
27347 \backslash
27348 raisebox
27349 \series default
27350  is only used as spacer.
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \end_inset
27359 </cell>
27360 </row>
27361 <row>
27362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27363 \begin_inset Text
27364
27365 \begin_layout Plain Layout
27366
27367 \backslash
27368 textcircled{w}
27369 \end_layout
27370
27371 \end_inset
27372 </cell>
27373 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27374 \begin_inset Text
27375
27376 \begin_layout Plain Layout
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 textcircled{w}
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \end_inset
27393 </cell>
27394 </row>
27395 <row>
27396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27397 \begin_inset Text
27398
27399 \begin_layout Plain Layout
27400
27401 \backslash
27402 Large 
27403 \backslash
27404 textcircled{
27405 \backslash
27406 normalsize
27407 \backslash
27408 protect
27409 \backslash
27410 raisebox{-1.5pt}{W}}
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 \begin_inset Formula $\raisebox{4.5mm}{}$
27420 \end_inset
27421
27422
27423 \begin_inset ERT
27424 status collapsed
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 Large 
27431 \backslash
27432 textcircled{
27433 \backslash
27434 normalsize
27435 \backslash
27436 protect
27437 \backslash
27438 raisebox{-1.5pt}W}
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \begin_inset Formula $\raisebox{-2mm}{}$
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451 </cell>
27452 </row>
27453 </lyxtabular>
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 One has to take care that the character fits in the circle.
27462  
27463 \series bold
27464
27465 \backslash
27466 Large
27467 \series default
27468
27469 \begin_inset Foot
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 see 
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "sub:Font-Sizes"
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485  specifies thereby the size of the circle.
27486  With the help of 
27487 \series bold
27488
27489 \backslash
27490 raisebox
27491 \series default
27492
27493 \begin_inset Foot
27494 status collapsed
27495
27496 \begin_layout Plain Layout
27497 see 
27498 \begin_inset CommandInset ref
27499 LatexCommand ref
27500 reference "sub:Boxes-without-Frame"
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \end_inset
27508
27509  the character can be centered.
27510 \end_layout
27511
27512 \begin_layout Subsection
27513 Minuscule Numbers
27514 \begin_inset Index idx
27515 status collapsed
27516
27517 \begin_layout Plain Layout
27518 Minuscule numbers
27519 \end_layout
27520
27521 \end_inset
27522
27523
27524 \end_layout
27525
27526 \begin_layout Standard
27527 Minuscule numbers are created with the command 
27528 \series bold
27529
27530 \backslash
27531 oldstylenums
27532 \series default
27533
27534 \begin_inset Index idx
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 Commands ! O ! 
27539 \backslash
27540 oldstylenums
27541 \end_layout
27542
27543 \end_inset
27544
27545 .
27546  The command can be used in formulas and in TeX-mode.
27547  The command scheme is:
27548 \end_layout
27549
27550 \begin_layout Standard
27551
27552 \series bold
27553
27554 \backslash
27555 oldstylenums{number}
27556 \end_layout
27557
27558 \begin_layout Standard
27559 The command 
27560 \series bold
27561
27562 \backslash
27563 oldstylenums{0123456789
27564 \series default
27565  produces: 
27566 \begin_inset Formula $\oldstylenums{0123456789}$
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Subsection
27573 Miscellaneous special Characters
27574 \begin_inset CommandInset label
27575 LatexCommand label
27576 name "sub:Miscellaneous-special-Characters"
27577
27578 \end_inset
27579
27580
27581 \begin_inset Index idx
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585 Special characters ! miscellaneous
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \begin_layout Standard
27594 The following characters can only be inserted to formulas by using commands:
27595 \end_layout
27596
27597 \begin_layout Standard
27598 \align center
27599 \begin_inset Tabular
27600 <lyxtabular version="3" rows="4" columns="2">
27601 <features tabularvalignment="middle">
27602 <column alignment="center" valignment="top" width="0">
27603 <column alignment="center" valignment="top" width="0">
27604 <row>
27605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 Command
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 Result
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 </row>
27624 <row>
27625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27626 \begin_inset Text
27627
27628 \begin_layout Plain Layout
27629
27630 \backslash
27631 ^
27632 \begin_inset ERT
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637
27638 \backslash
27639 spce 
27640 \end_layout
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \end_inset
27648 </cell>
27649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27650 \begin_inset Text
27651
27652 \begin_layout Plain Layout
27653 \begin_inset Formula $\mathcircumflex$
27654 \end_inset
27655
27656
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 </row>
27662 <row>
27663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27664 \begin_inset Text
27665
27666 \begin_layout Plain Layout
27667
27668 \backslash
27669 _
27670 \end_layout
27671
27672 \end_inset
27673 </cell>
27674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27675 \begin_inset Text
27676
27677 \begin_layout Plain Layout
27678 \begin_inset Formula $\_$
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \end_inset
27685 </cell>
27686 </row>
27687 <row>
27688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27689 \begin_inset Text
27690
27691 \begin_layout Plain Layout
27692 ^
27693 \begin_inset ERT
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697
27698
27699 \backslash
27700 spce 
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \backslash
27707 circ
27708 \begin_inset Index idx
27709 status collapsed
27710
27711 \begin_layout Plain Layout
27712
27713 \backslash
27714
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27725 \begin_inset Text
27726
27727 \begin_layout Plain Layout
27728 \begin_inset Formula $^{\circ}$
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735 </cell>
27736 </row>
27737 </lyxtabular>
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27746  contains the following line
27747 \begin_inset Foot
27748 status collapsed
27749
27750 \begin_layout Plain Layout
27751 More about this is described in 
27752 \begin_inset CommandInset ref
27753 LatexCommand ref
27754 reference "sub:Text-Characters-in"
27755
27756 \end_inset
27757
27758 .
27759 \end_layout
27760
27761 \end_inset
27762
27763 :
27764 \end_layout
27765
27766 \begin_layout Standard
27767
27768 \series bold
27769
27770 \backslash
27771 DeclareInputtext{176}{
27772 \backslash
27773 ifmmode^
27774 \backslash
27775 circ
27776 \backslash
27777 else
27778 \backslash
27779 textdegree
27780 \backslash
27781 fi}
27782 \end_layout
27783
27784 \begin_layout Section
27785 Formula Styles
27786 \begin_inset CommandInset label
27787 LatexCommand label
27788 name "sec:Formula-Styles"
27789
27790 \end_inset
27791
27792
27793 \begin_inset Index idx
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797 Formula ! styles
27798 \end_layout
27799
27800 \end_inset
27801
27802
27803 \end_layout
27804
27805 \begin_layout Itemize
27806 There are two different alignment styles:
27807 \end_layout
27808
27809 \begin_deeper
27810 \begin_layout Description
27811 Centered is the predefined standard
27812 \end_layout
27813
27814 \begin_layout Description
27815 Indented for this the option 
27816 \series bold
27817 fleqn
27818 \series default
27819  must be inserted in the menu 
27820 \family sans
27821 Document\SpecialChar \menuseparator
27822 Settings
27823 \family default
27824  under 
27825 \family sans
27826 Document
27827 \begin_inset space ~
27828 \end_inset
27829
27830 Class
27831 \end_layout
27832
27833 \begin_layout Standard
27834 When 
27835 \series bold
27836 Indented
27837 \series default
27838  is used, the indentation can be adjusted with the length 
27839 \series bold
27840
27841 \backslash
27842 mathindent
27843 \series default
27844
27845 \begin_inset Index idx
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849 Commands ! M ! 
27850 \backslash
27851 mathindent
27852 \end_layout
27853
27854 \end_inset
27855
27856 .
27857  Should the distance be 15
27858 \begin_inset space \thinspace{}
27859 \end_inset
27860
27861 mm, the following command line is inserted in the LaTeX-preamble
27862 \end_layout
27863
27864 \begin_layout Standard
27865
27866 \series bold
27867
27868 \backslash
27869 setlength{
27870 \backslash
27871 mathindent}{15mm}
27872 \end_layout
27873
27874 \begin_layout Standard
27875 When no length is specified, the predefined value of 30
27876 \begin_inset space \thinspace{}
27877 \end_inset
27878
27879 pt will be used.
27880 \end_layout
27881
27882 \end_deeper
27883 \begin_layout Itemize
27884 And two different numbering styles:
27885 \end_layout
27886
27887 \begin_deeper
27888 \begin_layout Description
27889 Right is the predefined standard
27890 \end_layout
27891
27892 \begin_layout Description
27893 Left for this the option 
27894 \series bold
27895 leqno
27896 \series default
27897  must be inserted in the menu 
27898 \family sans
27899 Document\SpecialChar \menuseparator
27900 Settings
27901 \family default
27902  under 
27903 \family sans
27904 Document
27905 \begin_inset space ~
27906 \end_inset
27907
27908 Class
27909 \end_layout
27910
27911 \end_deeper
27912 \begin_layout Standard
27913
27914 \series bold
27915 fleqn
27916 \series default
27917  and 
27918 \series bold
27919 leqno
27920 \series default
27921  can also be used together.
27922  In this case both options are inserted, separated by a comma.
27923 \end_layout
27924
27925 \begin_layout Standard
27926 The chosen styles are used for all displayed formulas of the document.
27927  When both, centered and indented formulas should be created in a document,
27928  the style 
27929 \series bold
27930 Centered
27931 \series default
27932  is used.
27933  The indented formulas are then set in a flalign environment, see 
27934 \begin_inset CommandInset ref
27935 LatexCommand ref
27936 reference "sub:Flalign-Environment"
27937
27938 \end_inset
27939
27940 .
27941 \end_layout
27942
27943 \begin_layout Section
27944 Multiline Formulas
27945 \begin_inset CommandInset label
27946 LatexCommand label
27947 name "sec:Multiline-Formulas"
27948
27949 \end_inset
27950
27951
27952 \begin_inset Index idx
27953 status collapsed
27954
27955 \begin_layout Plain Layout
27956 Formula ! multiline
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \end_layout
27963
27964 \begin_layout Subsection
27965 General
27966 \end_layout
27967
27968 \begin_layout Standard
27969 In LyX multiline formulas are created by pressing 
27970 \series bold
27971
27972 \begin_inset Info
27973 type  "shortcut"
27974 arg   "newline-insert newline"
27975 \end_inset
27976
27977
27978 \series default
27979  inside a formula.
27980  This creates either an 
27981 \series bold
27982 eqnarray environment
27983 \series default
27984  that is described in 
27985 \begin_inset CommandInset ref
27986 LatexCommand ref
27987 reference "sub:Eqnarray-Environment"
27988
27989 \end_inset
27990
27991  or, when the option 
27992 \family sans
27993 Use AMS math package
27994 \family default
27995  in the document settings is selected, an 
27996 \series bold
27997 align environment
27998 \series default
27999  that is described in 
28000 \begin_inset CommandInset ref
28001 LatexCommand ref
28002 reference "sub:Standard-align-Environment"
28003
28004 \end_inset
28005
28006 .
28007 \end_layout
28008
28009 \begin_layout Standard
28010 There are other multiline formula environments that can be created via the
28011  menu 
28012 \family sans
28013 Insert\SpecialChar \menuseparator
28014 Math
28015 \family default
28016 .
28017  These environments are described in the following sections.
28018 \end_layout
28019
28020 \begin_layout Standard
28021 In all multiline formula environments a new line is created by pressing
28022  
28023 \begin_inset Info
28024 type  "shortcut"
28025 arg   "newline-insert newline"
28026 \end_inset
28027
28028 .
28029  To add or delete lines, the math toolbar buttons 
28030 \begin_inset Graphics
28031         filename ../images/tabular-feature_append-row.png
28032         scale 85
28033
28034 \end_inset
28035
28036  or 
28037 \begin_inset Graphics
28038         filename ../images/tabular-feature_delete-row.png
28039         scale 85
28040
28041 \end_inset
28042
28043 , respectively, or the menu 
28044 \family sans
28045 Edit\SpecialChar \menuseparator
28046 Rows & Columns
28047 \family default
28048  can be used.
28049 \end_layout
28050
28051 \begin_layout Subsubsection
28052 Line Separation
28053 \begin_inset CommandInset label
28054 LatexCommand label
28055 name "sub:Line-Separation"
28056
28057 \end_inset
28058
28059
28060 \begin_inset Index idx
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 Formula ! multiline ! Line separation
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Standard
28073 There is sometimes not enough space in multiline formulas between the lines:
28074 \begin_inset Formula \begin{eqnarray*}
28075 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}\\
28076 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
28077 \end{eqnarray*}
28078
28079 \end_inset
28080
28081
28082 \end_layout
28083
28084 \begin_layout Standard
28085 In LaTeX additional line space is specified as optional argument of the
28086  new line command.
28087  This is not yet possible in LyX
28088 \begin_inset Foot
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092 see 
28093 \begin_inset CommandInset href
28094 LatexCommand href
28095 name "LyX-bug #1505"
28096 target "http://www.lyx.org/trac/ticket/1505"
28097
28098 \end_inset
28099
28100
28101 \end_layout
28102
28103 \end_inset
28104
28105 , therefore the whole formula must be inserted in TeX-mode.
28106  To add in our example space, the command 
28107 \series bold
28108
28109 \backslash
28110
28111 \backslash
28112 [3mm]
28113 \series default
28114  is inserted at the end of the first line.
28115  One gets: 
28116 \begin_inset ERT
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120
28121
28122 \backslash
28123 begin{eqnarray*}
28124 \end_layout
28125
28126 \begin_layout Plain Layout
28127
28128 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28129  = & 
28130 \backslash
28131 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28132 \backslash
28133
28134 \backslash
28135 [3mm]
28136 \end_layout
28137
28138 \begin_layout Plain Layout
28139
28140 4x^{2}
28141 \backslash
28142 left(B^{2}+x_{0}^{2}
28143 \backslash
28144 right)+4x_{0}x
28145 \backslash
28146 left(D-B^{2}
28147 \backslash
28148 right)+B^{2}
28149 \backslash
28150 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28151 \backslash
28152 right) & = & 0
28153 \end_layout
28154
28155 \begin_layout Plain Layout
28156
28157
28158 \backslash
28159 end{eqnarray*}
28160 \end_layout
28161
28162 \end_inset
28163
28164
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset VSpace bigskip
28169 \end_inset
28170
28171 To set the line separation for all lines in a formula, the length 
28172 \series bold
28173
28174 \backslash
28175 jot
28176 \series default
28177
28178 \begin_inset Index idx
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 Commands ! J ! 
28183 \backslash
28184 jot
28185 \end_layout
28186
28187 \end_inset
28188
28189  is changed.
28190  The definition is: 
28191 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28192 \end_inset
28193
28194 .
28195  Predefined for 
28196 \series bold
28197
28198 \backslash
28199 jot
28200 \series default
28201  is the value 3
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205 pt.
28206  To create 3
28207 \begin_inset space \thinspace{}
28208 \end_inset
28209
28210 mm additional line separation as in the previous example, the command
28211 \end_layout
28212
28213 \begin_layout Standard
28214
28215 \series bold
28216
28217 \backslash
28218 setlength{
28219 \backslash
28220 jot}{3mm+3pt}
28221 \end_layout
28222
28223 \begin_layout Standard
28224 is inserted in TeX-mode before the formula.
28225  This requires that the LaTeX-package 
28226 \series bold
28227 calc
28228 \series default
28229
28230 \begin_inset Foot
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235 \series bold
28236 calc
28237 \series default
28238  is part of every LaTeX standard installation.
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \begin_inset Index idx
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 Packages ! calc
28249 \end_layout
28250
28251 \end_inset
28252
28253  was loaded in LaTeX-preamble with the line
28254 \end_layout
28255
28256 \begin_layout Standard
28257
28258 \series bold
28259
28260 \backslash
28261 usepackage{calc}
28262 \end_layout
28263
28264 \begin_layout Standard
28265 One gets: 
28266 \begin_inset ERT
28267 status collapsed
28268
28269 \begin_layout Plain Layout
28270
28271
28272 \backslash
28273 setlength{
28274 \backslash
28275 jot}{3mm+3pt}
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset Formula \begin{eqnarray*}
28282 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}\\
28283 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
28284 \end{eqnarray*}
28285
28286 \end_inset
28287
28288
28289 \end_layout
28290
28291 \begin_layout Standard
28292 \begin_inset ERT
28293 status collapsed
28294
28295 \begin_layout Plain Layout
28296
28297
28298 \backslash
28299 setlength{
28300 \backslash
28301 jot}{3pt}
28302 \end_layout
28303
28304 \end_inset
28305
28306  To get back to the predefined distance, 
28307 \series bold
28308
28309 \backslash
28310 jot
28311 \series default
28312  is set to the value 3
28313 \begin_inset space \thinspace{}
28314 \end_inset
28315
28316 pt.
28317 \end_layout
28318
28319 \begin_layout Subsubsection
28320 Column Separation
28321 \begin_inset CommandInset label
28322 LatexCommand label
28323 name "sub:Column-Separation"
28324
28325 \end_inset
28326
28327
28328 \begin_inset Index idx
28329 status collapsed
28330
28331 \begin_layout Plain Layout
28332 Formula ! multiline ! Column separation
28333 \end_layout
28334
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \begin_layout Standard
28341 Multiline formulas form a matrix.
28342  A formula in the eqnarray environment is for example a matrix with three
28343  columns.
28344  By changing the column separation in this environment, the space beside
28345  the relation sign can be changed.
28346 \end_layout
28347
28348 \begin_layout Standard
28349 The column separation is specified with the length 
28350 \series bold
28351
28352 \backslash
28353 arraycolsep
28354 \series default
28355
28356 \begin_inset Index idx
28357 status collapsed
28358
28359 \begin_layout Plain Layout
28360 Commands ! A ! 
28361 \backslash
28362 arraycolsep
28363 \end_layout
28364
28365 \end_inset
28366
28367  according to:
28368 \begin_inset Newline newline
28369 \end_inset
28370
28371 column separation = 2
28372 \begin_inset space \thinspace{}
28373 \end_inset
28374
28375
28376 \series bold
28377
28378 \backslash
28379 arraycolsep
28380 \series default
28381
28382 \begin_inset Newline newline
28383 \end_inset
28384
28385 Thus, the command
28386 \end_layout
28387
28388 \begin_layout Standard
28389
28390 \series bold
28391
28392 \backslash
28393 setlength{
28394 \backslash
28395 arraycolsep}{1cm}
28396 \end_layout
28397
28398 \begin_layout Standard
28399 inserted in TeX-mode, sets for all following formulas a column separation
28400  of 2
28401 \begin_inset space \thinspace{}
28402 \end_inset
28403
28404 cm.
28405  To get back to the predefined distance, 
28406 \series bold
28407
28408 \backslash
28409 arraycolsep
28410 \series default
28411  is set to 5
28412 \begin_inset space \thinspace{}
28413 \end_inset
28414
28415 pt.
28416 \end_layout
28417
28418 \begin_layout Standard
28419 A formula with 2
28420 \begin_inset space \thinspace{}
28421 \end_inset
28422
28423 cm column separation:
28424 \begin_inset ERT
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428
28429
28430 \backslash
28431 setlength{
28432 \backslash
28433 arraycolsep}{1cm}
28434 \end_layout
28435
28436 \end_inset
28437
28438
28439 \begin_inset Formula \begin{eqnarray*}
28440 A & = & B\\
28441 C & \ne & A
28442 \end{eqnarray*}
28443
28444 \end_inset
28445
28446 A formula with the predefined column separation for matrices of 10
28447 \begin_inset space \thinspace{}
28448 \end_inset
28449
28450 pt:
28451 \begin_inset ERT
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455
28456
28457 \backslash
28458 setlength{
28459 \backslash
28460 arraycolsep}{5pt}
28461 \end_layout
28462
28463 \end_inset
28464
28465
28466 \begin_inset Formula \begin{eqnarray*}
28467 A & = & B\\
28468 C & \ne & A
28469 \end{eqnarray*}
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Subsubsection
28477 Long Formulas
28478 \begin_inset Index idx
28479 status collapsed
28480
28481 \begin_layout Plain Layout
28482 Formula ! long
28483 \end_layout
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \begin_layout Standard
28491 Long formulas can be typeset using these methods:
28492 \end_layout
28493
28494 \begin_layout Itemize
28495 When one side of the equation is much shorther than the line width, this
28496  one is chosen for the left side and the right side is typeset over two
28497  lines:
28498 \begin_inset Formula \begin{eqnarray}
28499 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 \\
28500  &  & -\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:shortlong}
28501 \end{eqnarray}
28502
28503 \end_inset
28504
28505 The minus sign at the beginning of the second line does normally not appear
28506  as operator because it is the first character of the line.
28507  Thus it would not be surrounded by space and could not be distinguished
28508  from the fraction bar.
28509  To avoid this, 3
28510 \begin_inset space \thinspace{}
28511 \end_inset
28512
28513 pt space was inserted behind the minus sign with the command 
28514 \series bold
28515
28516 \backslash
28517 hspace
28518 \series default
28519 .
28520 \begin_inset Foot
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524 more about 
28525 \series bold
28526
28527 \backslash
28528 hspace
28529 \series default
28530  see 
28531 \begin_inset CommandInset ref
28532 LatexCommand ref
28533 reference "sub:Variable-Space"
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \begin_inset Index idx
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547 Commands ! H ! 
28548 \backslash
28549 hspace
28550 \end_layout
28551
28552 \end_inset
28553
28554
28555 \end_layout
28556
28557 \begin_layout Itemize
28558 When both sides of the equation are too long, the command 
28559 \series bold
28560
28561 \backslash
28562 lefteqn
28563 \series default
28564
28565 \begin_inset Index idx
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569 Commands ! L ! 
28570 \backslash
28571 lefteqn
28572 \end_layout
28573
28574 \end_inset
28575
28576  is used.
28577  It is inserted to the first column of the first line and effects that all
28578  further insertions overwrite the following columns:
28579 \begin_inset Formula \begin{eqnarray}
28580 \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 \\
28581  &  & -\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 \\
28582  &  & =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}
28583 \end{eqnarray}
28584
28585 \end_inset
28586
28587 After the insertion of 
28588 \series bold
28589
28590 \backslash
28591 lefteqn
28592 \series default
28593 , the cursor is in a purple box that is a bit shifted to the left from the
28594  blue one.
28595  In this the formula is inserted.
28596 \begin_inset Newline newline
28597 \end_inset
28598
28599 The content of the further lines is inserted to the second or another formula
28600  column.
28601  The greater the column number where it was inserted, the larger the indentation.
28602 \begin_inset VSpace medskip
28603 \end_inset
28604
28605
28606 \begin_inset Newline newline
28607 \end_inset
28608
28609
28610 \begin_inset Note Greyedout
28611 status open
28612
28613 \begin_layout Plain Layout
28614 Note the following when using 
28615 \series bold
28616
28617 \backslash
28618 lefteqn
28619 \series default
28620 :
28621 \end_layout
28622
28623 \begin_layout Itemize
28624 The formula doesn't use the full page width.
28625  When e.
28626 \begin_inset space \thinspace{}
28627 \end_inset
28628
28629 g.
28630 \begin_inset space \space{}
28631 \end_inset
28632
28633 the term 
28634 \begin_inset Formula $-B^{2}$
28635 \end_inset
28636
28637  is added to the first line in the above example, it would have been outside
28638  the page margin.
28639  To better use the width, negative space can be inserted at the beginning
28640  of the first line.
28641 \end_layout
28642
28643 \begin_layout Itemize
28644 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28645  line.
28646 \begin_inset Foot
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 \begin_inset CommandInset href
28651 LatexCommand href
28652 name "LyX-bug #1429"
28653 target "http://www.lyx.org/trac/ticket/1429"
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \end_inset
28661
28662  One can only set the cursor at the beginning of the line and move it with
28663  the arrow keys.
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Itemize
28672 Other methods to set long formulas are offered by the environments described
28673  in 
28674 \begin_inset CommandInset ref
28675 LatexCommand ref
28676 reference "sub:Multline-Environment"
28677
28678 \end_inset
28679
28680  and 
28681 \begin_inset CommandInset ref
28682 LatexCommand ref
28683 reference "sub:Multiline-Formula-Parts"
28684
28685 \end_inset
28686
28687 .
28688 \end_layout
28689
28690 \begin_layout Subsubsection
28691 Multiline Brackets
28692 \begin_inset CommandInset label
28693 LatexCommand label
28694 name "sub:Multiline-Brackets"
28695
28696 \end_inset
28697
28698
28699 \begin_inset Index idx
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 Brackets ! for multiline expressions
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \end_layout
28710
28711 \begin_layout Standard
28712 For brackets spanning multiple lines the following problem occurs:
28713 \begin_inset Formula \begin{eqnarray*}
28714 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28715  &  & \left.\cdots+B-D\right]
28716 \end{eqnarray*}
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 The closing bracket is smaller than the opening bracket because brackets
28725  with variable size may not span multiple lines.
28726 \end_layout
28727
28728 \begin_layout Standard
28729 To set the bracket size for the second line correctly, the first line is
28730  ended with 
28731 \series bold
28732
28733 \backslash
28734 right.
28735 \series default
28736
28737 \begin_inset Index idx
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741 Commands ! R ! 
28742 \backslash
28743 right
28744 \end_layout
28745
28746 \end_inset
28747
28748  and the second line with 
28749 \series bold
28750
28751 \backslash
28752 left.
28753 \begin_inset Foot
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 for more about 
28758 \series bold
28759
28760 \backslash
28761 left
28762 \series default
28763  and 
28764 \series bold
28765
28766 \backslash
28767 right
28768 \series default
28769  see 
28770 \begin_inset CommandInset ref
28771 LatexCommand ref
28772 reference "sub:Automatic-Bracket-Size"
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \series default
28783
28784 \begin_inset Index idx
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Commands ! L ! 
28789 \backslash
28790 left
28791 \end_layout
28792
28793 \end_inset
28794
28795 .
28796  After 
28797 \series bold
28798
28799 \backslash
28800 left.
28801
28802 \series default
28803  the command 
28804 \series bold
28805
28806 \backslash
28807 vphantom
28808 \series default
28809
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 spce 
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \series bold
28824
28825 \backslash
28826 prod
28827 \series default
28828 ^
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 spce 
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \series bold
28843
28844 \backslash
28845 infty
28846 \series default
28847
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853
28854 \backslash
28855 spce 
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \series bold
28862
28863 \begin_inset Formula $\downarrow$
28864 \end_inset
28865
28866 _R=1}
28867 \series default
28868
28869 \begin_inset Index idx
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Commands ! V ! 
28874 \backslash
28875 vphantom
28876 \end_layout
28877
28878 \end_inset
28879
28880  is inserted, because the multiplication operator with its limits is the
28881  largest symbol in the first line and this should be the size for the bracket
28882  in the second line.
28883 \end_layout
28884
28885 \begin_layout Standard
28886 The result is this:
28887 \begin_inset Formula \begin{eqnarray*}
28888 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28889  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28890 \end{eqnarray*}
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Subsection
28898 Align Environments
28899 \end_layout
28900
28901 \begin_layout Standard
28902 Align environments can be used for every kind of multiline formulas.
28903  They are specially useful to set several formulas side by side.
28904 \end_layout
28905
28906 \begin_layout Standard
28907 Align environments consist of columns.
28908  The odd columns are right aligned, the even ones left aligned.
28909  Every line in an Align environment can be numbered.
28910 \end_layout
28911
28912 \begin_layout Standard
28913 Align environments are created via the menu 
28914 \family sans
28915 Insert\SpecialChar \menuseparator
28916 Math
28917 \family default
28918 .
28919  With the menu 
28920 \family sans
28921 Edit\SpecialChar \menuseparator
28922 Math\SpecialChar \menuseparator
28923 Change Formula Type
28924 \family default
28925  already existing formulas can be converted to Align environments.
28926 \end_layout
28927
28928 \begin_layout Standard
28929 To add or delete columns, the math toolbar buttons 
28930 \begin_inset Graphics
28931         filename ../images/tabular-feature_append-column.png
28932         scale 85
28933
28934 \end_inset
28935
28936  or 
28937 \begin_inset Graphics
28938         filename ../images/tabular-feature_delete-column.png
28939         scale 85
28940
28941 \end_inset
28942
28943 , respectively, or the menu 
28944 \family sans
28945 Edit\SpecialChar \menuseparator
28946 Rows & Columns
28947 \family default
28948  can be used.
28949 \end_layout
28950
28951 \begin_layout Subsubsection
28952 Standard align Environment
28953 \begin_inset CommandInset label
28954 LatexCommand label
28955 name "sub:Standard-align-Environment"
28956
28957 \end_inset
28958
28959
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Formula ! multiline ! align environment
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 This Align environment is created by presssing 
28974 \begin_inset Info
28975 type  "shortcut"
28976 arg   "newline-insert newline"
28977 \end_inset
28978
28979  in a formula or by the menu 
28980 \family sans
28981 Insert\SpecialChar \menuseparator
28982 Math\SpecialChar \menuseparator
28983 AMS align Environment
28984 \family default
28985 .
28986 \end_layout
28987
28988 \begin_layout Standard
28989 An example for two formulas set side by side, that are created with a four
28990  column align environment:
28991 \begin_inset Formula \begin{align*}
28992 A & =\sin(B) & C & =D\\
28993 C & \ne A & B & \ne D
28994 \end{align*}
28995
28996 \end_inset
28997
28998 As it can be seen, the formulas in this environment are placed so as if
28999  there would be a 
29000 \series bold
29001
29002 \backslash
29003 hfill
29004 \begin_inset Foot
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 more about 
29009 \series bold
29010
29011 \backslash
29012 hfill
29013 \series default
29014  see 
29015 \begin_inset CommandInset ref
29016 LatexCommand ref
29017 reference "sub:Variable-Space"
29018
29019 \end_inset
29020
29021
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \series default
29028  before the first and after every even column.
29029  When the formula style 
29030 \series bold
29031 Indented
29032 \begin_inset Foot
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036 formula styles see 
29037 \begin_inset CommandInset ref
29038 LatexCommand ref
29039 reference "sec:Formula-Styles"
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \end_inset
29047
29048
29049 \series default
29050  is used, the formula is set without the 
29051 \series bold
29052
29053 \backslash
29054 hfill
29055 \series default
29056  before the first column.
29057 \end_layout
29058
29059 \begin_layout Subsubsection
29060 Alignat Environment
29061 \begin_inset Index idx
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 Formula ! multiline ! alignat environment
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 The alignat environment has no predefined column separation.
29075  It can be inserted manually with the spaces that are described 
29076 \begin_inset CommandInset ref
29077 LatexCommand ref
29078 reference "sub:Space"
29079
29080 \end_inset
29081
29082 .
29083 \end_layout
29084
29085 \begin_layout Standard
29086 The above example in the alignat environment where 1
29087 \begin_inset space \thinspace{}
29088 \end_inset
29089
29090 cm space was inserted at the beginning of the second formula:
29091 \begin_inset Formula \begin{alignat*}{2}
29092 A & =\sin(B) & \hspace{1cm}C & =D\\
29093 C & \ne A & B & \ne D
29094 \end{alignat*}
29095
29096 \end_inset
29097
29098 Because the column separation can be set separately for every column, this
29099  environment is especially suitable to set three and more formulas side
29100  by side.
29101 \end_layout
29102
29103 \begin_layout Subsubsection
29104 Flalign Environment
29105 \begin_inset CommandInset label
29106 LatexCommand label
29107 name "sub:Flalign-Environment"
29108
29109 \end_inset
29110
29111
29112 \begin_inset Index idx
29113 status collapsed
29114
29115 \begin_layout Plain Layout
29116 Formula ! multiline ! flalign environment
29117 \end_layout
29118
29119 \end_inset
29120
29121
29122 \end_layout
29123
29124 \begin_layout Standard
29125 In this environment the first two columns are always set as much as possible
29126  to the left and the last two ones to the right.
29127  An example:
29128 \begin_inset Formula \begin{flalign*}
29129 A & =1 & B & =2 & C & =3\\
29130 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29131 \end{flalign*}
29132
29133 \end_inset
29134
29135
29136 \end_layout
29137
29138 \begin_layout Standard
29139 By creating a flalign environment with an odd number of columns where an
29140  empty TeX-brace is inserted to the last column, several formulas in a document
29141  can be set to the left, although the formula style 
29142 \series bold
29143 Centered
29144 \series default
29145  is used.
29146  As example the indented formula 
29147 \begin_inset CommandInset ref
29148 LatexCommand eqref
29149 reference "eq:VolInt"
29150
29151 \end_inset
29152
29153 :
29154 \begin_inset Formula \begin{flalign}
29155 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29156
29157 \end_inset
29158
29159 The first two columns contain the formula.
29160  To indent it as with the formula style 
29161 \series bold
29162 Indented
29163 \series default
29164 , 30
29165 \begin_inset space \thinspace{}
29166 \end_inset
29167
29168 pt space was inserted at the beginning of the first column.
29169 \end_layout
29170
29171 \begin_layout Subsection
29172 Eqnarray Environment
29173 \begin_inset CommandInset label
29174 LatexCommand label
29175 name "sub:Eqnarray-Environment"
29176
29177 \end_inset
29178
29179
29180 \begin_inset Index idx
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184 Formula ! multiline ! eqnarray environment
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \end_layout
29191
29192 \begin_layout Standard
29193 When this environment has been created, three blue boxes appear.
29194  The content of the first box is right aligned, the content of the last
29195  one left aligned.
29196  The content of the middle box appears centered and a bit smaller, because
29197  it is designed to insert there only relation characters.
29198 \begin_inset Formula \begin{eqnarray*}
29199 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29200 AB & AB & AB\\
29201 A & = & A
29202 \end{eqnarray*}
29203
29204 \end_inset
29205
29206
29207 \end_layout
29208
29209 \begin_layout Subsection
29210 Gather Environment
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 Formula ! multiline ! gather environment
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Standard
29224 This environment consists of only one centered column.
29225  Every line can be numbered.
29226 \begin_inset Formula \begin{gather}
29227 A=1\\
29228 X=\textrm{-}1
29229 \end{gather}
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Subsection
29237 Multline Environment
29238 \begin_inset CommandInset label
29239 LatexCommand label
29240 name "sub:Multline-Environment"
29241
29242 \end_inset
29243
29244
29245 \begin_inset Index idx
29246 status collapsed
29247
29248 \begin_layout Plain Layout
29249 Formula ! multiline ! multline environment
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Standard
29258 The multline environment consists, like the gather environment, of only
29259  one column.
29260  But the first line is left aligned, the last one right aligned.
29261  All other lines are centered.
29262  Therefore this environment is suitable for long formulas.
29263  As example formula 
29264 \begin_inset CommandInset ref
29265 LatexCommand eqref
29266 reference "eq:lefteqn"
29267
29268 \end_inset
29269
29270  in the multline environment:
29271 \begin_inset Formula \begin{multline}
29272 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}\\
29273 -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}\\
29274 =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}}
29275 \end{multline}
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283 In the output only the last (first) line of a multline environment appears
29284  numbered when the document numbering is right (left).
29285 \begin_inset Foot
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 numbering styles see 
29290 \begin_inset CommandInset ref
29291 LatexCommand ref
29292 reference "sec:Formula-Styles"
29293
29294 \end_inset
29295
29296
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 With the commands 
29306 \series bold
29307
29308 \backslash
29309 shoveright
29310 \series default
29311
29312 \begin_inset Index idx
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316 Commands ! S ! 
29317 \backslash
29318 shoveright
29319 \end_layout
29320
29321 \end_inset
29322
29323  and 
29324 \series bold
29325
29326 \backslash
29327 shoveleft
29328 \series default
29329
29330 \begin_inset Index idx
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Commands ! S ! 
29335 \backslash
29336 shoveleft
29337 \end_layout
29338
29339 \end_inset
29340
29341  a centered line can be right or left aligned, respectively.
29342  The commands are used as follows:
29343 \end_layout
29344
29345 \begin_layout Standard
29346
29347 \series bold
29348
29349 \backslash
29350 shoveright{line content}
29351 \series default
29352  and 
29353 \series bold
29354
29355 \backslash
29356 shoveleft{line content}
29357 \end_layout
29358
29359 \begin_layout Standard
29360 \begin_inset VSpace medskip
29361 \end_inset
29362
29363 The length 
29364 \series bold
29365
29366 \backslash
29367 multlinegap
29368 \series default
29369
29370 \begin_inset Index idx
29371 status collapsed
29372
29373 \begin_layout Plain Layout
29374 Commands ! M ! 
29375 \backslash
29376 multlinegap
29377 \end_layout
29378
29379 \end_inset
29380
29381  specifies the distance of the first line from the left page margin.
29382  Predefined is the length 0
29383 \begin_inset space \thinspace{}
29384 \end_inset
29385
29386 pt.
29387 \end_layout
29388
29389 \begin_layout Standard
29390 As example the above formula where the command
29391 \end_layout
29392
29393 \begin_layout Standard
29394
29395 \series bold
29396
29397 \backslash
29398 setlength{
29399 \backslash
29400 multlinegap}{2cm}
29401 \end_layout
29402
29403 \begin_layout Standard
29404 was inserted in TeX-mode before:
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 setlength{
29413 \backslash
29414 multlinegap}{2cm}
29415 \end_layout
29416
29417 \end_inset
29418
29419
29420 \begin_inset Formula \begin{multline}
29421 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}\\
29422 \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}}\\
29423 =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}}
29424 \end{multline}
29425
29426 \end_inset
29427
29428
29429 \begin_inset ERT
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433
29434
29435 \backslash
29436 setlength{
29437 \backslash
29438 multlinegap}{0pt}
29439 \end_layout
29440
29441 \end_inset
29442
29443 The second line was left aligned using 
29444 \series bold
29445
29446 \backslash
29447 shoveleft
29448 \series default
29449 .
29450 \end_layout
29451
29452 \begin_layout Subsection
29453 Multiline Formula Parts
29454 \begin_inset CommandInset label
29455 LatexCommand label
29456 name "sub:Multiline-Formula-Parts"
29457
29458 \end_inset
29459
29460
29461 \begin_inset Index idx
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Formula ! multiline ! formula parts
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Standard
29474 To display only parts of a formula with multiple lines, one of the following
29475  environments are used: 
29476 \series bold
29477 aligned
29478 \series default
29479
29480 \series bold
29481 alignedat
29482 \series default
29483
29484 \series bold
29485 gathered
29486 \series default
29487  or 
29488 \series bold
29489 split
29490 \series default
29491 .
29492  They can be inserted via the menu 
29493 \family sans
29494 Insert\SpecialChar \menuseparator
29495 Math
29496 \family default
29497  or by using the commands described in this section.
29498 \end_layout
29499
29500 \begin_layout Standard
29501 The first three have the same properties as the corresponding multiline
29502  formula environments, but it is possible to set further formula parts beside
29503  them.
29504  An example:
29505 \begin_inset Formula \[
29506 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29507 \Delta E\Delta t & \ge\frac{\hbar}{2}
29508 \end{aligned}
29509 \right\} \textrm{Uncertainty relations}\]
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \begin_layout Standard
29517 To get this formula, a displayed formula is created where the command 
29518 \series bold
29519
29520 \backslash
29521 aligned
29522 \series default
29523
29524 \begin_inset Index idx
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 Commands ! A ! 
29529 \backslash
29530 aligned
29531 \end_layout
29532
29533 \end_inset
29534
29535  is inserted.
29536  A purple box appears around the blue formula box where now columns and
29537  lines can be added.
29538  Outside the multiline environment other formula parts can be set, like
29539  the brace.
29540 \end_layout
29541
29542 \begin_layout Standard
29543 The aligned environment is also suitable for long formulas whose lines are
29544  horizontally aligned.
29545  Using aligned in a displayed formula has the advantage that the formula
29546  number is vertically centered behind the lines.
29547  As example formula 
29548 \begin_inset CommandInset ref
29549 LatexCommand eqref
29550 reference "eq:shortlong"
29551
29552 \end_inset
29553
29554  in the aligned environment:
29555 \begin_inset Formula \begin{equation}
29556 \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}|}\\
29557  & -\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}|}
29558 \end{aligned}
29559 \end{equation}
29560
29561 \end_inset
29562
29563
29564 \end_layout
29565
29566 \begin_layout Standard
29567 To use the environments 
29568 \series bold
29569 alignedat
29570 \series default
29571
29572 \series bold
29573 gathered
29574 \series default
29575 , or 
29576 \series bold
29577 split
29578 \series default
29579 , the command 
29580 \series bold
29581
29582 \backslash
29583 alignedat
29584 \series default
29585 ,
29586 \begin_inset Index idx
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590 Commands ! A ! 
29591 \backslash
29592 alignedat
29593 \end_layout
29594
29595 \end_inset
29596
29597  
29598 \series bold
29599
29600 \backslash
29601 gathered
29602 \series default
29603
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Commands ! G ! 
29609 \backslash
29610 gathered
29611 \end_layout
29612
29613 \end_inset
29614
29615 , or 
29616 \series bold
29617
29618 \backslash
29619 split
29620 \series default
29621
29622 \begin_inset Index idx
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626 Commands ! S ! 
29627 \backslash
29628 split
29629 \end_layout
29630
29631 \end_inset
29632
29633  are inserted, respectively.
29634  The split environment has the same properties as the aligned environment
29635  but it can only have two columns.
29636 \end_layout
29637
29638 \begin_layout Subsection
29639 Text in multiline Formulas
29640 \begin_inset CommandInset label
29641 LatexCommand label
29642 name "sub:Text-in-multiline"
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index idx
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Text ! in formulas
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Formula ! multiline ! text
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 In the Align environments, and the multline and gather environment, text
29671  can be inserted that will appear in a separate line and doesn't affect
29672  the column alignment.
29673  To do this, the command 
29674 \series bold
29675
29676 \backslash
29677 intertext
29678 \series default
29679
29680 \begin_inset Index idx
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 Commands ! I ! 
29685 \backslash
29686 intertext
29687 \end_layout
29688
29689 \end_inset
29690
29691  is used in the following scheme:
29692 \end_layout
29693
29694 \begin_layout Standard
29695
29696 \series bold
29697
29698 \backslash
29699 intertext{text}
29700 \end_layout
29701
29702 \begin_layout Standard
29703 The text should not be longer than a line because it cannot be hyphenated.
29704  As LyX doesn't yet support 
29705 \series bold
29706
29707 \backslash
29708 intertext
29709 \series default
29710  directly, the text is written as mathematical text.
29711  
29712 \series bold
29713
29714 \backslash
29715 intertext
29716 \series default
29717  must hereby be at the beginning of a line and appears in the output above
29718  this line.
29719  An example where the text was inserted at the beginning of the second line:
29720 \begin_inset Formula \begin{align}
29721 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29722 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29723 \end{align}
29724
29725 \end_inset
29726
29727
29728 \end_layout
29729
29730 \begin_layout Section
29731 Formula Numbering
29732 \begin_inset Index idx
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736 Formula numbering
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \begin_inset Index idx
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746 Formula ! numbering|see
29747 \begin_inset ERT
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751
29752 {
29753 \end_layout
29754
29755 \end_inset
29756
29757 Formula numbering
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763 }
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \end_inset
29772
29773
29774 \end_layout
29775
29776 \begin_layout Subsection
29777 General
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Numbered formulas can be created with the menu 
29782 \family sans
29783 Insert\SpecialChar \menuseparator
29784 Math\SpecialChar \menuseparator
29785 Numbered
29786 \begin_inset space ~
29787 \end_inset
29788
29789 Formula
29790 \family default
29791  (shortcut 
29792 \family sans
29793 Ctrl+Alt
29794 \begin_inset space ~
29795 \end_inset
29796
29797 N
29798 \family default
29799 ).
29800  Existing formulas can be numbered with the menu 
29801 \family sans
29802 Edit\SpecialChar \menuseparator
29803 Math\SpecialChar \menuseparator
29804 Toggle
29805 \begin_inset space ~
29806 \end_inset
29807
29808 Numbering
29809 \family default
29810  (shortcut 
29811 \begin_inset Info
29812 type  "shortcut"
29813 arg   "math-number-toggle"
29814 \end_inset
29815
29816 ).
29817  The formula number is displayed in LyX behind the formula as number sign
29818  in parentheses.
29819  The number sign is replaced in the output by the formula number.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 When numbering is turned on in multiline formulas, all lines will be numbered.
29824  But the numbering can be controlled with the menu 
29825 \family sans
29826 Edit\SpecialChar \menuseparator
29827 Math\SpecialChar \menuseparator
29828 Toggle
29829 \begin_inset space ~
29830 \end_inset
29831
29832 Numbering
29833 \begin_inset space ~
29834 \end_inset
29835
29836 of
29837 \begin_inset space ~
29838 \end_inset
29839
29840 Line
29841 \family default
29842  (shortcut
29843 \begin_inset Info
29844 type  "shortcut"
29845 arg   "math-number-line-toggle"
29846 \end_inset
29847
29848 ) for every line.
29849 \end_layout
29850
29851 \begin_layout Standard
29852 Except for inline formulas, all formulas can be numbered with two different
29853  styles, see 
29854 \begin_inset CommandInset ref
29855 LatexCommand ref
29856 reference "sec:Formula-Styles"
29857
29858 \end_inset
29859
29860 .
29861 \end_layout
29862
29863 \begin_layout Subsection
29864 Cross-References
29865 \begin_inset Index idx
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869 Cross-references ! to formulas
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Standard
29878 All labeled formulas can be cross-referenced.
29879  A label is added by the menu 
29880 \family sans
29881 Insert\SpecialChar \menuseparator
29882 Label
29883 \family default
29884  or the toolbar button 
29885 \begin_inset Graphics
29886         filename ../images/label-insert.png
29887         scale 85
29888
29889 \end_inset
29890
29891 .
29892  The cursor must hereby be inside a displayed formula.
29893  A dialog pops up displaying the prefix 
29894 \series bold
29895 eq:
29896 \series default
29897  in a text field.
29898  The label is inserted there behind the prefix.
29899  The predefined prefix means 
29900 \begin_inset Quotes eld
29901 \end_inset
29902
29903 equation
29904 \begin_inset Quotes erd
29905 \end_inset
29906
29907  and makes it easier to find labels in large documents because it marks
29908  it as formula label to divide it from e.
29909 \begin_inset space \thinspace{}
29910 \end_inset
29911
29912 g.
29913 \begin_inset space \space{}
29914 \end_inset
29915
29916 section labels.
29917  To change a label, the menu 
29918 \family sans
29919 Insert\SpecialChar \menuseparator
29920 Label
29921 \family default
29922  is used again.
29923 \end_layout
29924
29925 \begin_layout Standard
29926 The name of the label is displayed in LyX within two parentheses behind
29927  formula.
29928  A formula with a label is always numbered.
29929 \end_layout
29930
29931 \begin_layout Standard
29932 Cross-references are inserted via the menu 
29933 \family sans
29934 Insert\SpecialChar \menuseparator
29935 Cross-Reference
29936 \family default
29937  or with the toolbar button 
29938 \begin_inset Graphics
29939         filename ../images/dialog-show-new-inset_ref.png
29940         scale 85
29941
29942 \end_inset
29943
29944 .
29945  A formula cross-reference appears in the output as formula number.
29946  When in the cross-reference dialog window the format 
29947 \series bold
29948 (<reference>)
29949 \series default
29950  is chosen, the cross-reference appears in the output as formula number
29951  in parentheses.
29952 \begin_inset Newline newline
29953 \end_inset
29954
29955 By right-clicking on a cross-reference in LyX, one jumps to the formula
29956  that is referenced.
29957 \end_layout
29958
29959 \begin_layout Standard
29960 Here are as examples cross-references to formulas of the following subsections:
29961 \begin_inset Note Note
29962 status open
29963
29964 \begin_layout Plain Layout
29965 Note the different cross-reference types.
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \end_layout
29972
29973 \begin_layout Standard
29974 The equations 
29975 \begin_inset CommandInset ref
29976 LatexCommand eqref
29977 reference "eq:tag"
29978
29979 \end_inset
29980
29981  and 
29982 \begin_inset CommandInset ref
29983 LatexCommand eqref
29984 reference "eq:c"
29985
29986 \end_inset
29987
29988  are equivalent.
29989  In (
29990 \begin_inset CommandInset ref
29991 LatexCommand ref
29992 reference "eq:Lat"
29993
29994 \end_inset
29995
29996 ) big Latin letters are used for the numbering in contrary to (
29997 \begin_inset CommandInset ref
29998 LatexCommand ref
29999 reference "eq:Rom"
30000
30001 \end_inset
30002
30003 ).
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace medskip
30008 \end_inset
30009
30010 When the argument of 
30011 \series bold
30012
30013 \backslash
30014 tag
30015 \begin_inset Foot
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019
30020 \series bold
30021
30022 \backslash
30023 tag
30024 \series default
30025  is described in 
30026 \begin_inset CommandInset ref
30027 LatexCommand ref
30028 reference "sub:User-defined-Numbering"
30029
30030 \end_inset
30031
30032 .
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \series default
30039  contains a box like in 
30040 \begin_inset CommandInset ref
30041 LatexCommand ref
30042 reference "sub:Paragraph-Boxes"
30043
30044 \end_inset
30045
30046 , the formula cannot be referenced.
30047 \end_layout
30048
30049 \begin_layout Subsection
30050 Subnumbering
30051 \begin_inset Index idx
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055 Formula numbering ! subnumbering
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \begin_layout Standard
30064 With the help of the commands 
30065 \series bold
30066
30067 \backslash
30068 begin{subequations}
30069 \series default
30070  and 
30071 \series bold
30072
30073 \backslash
30074 end{subequations}
30075 \series default
30076  formulas can be subnumbered.
30077  Both commands are inserted in TeX-mode.
30078 \end_layout
30079
30080 \begin_layout Standard
30081 An example:
30082 \begin_inset Formula \begin{equation}
30083 A=C-B\label{eq:a}\end{equation}
30084
30085 \end_inset
30086
30087
30088 \begin_inset ERT
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092
30093
30094 \backslash
30095 addtocounter{equation}{-1}
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \begin_inset ERT
30102 status collapsed
30103
30104 \begin_layout Plain Layout
30105
30106
30107 \backslash
30108 begin{subequations}
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset VSpace -5mm
30115 \end_inset
30116
30117
30118 \begin_inset Formula \begin{equation}
30119 B=C-A\label{eq:b}\end{equation}
30120
30121 \end_inset
30122
30123
30124 \begin_inset Formula \begin{equation}
30125 C=A+B\label{eq:c}\end{equation}
30126
30127 \end_inset
30128
30129
30130 \end_layout
30131
30132 \begin_layout Standard
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 end{subequations}
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 To create the example, the following is done:
30150 \end_layout
30151
30152 \begin_layout Enumerate
30153 first formula is inserted
30154 \end_layout
30155
30156 \begin_layout Enumerate
30157
30158 \series bold
30159
30160 \backslash
30161 addtocounter{equation}{-1} 
30162 \backslash
30163 begin{subequations}
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Commands ! A ! 
30169 \backslash
30170 addtocounter
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \begin_inset Newline newline
30177 \end_inset
30178
30179
30180 \series default
30181 is inserted after the first formula
30182 \end_layout
30183
30184 \begin_layout Enumerate
30185 second formula is inserted
30186 \end_layout
30187
30188 \begin_layout Enumerate
30189 third formula is inserted
30190 \end_layout
30191
30192 \begin_layout Enumerate
30193
30194 \series bold
30195
30196 \backslash
30197 end{subequations}
30198 \series default
30199  is inserted after the third formula
30200 \end_layout
30201
30202 \begin_layout Standard
30203 Every formula between the commands 
30204 \series bold
30205
30206 \backslash
30207 begin
30208 \series default
30209  and 
30210 \series bold
30211
30212 \backslash
30213 end
30214 \series default
30215  is subnumbered as a, b, 
30216 \begin_inset Newline linebreak
30217 \end_inset
30218
30219 c, \SpecialChar \ldots{}
30220  For multiline formulas every line will be subnumbered.
30221  All subnumbered formulas are treated as 
30222 \emph on
30223 one
30224 \emph default
30225  numbered formula.
30226  But as every numbered formula increases the counter 
30227 \series bold
30228 equation
30229 \series default
30230  by one, the command 
30231 \series bold
30232
30233 \backslash
30234 addtocounter
30235 \series default
30236  is needed to decrease it.
30237  Otherwise the formulas 
30238 \begin_inset CommandInset ref
30239 LatexCommand eqref
30240 reference "eq:a"
30241
30242 \end_inset
30243
30244
30245 \begin_inset CommandInset ref
30246 LatexCommand eqref
30247 reference "eq:b"
30248
30249 \end_inset
30250
30251
30252 \begin_inset CommandInset ref
30253 LatexCommand eqref
30254 reference "eq:c"
30255
30256 \end_inset
30257
30258  would be numbered as 
30259 \begin_inset CommandInset ref
30260 LatexCommand eqref
30261 reference "eq:a"
30262
30263 \end_inset
30264
30265
30266 \begin_inset CommandInset ref
30267 LatexCommand eqref
30268 reference "eq:d"
30269
30270 \end_inset
30271
30272
30273 \begin_inset CommandInset ref
30274 LatexCommand eqref
30275 reference "eq:f"
30276
30277 \end_inset
30278
30279 .
30280 \end_layout
30281
30282 \begin_layout Standard
30283 By inserting the commands in TeX-mode, a space is created between the first
30284  two formulas.
30285  To revert this -5
30286 \begin_inset space \thinspace{}
30287 \end_inset
30288
30289 mm vertical space is inserted after the command 
30290 \series bold
30291
30292 \backslash
30293 begin{subequations}
30294 \series default
30295 .
30296  When the formula style 
30297 \series bold
30298 Indented
30299 \begin_inset Foot
30300 status collapsed
30301
30302 \begin_layout Plain Layout
30303 formula styles see 
30304 \begin_inset CommandInset ref
30305 LatexCommand ref
30306 reference "sec:Formula-Styles"
30307
30308 \end_inset
30309
30310
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \series default
30317  is used, -7
30318 \begin_inset space \thinspace{}
30319 \end_inset
30320
30321 mm space is inserted instead.
30322 \end_layout
30323
30324 \begin_layout Standard
30325 Here is an example for a multiline formula where the numbering was turned
30326  off for the second line:
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332
30333 \backslash
30334 begin{subequations}
30335 \end_layout
30336
30337 \end_inset
30338
30339
30340 \begin_inset Formula \begin{eqnarray}
30341 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30342  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30343  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30344 \end{eqnarray}
30345
30346 \end_inset
30347
30348
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 end{subequations}
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Subsection
30365 User-defined Numbering
30366 \begin_inset CommandInset label
30367 LatexCommand label
30368 name "sub:User-defined-Numbering"
30369
30370 \end_inset
30371
30372
30373 \begin_inset Index idx
30374 status collapsed
30375
30376 \begin_layout Plain Layout
30377 Formula numbering ! user-defined
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 \begin_inset Index idx
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 Formula numbering ! self-defined delimiters
30391 \end_layout
30392
30393 \end_inset
30394
30395 With the standard numbering parentheses are set around the formula number.
30396  To replace the parentheses for example by vertical bars, the following
30397  line is added to the LaTeX-preamble:
30398 \end_layout
30399
30400 \begin_layout Standard
30401
30402 \series bold
30403
30404 \backslash
30405 def
30406 \backslash
30407 tagform@#1{
30408 \backslash
30409 maketag@@@{|#1|}}
30410 \series default
30411
30412 \begin_inset Note Note
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416 This macro is already declared in the LaTeX-preamble for testing.
30417  To activate it, remove the percent sign at the beginning.
30418 \end_layout
30419
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \begin_layout Standard
30426 To use other characters, the vertical bars besides the 
30427 \series bold
30428 #1
30429 \series default
30430  are replaced by one ore more characters.
30431  To get only the formula number the vertical bars are omitted.
30432 \end_layout
30433
30434 \begin_layout Standard
30435 \begin_inset VSpace bigskip
30436 \end_inset
30437
30438 When there should be an expression of your choice instead of the consecutive
30439  formula number in parentheses behind the formula, the command 
30440 \series bold
30441
30442 \backslash
30443 tag
30444 \series default
30445
30446 \begin_inset Index idx
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 Commands ! T ! 
30451 \backslash
30452 tag
30453 \end_layout
30454
30455 \end_inset
30456
30457  is used:
30458 \begin_inset Formula \begin{equation}
30459 A+B=C\tag{something}\label{eq:tag}\end{equation}
30460
30461 \end_inset
30462
30463 In this example the command 
30464 \series bold
30465
30466 \backslash
30467 tag
30468 \begin_inset ERT
30469 status collapsed
30470
30471 \begin_layout Plain Layout
30472
30473
30474 \backslash
30475 spce 
30476 \end_layout
30477
30478 \end_inset
30479
30480 something
30481 \series default
30482  was inserted to the formula.
30483 \end_layout
30484
30485 \begin_layout Standard
30486 When the command 
30487 \series bold
30488
30489 \backslash
30490 tag*
30491 \begin_inset ERT
30492 status collapsed
30493
30494 \begin_layout Plain Layout
30495
30496
30497 \backslash
30498 spce 
30499 \end_layout
30500
30501 \end_inset
30502
30503 something
30504 \series default
30505  is inserted instead, the star prevents the parentheses around the expression:
30506 \begin_inset Formula \[
30507 A+B=C\tag*{something}\]
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \begin_layout Standard
30515 \begin_inset VSpace bigskip
30516 \end_inset
30517
30518 To restart the formula numbering with new document parts or sections, the
30519  following command is used:
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524 \series bold
30525
30526 \backslash
30527 @addtoreset{equation}{part}
30528 \series default
30529
30530 \begin_inset Index idx
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 Commands ! 
30535 \begin_inset ERT
30536 status collapsed
30537
30538 \begin_layout Plain Layout
30539
30540 "
30541 \end_layout
30542
30543 \end_inset
30544
30545 @
30546 \begin_inset ERT
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550
30551 "
30552 \end_layout
30553
30554 \end_inset
30555
30556  ! 
30557 \backslash
30558
30559 \begin_inset ERT
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563
30564 "
30565 \end_layout
30566
30567 \end_inset
30568
30569 @
30570 \begin_inset ERT
30571 status collapsed
30572
30573 \begin_layout Plain Layout
30574
30575 "
30576 \end_layout
30577
30578 \end_inset
30579
30580 addtoreset
30581 \end_layout
30582
30583 \end_inset
30584
30585
30586 \begin_inset Newline newline
30587 \end_inset
30588
30589 resp.
30590 \begin_inset Newline newline
30591 \end_inset
30592
30593
30594 \series bold
30595
30596 \backslash
30597 @addtoreset{equation}{section}
30598 \end_layout
30599
30600 \begin_layout Standard
30601 To be able to use these commands in TeX-mode, the 
30602 \begin_inset Quotes eld
30603 \end_inset
30604
30605 @
30606 \begin_inset Quotes erd
30607 \end_inset
30608
30609  character has to be made 
30610 \begin_inset Quotes eld
30611 \end_inset
30612
30613 active
30614 \begin_inset Quotes erd
30615 \end_inset
30616
30617  for LaTeX using the command 
30618 \series bold
30619
30620 \backslash
30621 makeatletter.
30622
30623 \series default
30624  The command 
30625 \series bold
30626
30627 \backslash
30628 makeatother
30629 \series default
30630  reverts this.
30631  So the command sequence in TeX-mode is:
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \series bold
30637
30638 \backslash
30639 makeatletter
30640 \begin_inset Newline newline
30641 \end_inset
30642
30643
30644 \backslash
30645 @addtoreset{equation}{section}
30646 \begin_inset Newline newline
30647 \end_inset
30648
30649
30650 \backslash
30651 makeatother
30652 \end_layout
30653
30654 \begin_layout Standard
30655 In the LaTeX-preamble 
30656 \series bold
30657
30658 \backslash
30659 makeatletter
30660 \series default
30661  and 
30662 \series bold
30663
30664 \backslash
30665 makeatother
30666 \series default
30667  can be omitted as they are automatically internally inserted by LyX.
30668 \end_layout
30669
30670 \begin_layout Standard
30671 To revert 
30672 \series bold
30673
30674 \backslash
30675 @addtoreset
30676 \series default
30677 , the file 
30678 \series bold
30679 remreset.sty
30680 \series default
30681
30682 \begin_inset Foot
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686
30687 \series bold
30688 remreset
30689 \series default
30690  is part of the LaTeX-package 
30691 \series bold
30692 carlisle
30693 \series default
30694
30695 \begin_inset Index idx
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699 Packages ! carlisle
30700 \end_layout
30701
30702 \end_inset
30703
30704  that is part of every LaTeX standard installation.
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \begin_inset Index idx
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714 Packages ! remreset
30715 \end_layout
30716
30717 \end_inset
30718
30719  has to be loaded in the LaTeX-preamble with the line
30720 \end_layout
30721
30722 \begin_layout Standard
30723
30724 \series bold
30725
30726 \backslash
30727 usepackage{remreset}
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Then the command 
30732 \series bold
30733
30734 \backslash
30735 @removefromreset
30736 \series default
30737
30738 \begin_inset Index idx
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742 Commands ! 
30743 \begin_inset ERT
30744 status collapsed
30745
30746 \begin_layout Plain Layout
30747
30748 "
30749 \end_layout
30750
30751 \end_inset
30752
30753 @
30754 \begin_inset ERT
30755 status collapsed
30756
30757 \begin_layout Plain Layout
30758
30759 "
30760 \end_layout
30761
30762 \end_inset
30763
30764  ! 
30765 \backslash
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777 @
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 "
30784 \end_layout
30785
30786 \end_inset
30787
30788 removefromreset
30789 \end_layout
30790
30791 \end_inset
30792
30793  can be used with the same scheme as 
30794 \series bold
30795
30796 \backslash
30797 @addtoreset
30798 \series default
30799 .
30800 \end_layout
30801
30802 \begin_layout Standard
30803 \begin_inset VSpace bigskip
30804 \end_inset
30805
30806 Sometimes formulas should be numbered in the following form:
30807 \end_layout
30808
30809 \begin_layout Standard
30810
30811 \family typewriter
30812 (section number.formula number)
30813 \end_layout
30814
30815 \begin_layout Standard
30816 The formula number should start with every section with 
30817 \begin_inset Quotes eld
30818 \end_inset
30819
30820 1
30821 \begin_inset Quotes erd
30822 \end_inset
30823
30824 .
30825 \end_layout
30826
30827 \begin_layout Standard
30828 For this case there is the command 
30829 \series bold
30830
30831 \backslash
30832 numberwithin
30833 \series default
30834
30835 \begin_inset Index idx
30836 status collapsed
30837
30838 \begin_layout Plain Layout
30839 Commands ! N ! 
30840 \backslash
30841 numberwithin
30842 \end_layout
30843
30844 \end_inset
30845
30846 , which is used with the following scheme:
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 numberwithin{counter}{sectioning}
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Counter denotes what kind of numbering is affected, sectioning denotes what
30859  number is before the dot.
30860 \end_layout
30861
30862 \begin_layout Standard
30863 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30864 \end_layout
30865
30866 \begin_layout Standard
30867
30868 \series bold
30869
30870 \backslash
30871 numberwithin{equation}{section}
30872 \end_layout
30873
30874 \begin_layout Standard
30875 This is the result:
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881
30882 \backslash
30883 numberwithin{equation}{section}
30884 \end_layout
30885
30886 \end_inset
30887
30888
30889 \begin_inset Formula \begin{equation}
30890 A+B=C\end{equation}
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 To number e.
30899 \begin_inset space \thinspace{}
30900 \end_inset
30901
30902 g.
30903 \begin_inset space \space{}
30904 \end_inset
30905
30906 tables so that the number of the part is the sectioning,
30907 \begin_inset Newline newline
30908 \end_inset
30909
30910
30911 \series bold
30912
30913 \backslash
30914 numberwithin{table}{part}
30915 \series default
30916  is used.
30917 \end_layout
30918
30919 \begin_layout Standard
30920 To go back to the standard numbering or to prevent this kind of numbering
30921  when it is defined by the document class, the following command is inserted
30922  as TeX-Code or to the LaTeX-preamble:
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 renewcommand{
30931 \backslash
30932 theequation}{
30933 \backslash
30934 arabic{equation}}
30935 \begin_inset Index idx
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939 Commands ! A ! 
30940 \backslash
30941 arabic
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \series default
30948
30949 \begin_inset ERT
30950 status collapsed
30951
30952 \begin_layout Plain Layout
30953
30954
30955 \backslash
30956 renewcommand{
30957 \backslash
30958 theequation}{
30959 \backslash
30960 arabic{equation}}
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \series bold
30967
30968 \begin_inset Newline newline
30969 \end_inset
30970
30971
30972 \series default
30973 or
30974 \series bold
30975
30976 \begin_inset Newline newline
30977 \end_inset
30978
30979
30980 \backslash
30981 renewcommand{
30982 \backslash
30983 thetable}{
30984 \backslash
30985 arabic{table}}
30986 \end_layout
30987
30988 \begin_layout Standard
30989
30990 \series bold
30991
30992 \backslash
30993 numberwithin
30994 \series default
30995  uses internally the command 
30996 \series bold
30997
30998 \backslash
30999 @addtoreset
31000 \series default
31001 , described above, that also needs to be reverted.
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 makeatletter
31010 \end_layout
31011
31012 \begin_layout Plain Layout
31013
31014
31015 \backslash
31016 @removefromreset{equation}{section}
31017 \end_layout
31018
31019 \begin_layout Plain Layout
31020
31021
31022 \backslash
31023 makeatother
31024 \end_layout
31025
31026 \end_inset
31027
31028
31029 \end_layout
31030
31031 \begin_layout Subsection
31032 Numbering with Roman Numbers and Letters
31033 \begin_inset Index idx
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037 Formula numbering ! with letters
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \begin_inset Index idx
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047 Formula numbering ! with Roman numbers
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 Formulas can also be numbered with Roman numbers and Latin letters.
31057  To number for example with small Roman numbers, the command
31058 \end_layout
31059
31060 \begin_layout Standard
31061
31062 \series bold
31063
31064 \backslash
31065 renewcommand{
31066 \backslash
31067 theequation}{
31068 \backslash
31069 roman{equation}}
31070 \end_layout
31071
31072 \begin_layout Standard
31073 is inserted before the formula in TeX-mode.
31074  
31075 \series bold
31076
31077 \backslash
31078 renewcommand
31079 \series default
31080
31081 \begin_inset Index idx
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 Commands ! R ! 
31086 \backslash
31087 renewcommand
31088 \end_layout
31089
31090 \end_inset
31091
31092  redefines the predefined command 
31093 \series bold
31094
31095 \backslash
31096 theequation
31097 \series default
31098  to the command 
31099 \series bold
31100
31101 \backslash
31102 roman{equation}
31103 \series default
31104 .
31105 \begin_inset Foot
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109 The command 
31110 \series bold
31111
31112 \backslash
31113 renewcommand
31114 \series default
31115  has the same scheme like the command 
31116 \series bold
31117
31118 \backslash
31119 newcommand
31120 \series default
31121  that is described in 
31122 \begin_inset CommandInset ref
31123 LatexCommand ref
31124 reference "sub:The-Command-newcommand"
31125
31126 \end_inset
31127
31128 .
31129 \end_layout
31130
31131 \end_inset
31132
31133  
31134 \series bold
31135 equation
31136 \series default
31137  is the formula counter.
31138  When the command 
31139 \series bold
31140
31141 \backslash
31142 the
31143 \series default
31144  is used as prefix for a counter, the value of the counter is output as
31145  Arabic number.
31146  When a formula is numbered, LaTeX sets internally the command 
31147 \series bold
31148
31149 \backslash
31150 theequation
31151 \series default
31152  behind the formula.
31153  
31154 \series bold
31155
31156 \backslash
31157 roman{equation}
31158 \begin_inset Index idx
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162 Commands ! R ! 
31163 \backslash
31164 roman
31165 \end_layout
31166
31167 \end_inset
31168
31169
31170 \series default
31171  outputs the counter as small Roman number.
31172 \end_layout
31173
31174 \begin_layout Standard
31175 All formulas behind the command 
31176 \series bold
31177
31178 \backslash
31179 renew
31180 \series default
31181 c
31182 \series bold
31183 ommand
31184 \series default
31185  are now numbered Roman.
31186  To switch to numbering with big Roman numbers, the command is inserted
31187  again, but 
31188 \series bold
31189
31190 \backslash
31191 roman
31192 \series default
31193  is replaced by 
31194 \series bold
31195
31196 \backslash
31197 Roman
31198 \series default
31199
31200 \begin_inset Index idx
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204 Commands ! R ! 
31205 \backslash
31206 roman@
31207 \backslash
31208 Roman
31209 \end_layout
31210
31211 \end_inset
31212
31213 .
31214  To 
31215 \begin_inset Quotes eld
31216 \end_inset
31217
31218 number
31219 \begin_inset Quotes erd
31220 \end_inset
31221
31222  with small Latin letters there is the command 
31223 \series bold
31224
31225 \backslash
31226 alph
31227 \series default
31228
31229 \begin_inset Index idx
31230 status collapsed
31231
31232 \begin_layout Plain Layout
31233 Commands ! A ! 
31234 \backslash
31235 alph
31236 \end_layout
31237
31238 \end_inset
31239
31240 , for big ones there is the command 
31241 \series bold
31242
31243 \backslash
31244 Alph
31245 \series default
31246
31247 \begin_inset Index idx
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Commands ! A ! 
31252 \backslash
31253 alph@
31254 \backslash
31255 Alph
31256 \end_layout
31257
31258 \end_inset
31259
31260 .
31261 \end_layout
31262
31263 \begin_layout Standard
31264 \begin_inset Note Greyedout
31265 status open
31266
31267 \begin_layout Plain Layout
31268
31269 \series bold
31270 Note:
31271 \series default
31272  Only maximal 26 formulas can be numbered with Latin letters in one document.
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 \begin_inset ERT
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285
31286
31287 \backslash
31288 renewcommand{
31289 \backslash
31290 theequation}{
31291 \backslash
31292 roman{equation}}
31293 \end_layout
31294
31295 \end_inset
31296
31297
31298 \end_layout
31299
31300 \begin_layout Standard
31301 \begin_inset Formula \begin{equation}
31302 A=\textrm{small roman}\end{equation}
31303
31304 \end_inset
31305
31306
31307 \begin_inset ERT
31308 status collapsed
31309
31310 \begin_layout Plain Layout
31311
31312
31313 \backslash
31314 renewcommand{
31315 \backslash
31316 theequation}{
31317 \backslash
31318 Roman{equation}}
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \begin_inset Formula \begin{equation}
31325 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31326
31327 \end_inset
31328
31329
31330 \begin_inset ERT
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334
31335
31336 \backslash
31337 renewcommand{
31338 \backslash
31339 theequation}{
31340 \backslash
31341 alph{equation}}
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \begin_inset Formula \begin{equation}
31348 C=\textrm{small Latin}\end{equation}
31349
31350 \end_inset
31351
31352
31353 \begin_inset ERT
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357
31358
31359 \backslash
31360 renewcommand{
31361 \backslash
31362 theequation}{
31363 \backslash
31364 Alph{equation}}
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \begin_inset Formula \begin{equation}
31371 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 To switch back to the default numbering, insert the command:
31380 \end_layout
31381
31382 \begin_layout Standard
31383
31384 \series bold
31385
31386 \backslash
31387 renewcommand{
31388 \backslash
31389 theequation}{
31390 \backslash
31391 arabic{equation}}
31392 \begin_inset Index idx
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396 Commands ! A ! 
31397 \backslash
31398 arabic
31399 \end_layout
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \begin_layout Standard
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412
31413 \backslash
31414 renewcommand{
31415 \backslash
31416 theequation}{
31417 \backslash
31418 arabic{equation}}
31419 \end_layout
31420
31421 \end_inset
31422
31423
31424 \begin_inset Formula \begin{equation}
31425 E=\textrm{Arabic}\end{equation}
31426
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Standard
31433 \begin_inset VSpace medskip
31434 \end_inset
31435
31436 As you see, formulas are numbered serially independent from the numbering
31437  style.
31438  When then numbering should start with 
31439 \begin_inset Quotes eld
31440 \end_inset
31441
31442 1
31443 \begin_inset Quotes erd
31444 \end_inset
31445
31446  when the style is changed, new equation counters have to be defined.
31447  A description about this can be found in the file 
31448 \begin_inset CommandInset href
31449 LatexCommand href
31450 name "Formula-numbering.lyx"
31451 target "run:Formula-numbering.lyx"
31452
31453 \end_inset
31454
31455 .
31456 \end_layout
31457
31458 \begin_layout Section
31459 Chemical Symbols and Equations
31460 \begin_inset CommandInset label
31461 LatexCommand label
31462 name "sub:Chemical-Symbols-and"
31463
31464 \end_inset
31465
31466
31467 \begin_inset Index idx
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471 Chemical characters ! Symbols
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \begin_inset Index idx
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481 Chemical equations
31482 \end_layout
31483
31484 \end_inset
31485
31486
31487 \begin_inset Index idx
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491 Symbols ! chemical
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 An example text from chemistry:
31501 \end_layout
31502
31503 \begin_layout Quote
31504 The 
31505 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31506 \end_inset
31507
31508 -ion reacts with two 
31509 \begin_inset Formula $\mathrm{Na^{+}}$
31510 \end_inset
31511
31512 -ions to sodium sulfate 
31513 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31514 \end_inset
31515
31516 .
31517  The chemical equation for this is:
31518 \begin_inset Formula \begin{equation}
31519 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31520
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \begin_layout Standard
31527 This chemical equation can directly be created as formula.
31528  To avoid that the symbols appear italic, everything is highlighted and
31529  changed by the shortcut 
31530 \begin_inset Info
31531 type  "shortcut"
31532 arg   "font-roman"
31533 \end_inset
31534
31535  to the upright font style.
31536 \begin_inset Foot
31537 status collapsed
31538
31539 \begin_layout Plain Layout
31540 font styles
31541 \series bold
31542  
31543 \series default
31544 see 
31545 \begin_inset CommandInset ref
31546 LatexCommand ref
31547 reference "sub:Font-Styles"
31548
31549 \end_inset
31550
31551
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \begin_layout Standard
31560 A more convenient way to typeset chemical formulas is to use the command
31561  
31562 \series bold
31563
31564 \backslash
31565 ce
31566 \series default
31567
31568 \begin_inset Index idx
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 Commands ! C ! 
31573 \backslash
31574 ce
31575 \end_layout
31576
31577 \end_inset
31578
31579  that is available when the LaTeX-package 
31580 \series bold
31581 mhchem
31582 \series default
31583
31584 \begin_inset Index idx
31585 status collapsed
31586
31587 \begin_layout Plain Layout
31588 Packages ! mhchem
31589 \end_layout
31590
31591 \end_inset
31592
31593  is installed.
31594  After inserting 
31595 \series bold
31596
31597 \backslash
31598 ce
31599 \series default
31600  to a formula a new blue box appears where chemical formulas can be inserted
31601  in an intuitive way.
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \align center
31606 \begin_inset Tabular
31607 <lyxtabular version="3" rows="9" columns="2">
31608 <features tabularvalignment="middle">
31609 <column alignment="center" valignment="top" width="0">
31610 <column alignment="center" valignment="top" width="0">
31611 <row>
31612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616 Command
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 Result
31626 \begin_inset Note Note
31627 status collapsed
31628
31629 \begin_layout Plain Layout
31630
31631 \series bold
31632
31633 \backslash
31634 raisebox
31635 \series default
31636  is only used as spacer.
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 </row>
31647 <row>
31648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652
31653 \backslash
31654 ce
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 spce 
31663 \end_layout
31664
31665 \end_inset
31666
31667 H2CO3
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 </row>
31685 <row>
31686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690
31691 \backslash
31692 ce
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 spce 
31701 \end_layout
31702
31703 \end_inset
31704
31705 SO4^2-
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31711 \begin_inset Text
31712
31713 \begin_layout Plain Layout
31714 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 </row>
31723 <row>
31724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31725 \begin_inset Text
31726
31727 \begin_layout Plain Layout
31728
31729 \backslash
31730 ce
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 spce 
31739 \end_layout
31740
31741 \end_inset
31742
31743 (NH4)2S
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 <row>
31762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766
31767 \backslash
31768 ce
31769 \begin_inset ERT
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773
31774
31775 \backslash
31776 spce 
31777 \end_layout
31778
31779 \end_inset
31780
31781 KCr(SO4)2.12H2O
31782 \end_layout
31783
31784 \end_inset
31785 </cell>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31791 \end_inset
31792
31793
31794 \end_layout
31795
31796 \end_inset
31797 </cell>
31798 </row>
31799 <row>
31800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31801 \begin_inset Text
31802
31803 \begin_layout Plain Layout
31804
31805 \backslash
31806 ce
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 spce 
31815 \end_layout
31816
31817 \end_inset
31818
31819 A-B
31820 \backslash
31821 dbond
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 spce 
31830 \end_layout
31831
31832 \end_inset
31833
31834 C
31835 \backslash
31836 tbond
31837 \begin_inset ERT
31838 status collapsed
31839
31840 \begin_layout Plain Layout
31841
31842
31843 \backslash
31844 spce 
31845 \end_layout
31846
31847 \end_inset
31848
31849 D
31850 \end_layout
31851
31852 \end_inset
31853 </cell>
31854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31859 \end_inset
31860
31861
31862 \end_layout
31863
31864 \end_inset
31865 </cell>
31866 </row>
31867 <row>
31868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31869 \begin_inset Text
31870
31871 \begin_layout Plain Layout
31872
31873 \backslash
31874 ce
31875 \begin_inset ERT
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879
31880
31881 \backslash
31882 spce 
31883 \end_layout
31884
31885 \end_inset
31886
31887 ^227
31888 \begin_inset Formula $\downarrow$
31889 \end_inset
31890
31891 _90
31892 \begin_inset Formula $\to$
31893 \end_inset
31894
31895 Th+
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 </row>
31913 <row>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918
31919 \backslash
31920 ce
31921 \begin_inset ERT
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925
31926
31927 \backslash
31928 spce 
31929 \end_layout
31930
31931 \end_inset
31932
31933 CO2
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939
31940 \backslash
31941 spce 
31942 \end_layout
31943
31944 \end_inset
31945
31946 +
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952
31953 \backslash
31954 spce 
31955 \end_layout
31956
31957 \end_inset
31958
31959 C
31960 \begin_inset ERT
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964
31965
31966 \backslash
31967 spce 
31968 \end_layout
31969
31970 \end_inset
31971
31972 <=>
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 spce 
31981 \end_layout
31982
31983 \end_inset
31984
31985 2CO
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \end_inset
32001 </cell>
32002 </row>
32003 <row>
32004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32005 \begin_inset Text
32006
32007 \begin_layout Plain Layout
32008
32009 \backslash
32010 ce
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 spce 
32019 \end_layout
32020
32021 \end_inset
32022
32023 CO2
32024 \begin_inset ERT
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028
32029
32030 \backslash
32031 spce 
32032 \end_layout
32033
32034 \end_inset
32035
32036 +
32037 \begin_inset ERT
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 spce 
32045 \end_layout
32046
32047 \end_inset
32048
32049 C
32050 \begin_inset ERT
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054
32055
32056 \backslash
32057 spce 
32058 \end_layout
32059
32060 \end_inset
32061
32062 ->[
32063 \backslash
32064 alpha][
32065 \backslash
32066 beta]
32067 \begin_inset ERT
32068 status collapsed
32069
32070 \begin_layout Plain Layout
32071
32072
32073 \backslash
32074 spce 
32075 \end_layout
32076
32077 \end_inset
32078
32079 2CO}
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 </row>
32097 </lyxtabular>
32098
32099 \end_inset
32100
32101
32102 \end_layout
32103
32104 \begin_layout Standard
32105 \begin_inset Note Greyedout
32106 status open
32107
32108 \begin_layout Plain Layout
32109
32110 \series bold
32111 Note:
32112 \series default
32113  Inserting a formula to a 
32114 \series bold
32115
32116 \backslash
32117 ce
32118 \series default
32119  box will lead to LaTeX errors.
32120  In this case TeX code has to be used like for 
32121 \series bold
32122
32123 \backslash
32124 ce{$
32125 \backslash
32126 mu
32127 \backslash
32128 hyphen$Cl}
32129 \series default
32130
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 ce{$
32139 \backslash
32140 mu
32141 \backslash
32142 hyphen$Cl}
32143 \end_layout
32144
32145 \end_inset
32146
32147  
32148 \end_layout
32149
32150 \end_inset
32151
32152
32153 \end_layout
32154
32155 \begin_layout Standard
32156 Using 
32157 \series bold
32158
32159 \backslash
32160 ce
32161 \series default
32162  the command for equation
32163 \begin_inset space ~
32164 \end_inset
32165
32166
32167 \begin_inset CommandInset ref
32168 LatexCommand eqref
32169 reference "eq:chem-reaction"
32170
32171 \end_inset
32172
32173  is:
32174 \begin_inset Newline newline
32175 \end_inset
32176
32177
32178 \series bold
32179  
32180 \backslash
32181 ce
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 spce 
32190 \end_layout
32191
32192 \end_inset
32193
32194 2Na+
32195 \begin_inset ERT
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199
32200
32201 \backslash
32202 spce 
32203 \end_layout
32204
32205 \end_inset
32206
32207 +
32208 \begin_inset ERT
32209 status collapsed
32210
32211 \begin_layout Plain Layout
32212
32213
32214 \backslash
32215 spce 
32216 \end_layout
32217
32218 \end_inset
32219
32220 SO4^2-
32221 \begin_inset ERT
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225
32226
32227 \backslash
32228 spce 
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \begin_inset ERT
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238
32239
32240 \backslash
32241 spce 
32242 \end_layout
32243
32244 \end_inset
32245
32246 ->
32247 \begin_inset ERT
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251
32252
32253 \backslash
32254 spce 
32255 \end_layout
32256
32257 \end_inset
32258
32259 Na2SO4
32260 \end_layout
32261
32262 \begin_layout Standard
32263 To create multiline chemical equations first a multiline formula is created
32264  as described in 
32265 \begin_inset CommandInset ref
32266 LatexCommand ref
32267 reference "sec:Multiline-Formulas"
32268
32269 \end_inset
32270
32271 .
32272  Afterwards the command 
32273 \series bold
32274
32275 \backslash
32276 ce
32277 \series default
32278  is used in every small blue box of the formula.
32279  
32280 \begin_inset CommandInset ref
32281 LatexCommand eqref
32282 reference "eq:TEOS-reaction-1"
32283
32284 \end_inset
32285
32286  and 
32287 \begin_inset CommandInset ref
32288 LatexCommand eqref
32289 reference "eq:TEOS-reaction-2"
32290
32291 \end_inset
32292
32293  are an example of a multi-stage chemical reaction where every equation
32294  has its own number.
32295 \begin_inset Formula \begin{eqnarray}
32296 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32297 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32298 \end{eqnarray}
32299
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Standard
32306 Besides 
32307 \series bold
32308
32309 \backslash
32310 ce
32311 \series default
32312  the 
32313 \series bold
32314 mhchem
32315 \series default
32316  package provides the command 
32317 \series bold
32318
32319 \backslash
32320 cf
32321 \series default
32322
32323 \begin_inset Index idx
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 Commands ! C ! 
32328 \backslash
32329 cf
32330 \end_layout
32331
32332 \end_inset
32333
32334  that has to be used for special cases.
32335  For more information about 
32336 \series bold
32337
32338 \backslash
32339 cf
32340 \series default
32341  and more examples have a look at the documentation of 
32342 \series bold
32343 mhchem
32344 \series default
32345
32346 \begin_inset CommandInset citation
32347 LatexCommand cite
32348 key "mhchem"
32349
32350 \end_inset
32351
32352 .
32353 \end_layout
32354
32355 \begin_layout Standard
32356 \begin_inset Newpage newpage
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Section
32363 Diagrams
32364 \end_layout
32365
32366 \begin_layout Standard
32367 LyX supports two types of commutative diagrams: 
32368 \series bold
32369 amscd
32370 \series default
32371  and 
32372 \series bold
32373 xymatrix
32374 \series default
32375  that are explained in the following.
32376 \end_layout
32377
32378 \begin_layout Subsection
32379 Amscd Diagrams
32380 \begin_inset Index idx
32381 status collapsed
32382
32383 \begin_layout Plain Layout
32384 Diagrams ! amscd
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \end_layout
32391
32392 \begin_layout Standard
32393 Diagrams of this type visualize relations by vertical and horizontal lines
32394  or arrows:
32395 \begin_inset Formula \[
32396 \begin{CD}A@>>>B@>>>C\\
32397 @AAA@.@VVV\\
32398 F@<<<E@<<<D
32399 \end{CD}\]
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Standard
32407 To get them, the command 
32408 \series bold
32409
32410 \backslash
32411 CD
32412 \begin_inset Index idx
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 Commands ! C ! 
32417 \backslash
32418 CD
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \series default
32425  is inserted to a formula.
32426  A blue box appears with two dashed lines where further commands can be
32427  inserted.
32428  With 
32429 \begin_inset Info
32430 type  "shortcut"
32431 arg   "newline-insert newline"
32432 \end_inset
32433
32434  a new line is created.
32435  Horizontal relations are inserted in odd, vertical in even formula lines.
32436 \end_layout
32437
32438 \begin_layout Standard
32439 To create the relations there are the following commands:
32440 \end_layout
32441
32442 \begin_layout Itemize
32443
32444 \series bold
32445 @<<<
32446 \series default
32447  creates a left arrow, 
32448 \series bold
32449 @>>>
32450 \series default
32451  a right arrow and 
32452 \series bold
32453 @=
32454 \series default
32455  a long equal sign
32456 \end_layout
32457
32458 \begin_layout Itemize
32459
32460 \series bold
32461 @AAA
32462 \series default
32463  creates an up arrow, 
32464 \series bold
32465 @VVV
32466 \series default
32467  an down arrow and 
32468 \series bold
32469 @|
32470 \series default
32471  a vertical equal sign
32472 \end_layout
32473
32474 \begin_layout Itemize
32475
32476 \series bold
32477 @.
32478
32479 \series default
32480  is a placeholder for non-existent relations
32481 \end_layout
32482
32483 \begin_layout Standard
32484 All arrows can be labeled as follows:
32485 \end_layout
32486
32487 \begin_layout Itemize
32488 Is text inserted between the first and second < or >, resp., it is placed
32489  above the arrow.
32490  When it is inserted between the second and third one, it appears under
32491  the arrow.
32492 \end_layout
32493
32494 \begin_layout Itemize
32495 When text for vertical arrows is inserted between the first and second A
32496  or V, resp., it is placed left beside the arrow.
32497  When it is inserted between the second and third one, it appears right
32498  beside the arrow.
32499  If the text contains an A or V, these letters must be set into a TeX-brace.
32500 \end_layout
32501
32502 \begin_layout Standard
32503 As example a diagram with all possible relations:
32504 \end_layout
32505
32506 \begin_layout Standard
32507 \begin_inset Formula \[
32508 \begin{CD}A@>j>>B@>>k>C@=F\\
32509 @AmAA@.@VV{V}V@|\\
32510 D@<<j<E@>k>>F@=C
32511 \end{CD}\]
32512
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \begin_layout Standard
32519 The command for this is:
32520 \begin_inset Newline newline
32521 \end_inset
32522
32523
32524 \series bold
32525
32526 \backslash
32527 CD
32528 \begin_inset ERT
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532
32533
32534 \backslash
32535 spce 
32536 \end_layout
32537
32538 \end_inset
32539
32540 A@>j>>B@>>k>C@=F Ctrl+Return
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544
32545 \begin_inset Phantom HPhantom
32546 status open
32547
32548 \begin_layout Plain Layout
32549
32550 \series bold
32551
32552 \backslash
32553 CD
32554 \begin_inset ERT
32555 status collapsed
32556
32557 \begin_layout Plain Layout
32558
32559
32560 \backslash
32561 spce 
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \end_inset
32570
32571 @AmAA@.@VV
32572 \backslash
32573 {V
32574 \series default
32575
32576 \begin_inset Formula $\to$
32577 \end_inset
32578
32579
32580 \series bold
32581 V@| Ctrl+Return
32582 \begin_inset Newline newline
32583 \end_inset
32584
32585
32586 \begin_inset Phantom HPhantom
32587 status open
32588
32589 \begin_layout Plain Layout
32590
32591 \series bold
32592
32593 \backslash
32594 CD
32595 \begin_inset ERT
32596 status collapsed
32597
32598 \begin_layout Plain Layout
32599
32600
32601 \backslash
32602 spce 
32603 \end_layout
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \end_inset
32611
32612 D@<<j<E@>k>>F@=C
32613 \end_layout
32614
32615 \begin_layout Subsection
32616 Xymatrix Diagrams
32617 \begin_inset Index idx
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Diagrams ! xymatrix
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Standard
32630 To be able to use xymatrices, the LaTeX-package 
32631 \series bold
32632 xypic
32633 \series default
32634  must be installed.
32635  A xymatrix is created by inserting the command 
32636 \series bold
32637
32638 \backslash
32639 xymatrix
32640 \series default
32641  in a formula.
32642  Then you are able to add new matrix columns and rows like for normal matrices,
32643  see 
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "sec:Matrices"
32647
32648 \end_inset
32649
32650 .
32651 \end_layout
32652
32653 \begin_layout Standard
32654 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32655  and much more.
32656  All possibilities to create commutative diagrams and decorations are explained
32657  in detail in the 
32658 \emph on
32659 XY-pic manual
32660 \emph default
32661  that you find in the menu 
32662 \family sans
32663 Help\SpecialChar \menuseparator
32664 Specific
32665 \begin_inset space ~
32666 \end_inset
32667
32668 Manuals
32669 \family default
32670 .
32671 \end_layout
32672
32673 \begin_layout Subsection
32674
32675 \noun on
32676 Feynman
32677 \noun default
32678  Diagrams
32679 \begin_inset Index idx
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683 Diagrams ! Feynman
32684 \end_layout
32685
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Standard
32692 To be able to use 
32693 \noun on
32694 Feynman
32695 \noun default
32696 -diagrams, the LaTeX-package 
32697 \series bold
32698 feyn
32699 \series default
32700  must be installed.
32701  A 
32702 \noun on
32703 Feynman
32704 \noun default
32705 -diagram is created by inserting the command 
32706 \series bold
32707
32708 \backslash
32709 Diagram
32710 \series default
32711  in a formula.
32712  Then you are able to add new matrix columns and rows like for normal matrices,
32713  see 
32714 \begin_inset CommandInset ref
32715 LatexCommand ref
32716 reference "sec:Matrices"
32717
32718 \end_inset
32719
32720 .
32721 \end_layout
32722
32723 \begin_layout Standard
32724 Examples how to create 
32725 \noun on
32726 Feynman-
32727 \noun default
32728 diagrams in LyX is given in the 
32729 \emph on
32730 Feynman-diagram manual
32731 \emph default
32732  that you find in the menu 
32733 \family sans
32734 Help\SpecialChar \menuseparator
32735 Specific
32736 \begin_inset space ~
32737 \end_inset
32738
32739 Manuals
32740 \family default
32741 .
32742 \end_layout
32743
32744 \begin_layout Section
32745 User-defined Commands
32746 \begin_inset Index idx
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750 User-defined commands
32751 \end_layout
32752
32753 \end_inset
32754
32755
32756 \end_layout
32757
32758 \begin_layout Standard
32759 \begin_inset Note Greyedout
32760 status open
32761
32762 \begin_layout Plain Layout
32763
32764 \series bold
32765 Note:
32766 \series default
32767  The names of user-defined commands and macros may only consist of Latin
32768  letters.
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Subsection
32777 The Command 
32778 \backslash
32779 newcommand
32780 \begin_inset CommandInset label
32781 LatexCommand label
32782 name "sub:The-Command-newcommand"
32783
32784 \end_inset
32785
32786
32787 \begin_inset Index idx
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791 User-defined commands ! 
32792 \backslash
32793 newcommand
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \begin_inset Index idx
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803 Commands ! N ! 
32804 \backslash
32805 newcommand
32806 \end_layout
32807
32808 \end_inset
32809
32810
32811 \end_layout
32812
32813 \begin_layout Standard
32814 Many LaTeX-commands are too long to be used frequently.
32815  But it is possible to define with the command 
32816 \series bold
32817
32818 \backslash
32819 newcommand
32820 \series default
32821  new shorter commands.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 The command scheme of 
32826 \series bold
32827
32828 \backslash
32829 newcommand
32830 \series default
32831  is:
32832 \end_layout
32833
32834 \begin_layout Standard
32835
32836 \series bold
32837
32838 \backslash
32839 newcommand{new command name}[number of arguments][optional
32840 \series default
32841  
32842 \series bold
32843 value]
32844 \begin_inset Newline newline
32845 \end_inset
32846
32847
32848 \begin_inset Phantom HPhantom
32849 status open
32850
32851 \begin_layout Plain Layout
32852
32853 \series bold
32854
32855 \backslash
32856 newcommand
32857 \end_layout
32858
32859 \end_inset
32860
32861 {command definition}
32862 \end_layout
32863
32864 \begin_layout Standard
32865 \begin_inset Note Greyedout
32866 status open
32867
32868 \begin_layout Plain Layout
32869
32870 \series bold
32871 Note:
32872 \series default
32873  Assure that the name of the new command is not already used in your document
32874  or by LaTeX-packages that you use.
32875  When you for example define the command 
32876 \series bold
32877
32878 \backslash
32879 le
32880 \series default
32881  for 
32882 \series bold
32883
32884 \backslash
32885 Leftarrow
32886 \series default
32887 , you get an error message because 
32888 \series bold
32889
32890 \backslash
32891 le
32892 \series default
32893  is already defined as command for 
32894 \begin_inset Quotes eld
32895 \end_inset
32896
32897
32898 \begin_inset Formula $\le$
32899 \end_inset
32900
32901
32902 \begin_inset Quotes erd
32903 \end_inset
32904
32905 .
32906 \end_layout
32907
32908 \end_inset
32909
32910
32911 \end_layout
32912
32913 \begin_layout Standard
32914 The number of arguments is an integer in the range 0
32915 \begin_inset space \thinspace{}
32916 \end_inset
32917
32918 -
32919 \begin_inset space \thinspace{}
32920 \end_inset
32921
32922 9 and specifies how many arguments the new command should have.
32923  With the optional value a value for an optional argument can be predefined.
32924  When this is done, the 
32925 \emph on
32926 first
32927 \emph default
32928  
32929 \emph on
32930 a
32931 \emph default
32932 rgument of the new command is automatically an optional one.
32933 \end_layout
32934
32935 \begin_layout Standard
32936 Here are some examples:
32937 \end_layout
32938
32939 \begin_layout Itemize
32940 To define the command 
32941 \series bold
32942
32943 \backslash
32944 gr
32945 \series default
32946  for 
32947 \series bold
32948
32949 \backslash
32950 Longrightarrow
32951 \series default
32952 , the LaTeX-preamble line is:
32953 \begin_inset VSpace medskip
32954 \end_inset
32955
32956
32957 \begin_inset Newline newline
32958 \end_inset
32959
32960
32961 \series bold
32962
32963 \backslash
32964 newcommand{
32965 \backslash
32966 gr}{
32967 \backslash
32968 Longrightarrow}
32969 \end_layout
32970
32971 \begin_layout Itemize
32972 To define the command 
32973 \series bold
32974
32975 \backslash
32976 us
32977 \series default
32978  for 
32979 \series bold
32980
32981 \backslash
32982 underline
32983 \series default
32984 , the argument (that should be underlined) must be taken into account.
32985  For this the preamble line is:
32986 \begin_inset VSpace medskip
32987 \end_inset
32988
32989
32990 \begin_inset Newline newline
32991 \end_inset
32992
32993
32994 \series bold
32995
32996 \backslash
32997 newcommand{
32998 \backslash
32999 us}[1]{
33000 \backslash
33001 underline{#1}}
33002 \series default
33003
33004 \begin_inset VSpace medskip
33005 \end_inset
33006
33007
33008 \begin_inset Newline newline
33009 \end_inset
33010
33011 The character 
33012 \series bold
33013 #
33014 \series default
33015  acts as argument placeholder, the 
33016 \series bold
33017 1
33018 \series default
33019  behind it denotes that it is the placeholder for the first argument.
33020 \end_layout
33021
33022 \begin_layout Itemize
33023 For 
33024 \series bold
33025
33026 \backslash
33027 framebox
33028 \series default
33029  one can e.
33030 \begin_inset space \thinspace{}
33031 \end_inset
33032
33033 g.
33034 \begin_inset space \space{}
33035 \end_inset
33036
33037 define the command 
33038 \series bold
33039
33040 \backslash
33041 fb
33042 \series default
33043 :
33044 \begin_inset VSpace medskip
33045 \end_inset
33046
33047
33048 \begin_inset Newline newline
33049 \end_inset
33050
33051
33052 \series bold
33053
33054 \backslash
33055 newcommand{
33056 \backslash
33057 fb}[3]{
33058 \backslash
33059 framebox#1#2{$#3$}}
33060 \series default
33061
33062 \begin_inset VSpace medskip
33063 \end_inset
33064
33065
33066 \begin_inset Newline newline
33067 \end_inset
33068
33069 The two Dollar signs creates the extra formula needed for 
33070 \series bold
33071
33072 \backslash
33073 framebox
33074 \series default
33075 , see 
33076 \begin_inset CommandInset ref
33077 LatexCommand ref
33078 reference "sub:Boxes-with-Frame"
33079
33080 \end_inset
33081
33082 .
33083 \end_layout
33084
33085 \begin_layout Itemize
33086 To create a new command for 
33087 \series bold
33088
33089 \backslash
33090 fcolorbox
33091 \series default
33092  where the color for the box needn't to be specified, the argument for the
33093  color is defined optional:
33094 \begin_inset VSpace medskip
33095 \end_inset
33096
33097
33098 \begin_inset Newline newline
33099 \end_inset
33100
33101
33102 \series bold
33103
33104 \backslash
33105 newcommand{
33106 \backslash
33107 cb}[3][white]{
33108 \backslash
33109 fcolorbox{#2}{#1}{$#3$}}
33110 \series default
33111
33112 \begin_inset VSpace medskip
33113 \end_inset
33114
33115
33116 \begin_inset Newline newline
33117 \end_inset
33118
33119 When the color is not specified when using 
33120 \series bold
33121
33122 \backslash
33123 cb
33124 \series default
33125 , the predefined color 
33126 \series bold
33127 white
33128 \series default
33129  will be used.
33130 \end_layout
33131
33132 \begin_layout Standard
33133 A test of the new defined commands:
33134 \end_layout
33135
33136 \begin_layout Standard
33137 \align center
33138 \begin_inset Tabular
33139 <lyxtabular version="3" rows="6" columns="2">
33140 <features tabularvalignment="middle">
33141 <column alignment="center" valignment="top" width="0">
33142 <column alignment="center" valignment="top" width="0">
33143 <row>
33144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33145 \begin_inset Text
33146
33147 \begin_layout Plain Layout
33148 Command
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 Result
33158 \begin_inset Note Note
33159 status collapsed
33160
33161 \begin_layout Plain Layout
33162
33163 \series bold
33164
33165 \backslash
33166 raisebox
33167 \series default
33168  is only used as spacer.
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 </row>
33179 <row>
33180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 A
33185 \backslash
33186 gr
33187 \begin_inset ERT
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191
33192
33193 \backslash
33194 spce 
33195 \end_layout
33196
33197 \end_inset
33198
33199 B
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 \begin_inset Formula $A\gr B$
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 </row>
33217 <row>
33218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222
33223 \backslash
33224 us{ABcd
33225 \end_layout
33226
33227 \end_inset
33228 </cell>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \end_inset
33240 </cell>
33241 </row>
33242 <row>
33243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33244 \begin_inset Text
33245
33246 \begin_layout Plain Layout
33247
33248 \backslash
33249 fb{[2cm]
33250 \begin_inset Formula $\to$
33251 \end_inset
33252
33253
33254 \backslash
33255 {
33256 \begin_inset Formula $\to$
33257 \end_inset
33258
33259
33260 \backslash
33261 {
33262 \backslash
33263 int
33264 \begin_inset ERT
33265 status collapsed
33266
33267 \begin_layout Plain Layout
33268
33269
33270 \backslash
33271 spce 
33272 \end_layout
33273
33274 \end_inset
33275
33276 A=B
33277 \end_layout
33278
33279 \end_inset
33280 </cell>
33281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33282 \begin_inset Text
33283
33284 \begin_layout Plain Layout
33285 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299
33300 \backslash
33301 cb{red
33302 \begin_inset Formula $\to$
33303 \end_inset
33304
33305
33306 \backslash
33307 {
33308 \backslash
33309 int
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315
33316 \backslash
33317 spce 
33318 \end_layout
33319
33320 \end_inset
33321
33322 A=B
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345
33346 \backslash
33347 cb[green]
33348 \backslash
33349 {red
33350 \begin_inset Formula $\to$
33351 \end_inset
33352
33353
33354 \backslash
33355 {
33356 \backslash
33357 int
33358 \begin_inset ERT
33359 status collapsed
33360
33361 \begin_layout Plain Layout
33362
33363
33364 \backslash
33365 spce 
33366 \end_layout
33367
33368 \end_inset
33369
33370 A=B
33371 \end_layout
33372
33373 \end_inset
33374 </cell>
33375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33376 \begin_inset Text
33377
33378 \begin_layout Plain Layout
33379 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \end_inset
33386 </cell>
33387 </row>
33388 </lyxtabular>
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \begin_layout Subsection
33396 Math Macros
33397 \begin_inset Index idx
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401 User-defined commands! Math macros
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \begin_inset Index idx
33408 status collapsed
33409
33410 \begin_layout Plain Layout
33411 Macros
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \begin_layout Standard
33420 User-defined commands are especially convenient for complex expressions.
33421  When you are for example dealing in a document with quadratic equations,
33422  the same solution type occurs several times.
33423  The general form of a quadratic equation is
33424 \begin_inset Formula \[
33425 0=\lambda^{2}+p\lambda+q\]
33426
33427 \end_inset
33428
33429 The general form of the solution is
33430 \begin_inset Formula \[
33431 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Standard
33439 To define a command for the solution formula where only the three parameters
33440  
33441 \begin_inset Formula $\lambda$
33442 \end_inset
33443
33444
33445 \begin_inset Formula $p$
33446 \end_inset
33447
33448  and 
33449 \begin_inset Formula $q$
33450 \end_inset
33451
33452  need to be specified and the index of 
33453 \begin_inset Formula $\lambda$
33454 \end_inset
33455
33456  can be given optionally, the LaTeX-preamble line is
33457 \begin_inset Newline newline
33458 \end_inset
33459
33460
33461 \series bold
33462
33463 \backslash
33464 newcommand{
33465 \backslash
33466 qG}[4][1,
33467 \backslash
33468 ,2]{#2_{#1}=-
33469 \backslash
33470 frac{#3}{2}
33471 \backslash
33472 pm
33473 \begin_inset Newline newline
33474 \end_inset
33475
33476
33477 \begin_inset Phantom HPhantom
33478 status open
33479
33480 \begin_layout Plain Layout
33481
33482 \series bold
33483
33484 \backslash
33485 newcommand
33486 \end_layout
33487
33488 \end_inset
33489
33490
33491 \backslash
33492 sqrt{
33493 \backslash
33494 frac{#3^{2}}{4}-#4}}
33495 \end_layout
33496
33497 \begin_layout Standard
33498 To create with this the solution formula, the command
33499 \begin_inset Newline newline
33500 \end_inset
33501
33502
33503 \series bold
33504
33505 \backslash
33506 qG{
33507 \backslash
33508 lambda
33509 \begin_inset Formula $\to$
33510 \end_inset
33511
33512
33513 \backslash
33514 {p
33515 \begin_inset Formula $\to$
33516 \end_inset
33517
33518
33519 \backslash
33520 {q
33521 \series default
33522  is inserted to a formula
33523 \series bold
33524 .
33525 \end_layout
33526
33527 \begin_layout Standard
33528 The definition of the new command is unintuitive because one has to know
33529  the schemes of all used LaTeX commands, e.
33530 \begin_inset space \thinspace{}
33531 \end_inset
33532
33533 g.
33534 \begin_inset space \space{}
33535 \end_inset
33536
33537 that a fraction is inserted in LaTeX as 
33538 \series bold
33539
33540 \backslash
33541 frac{numerator}{denominator}
33542 \series default
33543 .
33544  Furthermore one can easily forget a brace in the definition and cannot
33545  see in LyX what the new command is doing.
33546  To avoid these problems LyX offers the possibility to use math macros instead
33547  of the command 
33548 \series bold
33549
33550 \backslash
33551 newcommand
33552 \series default
33553 .
33554 \end_layout
33555
33556 \begin_layout Standard
33557 A math macro is created by using the menu 
33558 \family sans
33559 Insert\SpecialChar \menuseparator
33560 Math\SpecialChar \menuseparator
33561 Macro
33562 \family default
33563  or the toolbar button 
33564 \begin_inset Graphics
33565         filename ../images/math-macro_newmacroname_newcommand.png
33566         scale 85
33567
33568 \end_inset
33569
33570 .
33571  The math macro toolbar appears together with the following box where the
33572  macro is defined:
33573 \begin_inset Newline newline
33574 \end_inset
33575
33576
33577 \begin_inset space \hspace*{\fill}
33578 \end_inset
33579
33580
33581 \begin_inset Graphics
33582         filename clipart/macrobox.png
33583
33584 \end_inset
33585
33586
33587 \begin_inset space \hspace*{\fill}
33588 \end_inset
33589
33590
33591 \begin_inset Newline newline
33592 \end_inset
33593
33594
33595 \begin_inset FormulaMacro
33596 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33597 \end_inset
33598
33599
33600 \backslash
33601 newmacroname is the default name of the macro that should be changed to
33602  something sensible.
33603  The wanted formula is inserted in the first blue box.
33604  An argument placeholder is inserted with the command 
33605 \series bold
33606
33607 \backslash
33608 #argumentnumber
33609 \series default
33610 , e.
33611 \begin_inset space \thinspace{}
33612 \end_inset
33613
33614 g
33615 \begin_inset space \space{}
33616 \end_inset
33617
33618
33619 \series bold
33620
33621 \backslash
33622 #1
33623 \series default
33624  or by using the macro toolbar button 
33625 \begin_inset Graphics
33626         filename ../images/math-macro-add-param.png
33627         scale 85
33628
33629 \end_inset
33630
33631 .
33632  Argument placeholders are displayed red.
33633  Maximum 9 arguments are possible.
33634  Optional arguments are created with the toolbar button 
33635 \begin_inset Graphics
33636         filename ../images/math-macro-add-optional-param.png
33637         scale 85
33638
33639 \end_inset
33640
33641 .
33642  The first non-optional argument can be transformed to an optional one with
33643  the toolbar button 
33644 \begin_inset Graphics
33645         filename ../images/math-macro-make-optional.png
33646         scale 85
33647
33648 \end_inset
33649
33650 .
33651  In the second blue box the appearance of the macro in LyX can be defined.
33652  Normally you want to see it as it is defined, so the box is kept empty.
33653  But when you have created a macro that needs lot of space on the screen,
33654  you can insert in the box for example
33655 \begin_inset Newline newline
33656 \end_inset
33657
33658
33659 \series bold
33660 qG: 
33661 \backslash
33662 #1
33663 \series default
33664  
33665 \series bold
33666 ,
33667 \series default
33668  
33669 \series bold
33670
33671 \backslash
33672 #2
33673 \series default
33674  
33675 \series bold
33676 ,
33677 \series default
33678  
33679 \series bold
33680
33681 \backslash
33682 #3, 
33683 \backslash
33684 #4
33685 \begin_inset Newline newline
33686 \end_inset
33687
33688
33689 \series default
33690 For the macro only the arguments with the macro name in front of them will
33691  then be displayed in LyX, leading to a better overview.
33692  The formula appears in the output as defined in the first box.
33693 \begin_inset Newline newline
33694 \end_inset
33695
33696 The appearance of macros in formulas can furthermore be changed for single
33697  macros by setting the cursor in the macro and using the menu 
33698 \family sans
33699 View\SpecialChar \menuseparator
33700 (Un)fold
33701 \begin_inset space ~
33702 \end_inset
33703
33704 Math
33705 \begin_inset space ~
33706 \end_inset
33707
33708 Macro
33709 \family default
33710 .
33711 \end_layout
33712
33713 \begin_layout Standard
33714 To use a macro, the macro name is inserted as command to a formula, in our
33715  case 
33716 \series bold
33717
33718 \backslash
33719 qG
33720 \series default
33721 .
33722  Our macro looks in LyX like this:
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset space \hspace*{\fill}
33728 \end_inset
33729
33730
33731 \begin_inset Graphics
33732         filename clipart/macrouse.png
33733
33734 \end_inset
33735
33736
33737 \begin_inset space \hspace*{\fill}
33738 \end_inset
33739
33740
33741 \begin_inset Newline newline
33742 \end_inset
33743
33744 Here is our macro example with the arguments 
33745 \begin_inset Formula $x$
33746 \end_inset
33747
33748
33749 \begin_inset Formula $\ln(x)$
33750 \end_inset
33751
33752  and 
33753 \begin_inset Formula $B$
33754 \end_inset
33755
33756 :
33757 \end_layout
33758
33759 \begin_layout Standard
33760 \begin_inset Formula \[
33761 \qG x{\ln(x)}B\]
33762
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \begin_layout Standard
33769 LyX offers in the menu 
33770 \family sans
33771 Tools\SpecialChar \menuseparator
33772 Preferences\SpecialChar \menuseparator
33773 Editing\SpecialChar \menuseparator
33774 Control
33775 \family default
33776  different styles to edit macros.
33777  To find the style that suits you the most, choose a style and set the cursor
33778  in a macro formula to see the difference.
33779 \end_layout
33780
33781 \begin_layout Standard
33782 A math macro is transformed internally to a 
33783 \series bold
33784
33785 \backslash
33786 newcommand
33787 \series default
33788  command when exporting the document.
33789  The created 
33790 \series bold
33791
33792 \backslash
33793 newcommand
33794 \series default
33795  command is not placed in the LaTeX-preamble, therefore macros can only
33796  be used in formulas that are in the document below the macro definition
33797  box.
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Math macros can also be directly be created from a 
33802 \series bold
33803
33804 \backslash
33805 newcommand
33806 \series default
33807  command.
33808  When writing for example the command
33809 \series bold
33810
33811 \begin_inset Newline newline
33812 \end_inset
33813
33814
33815 \backslash
33816 newcommand{
33817 \backslash
33818 larrow}[2]{
33819 \backslash
33820 xleftarrow[#2]{#1}}
33821 \begin_inset Newline newline
33822 \end_inset
33823
33824
33825 \series default
33826 in LyX as normal text, highlighting it completely and using then the shortcut
33827  
33828 \family sans
33829 Ctrl+M
33830 \family default
33831 , the command will be transformed to a math macro.
33832  Using this method you need to be careful that the 
33833 \series bold
33834
33835 \backslash
33836 newcommand
33837 \series default
33838  command is typed correctly, otherwise you get a faulty macro leading to
33839  LaTeX errors.
33840 \end_layout
33841
33842 \begin_layout Standard
33843 Math macros currently yet have the problem that further formulas in macro
33844  definitions are handled wrongly.
33845  Therefore the example 
33846 \series bold
33847
33848 \backslash
33849 fb
33850 \series default
33851  from 
33852 \begin_inset CommandInset ref
33853 LatexCommand ref
33854 reference "sub:The-Command-newcommand"
33855
33856 \end_inset
33857
33858  cannot be created as macro.
33859 \end_layout
33860
33861 \begin_layout Standard
33862 When the cursor is in a macro definition box, you will see the macro toolbar
33863  in LyX:
33864 \end_layout
33865
33866 \begin_layout Standard
33867 \begin_inset VSpace defskip
33868 \end_inset
33869
33870
33871 \end_layout
33872
33873 \begin_layout Standard
33874 \begin_inset Graphics
33875         filename clipart/MacroToolbar.png
33876
33877 \end_inset
33878
33879
33880 \begin_inset Index idx
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884 Macros ! Toolbar
33885 \end_layout
33886
33887 \end_inset
33888
33889
33890 \end_layout
33891
33892 \begin_layout Standard
33893 \begin_inset VSpace defskip
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 The macro toolbar contains from left to right the following buttons:
33901 \end_layout
33902
33903 \begin_layout Standard
33904 \begin_inset VSpace defskip
33905 \end_inset
33906
33907
33908 \end_layout
33909
33910 \begin_layout Standard
33911 \begin_inset Tabular
33912 <lyxtabular version="3" rows="9" columns="2">
33913 <features islongtable="true" longtabularalignment="center">
33914 <column alignment="left" valignment="top" width="0">
33915 <column alignment="left" valignment="top" width="85col%">
33916 <row interlinespace="2.5mm">
33917 <cell alignment="center" valignment="top" usebox="none">
33918 \begin_inset Text
33919
33920 \begin_layout Plain Layout
33921 \begin_inset Graphics
33922         filename ../images/math-macro-remove-param.png
33923         BoundingBox 0bp 5bp 20bp 25bp
33924         rotateOrigin center
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 <cell alignment="center" valignment="top" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937
33938 \family sans
33939 Edit\SpecialChar \menuseparator
33940 Math\SpecialChar \menuseparator
33941 Macro
33942 \begin_inset space ~
33943 \end_inset
33944
33945 Definition\SpecialChar \menuseparator
33946 Remove Last Argument
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 </row>
33952 <row interlinespace="2.5mm">
33953 <cell alignment="center" valignment="top" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 \begin_inset Graphics
33958         filename ../images/math-macro-add-param.png
33959         BoundingBox 0bp 5bp 20bp 25bp
33960         rotateOrigin center
33961
33962 \end_inset
33963
33964
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973
33974 \family sans
33975 Edit\SpecialChar \menuseparator
33976 Math\SpecialChar \menuseparator
33977 Macro
33978 \begin_inset space ~
33979 \end_inset
33980
33981 Definition\SpecialChar \menuseparator
33982 Append Argument
33983 \end_layout
33984
33985 \end_inset
33986 </cell>
33987 </row>
33988 <row interlinespace="2.5mm">
33989 <cell alignment="center" valignment="top" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 \begin_inset Graphics
33994         filename ../images/math-macro-make-optional.png
33995         BoundingBox 0bp 5bp 20bp 25bp
33996         rotateOrigin center
33997
33998 \end_inset
33999
34000
34001 \end_layout
34002
34003 \end_inset
34004 </cell>
34005 <cell alignment="center" valignment="top" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009
34010 \family sans
34011 Edit\SpecialChar \menuseparator
34012 Math\SpecialChar \menuseparator
34013 Macro
34014 \begin_inset space ~
34015 \end_inset
34016
34017 Definition\SpecialChar \menuseparator
34018 Make First Non-Optional into
34019 \begin_inset Newline newline
34020 \end_inset
34021
34022
34023 \begin_inset Phantom HPhantom
34024 status open
34025
34026 \begin_layout Plain Layout
34027
34028 \family sans
34029 Edit\SpecialChar \menuseparator
34030 Math\SpecialChar \menuseparator
34031 Macro
34032 \begin_inset space ~
34033 \end_inset
34034
34035 Definition\SpecialChar \menuseparator
34036
34037 \end_layout
34038
34039 \end_inset
34040
34041 Optional Argument
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 </row>
34047 <row interlinespace="2.5mm">
34048 <cell alignment="center" valignment="top" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 \begin_inset Graphics
34053         filename ../images/math-macro-make-nonoptional.png
34054         BoundingBox 0bp 5bp 20bp 25bp
34055         rotateOrigin center
34056
34057 \end_inset
34058
34059
34060 \end_layout
34061
34062 \end_inset
34063 </cell>
34064 <cell alignment="center" valignment="top" usebox="none">
34065 \begin_inset Text
34066
34067 \begin_layout Plain Layout
34068
34069 \family sans
34070 Edit\SpecialChar \menuseparator
34071 Math\SpecialChar \menuseparator
34072 Macro
34073 \begin_inset space ~
34074 \end_inset
34075
34076 Definition\SpecialChar \menuseparator
34077 Make Last Optional into
34078 \begin_inset Newline newline
34079 \end_inset
34080
34081
34082 \begin_inset Phantom HPhantom
34083 status open
34084
34085 \begin_layout Plain Layout
34086
34087 \family sans
34088 Edit\SpecialChar \menuseparator
34089 Math\SpecialChar \menuseparator
34090 Macro
34091 \begin_inset space ~
34092 \end_inset
34093
34094 Definition\SpecialChar \menuseparator
34095
34096 \end_layout
34097
34098 \end_inset
34099
34100 Non-Optional Argument
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 </row>
34106 <row interlinespace="2.5mm">
34107 <cell alignment="center" valignment="top" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 \begin_inset Graphics
34112         filename ../images/math-macro-remove-optional-param.png
34113         BoundingBox 0bp 5bp 20bp 25bp
34114         rotateOrigin center
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \end_inset
34122 </cell>
34123 <cell alignment="center" valignment="top" usebox="none">
34124 \begin_inset Text
34125
34126 \begin_layout Plain Layout
34127
34128 \family sans
34129 Edit\SpecialChar \menuseparator
34130 Math\SpecialChar \menuseparator
34131 Macro
34132 \begin_inset space ~
34133 \end_inset
34134
34135 Definition\SpecialChar \menuseparator
34136 Remove Optional Argument
34137 \end_layout
34138
34139 \end_inset
34140 </cell>
34141 </row>
34142 <row interlinespace="2.5mm">
34143 <cell alignment="center" valignment="top" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Graphics
34148         filename ../images/math-macro-add-optional-param.png
34149         BoundingBox 0bp 5bp 20bp 25bp
34150         rotateOrigin center
34151
34152 \end_inset
34153
34154
34155 \end_layout
34156
34157 \end_inset
34158 </cell>
34159 <cell alignment="center" valignment="top" usebox="none">
34160 \begin_inset Text
34161
34162 \begin_layout Plain Layout
34163
34164 \family sans
34165 Edit\SpecialChar \menuseparator
34166 Math\SpecialChar \menuseparator
34167 Macro
34168 \begin_inset space ~
34169 \end_inset
34170
34171 Definition\SpecialChar \menuseparator
34172 Insert Optional Argument
34173 \end_layout
34174
34175 \end_inset
34176 </cell>
34177 </row>
34178 <row interlinespace="2.5mm">
34179 <cell alignment="center" valignment="top" usebox="none">
34180 \begin_inset Text
34181
34182 \begin_layout Plain Layout
34183 \begin_inset Graphics
34184         filename ../images/math-macro-remove-greedy-param.png
34185         BoundingBox 0bp 5bp 20bp 25bp
34186         rotateOrigin center
34187
34188 \end_inset
34189
34190
34191 \end_layout
34192
34193 \end_inset
34194 </cell>
34195 <cell alignment="center" valignment="top" usebox="none">
34196 \begin_inset Text
34197
34198 \begin_layout Plain Layout
34199
34200 \family sans
34201 Edit\SpecialChar \menuseparator
34202 Math\SpecialChar \menuseparator
34203 Macro
34204 \begin_inset space ~
34205 \end_inset
34206
34207 Definition\SpecialChar \menuseparator
34208 Remove Last Argument
34209 \begin_inset Newline newline
34210 \end_inset
34211
34212
34213 \begin_inset Phantom HPhantom
34214 status open
34215
34216 \begin_layout Plain Layout
34217
34218 \family sans
34219 Edit\SpecialChar \menuseparator
34220 Math\SpecialChar \menuseparator
34221 Macro
34222 \begin_inset space ~
34223 \end_inset
34224
34225 Definition\SpecialChar \menuseparator
34226
34227 \end_layout
34228
34229 \end_inset
34230
34231 Spitting Out To The Right
34232 \end_layout
34233
34234 \end_inset
34235 </cell>
34236 </row>
34237 <row interlinespace="2.5mm">
34238 <cell alignment="center" valignment="top" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Plain Layout
34242 \begin_inset Graphics
34243         filename ../images/math-macro-append-greedy-param.png
34244         BoundingBox 0bp 5bp 20bp 25bp
34245         rotateOrigin center
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 <cell alignment="center" valignment="top" usebox="none">
34255 \begin_inset Text
34256
34257 \begin_layout Plain Layout
34258
34259 \family sans
34260 Edit\SpecialChar \menuseparator
34261 Math\SpecialChar \menuseparator
34262 Macro
34263 \begin_inset space ~
34264 \end_inset
34265
34266 Definition\SpecialChar \menuseparator
34267 Append Argument
34268 \begin_inset Newline newline
34269 \end_inset
34270
34271
34272 \begin_inset Phantom HPhantom
34273 status open
34274
34275 \begin_layout Plain Layout
34276
34277 \family sans
34278 Edit\SpecialChar \menuseparator
34279 Math\SpecialChar \menuseparator
34280 Macro
34281 \begin_inset space ~
34282 \end_inset
34283
34284 Definition\SpecialChar \menuseparator
34285
34286 \end_layout
34287
34288 \end_inset
34289
34290 Eating From The Right
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 </row>
34296 <row interlinespace="2.5mm">
34297 <cell alignment="center" valignment="top" usebox="none">
34298 \begin_inset Text
34299
34300 \begin_layout Plain Layout
34301 \begin_inset Graphics
34302         filename ../images/math-macro-add-greedy-optional-param.png
34303         BoundingBox 0bp 5bp 20bp 25bp
34304         rotateOrigin center
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 <cell alignment="center" valignment="top" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317
34318 \family sans
34319 Edit\SpecialChar \menuseparator
34320 Math\SpecialChar \menuseparator
34321 Macro
34322 \begin_inset space ~
34323 \end_inset
34324
34325 Definition\SpecialChar \menuseparator
34326 Append Optional Argument
34327 \begin_inset Newline newline
34328 \end_inset
34329
34330
34331 \begin_inset Phantom HPhantom
34332 status open
34333
34334 \begin_layout Plain Layout
34335
34336 \family sans
34337 Edit\SpecialChar \menuseparator
34338 Math\SpecialChar \menuseparator
34339 Macro
34340 \begin_inset space ~
34341 \end_inset
34342
34343 Definition\SpecialChar \menuseparator
34344
34345 \end_layout
34346
34347 \end_inset
34348
34349 Eating From The Right
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 </row>
34355 </lyxtabular>
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \begin_layout Standard
34363 \begin_inset Newpage newpage
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Section
34370 Tips
34371 \begin_inset Index idx
34372 status collapsed
34373
34374 \begin_layout Plain Layout
34375 Tips
34376 \end_layout
34377
34378 \end_inset
34379
34380
34381 \end_layout
34382
34383 \begin_layout Subsection
34384 Negative Numbers
34385 \begin_inset Index idx
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 Numbers ! negative
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \begin_layout Standard
34398 Negative numbers often look ugly in formulas because the minus sign before
34399  the number is set with the same length as the minus operator sign.
34400  When writing the negative number in normal text, the minus sign appears
34401  correctly.
34402 \end_layout
34403
34404 \begin_layout Standard
34405 Thus, the problem disappears when converting the minus sign to mathematical
34406  text.
34407 \end_layout
34408
34409 \begin_layout Standard
34410 An example to visualize the problem:
34411 \end_layout
34412
34413 \begin_layout Standard
34414 \align center
34415 \begin_inset Tabular
34416 <lyxtabular version="3" rows="3" columns="2">
34417 <features tabularvalignment="middle">
34418 <column alignment="right" valignment="top" width="0">
34419 <column alignment="left" valignment="top" width="0">
34420 <row>
34421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34422 \begin_inset Text
34423
34424 \begin_layout Plain Layout
34425 normal text:
34426 \end_layout
34427
34428 \end_inset
34429 </cell>
34430 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34431 \begin_inset Text
34432
34433 \begin_layout Plain Layout
34434 x = -2
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 </row>
34440 <row>
34441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 formula:
34446 \end_layout
34447
34448 \end_inset
34449 </cell>
34450 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34451 \begin_inset Text
34452
34453 \begin_layout Plain Layout
34454 \begin_inset Formula $x=-2$
34455 \end_inset
34456
34457
34458 \end_layout
34459
34460 \end_inset
34461 </cell>
34462 </row>
34463 <row>
34464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468 solution:
34469 \end_layout
34470
34471 \end_inset
34472 </cell>
34473 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34474 \begin_inset Text
34475
34476 \begin_layout Plain Layout
34477 \begin_inset Formula $x=\textrm{-}2$
34478 \end_inset
34479
34480
34481 \end_layout
34482
34483 \end_inset
34484 </cell>
34485 </row>
34486 </lyxtabular>
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Subsection
34494 Comma as decimal Separator
34495 \begin_inset Index idx
34496 status collapsed
34497
34498 \begin_layout Plain Layout
34499 Comma
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 In LaTeX a comma inside a formula is used, according to the English convention,
34509  as number group separator.
34510  So there will be space added behind all commas in formulas.
34511 \end_layout
34512
34513 \begin_layout Standard
34514 To avoid this, the comma is highlighted and changed to mathematical text
34515  (shortcut 
34516 \begin_inset Info
34517 type  "shortcut"
34518 arg   "math-mode"
34519 \end_inset
34520
34521 ).
34522 \end_layout
34523
34524 \begin_layout Standard
34525 To use all formula commas in the document as decimal separator, the file
34526  
34527 \series bold
34528 icomma.sty
34529 \series default
34530
34531 \begin_inset Foot
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536 \series bold
34537 icomma
34538 \series default
34539  is part of the LaTeX-package 
34540 \series bold
34541 was
34542 \series default
34543
34544 \begin_inset Index idx
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 Packages ! was
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554
34555 \backslash
34556 vspace{4mm}
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \end_inset
34565
34566 .
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \begin_inset Index idx
34573 status collapsed
34574
34575 \begin_layout Plain Layout
34576 Packages ! icomma
34577 \end_layout
34578
34579 \end_inset
34580
34581  is loaded with the LaTeX-preamble line
34582 \end_layout
34583
34584 \begin_layout Standard
34585
34586 \series bold
34587
34588 \backslash
34589 usepackage{icomma}
34590 \end_layout
34591
34592 \begin_layout Subsection
34593 Physical Vectors
34594 \begin_inset CommandInset label
34595 LatexCommand label
34596 name "sub:Physical-Vectors"
34597
34598 \end_inset
34599
34600
34601 \begin_inset Index idx
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 Vectors ! physical
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Standard
34614 Predefined vectors are offered by the LaTeX-package 
34615 \series bold
34616 braket
34617 \series default
34618
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 Packages ! braket
34624 \end_layout
34625
34626 \end_inset
34627
34628  that is loaded with the LaTeX-preamble line
34629 \end_layout
34630
34631 \begin_layout Standard
34632
34633 \series bold
34634
34635 \backslash
34636 usepackage{braket}
34637 \end_layout
34638
34639 \begin_layout Standard
34640 \begin_inset ERT
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644
34645
34646 \backslash
34647 ifbraket 
34648 \end_layout
34649
34650 \end_inset
34651
34652
34653 \begin_inset Note Note
34654 status open
34655
34656 \begin_layout Plain Layout
34657 The following table will only be displayed when the LaTeX-package 
34658 \series bold
34659 braket
34660 \series default
34661  is installed.
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Standard
34670 The following commands are defined:
34671 \end_layout
34672
34673 \begin_layout Standard
34674 \align center
34675 \begin_inset Tabular
34676 <lyxtabular version="3" rows="4" columns="2">
34677 <features tabularvalignment="middle">
34678 <column alignment="center" valignment="top" width="0">
34679 <column alignment="center" valignment="top" width="0">
34680 <row>
34681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 Command
34686 \end_layout
34687
34688 \end_inset
34689 </cell>
34690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34691 \begin_inset Text
34692
34693 \begin_layout Plain Layout
34694 Result
34695 \end_layout
34696
34697 \end_inset
34698 </cell>
34699 </row>
34700 <row>
34701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34702 \begin_inset Text
34703
34704 \begin_layout Plain Layout
34705
34706 \backslash
34707 Bra{
34708 \backslash
34709 psi
34710 \end_layout
34711
34712 \end_inset
34713 </cell>
34714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34715 \begin_inset Text
34716
34717 \begin_layout Plain Layout
34718 \begin_inset Formula $\Bra{\psi}$
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \end_inset
34725 </cell>
34726 </row>
34727 <row>
34728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732
34733 \backslash
34734 Ket{
34735 \backslash
34736 psi
34737 \end_layout
34738
34739 \end_inset
34740 </cell>
34741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34742 \begin_inset Text
34743
34744 \begin_layout Plain Layout
34745 \begin_inset Formula $\Ket{\psi}$
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \end_inset
34752 </cell>
34753 </row>
34754 <row>
34755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34756 \begin_inset Text
34757
34758 \begin_layout Plain Layout
34759
34760 \backslash
34761 Braket{
34762 \backslash
34763 psi|
34764 \backslash
34765 phi
34766 \end_layout
34767
34768 \end_inset
34769 </cell>
34770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 \begin_inset Formula $\Braket{\psi|\phi}$
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \end_inset
34781 </cell>
34782 </row>
34783 </lyxtabular>
34784
34785 \end_inset
34786
34787
34788 \end_layout
34789
34790 \begin_layout Standard
34791 The command 
34792 \series bold
34793
34794 \backslash
34795 Braket
34796 \series default
34797  assures that all vertical bars are set in the size of the surrounding brackets:
34798 \begin_inset Formula \[
34799 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34800
34801 \end_inset
34802
34803
34804 \begin_inset ERT
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808
34809
34810 \backslash
34811 else 
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \begin_inset Note Note
34818 status open
34819
34820 \begin_layout Plain Layout
34821 The following will be displayed when the LaTeX-package 
34822 \series bold
34823 braket
34824 \series default
34825  is not installed:
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \begin_layout Standard
34834 You need to install the LaTeX-package 
34835 \series bold
34836 braket
34837 \series default
34838  to see the rest of this subsection in the output.
34839 \end_layout
34840
34841 \begin_layout Standard
34842 \begin_inset ERT
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846
34847
34848 \backslash
34849 fi 
34850 \end_layout
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Standard
34858 The effect of 
34859 \series bold
34860
34861 \backslash
34862 Braket
34863 \series default
34864  can also be achieved using the command 
34865 \series bold
34866
34867 \backslash
34868 middle
34869 \series default
34870 , that is described in 
34871 \begin_inset CommandInset ref
34872 LatexCommand ref
34873 reference "sub:Automatic-Bracket-Size"
34874
34875 \end_inset
34876
34877 .
34878 \end_layout
34879
34880 \begin_layout Subsection
34881 Self-defined Fractions
34882 \begin_inset CommandInset label
34883 LatexCommand label
34884 name "sub:Self-defined-Fractions"
34885
34886 \end_inset
34887
34888
34889 \begin_inset Index idx
34890 status collapsed
34891
34892 \begin_layout Plain Layout
34893 Fractions ! self-defined
34894 \end_layout
34895
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 To define custom commands for fractions, the command 
34903 \series bold
34904
34905 \backslash
34906 genfrac
34907 \series default
34908
34909 \begin_inset Index idx
34910 status collapsed
34911
34912 \begin_layout Plain Layout
34913 Commands ! G ! 
34914 \backslash
34915 genfrac
34916 \end_layout
34917
34918 \end_inset
34919
34920  is used in the following scheme:
34921 \end_layout
34922
34923 \begin_layout Standard
34924
34925 \series bold
34926
34927 \backslash
34928 genfrac{left
34929 \series default
34930  
34931 \series bold
34932 bracket}{right
34933 \series default
34934  
34935 \series bold
34936 bracket}{fraction bar thickness}{style}
34937 \begin_inset Newline newline
34938 \end_inset
34939
34940
34941 \begin_inset Phantom HPhantom
34942 status open
34943
34944 \begin_layout Plain Layout
34945
34946 \series bold
34947
34948 \backslash
34949 genfrac
34950 \end_layout
34951
34952 \end_inset
34953
34954 {numerator}{denominator}
34955 \end_layout
34956
34957 \begin_layout Standard
34958 The style is a number in the range of 0
34959 \begin_inset space \thinspace{}
34960 \end_inset
34961
34962 -
34963 \begin_inset space \thinspace{}
34964 \end_inset
34965
34966 3.
34967 \end_layout
34968
34969 \begin_layout Standard
34970 \align center
34971 \begin_inset Tabular
34972 <lyxtabular version="3" rows="5" columns="2">
34973 <features tabularvalignment="middle">
34974 <column alignment="center" valignment="top" width="0">
34975 <column alignment="center" valignment="top" width="0">
34976 <row>
34977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981 Number
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 Style (Size)
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 <row>
34997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 0
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 display style formula
35011 \end_layout
35012
35013 \end_inset
35014 </cell>
35015 </row>
35016 <row>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 1
35022 \end_layout
35023
35024 \end_inset
35025 </cell>
35026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35027 \begin_inset Text
35028
35029 \begin_layout Plain Layout
35030 inline formula
35031 \end_layout
35032
35033 \end_inset
35034 </cell>
35035 </row>
35036 <row>
35037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35038 \begin_inset Text
35039
35040 \begin_layout Plain Layout
35041 2
35042 \end_layout
35043
35044 \end_inset
35045 </cell>
35046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35047 \begin_inset Text
35048
35049 \begin_layout Plain Layout
35050 small
35051 \end_layout
35052
35053 \end_inset
35054 </cell>
35055 </row>
35056 <row>
35057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35058 \begin_inset Text
35059
35060 \begin_layout Plain Layout
35061 3
35062 \end_layout
35063
35064 \end_inset
35065 </cell>
35066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35067 \begin_inset Text
35068
35069 \begin_layout Plain Layout
35070 tiny
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 </lyxtabular>
35077
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \begin_layout Standard
35084 When no style is given, the size is adjusted to the surrounding environment
35085  like for the command 
35086 \series bold
35087
35088 \backslash
35089 frac
35090 \series default
35091 .
35092 \end_layout
35093
35094 \begin_layout Standard
35095 When no fraction bar thickness is given, the predefined value of 0.4
35096 \begin_inset space \thinspace{}
35097 \end_inset
35098
35099 pt will be used.
35100 \end_layout
35101
35102 \begin_layout Standard
35103 \begin_inset VSpace medskip
35104 \end_inset
35105
35106 For example, the commands 
35107 \series bold
35108
35109 \backslash
35110 dfrac
35111 \series default
35112  and 
35113 \series bold
35114
35115 \backslash
35116 tbinom
35117 \series default
35118  from 
35119 \begin_inset CommandInset ref
35120 LatexCommand ref
35121 reference "sub:Fractions"
35122
35123 \end_inset
35124
35125  are defined with the commands
35126 \end_layout
35127
35128 \begin_layout Standard
35129
35130 \series bold
35131
35132 \backslash
35133 newcommand{
35134 \backslash
35135 dfrac}[2]{
35136 \backslash
35137 genfrac{}{}{}{0}{#1}{#2}}
35138 \end_layout
35139
35140 \begin_layout Standard
35141 and
35142 \end_layout
35143
35144 \begin_layout Standard
35145
35146 \series bold
35147
35148 \backslash
35149 newcommand{
35150 \backslash
35151 tbinom}[2]{
35152 \backslash
35153 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35154 \end_layout
35155
35156 \begin_layout Standard
35157 \begin_inset VSpace medskip
35158 \end_inset
35159
35160 To define a fraction where the fraction bar thickness can be given as optional
35161  argument, the following line is inserted to the LaTeX-preamble:
35162 \end_layout
35163
35164 \begin_layout Standard
35165
35166 \series bold
35167
35168 \backslash
35169 newcommand{
35170 \backslash
35171 fracS}[3][]{
35172 \backslash
35173 genfrac{}{}{#1}{}{#2}{#3}}
35174 \end_layout
35175
35176 \begin_layout Standard
35177 A test:
35178 \begin_inset Formula \begin{align*}
35179 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35180 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35181 \end{align*}
35182
35183 \end_inset
35184
35185 As one can see, the distance of the numerator and the denominator to the
35186  fraction bar is round about three times the bar thickness.
35187 \end_layout
35188
35189 \begin_layout Subsection
35190 Canceled Formulas
35191 \begin_inset Index idx
35192 status collapsed
35193
35194 \begin_layout Plain Layout
35195 Formula ! canceled
35196 \end_layout
35197
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \begin_layout Standard
35204 To cancel formulas or formula parts, the LaTeX-package 
35205 \series bold
35206 cancel
35207 \series default
35208
35209 \begin_inset Index idx
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 Packages ! cancel
35214 \end_layout
35215
35216 \end_inset
35217
35218  has to be loaded with the LaTeX-preamble line
35219 \end_layout
35220
35221 \begin_layout Standard
35222
35223 \series bold
35224
35225 \backslash
35226 usepackage[samesize]{cancel}
35227 \end_layout
35228
35229 \begin_layout Standard
35230 \begin_inset ERT
35231 status collapsed
35232
35233 \begin_layout Plain Layout
35234
35235
35236 \backslash
35237 ifcancel 
35238 \end_layout
35239
35240 \end_inset
35241
35242
35243 \begin_inset Note Note
35244 status open
35245
35246 \begin_layout Plain Layout
35247 The following table will only be displayed when the LaTeX-package 
35248 \series bold
35249 cancel
35250 \series default
35251  is installed.
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \end_layout
35258
35259 \begin_layout Standard
35260 There are four ways to cancel formulas:
35261 \end_layout
35262
35263 \begin_layout Standard
35264 \align center
35265 \begin_inset Tabular
35266 <lyxtabular version="3" rows="5" columns="2">
35267 <features tabularvalignment="middle">
35268 <column alignment="center" valignment="top" width="0">
35269 <column alignment="center" valignment="top" width="0">
35270 <row>
35271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275 Command
35276 \end_layout
35277
35278 \end_inset
35279 </cell>
35280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284 Result
35285 \begin_inset Note Note
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289 The space and
35290 \series bold
35291  
35292 \backslash
35293 raisebox
35294 \series default
35295  are used here as spacer.
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 </row>
35306 <row>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311
35312 \backslash
35313 cancel{
35314 \backslash
35315 int
35316 \begin_inset ERT
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320
35321
35322 \backslash
35323 spce 
35324 \end_layout
35325
35326 \end_inset
35327
35328 A=B
35329 \end_layout
35330
35331 \end_inset
35332 </cell>
35333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35334 \begin_inset Text
35335
35336 \begin_layout Plain Layout
35337 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35338 \end_inset
35339
35340
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 <row>
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351
35352 \backslash
35353 bcancel{
35354 \backslash
35355 int
35356 \begin_inset ERT
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360
35361
35362 \backslash
35363 spce 
35364 \end_layout
35365
35366 \end_inset
35367
35368 A=B
35369 \end_layout
35370
35371 \end_inset
35372 </cell>
35373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35378 \end_inset
35379
35380
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 </row>
35386 <row>
35387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35388 \begin_inset Text
35389
35390 \begin_layout Plain Layout
35391
35392 \backslash
35393 xcancel{
35394 \backslash
35395 int
35396 \begin_inset ERT
35397 status collapsed
35398
35399 \begin_layout Plain Layout
35400
35401
35402 \backslash
35403 spce 
35404 \end_layout
35405
35406 \end_inset
35407
35408 A=B
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35414 \begin_inset Text
35415
35416 \begin_layout Plain Layout
35417 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \end_inset
35424 </cell>
35425 </row>
35426 <row>
35427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431
35432 \backslash
35433 cancelto{1
35434 \begin_inset Formula $\to$
35435 \end_inset
35436
35437
35438 \backslash
35439 {
35440 \backslash
35441 int
35442 \begin_inset ERT
35443 status collapsed
35444
35445 \begin_layout Plain Layout
35446
35447
35448 \backslash
35449 spce 
35450 \end_layout
35451
35452 \end_inset
35453
35454 A=B
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35464 \end_inset
35465
35466
35467 \end_layout
35468
35469 \end_inset
35470 </cell>
35471 </row>
35472 </lyxtabular>
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Standard
35480
35481 \series bold
35482
35483 \backslash
35484 cancelto
35485 \series default
35486  is especially suitable to visualize the reduction of fractions within formulas:
35487 \begin_inset Formula \[
35488 \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}}}\]
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Standard
35496 \begin_inset ERT
35497 status collapsed
35498
35499 \begin_layout Plain Layout
35500
35501
35502 \backslash
35503 else 
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \begin_inset Note Note
35510 status open
35511
35512 \begin_layout Plain Layout
35513 The following will be displayed when the LaTeX-package 
35514 \series bold
35515 cancel
35516 \series default
35517  is not installed:
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \begin_layout Standard
35526 You need to install the LaTeX-package 
35527 \series bold
35528 cancel
35529 \series default
35530  to see the rest of this subsection in the output.
35531 \end_layout
35532
35533 \begin_layout Standard
35534 \begin_inset ERT
35535 status collapsed
35536
35537 \begin_layout Plain Layout
35538
35539
35540 \backslash
35541 fi 
35542 \end_layout
35543
35544 \end_inset
35545
35546
35547 \end_layout
35548
35549 \begin_layout Subsection
35550 Formulas in Section Headings
35551 \begin_inset CommandInset label
35552 LatexCommand label
35553 name "sub:Formulas-in-Section"
35554
35555 \end_inset
35556
35557
35558 \begin_inset Index idx
35559 status collapsed
35560
35561 \begin_layout Plain Layout
35562 Formula ! in section headings
35563 \end_layout
35564
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \begin_layout Standard
35571 When formulas are used in section headings, the following has to be taken
35572  into account:
35573 \end_layout
35574
35575 \begin_layout Standard
35576 \begin_inset Note Greyedout
35577 status open
35578
35579 \begin_layout Plain Layout
35580 When 
35581 \series bold
35582 hyperref
35583 \series default
35584
35585 \begin_inset Index idx
35586 status collapsed
35587
35588 \begin_layout Plain Layout
35589 Packages ! hyperref
35590 \end_layout
35591
35592 \end_inset
35593
35594  support is enabled in the document settings dialog under 
35595 \family sans
35596 PDF
35597 \begin_inset space ~
35598 \end_inset
35599
35600 Properties
35601 \family default
35602 , PDF-bookmarks are created for every section heading in the table of contents.
35603  If a section heading contains formulas, they are incorrectly displayed
35604  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35605 s.
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \end_layout
35612
35613 \begin_layout Standard
35614 Both problems can be solved by inserting at the end of the section heading
35615  a short title with the menu 
35616 \family sans
35617 Insert\SpecialChar \menuseparator
35618 Short
35619 \begin_inset space ~
35620 \end_inset
35621
35622 Title
35623 \family default
35624 .
35625  Short titles are used as alternative for multiline section headings to
35626  keep the table of contents clearly arranged.
35627  Only the short title appears in the table of contents and therefore also
35628  in the PDF-bookmark.
35629 \end_layout
35630
35631 \begin_layout Standard
35632 When formulas should be used in the table of contents but 
35633 \series bold
35634 hyperref
35635 \series default
35636  is used, one can use the following command in TeX-mode:
35637 \end_layout
35638
35639 \begin_layout Standard
35640
35641 \series bold
35642
35643 \backslash
35644 texorpdfstring{part}{alternative}
35645 \begin_inset Index idx
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649 Commands ! T ! 
35650 \backslash
35651 texorpdfstring
35652 \end_layout
35653
35654 \end_inset
35655
35656
35657 \end_layout
35658
35659 \begin_layout Standard
35660 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35661  This can be characters, formulas, footnotes, but also cross-references.
35662  The alternative is used instead of the part for the bookmark.
35663 \end_layout
35664
35665 \begin_layout Standard
35666 Here are two example headings:
35667 \begin_inset VSpace -3mm
35668 \end_inset
35669
35670
35671 \begin_inset ERT
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676
35677 \backslash
35678 boldmath 
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Subsubsection
35687 Heading without formula in table of contents 
35688 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35689 \end_inset
35690
35691
35692 \begin_inset Argument
35693 status collapsed
35694
35695 \begin_layout Plain Layout
35696 Heading without formula in table of contents
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Subsubsection
35705 Heading with formula in table of contents
35706 \begin_inset ERT
35707 status collapsed
35708
35709 \begin_layout Plain Layout
35710
35711
35712 \backslash
35713 texorpdfstring{
35714 \end_layout
35715
35716 \end_inset
35717
35718  
35719 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35720 \end_inset
35721
35722
35723 \begin_inset ERT
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727
35728 }{}
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 \begin_inset ERT
35738 status collapsed
35739
35740 \begin_layout Plain Layout
35741
35742
35743 \backslash
35744 unboldmath 
35745 \end_layout
35746
35747 \end_inset
35748
35749 In the first heading a short title was used, in the second one 
35750 \series bold
35751
35752 \backslash
35753 texorpdfstring
35754 \series default
35755 .
35756 \end_layout
35757
35758 \begin_layout Standard
35759 To get the same formatting as for the other headings, the complete heading
35760  was set into a 
35761 \series bold
35762 boldmath
35763 \series default
35764  environment
35765 \begin_inset Foot
35766 status collapsed
35767
35768 \begin_layout Plain Layout
35769 see 
35770 \begin_inset CommandInset ref
35771 LatexCommand ref
35772 reference "sub:Bold-Formulas"
35773
35774 \end_inset
35775
35776
35777 \end_layout
35778
35779 \end_inset
35780
35781 .
35782 \end_layout
35783
35784 \begin_layout Subsection
35785 Formulas in multi-column Text
35786 \begin_inset Index idx
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790 Formula ! in multi-column text
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Formulas in multi-column text are often too wide to fit into a column and
35800  thus need to be set over the whole page width.
35801  This is done by using the LaTeX-package 
35802 \series bold
35803 multicol
35804 \series default
35805
35806 \begin_inset Foot
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811 \series bold
35812 multicol
35813 \series default
35814  is part of every LaTeX standard installation.
35815 \end_layout
35816
35817 \end_inset
35818
35819
35820 \begin_inset Index idx
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 Packages ! multicol
35825 \end_layout
35826
35827 \end_inset
35828
35829 , that is loaded with the LaTeX-preamble line
35830 \end_layout
35831
35832 \begin_layout Standard
35833
35834 \series bold
35835
35836 \backslash
35837 usepackage{multicol}
35838 \end_layout
35839
35840 \begin_layout Standard
35841 \begin_inset Note Greyedout
35842 status open
35843
35844 \begin_layout Plain Layout
35845 Note herby that the setting 
35846 \family sans
35847 Two-column
35848 \begin_inset space ~
35849 \end_inset
35850
35851 document
35852 \family default
35853  in the menu 
35854 \family sans
35855 Document\SpecialChar \menuseparator
35856 Settings
35857 \family default
35858  under 
35859 \family sans
35860 Text
35861 \begin_inset space ~
35862 \end_inset
35863
35864 Layout
35865 \family default
35866 \emph on
35867  
35868 \emph default
35869 must 
35870 \emph on
35871 not
35872 \emph default
35873  be selected.
35874 \end_layout
35875
35876 \end_inset
35877
35878
35879 \end_layout
35880
35881 \begin_layout Standard
35882 Before the multi-column text the command
35883 \end_layout
35884
35885 \begin_layout Standard
35886
35887 \series bold
35888
35889 \backslash
35890 begin{multicols}{column number}
35891 \end_layout
35892
35893 \begin_layout Standard
35894 is written in TeX-mode.
35895  The column number is a number in the range of 2
35896 \begin_inset space \thinspace{}
35897 \end_inset
35898
35899 -
35900 \begin_inset space \thinspace{}
35901 \end_inset
35902
35903 10.
35904  Before the formula the multi-column text is ended by inserting the command
35905 \end_layout
35906
35907 \begin_layout Standard
35908
35909 \series bold
35910
35911 \backslash
35912 end{multicols}
35913 \end_layout
35914
35915 \begin_layout Standard
35916 in TeX-mode.
35917 \end_layout
35918
35919 \begin_layout Standard
35920 Due to the command some space is automatically added before the formula.
35921  To revert this, -6
35922 \begin_inset space \thinspace{}
35923 \end_inset
35924
35925 mm vertical space is inserted before the formula.
35926  When the formula style 
35927 \series bold
35928 Indented
35929 \begin_inset Foot
35930 status collapsed
35931
35932 \begin_layout Plain Layout
35933 formula styles see 
35934 \begin_inset CommandInset ref
35935 LatexCommand ref
35936 reference "sec:Formula-Styles"
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \end_inset
35944
35945
35946 \series default
35947  is used, -9
35948 \begin_inset space \thinspace{}
35949 \end_inset
35950
35951 mm space is inserted instead.
35952 \end_layout
35953
35954 \begin_layout Standard
35955 As example a multi-column text with a displayed formula:
35956 \end_layout
35957
35958 \begin_layout Standard
35959
35960 \lang german
35961 \begin_inset ERT
35962 status collapsed
35963
35964 \begin_layout Plain Layout
35965
35966
35967 \backslash
35968 begin{multicols}{2}
35969 \end_layout
35970
35971 \end_inset
35972
35973 Das Spektrum wird fouriertransformiert.
35974  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35975 , Lösungsmittel) zu trennen.
35976  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35977  nun das Aussehen des Ausgangssignals.
35978  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35979  über alle Phasen integrieren muss.
35980  Sei nun 
35981 \begin_inset Formula $S$
35982 \end_inset
35983
35984  unser normiertes Ausgangssignal und 
35985 \begin_inset Formula $P$
35986 \end_inset
35987
35988  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 end{multicols}
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \begin_inset VSpace -6mm
36003 \end_inset
36004
36005
36006 \begin_inset Formula \begin{equation}
36007 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
36008
36009 \end_inset
36010
36011
36012 \begin_inset ERT
36013 status collapsed
36014
36015 \begin_layout Plain Layout
36016
36017
36018 \backslash
36019 begin{multicols}{2}
36020 \end_layout
36021
36022 \end_inset
36023
36024 wobei 
36025 \begin_inset Formula $S_{0}$
36026 \end_inset
36027
36028  das Signal ohne Gradient ist und die Normierungsbedingung 
36029 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36030 \end_inset
36031
36032  gilt.
36033  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36034  Direkt nach dem 
36035 \begin_inset Formula $\nicefrac{\pi}{2}$
36036 \end_inset
36037
36038
36039 \begin_inset space \thinspace{}
36040 \end_inset
36041
36042 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36043  das Signal zusätzlich abschwächt.
36044  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36045  
36046 \begin_inset Formula $T_{2}$
36047 \end_inset
36048
36049 -Zeit.
36050 \end_layout
36051
36052 \begin_layout Standard
36053
36054 \lang german
36055 \begin_inset ERT
36056 status collapsed
36057
36058 \begin_layout Plain Layout
36059
36060
36061 \backslash
36062 end{multicols}
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \begin_layout Subsection
36071 Formulas with Description of Variables
36072 \begin_inset Index idx
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076 Formula ! with description of variables
36077 \end_layout
36078
36079 \end_inset
36080
36081
36082 \end_layout
36083
36084 \begin_layout Standard
36085 To describe variables within a formula, like in formula 
36086 \begin_inset CommandInset ref
36087 LatexCommand eqref
36088 reference "eq:within"
36089
36090 \end_inset
36091
36092 , a 2
36093 \series bold
36094 ×
36095 \series default
36096
36097 \begin_inset Formula $n$
36098 \end_inset
36099
36100
36101 \begin_inset space ~
36102 \end_inset
36103
36104 matrix is used with left aligned columns for the 
36105 \begin_inset Formula $n$
36106 \end_inset
36107
36108  used variables.
36109 \begin_inset Foot
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 matrices see 
36114 \begin_inset CommandInset ref
36115 LatexCommand ref
36116 reference "sec:Matrices"
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \end_inset
36124
36125  To set the description in a smaller size, before the matrix e.
36126 \begin_inset space \thinspace{}
36127 \end_inset
36128
36129 g.
36130 \begin_inset space \space{}
36131 \end_inset
36132
36133 the command 
36134 \series bold
36135
36136 \backslash
36137 footnotesize
36138 \series default
36139  is inserted.
36140 \begin_inset Foot
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144 font sizes see 
36145 \begin_inset CommandInset ref
36146 LatexCommand ref
36147 reference "sub:Font-Sizes"
36148
36149 \end_inset
36150
36151
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \end_layout
36158
36159 \begin_layout Standard
36160 When the formula style 
36161 \series bold
36162 Indented
36163 \begin_inset Foot
36164 status collapsed
36165
36166 \begin_layout Plain Layout
36167 formula styles see 
36168 \begin_inset CommandInset ref
36169 LatexCommand ref
36170 reference "sec:Formula-Styles"
36171
36172 \end_inset
36173
36174
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \series default
36181  is used, a 
36182 \series bold
36183
36184 \backslash
36185 hfill
36186 \series default
36187
36188 \begin_inset Foot
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193 \series bold
36194
36195 \backslash
36196 hfill
36197 \series default
36198  only works in formulas with the style 
36199 \series bold
36200 Indented
36201 \series default
36202 , see 
36203 \begin_inset CommandInset ref
36204 LatexCommand ref
36205 reference "sub:Variable-Space"
36206
36207 \end_inset
36208
36209 .
36210 \end_layout
36211
36212 \end_inset
36213
36214  is inserted before and after the matrix to have the same separation of
36215  the matrix from the equation and the side margin.
36216 \end_layout
36217
36218 \begin_layout Standard
36219 When the formula style 
36220 \series bold
36221 Centered
36222 \series default
36223  is used, the method described in 
36224 \begin_inset CommandInset ref
36225 LatexCommand ref
36226 reference "sub:Flalign-Environment"
36227
36228 \end_inset
36229
36230  is used to indent formulas.
36231  Formula 
36232 \begin_inset CommandInset ref
36233 LatexCommand eqref
36234 reference "eq:within"
36235
36236 \end_inset
36237
36238  consists of five columns whereas in the first two columns contain the equation,
36239  the third the matrix and the last one an empty TeX-brace.
36240 \begin_inset Formula \begin{flalign}
36241 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36242 \rho & \textrm{density}\\
36243 V & \textrm{volume}\\
36244 g & \textrm{gravitational acceleration}
36245 \end{array} &  & {}\label{eq:within}\end{flalign}
36246
36247 \end_inset
36248
36249
36250 \end_layout
36251
36252 \begin_layout Subsection
36253 Upright small Greek Letters
36254 \begin_inset CommandInset label
36255 LatexCommand label
36256 name "sub:Upright-small-Greek"
36257
36258 \end_inset
36259
36260
36261 \begin_inset Index idx
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 Greek letters ! upright
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Standard
36274 Most of the math fonts only provide italic small Greek letters.
36275  But for symbols of elementary particles like pions and neutrinos, upright
36276  Greek letters are needed.
36277  The file 
36278 \series bold
36279 upgreek.sty
36280 \series default
36281
36282 \begin_inset Foot
36283 status collapsed
36284
36285 \begin_layout Plain Layout
36286
36287 \series bold
36288 upgreek
36289 \series default
36290  is part of the LaTeX-package 
36291 \series bold
36292 was
36293 \series default
36294
36295 \begin_inset Index idx
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299 Packages ! was
36300 \begin_inset ERT
36301 status collapsed
36302
36303 \begin_layout Plain Layout
36304
36305
36306 \backslash
36307 vspace{4mm}
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \end_inset
36316
36317 .
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \begin_inset Index idx
36324 status collapsed
36325
36326 \begin_layout Plain Layout
36327 Packages ! upgreek
36328 \end_layout
36329
36330 \end_inset
36331
36332  that is loaded with the LaTeX-preamble line
36333 \end_layout
36334
36335 \begin_layout Standard
36336
36337 \series bold
36338
36339 \backslash
36340 usepackage{upgreek}
36341 \end_layout
36342
36343 \begin_layout Standard
36344 provides them.
36345  
36346 \begin_inset ERT
36347 status collapsed
36348
36349 \begin_layout Plain Layout
36350
36351
36352 \backslash
36353 ifupgreek 
36354 \end_layout
36355
36356 \end_inset
36357
36358
36359 \begin_inset Note Note
36360 status open
36361
36362 \begin_layout Plain Layout
36363 The following table will only be displayed when the LaTeX-package 
36364 \series bold
36365 upgreek
36366 \series default
36367  is installed:
36368 \end_layout
36369
36370 \end_inset
36371
36372  They are created when the command for a small Greek letters is started
36373  with 
36374 \series bold
36375 up
36376 \series default
36377 .
36378  For example the command 
36379 \series bold
36380
36381 \backslash
36382 uptau
36383 \series default
36384  creates this: 
36385 \begin_inset Formula $\uptau$
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 With these commands reactions of elementary particles can be typeset:
36393 \begin_inset Formula \[
36394 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36395
36396 \end_inset
36397
36398
36399 \end_layout
36400
36401 \begin_layout Standard
36402 The upright letters are more bold and wider than the italic ones.
36403  They should therefore not be used for units like 
36404 \begin_inset Quotes eld
36405 \end_inset
36406
36407 µm
36408 \begin_inset Quotes erd
36409 \end_inset
36410
36411 .
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420
36421 \backslash
36422 else 
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \begin_inset Note Note
36429 status open
36430
36431 \begin_layout Plain Layout
36432 The following will be displayed when the LaTeX-package 
36433 \series bold
36434 upgreek
36435 \series default
36436  is not installed:
36437 \end_layout
36438
36439 \end_inset
36440
36441
36442 \end_layout
36443
36444 \begin_layout Standard
36445 You need to install the LaTeX-package 
36446 \series bold
36447 upgreek
36448 \series default
36449  to see the rest of this subsection in the output.
36450 \end_layout
36451
36452 \begin_layout Standard
36453 \begin_inset ERT
36454 status collapsed
36455
36456 \begin_layout Plain Layout
36457
36458
36459 \backslash
36460 fi 
36461 \end_layout
36462
36463 \end_inset
36464
36465
36466 \end_layout
36467
36468 \begin_layout Subsection
36469 Text Characters in Formulas
36470 \begin_inset CommandInset label
36471 LatexCommand label
36472 name "sub:Text-Characters-in"
36473
36474 \end_inset
36475
36476
36477 \begin_inset Index idx
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481 Text ! in formulas
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 In some cases you might want to insert text characters directly into formulas.
36491  When for example the centered dot · is often used in formulas like 
36492 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36493 \end_inset
36494
36495 , one would have to insert the command 
36496 \series bold
36497
36498 \backslash
36499 cdot
36500 \series default
36501
36502 \begin_inset Foot
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506 see 
36507 \begin_inset CommandInset ref
36508 LatexCommand ref
36509 reference "sub:Binary-Operators"
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \end_inset
36517
36518  all the time, because this character is defined in all encodings as text
36519  character.
36520  But the encoding can be changed by this LaTeX-preamble line:
36521 \end_layout
36522
36523 \begin_layout Standard
36524
36525 \series bold
36526
36527 \backslash
36528 Declare Inputtext{183}{
36529 \backslash
36530 ifmmode
36531 \backslash
36532 cdot
36533 \backslash
36534 else
36535 \backslash
36536 textperiodcentered
36537 \backslash
36538 f\SpecialChar \textcompwordmark{}
36539 i}
36540 \end_layout
36541
36542 \begin_layout Standard
36543 The character encoding (menu 
36544 \family sans
36545 Document\SpecialChar \menuseparator
36546 Settings\SpecialChar \menuseparator
36547 Language
36548 \family default
36549 ) specifies what character appears when a keyboard key is pressed.
36550  When the key for the character '·' is pressed, internally the command 
36551 \series bold
36552
36553 \backslash
36554 textperiodcentered
36555 \series default
36556  is used.
36557  But this command is not available in a formula so that you would get LaTeX-erro
36558 rs.
36559  With the changed encoding the right command is chosen automatically, depending
36560  on if the character was inserted into a formula or not.
36561 \end_layout
36562
36563 \begin_layout Standard
36564 The encoding of several characters is saved in definition files.
36565  Fore example the encoding 
36566 \series bold
36567 latin9
36568 \series default
36569  is defined in the file 
36570 \series bold
36571 latin9.def
36572 \series default
36573  that is in the installation folder of LaTeX.
36574  Encodings should only be changed via the LaTeX-preamble and not in the
36575  definition files.
36576  Otherwise own documents could not be edited by other LyX users working
36577  on other computers.
36578 \end_layout
36579
36580 \begin_layout Standard
36581 \begin_inset VSpace medskip
36582 \end_inset
36583
36584 Besides the centered dot, in this document the degree sign ° is defined
36585  with the following LaTeX-preamble line so that it can directly be inserted
36586  to a formula:
36587 \end_layout
36588
36589 \begin_layout Standard
36590
36591 \series bold
36592
36593 \backslash
36594 DeclareInputtext{176}{
36595 \backslash
36596 ifmmode^
36597 \backslash
36598 circ
36599 \backslash
36600 else
36601 \backslash
36602 textdegree
36603 \backslash
36604 f\SpecialChar \textcompwordmark{}
36605 i}
36606 \end_layout
36607
36608 \begin_layout Standard
36609 \begin_inset Newpage newpage
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \begin_layout Section
36616 \start_of_appendix
36617 Typographic Advice
36618 \begin_inset Index idx
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622 Typographic advice
36623 \end_layout
36624
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \begin_layout Standard
36631 This section is a summary of the most important typographic rules, listed
36632  in ISO norms.
36633 \begin_inset Foot
36634 status collapsed
36635
36636 \begin_layout Plain Layout
36637 This collection was partly taken from the German semi-official dictionary
36638  called 
36639 \begin_inset Quotes eld
36640 \end_inset
36641
36642 Duden
36643 \begin_inset Quotes erd
36644 \end_inset
36645
36646  
36647 \begin_inset CommandInset citation
36648 LatexCommand cite
36649 key "Duden"
36650
36651 \end_inset
36652
36653  that lists some of the ISO rules.
36654  More rules are listed in 
36655 \begin_inset CommandInset citation
36656 LatexCommand cite
36657 key "Checklist"
36658
36659 \end_inset
36660
36661 .
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Itemize
36670 Physical units are 
36671 \emph on
36672 always
36673 \emph default
36674  set upright
36675 \begin_inset Foot
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 done with font styles, see 
36680 \begin_inset CommandInset ref
36681 LatexCommand ref
36682 reference "sub:Font-Styles"
36683
36684 \end_inset
36685
36686
36687 \end_layout
36688
36689 \end_inset
36690
36691 , no matter if they appear in italic text: 30
36692 \begin_inset space \thinspace{}
36693 \end_inset
36694
36695 km/h
36696 \begin_inset Newline newline
36697 \end_inset
36698
36699 Between the value and the unit is the smallest space, see 
36700 \begin_inset CommandInset ref
36701 LatexCommand ref
36702 reference "sub:Predefined-Space"
36703
36704 \end_inset
36705
36706 .
36707 \begin_inset Newline newline
36708 \end_inset
36709
36710 This convention is automatically fulfilled when the command 
36711 \series bold
36712
36713 \backslash
36714 unittwo
36715 \series default
36716  is used.
36717  When it is entered to a formula, two boxes appear.
36718  In the first one the value is inserted, in the second one the unit, and
36719  one gets as above: 
36720 \begin_inset Formula $\unit[30]{km/h}$
36721 \end_inset
36722
36723
36724 \begin_inset space \thinspace{}
36725 \end_inset
36726
36727 .
36728  Note that 
36729 \series bold
36730
36731 \backslash
36732 unittwo
36733 \series default
36734  is not a real LaTeX command but the command 
36735 \series bold
36736
36737 \backslash
36738 unit[value]{unit}
36739 \series default
36740 , therefore you cannot use it in TeX code.
36741 \end_layout
36742
36743 \begin_layout Itemize
36744 Percent and perthousand signs are set like physical units:
36745 \begin_inset Newline newline
36746 \end_inset
36747
36748 1,2
36749 \begin_inset space \thinspace{}
36750 \end_inset
36751
36752 ‰ alcohol in blood
36753 \end_layout
36754
36755 \begin_layout Itemize
36756 The degree sign follows directly on the value: 15°, but not when it is used
36757  in units: 15
36758 \begin_inset space \thinspace{}
36759 \end_inset
36760
36761 °C
36762 \end_layout
36763
36764 \begin_layout Itemize
36765 In numbers with more than four digits the smallest space is inserted before
36766  every third digit to group them: 
36767 \family roman
36768 \series medium
36769 \shape up
36770 \size normal
36771 \emph off
36772 \bar no
36773 \noun off
36774 \color none
36775 18
36776 \begin_inset space \thinspace{}
36777 \end_inset
36778
36779 473
36780 \begin_inset space \thinspace{}
36781 \end_inset
36782
36783 588
36784 \end_layout
36785
36786 \begin_layout Itemize
36787 For dimensions like 120×90×40
36788 \begin_inset space \thinspace{}
36789 \end_inset
36790
36791 cm the multiplication sign 
36792 \begin_inset Quotes eld
36793 \end_inset
36794
36795 ×
36796 \begin_inset Quotes erd
36797 \end_inset
36798
36799  is used.
36800  It is available either via the command 
36801 \series bold
36802
36803 \backslash
36804 times
36805 \series default
36806  or via the menu 
36807 \family sans
36808 Insert\SpecialChar \menuseparator
36809 Special Character\SpecialChar \menuseparator
36810 Symbols
36811 \family default
36812 .
36813 \end_layout
36814
36815 \begin_layout Itemize
36816 Functions with names consisting of several letters are set upright to avoid
36817  confusions, see 
36818 \begin_inset CommandInset ref
36819 LatexCommand ref
36820 reference "sub:Predefined-Functions"
36821
36822 \end_inset
36823
36824 .
36825 \end_layout
36826
36827 \begin_layout Itemize
36828 Indices consisting of several letters, are set upright: 
36829 \begin_inset Formula $E_{\mathrm{kin}}$
36830 \end_inset
36831
36832
36833 \begin_inset Newline newline
36834 \end_inset
36835
36836 Components of matrices are set italic: 
36837 \begin_inset Formula $\hat{H}_{kl}$
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \begin_layout Itemize
36844 The differentiation/integration operator 'd', the Euler's number 'e' and
36845  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36846  other variables.
36847 \end_layout
36848
36849 \begin_layout Itemize
36850 The character that denotes a 
36851 \noun on
36852 Fourier
36853 \noun default
36854  transformation is inserted either by the command 
36855 \series bold
36856
36857 \backslash
36858 mathscr
36859 \begin_inset ERT
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863
36864
36865 \backslash
36866 spce 
36867 \end_layout
36868
36869 \end_inset
36870
36871 F
36872 \series default
36873  or via the menu 
36874 \family sans
36875 Insert\SpecialChar \menuseparator
36876 Special Character\SpecialChar \menuseparator
36877 Symbols\SpecialChar \menuseparator
36878 Letterlike
36879 \begin_inset space ~
36880 \end_inset
36881
36882 Symbols
36883 \family default
36884
36885 \begin_inset Formula $\mathscr{F}$
36886 \end_inset
36887
36888
36889 \end_layout
36890
36891 \begin_layout Standard
36892 \begin_inset Newpage newpage
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \begin_layout Section
36899 Synonyms
36900 \begin_inset Index idx
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904 Synonyms
36905 \end_layout
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \begin_layout Standard
36913 Some characters and symbols can be created with several commands.
36914  Here is a list of the synonym commands:
36915 \end_layout
36916
36917 \begin_layout Standard
36918 \begin_inset VSpace bigskip
36919 \end_inset
36920
36921
36922 \begin_inset space \hfill{}
36923 \end_inset
36924
36925
36926 \begin_inset Tabular
36927 <lyxtabular version="3" rows="12" columns="2">
36928 <features tabularvalignment="middle">
36929 <column alignment="center" valignment="top" width="0pt">
36930 <column alignment="center" valignment="top" width="0pt">
36931 <row>
36932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936 Command
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945 equivalent to
36946 \begin_inset Note Note
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950
36951 \series bold
36952
36953 \backslash
36954 raisebox
36955 \series default
36956  is only used as spacer.
36957 \end_layout
36958
36959 \end_inset
36960
36961
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 <row>
36968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972
36973 \backslash
36974 ast
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36980 \begin_inset Text
36981
36982 \begin_layout Plain Layout
36983 \begin_inset ERT
36984 status collapsed
36985
36986 \begin_layout Plain Layout
36987
36988
36989 \backslash
36990 raisebox{-1.2mm}{
36991 \end_layout
36992
36993 \end_inset
36994
36995 *
36996 \begin_inset ERT
36997 status collapsed
36998
36999 \begin_layout Plain Layout
37000
37001 }
37002 \end_layout
37003
37004 \end_inset
37005
37006
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 </row>
37012 <row>
37013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37014 \begin_inset Text
37015
37016 \begin_layout Plain Layout
37017
37018 \backslash
37019 choose
37020 \end_layout
37021
37022 \end_inset
37023 </cell>
37024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37025 \begin_inset Text
37026
37027 \begin_layout Plain Layout
37028
37029 \backslash
37030 binom
37031 \end_layout
37032
37033 \end_inset
37034 </cell>
37035 </row>
37036 <row>
37037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37038 \begin_inset Text
37039
37040 \begin_layout Plain Layout
37041
37042 \backslash
37043 geq
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052
37053 \backslash
37054 ge
37055 \end_layout
37056
37057 \end_inset
37058 </cell>
37059 </row>
37060 <row>
37061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065
37066 \backslash
37067 lbrace
37068 \end_layout
37069
37070 \end_inset
37071 </cell>
37072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37073 \begin_inset Text
37074
37075 \begin_layout Plain Layout
37076 {
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 </row>
37082 <row>
37083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37084 \begin_inset Text
37085
37086 \begin_layout Plain Layout
37087
37088 \backslash
37089 lbracket
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 [
37099 \end_layout
37100
37101 \end_inset
37102 </cell>
37103 </row>
37104 <row>
37105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109
37110 \backslash
37111 leftarrow
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120
37121 \backslash
37122 gets
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135 leq
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 le
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157
37158 \backslash
37159 lor
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168
37169 \backslash
37170 vee
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181
37182 \backslash
37183 neq
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192
37193 \backslash
37194 not=
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 </row>
37200 <row>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 slash
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216 /
37217 \end_layout
37218
37219 \end_inset
37220 </cell>
37221 </row>
37222 <row>
37223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227
37228 \backslash
37229 vert
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37235 \begin_inset Text
37236
37237 \begin_layout Plain Layout
37238 |
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 </lyxtabular>
37245
37246 \end_inset
37247
37248
37249 \begin_inset space \hfill{}
37250 \end_inset
37251
37252
37253 \begin_inset Tabular
37254 <lyxtabular version="3" rows="12" columns="2">
37255 <features tabularvalignment="middle">
37256 <column alignment="center" valignment="top" width="0pt">
37257 <column alignment="center" valignment="top" width="0pt">
37258 <row>
37259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 Command
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 equivalent to
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 </row>
37278 <row>
37279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37280 \begin_inset Text
37281
37282 \begin_layout Plain Layout
37283
37284 \backslash
37285 backslash
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37291 \begin_inset Text
37292
37293 \begin_layout Plain Layout
37294
37295 \backslash
37296
37297 \backslash
37298
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 </row>
37304 <row>
37305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37306 \begin_inset Text
37307
37308 \begin_layout Plain Layout
37309
37310 \backslash
37311 dasharrow
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320
37321 \backslash
37322 dashrightarrow
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333
37334 \backslash
37335 land
37336 \end_layout
37337
37338 \end_inset
37339 </cell>
37340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 wedge
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 </row>
37352 <row>
37353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37354 \begin_inset Text
37355
37356 \begin_layout Plain Layout
37357
37358 \backslash
37359 rbrace
37360 \end_layout
37361
37362 \end_inset
37363 </cell>
37364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368 }
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 </row>
37374 <row>
37375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381 rbracket
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390 ]
37391 \end_layout
37392
37393 \end_inset
37394 </cell>
37395 </row>
37396 <row>
37397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401
37402 \backslash
37403 rightarrow
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412
37413 \backslash
37414 to
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 lnot
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 neg
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 ne
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460
37461 \backslash
37462 not=
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 </row>
37468 <row>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473
37474 \backslash
37475 owns
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484
37485 \backslash
37486 ni
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 </row>
37492 <row>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 square
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508
37509 \backslash
37510 Box
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 </row>
37516 <row>
37517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521
37522 \backslash
37523 Vert
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532
37533 \backslash
37534 |
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 </row>
37540 </lyxtabular>
37541
37542 \end_inset
37543
37544
37545 \begin_inset space \hfill{}
37546 \end_inset
37547
37548
37549 \end_layout
37550
37551 \begin_layout Standard
37552 \begin_inset Newpage newpage
37553 \end_inset
37554
37555
37556 \end_layout
37557
37558 \begin_layout Bibliography
37559 \labelwidthstring References
37560 \begin_inset CommandInset bibitem
37561 LatexCommand bibitem
37562 key "TLC2"
37563
37564 \end_inset
37565
37566
37567 \shape smallcaps
37568 Mittelbach, F.
37569  ; Goossens, M.
37570 \shape default
37571
37572 \shape italic
37573 The LaTeX Companion
37574 \shape default
37575 .
37576  Addison Wesley, 2004
37577 \end_layout
37578
37579 \begin_layout Bibliography
37580 \labelwidthstring References
37581 \begin_inset CommandInset bibitem
37582 LatexCommand bibitem
37583 key "Mathmode"
37584
37585 \end_inset
37586
37587
37588 \begin_inset CommandInset href
37589 LatexCommand href
37590 name "Description"
37591 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37592
37593 \end_inset
37594
37595  of LaTeX's math abilities
37596 \end_layout
37597
37598 \begin_layout Bibliography
37599 \labelwidthstring References
37600 \begin_inset CommandInset bibitem
37601 LatexCommand bibitem
37602 key "AMS"
37603
37604 \end_inset
37605
37606
37607 \begin_inset CommandInset href
37608 LatexCommand href
37609 name "Description"
37610 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37611
37612 \end_inset
37613
37614  of 
37615 \begin_inset ERT
37616 status collapsed
37617
37618 \begin_layout Plain Layout
37619
37620
37621 \backslash
37622 AmS
37623 \end_layout
37624
37625 \end_inset
37626
37627 -LaTeX
37628 \end_layout
37629
37630 \begin_layout Bibliography
37631 \labelwidthstring References
37632 \begin_inset CommandInset bibitem
37633 LatexCommand bibitem
37634 key "Symbols"
37635
37636 \end_inset
37637
37638
37639 \begin_inset CommandInset href
37640 LatexCommand href
37641 name "List"
37642 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37643
37644 \end_inset
37645
37646  of all symbols available with LaTeX-packages
37647 \end_layout
37648
37649 \begin_layout Bibliography
37650 \labelwidthstring References
37651 \begin_inset CommandInset bibitem
37652 LatexCommand bibitem
37653 key "hyperref"
37654
37655 \end_inset
37656
37657
37658 \begin_inset CommandInset href
37659 LatexCommand href
37660 name "Documentation"
37661 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37662
37663 \end_inset
37664
37665  of the LaTeX-package 
37666 \series bold
37667 hyperref
37668 \series default
37669
37670 \begin_inset Index idx
37671 status collapsed
37672
37673 \begin_layout Plain Layout
37674 Packages ! hyperref
37675 \end_layout
37676
37677 \end_inset
37678
37679
37680 \end_layout
37681
37682 \begin_layout Bibliography
37683 \labelwidthstring References
37684 \begin_inset CommandInset bibitem
37685 LatexCommand bibitem
37686 key "mhchem"
37687
37688 \end_inset
37689
37690
37691 \begin_inset CommandInset href
37692 LatexCommand href
37693 name "Documentation"
37694 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37695
37696 \end_inset
37697
37698  of the LaTeX-package 
37699 \series bold
37700 mhchem
37701 \series default
37702
37703 \begin_inset Index idx
37704 status collapsed
37705
37706 \begin_layout Plain Layout
37707 Packages ! mhchem
37708 \end_layout
37709
37710 \end_inset
37711
37712
37713 \end_layout
37714
37715 \begin_layout Bibliography
37716 \labelwidthstring References
37717 \begin_inset CommandInset bibitem
37718 LatexCommand bibitem
37719 key "Mathclap"
37720
37721 \end_inset
37722
37723
37724 \begin_inset CommandInset href
37725 LatexCommand href
37726 name "Description"
37727 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37728
37729 \end_inset
37730
37731  of the command 
37732 \series bold
37733
37734 \backslash
37735 mathclap
37736 \series default
37737 , described in 
37738 \begin_inset CommandInset ref
37739 LatexCommand ref
37740 reference "sub:Operator-Limits"
37741
37742 \end_inset
37743
37744
37745 \begin_inset Index idx
37746 status collapsed
37747
37748 \begin_layout Plain Layout
37749 Commands ! M ! 
37750 \backslash
37751 mathclap
37752 \end_layout
37753
37754 \end_inset
37755
37756
37757 \end_layout
37758
37759 \begin_layout Bibliography
37760 \labelwidthstring References
37761 \begin_inset CommandInset bibitem
37762 LatexCommand bibitem
37763 key "Duden"
37764
37765 \end_inset
37766
37767
37768 \emph on
37769 Duden Band 1
37770 \emph default
37771 .
37772  22.
37773  Auflage, Duden 2001
37774 \end_layout
37775
37776 \begin_layout Bibliography
37777 \labelwidthstring References
37778 \begin_inset CommandInset bibitem
37779 LatexCommand bibitem
37780 key "Checklist"
37781
37782 \end_inset
37783
37784
37785 \begin_inset CommandInset href
37786 LatexCommand href
37787 name "Check list"
37788 target "http://physics.nist.gov/Document/checklist.pdf"
37789
37790 \end_inset
37791
37792  for reviewing manuscripts
37793 \end_layout
37794
37795 \begin_layout Standard
37796 \begin_inset CommandInset index_print
37797 LatexCommand printindex
37798 type "idx"
37799
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \end_body
37806 \end_document