]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Default font for an InsetLayout should be to inherit everything.
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % To be able to enter the character ° and · directly in LyX,
34 % see sec. 22.11
35 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
36 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
37
38 % increase link area for cross-references and autoname them,
39 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
40 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
41 \addto\extrasenglish{%
42  \renewcommand*{\equationautorefname}[1]{}
43  \renewcommand{\sectionautorefname}{sec.\negthinspace}
44  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
45  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
46 }
47
48 % don't load packages twice
49 % see first footnote in sec. 9.3
50 \@ifundefined{textcolor}{\usepackage{color}}{}
51
52 % the pages of the TOC are numbered roman
53 % and a PDF-bookmark for the TOC is added
54 \pagenumbering{roman}
55 \let\myTOC\tableofcontents
56 \renewcommand{\tableofcontents}{%
57  \vspace{1cm}
58  \pdfbookmark[1]{\contentsname}{}
59  \myTOC
60  \cleardoublepage
61  \pagenumbering{arabic}}
62
63 % insert additional vertical space of 1.5 mm between footnotes,
64 \let\myFoot\footnote
65 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
66
67 % provides caption formatting
68 \setkomafont{captionlabel}{\bfseries}
69
70 % used in sec. 24.5
71 \usepackage[samesize]{cancel}
72
73 % enables calculation of values
74 \usepackage{calc}
75
76 % for multiple columns used in sec. 24.7
77 \usepackage{multicol}
78
79 % needed in sec. 19.4
80 \usepackage{remreset}
81
82 % for the Fourier transformation symbol
83 \usepackage{mathrsfs}
84
85 % define a color, used in sec.9.3
86 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
87
88 % declare operators (see sec. 10.4 and sec. 15.2)
89 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
90 \DeclareMathOperator{\sgn}{sgn}
91
92 \newcommand{\spce}{\textvisiblespace}
93
94 % example definitions for sec. 20.1 
95 \newcommand{\gr}{\Longrightarrow}
96 \newcommand{\us}[1]{\underline{#1}}
97 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
98 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
99 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
100
101 % example macro from sec. 19.4
102 %\def\tagform@#1{\maketag@@@{|#1|}}
103
104 % macro from sec. 10.2
105 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
106 \def\mathclap {\mathpalette \mathclapinternal}
107 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
108
109
110 % ------------------------------------
111 % used to check for needed LaTeX packages
112 \usepackage{ifthen}
113
114 % check for package eurosym
115 % used for the Euro symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % check for package braket
123 % used for physical vectors
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % check for package cancel
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % check for package upgreek
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143 \end_preamble
144 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
145 \use_default_options false
146 \maintain_unincluded_children false
147 \language english
148 \language_package default
149 \inputencoding auto
150 \fontencoding global
151 \font_roman default
152 \font_sans default
153 \font_typewriter default
154 \font_default_family default
155 \use_non_tex_fonts false
156 \font_sc false
157 \font_osf false
158 \font_sf_scale 100
159 \font_tt_scale 100
160
161 \graphics default
162 \default_output_format default
163 \output_sync 0
164 \bibtex_command default
165 \index_command default
166 \paperfontsize 12
167 \spacing single
168 \use_hyperref true
169 \pdf_title "LyX's Math Manual"
170 \pdf_author "LyX Team, Uwe Stöhr"
171 \pdf_subject "LyX-documentation about math"
172 \pdf_keywords "LyX, Mathed"
173 \pdf_bookmarks true
174 \pdf_bookmarksnumbered true
175 \pdf_bookmarksopen true
176 \pdf_bookmarksopenlevel 1
177 \pdf_breaklinks false
178 \pdf_pdfborder false
179 \pdf_colorlinks true
180 \pdf_backref false
181 \pdf_pdfusetitle false
182 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
183 \papersize a4paper
184 \use_geometry false
185 \use_amsmath 2
186 \use_esint 1
187 \use_mhchem 1
188 \use_mathdots 1
189 \cite_engine basic
190 \use_bibtopic false
191 \use_indices false
192 \paperorientation portrait
193 \suppress_date false
194 \use_refstyle 0
195 \notefontcolor #0000ff
196 \index Index
197 \shortcut idx
198 \color #008000
199 \end_index
200 \secnumdepth 4
201 \tocdepth 3
202 \paragraph_separation skip
203 \defskip medskip
204 \quotes_language english
205 \papercolumns 1
206 \papersides 2
207 \paperpagestyle plain
208 \bullet 1 0 6 -1
209 \bullet 2 2 35 -1
210 \bullet 3 2 7 -1
211 \tracking_changes false
212 \output_changes false
213 \html_math_output 0
214 \html_css_as_file 0
215 \html_be_strict false
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 LyX's detailed Math manual
222 \end_layout
223
224 \begin_layout Author
225 by the LyX Team
226 \begin_inset Foot
227 status collapsed
228
229 \begin_layout Plain Layout
230 \noindent
231 If you have comments or error corrections, please send them to the LyX Documenta
232 tion mailing list: 
233 \family typewriter
234
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 2.0.x
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export this document to PDF, PS or DVI the LaTeX-packages 
286 \series bold
287 braket, cancel, eurosym, mathdots, mhchem
288 \series default
289  and 
290 \series bold
291 was
292 \series default
293  should be installed.
294  If they are not installed the document can be exported anyway but the sections
295  where the packages are required will not appear in the output.
296  An exception is 
297 \series bold
298 mhchem
299 \series default
300 ; if it is not installed, this file cannot be exported.
301 \end_layout
302
303 \begin_layout Plain Layout
304 The latest PDF-version of this document can be found here:
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \series bold
310 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
311 \end_layout
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Newpage newpage
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Section
326 Introduction
327 \end_layout
328
329 \begin_layout Standard
330 This document explains LyX's math features and is furthermore a collection
331  of LaTeX-commands used for mathematical characters and constructs.
332  The explanations are designed for the usage of commands.
333  It is therefore required that you have read the section 
334 \family typewriter
335 Mathematical
336 \begin_inset space ~
337 \end_inset
338
339 Formulas
340 \family default
341  of the User's Guide.
342 \end_layout
343
344 \begin_layout Standard
345 Most of the characters and many constructs explained in this manual are
346  also accessible via the menu 
347 \family sans
348 Insert
349 \series bold
350 \SpecialChar \menuseparator
351
352 \series default
353 Math
354 \family default
355  or the 
356 \family sans
357 math
358 \family default
359 \series bold
360  
361 \family sans
362 \series default
363 toolbar
364 \family default
365 .
366  But everybody who has to write lots of formulas will notice that it is
367  much faster to use commands instead of the math toolbar.
368  Therefore this manual is focused on commands but also mentions the correspondin
369 g toolbar buttons when available.
370 \end_layout
371
372 \begin_layout Standard
373 If not specially mentioned the commands are only available within formulas.
374  To be able to use all commands explained in this document, the option 
375 \family sans
376 Use AMS math package
377 \family default
378  must be checked in the document settings (menu 
379 \family sans
380 Document\SpecialChar \menuseparator
381 Settings\SpecialChar \menuseparator
382 Math
383 \begin_inset space ~
384 \end_inset
385
386 Options
387 \family default
388 ).
389 \begin_inset Foot
390 status collapsed
391
392 \begin_layout Plain Layout
393 The option 
394 \family sans
395 Use AMS math package automatically
396 \family default
397  only uses 
398 \begin_inset ERT
399 status collapsed
400
401 \begin_layout Plain Layout
402
403
404 \backslash
405 AmS 
406 \end_layout
407
408 \end_inset
409
410 -math when math constructs are found that are supported by LyX.
411 \end_layout
412
413 \end_inset
414
415
416 \end_layout
417
418 \begin_layout Standard
419 This document doesn't list all 
420 \begin_inset ERT
421 status collapsed
422
423 \begin_layout Plain Layout
424
425
426 \backslash
427 AmS 
428 \end_layout
429
430 \end_inset
431
432 -math commands
433 \begin_inset Foot
434 status collapsed
435
436 \begin_layout Plain Layout
437 A list with all 
438 \begin_inset ERT
439 status collapsed
440
441 \begin_layout Plain Layout
442
443
444 \backslash
445 AmS
446 \end_layout
447
448 \end_inset
449
450 -math commands is in the file 
451 \family sans
452
453 \begin_inset CommandInset href
454 LatexCommand href
455 name "amsguide.ps"
456 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
457
458 \end_inset
459
460
461 \family default
462 , which is part of every LaTeX standard installation.
463 \end_layout
464
465 \end_inset
466
467  for lucidity reasons.
468 \end_layout
469
470 \begin_layout Section
471 General Instructions
472 \end_layout
473
474 \begin_layout Standard
475 To create an inline formula
476 \begin_inset Index idx
477 status collapsed
478
479 \begin_layout Plain Layout
480 Formula ! inline
481 \end_layout
482
483 \end_inset
484
485  that is embedded into a text line, use one of the shortcuts 
486 \begin_inset Info
487 type  "shortcuts"
488 arg   "math-mode"
489 \end_inset
490
491  or the toolbar button 
492 \begin_inset Graphics
493         filename ../images/math-mode.png
494         scale 85
495
496 \end_inset
497
498 .
499 \begin_inset Newline newline
500 \end_inset
501
502 To create a display style formula
503 \begin_inset Index idx
504 status collapsed
505
506 \begin_layout Plain Layout
507 Formula ! display style
508 \end_layout
509
510 \end_inset
511
512  which will appear bigger, has a different format, and will be in a separate
513  paragraph, use one of these shortcuts: 
514 \begin_inset Info
515 type  "shortcuts"
516 arg   "math-display"
517 \end_inset
518
519 .
520 \end_layout
521
522 \begin_layout Standard
523 To change a display style formula to an inline formula, set the cursor into
524  the formula and use one of the shortcuts 
525 \begin_inset Info
526 type  "shortcuts"
527 arg   "math-mode"
528 \end_inset
529
530  or the menu 
531 \family sans
532 Edit\SpecialChar \menuseparator
533 Math\SpecialChar \menuseparator
534 Change formula type
535 \family default
536 .
537  The same way is used to change an inline formula to a display style formula.
538 \end_layout
539
540 \begin_layout Standard
541 To display parts of an inline formula in the size of a display style formula,
542  enter the command 
543 \series bold
544
545 \backslash
546 displaystyle
547 \series default
548
549 \begin_inset Index idx
550 status collapsed
551
552 \begin_layout Plain Layout
553 Commands ! D ! 
554 \backslash
555 displaystyle
556 \end_layout
557
558 \end_inset
559
560  to a formula.
561  Then a new blue box appears in which the desired formula part is inserted.
562 \end_layout
563
564 \begin_layout Standard
565 Only inline formulas are allowed inside tables.
566 \end_layout
567
568 \begin_layout Standard
569 The 
570 \family sans
571 math toolbar
572 \family default
573  can be turned on in the menu 
574 \family sans
575 View\SpecialChar \menuseparator
576 Toolbars
577 \family default
578 .
579  When you click there on 
580 \begin_inset Quotes eld
581 \end_inset
582
583 Math
584 \begin_inset Quotes erd
585 \end_inset
586
587  the toolbar will be shown permanently at the bottom; this state is visualized
588  in the 
589 \family sans
590 Toolbars
591 \family default
592  menu with a checkmark.
593  When you click in this state again on 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Math
598 \begin_inset Quotes erd
599 \end_inset
600
601  in the 
602 \family sans
603 Toolbars
604 \family default
605  menu, the 
606 \family sans
607 math toolbar
608 \family default
609  is only shown when the cursor is within a formula; this state is visualized
610  by the renaming of the menu entry from 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Math
615 \begin_inset Quotes erd
616 \end_inset
617
618  to 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Math
623 \begin_inset space ~
624 \end_inset
625
626 (auto)
627 \begin_inset Quotes erd
628 \end_inset
629
630 .
631 \end_layout
632
633 \begin_layout Standard
634 The TeX-mode
635 \begin_inset Index idx
636 status collapsed
637
638 \begin_layout Plain Layout
639 T@TeX-mode
640 \end_layout
641
642 \end_inset
643
644  is invoked by pressing the toolbar button 
645 \begin_inset Graphics
646         filename ../images/ert-insert.png
647         scale 85
648
649 \end_inset
650
651  or by using the menu 
652 \family sans
653 Insert\SpecialChar \menuseparator
654 Te
655 \begin_inset ERT
656 status collapsed
657
658 \begin_layout Plain Layout
659
660 {}
661 \end_layout
662
663 \end_inset
664
665 X Code
666 \family default
667  (shortcut 
668 \begin_inset Info
669 type  "shortcut"
670 arg   "ert-insert"
671 \end_inset
672
673 ).
674 \begin_inset Note Note
675 status collapsed
676
677 \begin_layout Plain Layout
678 In LyX there are three 
679 \begin_inset Quotes eld
680 \end_inset
681
682 proper names
683 \begin_inset Quotes erd
684 \end_inset
685
686  that appear in the output with sub- and superscript letters: TeX, LaTeX
687  and LyX
688 \end_layout
689
690 \begin_layout Plain Layout
691 To avoid that these names are recognized as proper names, a TeX-brace pair
692  is inserted.
693 \end_layout
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 To change the LaTeX-preamble
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 L@LaTeX-preamble
707 \end_layout
708
709 \end_inset
710
711 , use the menu 
712 \family sans
713 Document\SpecialChar \menuseparator
714 Settings\SpecialChar \menuseparator
715 LaT
716 \begin_inset ERT
717 status collapsed
718
719 \begin_layout Plain Layout
720
721 {}
722 \end_layout
723
724 \end_inset
725
726 eX
727 \family default
728  
729 \family sans
730 Preamble
731 \family default
732 .
733 \end_layout
734
735 \begin_layout Standard
736 To edit matrices, case differentiations and multiline formulas subsequently,
737  use the menus 
738 \family sans
739 Edit\SpecialChar \menuseparator
740 Math
741 \family default
742  and 
743 \family sans
744 Edit\SpecialChar \menuseparator
745 Rows
746 \begin_inset space \thinspace{}
747 \end_inset
748
749 &
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 Columns,
754 \family default
755  or the 
756 \family sans
757 table toolbar
758 \family default
759 .
760  When lines and columns are swapped via the menu, the column or line where
761  the cursor is in is exchanged with the column to the right or the line
762  below, respectively.
763  Is the cursor in the last column or row, the exchange is done with the
764  column to the left or the line above.
765 \end_layout
766
767 \begin_layout Standard
768 To write text in formulas
769 \begin_inset Foot
770 status collapsed
771
772 \begin_layout Plain Layout
773 For multiline formulas the command 
774 \series bold
775
776 \backslash
777 intertext
778 \series default
779  is used, see 
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "sub:Text-in-multiline"
783
784 \end_inset
785
786 .
787 \end_layout
788
789 \end_inset
790
791  
792 \emph on
793 mathematical text
794 \emph default
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Text ! in formulas
801 \end_layout
802
803 \end_inset
804
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Mathematical text
811 \end_layout
812
813 \end_inset
814
815  is used.
816  This mode is invoked with the shortcut 
817 \begin_inset Info
818 type  "shortcut"
819 arg   "font-default"
820 \end_inset
821
822  or by the insertion of the command 
823 \series bold
824
825 \backslash
826 text
827 \series default
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Commands ! T ! 
834 \backslash
835 text
836 \end_layout
837
838 \end_inset
839
840 .
841  The text appears black in LyX and can therefore be distinguished from the
842  other formula parts which appear blue.
843  In the output mathematical text is set upright, in contrary to other formula
844  parts.
845 \end_layout
846
847 \begin_layout Subsection*
848 Command Scheme
849 \end_layout
850
851 \begin_layout Standard
852 Most of the LaTeX-commands for math constructs have the following scheme:
853 \end_layout
854
855 \begin_layout Standard
856
857 \series bold
858
859 \backslash
860 commandname[optional
861 \series default
862  
863 \series bold
864 argument]{required
865 \series default
866  
867 \series bold
868 argument}
869 \end_layout
870
871 \begin_layout Standard
872 A command always starts with a backslash 
873 \begin_inset Quotes gld
874 \end_inset
875
876
877 \series bold
878
879 \backslash
880
881 \series default
882
883 \begin_inset Quotes grd
884 \end_inset
885
886 .
887  To omit optional arguments, also omit the associated brackets.
888  The braces around the required arguments are named in this document as
889  TeX-braces
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 T@TeX-braces
895 \end_layout
896
897 \end_inset
898
899 .
900  If you add in a formula a left brace to a command name, LyX automatically
901  creates a TeX-brace.
902  In all other cases TeX-braces are created in formulas with the command
903  
904 \series bold
905
906 \backslash
907 {
908 \series default
909 .
910  TeX-braces appear red in LyX, in contrary to normal braces which appear
911  blue.
912  In TeX-mode no command is needed to get TeX-braces.
913  TeX-braces don't appear in the output.
914 \end_layout
915
916 \begin_layout Standard
917 When commands without arguments, like commands for symbols are entered in
918  TeX-mode, a space character must 
919 \emph on
920 always
921 \emph default
922  be behind the command to end it.
923  This space doesn't appear in the output.
924  When the space should appear in the output, the space must be followed
925  by a protected space in normal text.
926 \end_layout
927
928 \begin_layout Standard
929 A protected space is inserted with 
930 \begin_inset Info
931 type  "shortcuts"
932 arg   "command-alternatives space-insert protected ; math-space"
933 \end_inset
934
935 .
936 \end_layout
937
938 \begin_layout Subsection*
939 \begin_inset Newpage newpage
940 \end_inset
941
942 Syntax Explanation
943 \end_layout
944
945 \begin_layout Itemize
946 The symbol
947 \begin_inset Foot
948 status collapsed
949
950 \begin_layout Plain Layout
951 This visible space character can be created with the command 
952 \series bold
953
954 \backslash
955 textvisiblespace
956 \series default
957
958 \begin_inset Index idx
959 status collapsed
960
961 \begin_layout Plain Layout
962 Commands ! T ! 
963 \backslash
964 textvisiblespace
965 \end_layout
966
967 \end_inset
968
969 , inserted in TeX-mode.
970 \end_layout
971
972 \end_inset
973
974  
975 \begin_inset ERT
976 status collapsed
977
978 \begin_layout Plain Layout
979
980
981 \backslash
982 spce 
983 \end_layout
984
985 \end_inset
986
987
988 \begin_inset space ~
989 \end_inset
990
991 denotes a space character to be input.
992 \end_layout
993
994 \begin_layout Itemize
995 An arrow like 
996 \begin_inset Formula $\to$
997 \end_inset
998
999  denotes the usage of the corresponding arrow key on the keyboard.
1000  The 
1001 \family sans
1002 Tab
1003 \family default
1004  key can often be used instead of 
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  and 
1009 \begin_inset Formula $\downarrow$
1010 \end_inset
1011
1012 , and 
1013 \family sans
1014 Shift+Tab
1015 \family default
1016  instead of 
1017 \begin_inset Formula $\leftarrow$
1018 \end_inset
1019
1020  and 
1021 \begin_inset Formula $\uparrow$
1022 \end_inset
1023
1024 .
1025 \end_layout
1026
1027 \begin_layout Subsection*
1028 Available units
1029 \end_layout
1030
1031 \begin_layout Standard
1032 \align center
1033 \begin_inset Float table
1034 placement H
1035 wide false
1036 sideways false
1037 status open
1038
1039 \begin_layout Plain Layout
1040 \align center
1041 \begin_inset Caption
1042
1043 \begin_layout Plain Layout
1044 \begin_inset CommandInset label
1045 LatexCommand label
1046 name "tab:Available-units"
1047
1048 \end_inset
1049
1050 Available units
1051 \end_layout
1052
1053 \end_inset
1054
1055
1056 \end_layout
1057
1058 \begin_layout Plain Layout
1059 \align center
1060 \begin_inset Tabular
1061 <lyxtabular version="3" rows="13" columns="2">
1062 <features tabularvalignment="middle">
1063 <column alignment="center" valignment="top" width="0">
1064 <column alignment="center" valignment="top" width="0">
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Unit
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 Name / Description
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 </row>
1085 <row>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 mm
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 Millimeter
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 cm
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 Centimeter
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 in
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 Inch (1
1140 \begin_inset space \thinspace{}
1141 \end_inset
1142
1143 in = 2,54
1144 \begin_inset space \thinspace{}
1145 \end_inset
1146
1147 cm)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 pt
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 Point (72.27
1168 \begin_inset space \thinspace{}
1169 \end_inset
1170
1171 pt = 1
1172 \begin_inset space \thinspace{}
1173 \end_inset
1174
1175 in)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 pc
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 Pica (1
1196 \begin_inset space \thinspace{}
1197 \end_inset
1198
1199 pc = 12
1200 \begin_inset space \thinspace{}
1201 \end_inset
1202
1203 pt)
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 </row>
1209 <row>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 sp
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 scaled point (65536
1224 \begin_inset space \thinspace{}
1225 \end_inset
1226
1227 sp = 1
1228 \begin_inset space \thinspace{}
1229 \end_inset
1230
1231 pt)
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 bp
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 big point (72
1252 \begin_inset space \thinspace{}
1253 \end_inset
1254
1255 bp = 1
1256 \begin_inset space \thinspace{}
1257 \end_inset
1258
1259 in)
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 </row>
1265 <row>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 dd
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 Didot (1
1280 \begin_inset space \thinspace{}
1281 \end_inset
1282
1283 dd 
1284 \begin_inset Formula $\approx$
1285 \end_inset
1286
1287  0.376
1288 \begin_inset space \thinspace{}
1289 \end_inset
1290
1291 mm)
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 </row>
1297 <row>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 cc
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 Cicero (1
1312 \begin_inset space \thinspace{}
1313 \end_inset
1314
1315 cc = 12
1316 \begin_inset space \thinspace{}
1317 \end_inset
1318
1319 dd)
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 ex
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 Height of letter 
1340 \emph on
1341
1342 \begin_inset Quotes eld
1343 \end_inset
1344
1345 x
1346 \emph default
1347
1348 \begin_inset Quotes erd
1349 \end_inset
1350
1351  in the current font
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 </row>
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 em
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 width of letter 
1372 \begin_inset Quotes eld
1373 \end_inset
1374
1375
1376 \emph on
1377 M
1378 \emph default
1379
1380 \begin_inset Quotes erd
1381 \end_inset
1382
1383  in the current font
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 </row>
1389 <row>
1390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1391 \begin_inset Text
1392
1393 \begin_layout Plain Layout
1394 mu
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1400 \begin_inset Text
1401
1402 \begin_layout Plain Layout
1403 math unit (1
1404 \begin_inset space \thinspace{}
1405 \end_inset
1406
1407 mu = 
1408 \begin_inset Formula $\nicefrac{1}{18}$
1409 \end_inset
1410
1411
1412 \begin_inset space \thinspace{}
1413 \end_inset
1414
1415 em)
1416 \end_layout
1417
1418 \end_inset
1419 </cell>
1420 </row>
1421 </lyxtabular>
1422
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \end_inset
1429
1430
1431 \end_layout
1432
1433 \begin_layout Standard
1434 \begin_inset Newpage newpage
1435 \end_inset
1436
1437
1438 \end_layout
1439
1440 \begin_layout Section
1441 Basic Functions
1442 \end_layout
1443
1444 \begin_layout Subsection
1445 Exponents
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 Exponents
1451 \end_layout
1452
1453 \end_inset
1454
1455  and Indices
1456 \begin_inset Index idx
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460 Indices
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \begin_inset Index idx
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470 Superscripts|see
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 {
1477 \end_layout
1478
1479 \end_inset
1480
1481 Exponents
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 }
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \begin_inset Index idx
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502 Subscripts|see
1503 \begin_inset ERT
1504 status collapsed
1505
1506 \begin_layout Plain Layout
1507
1508 {
1509 \end_layout
1510
1511 \end_inset
1512
1513 Indices
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 }
1520 \end_layout
1521
1522 \end_inset
1523
1524
1525 \end_layout
1526
1527 \end_inset
1528
1529
1530 \end_layout
1531
1532 \begin_layout Standard
1533 Indices are created with an underscore 
1534 \begin_inset Quotes eld
1535 \end_inset
1536
1537 _
1538 \begin_inset Quotes erd
1539 \end_inset
1540
1541  or via the math toolbar button 
1542 \begin_inset Graphics
1543         filename ../images/math-subscript.png
1544         scale 85
1545
1546 \end_inset
1547
1548 , exponents with a caret 
1549 \begin_inset Quotes eld
1550 \end_inset
1551
1552 ^
1553 \begin_inset Quotes erd
1554 \end_inset
1555
1556  or via the math toolbar button 
1557 \begin_inset Graphics
1558         filename ../images/math-superscript.png
1559         scale 85
1560
1561 \end_inset
1562
1563 .
1564 \end_layout
1565
1566 \begin_layout Standard
1567 \align center
1568 \begin_inset Tabular
1569 <lyxtabular version="3" rows="4" columns="2">
1570 <features tabularvalignment="middle">
1571 <column alignment="center" valignment="top" width="0pt">
1572 <column alignment="center" valignment="top" width="0pt">
1573 <row>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 command
1579 \end_layout
1580
1581 \end_inset
1582 </cell>
1583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1584 \begin_inset Text
1585
1586 \begin_layout Plain Layout
1587 Result
1588 \begin_inset Note Note
1589 status collapsed
1590
1591 \begin_layout Plain Layout
1592
1593 \series bold
1594
1595 \backslash
1596 raisebox
1597 \series default
1598  is only used as spacer.
1599 \end_layout
1600
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 B_V
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1620 \begin_inset Text
1621
1622 \begin_layout Plain Layout
1623 \begin_inset Formula $B_{V}$
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 </row>
1632 <row>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 B^V
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1643 \begin_inset Text
1644
1645 \begin_layout Plain Layout
1646 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 </row>
1655 <row>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660 B^
1661 \begin_inset ERT
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665
1666
1667 \backslash
1668 spce 
1669 \end_layout
1670
1671 \end_inset
1672
1673 A
1674 \end_layout
1675
1676 \end_inset
1677 </cell>
1678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1679 \begin_inset Text
1680
1681 \begin_layout Plain Layout
1682 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \end_inset
1689 </cell>
1690 </row>
1691 </lyxtabular>
1692
1693 \end_inset
1694
1695
1696 \end_layout
1697
1698 \begin_layout Standard
1699 As the caret is in some languages an accent, vowels will be accentuated
1700  in this case and not set as exponents
1701 \begin_inset Foot
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Depending on the used keyboard settings this can also happen for characters
1706  other than vowels.
1707 \end_layout
1708
1709 \end_inset
1710
1711 .
1712  To get exponents in this case, press 
1713 \family sans
1714 Space
1715 \family default
1716  after the caret as in the last example.
1717 \end_layout
1718
1719 \begin_layout Subsection
1720 Fractions
1721 \begin_inset CommandInset label
1722 LatexCommand label
1723 name "sub:Fractions"
1724
1725 \end_inset
1726
1727
1728 \begin_inset Index idx
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732 Fractions
1733 \end_layout
1734
1735 \end_inset
1736
1737
1738 \end_layout
1739
1740 \begin_layout Standard
1741 Fractions are generated with the command 
1742 \series bold
1743
1744 \backslash
1745 frac
1746 \series default
1747
1748 \begin_inset Index idx
1749 status collapsed
1750
1751 \begin_layout Plain Layout
1752 Commands ! F ! 
1753 \backslash
1754 frac
1755 \end_layout
1756
1757 \end_inset
1758
1759  or via the math toolbar button 
1760 \begin_inset Graphics
1761         filename ../images/math/frac.png
1762         scale 50
1763
1764 \end_inset
1765
1766 .
1767  The font size is adjusted automatically, depending on whether the fraction
1768  is in an inline or display style formula.
1769  With the math toolbar button 
1770 \begin_inset Graphics
1771         filename ../images/math/frac-square.png
1772         scale 85
1773
1774 \end_inset
1775
1776  you can select different fraction types.
1777 \end_layout
1778
1779 \begin_layout Standard
1780 With the command 
1781 \series bold
1782
1783 \backslash
1784 dfrac
1785 \series default
1786
1787 \begin_inset Index idx
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 Commands ! D ! 
1792 \backslash
1793 dfrac
1794 \end_layout
1795
1796 \end_inset
1797
1798  a fraction can be created that always has the size of a display style formula.
1799  With 
1800 \series bold
1801
1802 \backslash
1803 tfrac
1804 \series default
1805
1806 \begin_inset Index idx
1807 status collapsed
1808
1809 \begin_layout Plain Layout
1810 Commands ! T ! 
1811 \backslash
1812 tfrac
1813 \end_layout
1814
1815 \end_inset
1816
1817  the fraction appears always with the size of an inline formula.
1818  An example:
1819 \end_layout
1820
1821 \begin_layout Standard
1822 A line with the fraction 
1823 \begin_inset Formula $\frac{1}{2}$
1824 \end_inset
1825
1826  that was created with the command 
1827 \series bold
1828
1829 \backslash
1830 frac
1831 \series default
1832 .
1833 \end_layout
1834
1835 \begin_layout Standard
1836 A line with the fraction 
1837 \begin_inset Formula $\dfrac{1}{2}$
1838 \end_inset
1839
1840  that was created with the command 
1841 \series bold
1842
1843 \backslash
1844 dfrac
1845 \series default
1846 .
1847 \end_layout
1848
1849 \begin_layout Standard
1850 \align center
1851 \begin_inset Tabular
1852 <lyxtabular version="3" rows="4" columns="2">
1853 <features tabularvalignment="middle">
1854 <column alignment="center" valignment="top" width="0pt">
1855 <column alignment="center" valignment="top" width="0pt">
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 Command
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870 Result
1871 \begin_inset Note Note
1872 status collapsed
1873
1874 \begin_layout Plain Layout
1875
1876 \series bold
1877
1878 \backslash
1879 raisebox
1880 \series default
1881  is only used as spacer.
1882 \end_layout
1883
1884 \end_inset
1885
1886
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 </row>
1892 <row>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897
1898 \backslash
1899 frac
1900 \begin_inset ERT
1901 status collapsed
1902
1903 \begin_layout Plain Layout
1904
1905
1906 \backslash
1907 spce 
1908 \end_layout
1909
1910 \end_inset
1911
1912 A
1913 \begin_inset Formula $\downarrow$
1914 \end_inset
1915
1916 B
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1922 \begin_inset Text
1923
1924 \begin_layout Plain Layout
1925 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 </row>
1934 <row>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \backslash
1941 dfrac
1942 \begin_inset ERT
1943 status collapsed
1944
1945 \begin_layout Plain Layout
1946
1947
1948 \backslash
1949 spce 
1950 \end_layout
1951
1952 \end_inset
1953
1954 A
1955 \begin_inset Formula $\downarrow$
1956 \end_inset
1957
1958 B
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 </row>
1976 <row>
1977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1978 \begin_inset Text
1979
1980 \begin_layout Plain Layout
1981
1982 \backslash
1983 dfrac
1984 \begin_inset ERT
1985 status collapsed
1986
1987 \begin_layout Plain Layout
1988
1989
1990 \backslash
1991 spce 
1992 \end_layout
1993
1994 \end_inset
1995
1996 e^
1997 \backslash
1998 frac
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004
2005 \backslash
2006 spce 
2007 \end_layout
2008
2009 \end_inset
2010
2011 1
2012 \begin_inset Formula $\downarrow$
2013 \end_inset
2014
2015 2
2016 \begin_inset Formula $\downarrow\downarrow$
2017 \end_inset
2018
2019 3
2020 \end_layout
2021
2022 \end_inset
2023 </cell>
2024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2025 \begin_inset Text
2026
2027 \begin_layout Plain Layout
2028 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2029 \end_inset
2030
2031
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 </row>
2037 </lyxtabular>
2038
2039 \end_inset
2040
2041
2042 \end_layout
2043
2044 \begin_layout Standard
2045 \begin_inset VSpace bigskip
2046 \end_inset
2047
2048
2049 \begin_inset Newpage newpage
2050 \end_inset
2051
2052 For nested fractions the command 
2053 \series bold
2054
2055 \backslash
2056 cfrac
2057 \series default
2058
2059 \begin_inset Index idx
2060 status collapsed
2061
2062 \begin_layout Plain Layout
2063 Commands ! C ! 
2064 \backslash
2065 cfrac
2066 \end_layout
2067
2068 \end_inset
2069
2070  can be used.
2071  Here is an example:
2072 \begin_inset VSpace -3mm
2073 \end_inset
2074
2075
2076 \end_layout
2077
2078 \begin_layout Standard
2079 \begin_inset Formula 
2080 \begin{align*}
2081 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2082 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2083 \end{align*}
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 The command for the example above is:
2092 \end_layout
2093
2094 \begin_layout Standard
2095
2096 \series bold
2097
2098 \backslash
2099 cfrac
2100 \begin_inset ERT
2101 status collapsed
2102
2103 \begin_layout Plain Layout
2104
2105
2106 \backslash
2107 spce 
2108 \end_layout
2109
2110 \end_inset
2111
2112 A
2113 \begin_inset Formula $\downarrow$
2114 \end_inset
2115
2116 B+
2117 \backslash
2118 cfrac
2119 \begin_inset ERT
2120 status collapsed
2121
2122 \begin_layout Plain Layout
2123
2124
2125 \backslash
2126 spce 
2127 \end_layout
2128
2129 \end_inset
2130
2131 C+
2132 \backslash
2133 cfrac
2134 \begin_inset ERT
2135 status collapsed
2136
2137 \begin_layout Plain Layout
2138
2139
2140 \backslash
2141 spce 
2142 \end_layout
2143
2144 \end_inset
2145
2146 E
2147 \begin_inset Formula $\downarrow$
2148 \end_inset
2149
2150 F
2151 \begin_inset Formula $\downarrow$
2152 \end_inset
2153
2154 D
2155 \end_layout
2156
2157 \begin_layout Standard
2158 \begin_inset VSpace medskip
2159 \end_inset
2160
2161
2162 \end_layout
2163
2164 \begin_layout Standard
2165
2166 \series bold
2167
2168 \backslash
2169 cfrac
2170 \series default
2171  sets the fraction always in the size of a displayed formula, also when
2172  it is part of another fraction.
2173 \end_layout
2174
2175 \begin_layout Standard
2176 It is possible to specify the alignment of the numerator.
2177  The command 
2178 \series bold
2179
2180 \backslash
2181 cfracleft
2182 \series default
2183  is used to left align it, the command 
2184 \series bold
2185
2186 \backslash
2187 cfracright
2188 \series default
2189  to right-align it.
2190  
2191 \series bold
2192
2193 \backslash
2194 cfrac
2195 \series default
2196  centers the numerator.
2197  These fractions demonstrate the different alignments:
2198 \end_layout
2199
2200 \begin_layout Standard
2201
2202 \series bold
2203 \begin_inset Formula 
2204 \[
2205 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2206 \]
2207
2208 \end_inset
2209
2210
2211 \end_layout
2212
2213 \begin_layout Standard
2214 \begin_inset Note Greyedout
2215 status open
2216
2217 \begin_layout Plain Layout
2218
2219 \series bold
2220 Note:
2221 \series default
2222  
2223 \series bold
2224
2225 \backslash
2226 cfracleft
2227 \series default
2228  and 
2229 \series bold
2230
2231 \backslash
2232 cfracright
2233 \series default
2234  are no real LaTeX commands but represent the command 
2235 \series bold
2236
2237 \backslash
2238 cfrac[alignment]{numerator}{denominator}
2239 \series default
2240  .
2241  Therefore you cannot use them in TeX code.
2242 \end_layout
2243
2244 \end_inset
2245
2246
2247 \end_layout
2248
2249 \begin_layout Standard
2250 \begin_inset VSpace medskip
2251 \end_inset
2252
2253 It is often advantageous to combine 
2254 \series bold
2255
2256 \backslash
2257 cfrac
2258 \series default
2259  and 
2260 \series bold
2261
2262 \backslash
2263 frac
2264 \series default
2265 :
2266 \begin_inset Formula 
2267 \[
2268 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2269 \]
2270
2271 \end_inset
2272
2273
2274 \end_layout
2275
2276 \begin_layout Standard
2277 For inline fractions with a sloped fraction stroke you can use the command
2278  
2279 \series bold
2280
2281 \backslash
2282 nicefrac
2283 \series default
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 Commands ! N ! 
2290 \backslash
2291 nicefrac
2292 \end_layout
2293
2294 \end_inset
2295
2296
2297 \begin_inset Formula $\nicefrac{5}{31}$
2298 \end_inset
2299
2300  or 
2301 \series bold
2302
2303 \backslash
2304 unitfrac
2305 \series default
2306
2307 \begin_inset Index idx
2308 status collapsed
2309
2310 \begin_layout Plain Layout
2311 Commands ! U ! 
2312 \backslash
2313 unitfrac
2314 \end_layout
2315
2316 \end_inset
2317
2318
2319 \begin_inset Formula $\unitfrac{5}{31}$
2320 \end_inset
2321
2322  There is furthermore the command 
2323 \series bold
2324
2325 \backslash
2326 unitfracthree
2327 \series default
2328  that offers to write a fraction in combination with a number: 
2329 \begin_inset Formula $\unitfrac[2]{1}{3}$
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Standard
2336 \begin_inset Note Greyedout
2337 status open
2338
2339 \begin_layout Plain Layout
2340
2341 \series bold
2342 Note:
2343 \series default
2344  
2345 \series bold
2346
2347 \backslash
2348 unitfracthree
2349 \series default
2350  is not a real LaTeX command but the command
2351 \begin_inset Newline newline
2352 \end_inset
2353
2354
2355 \series bold
2356
2357 \backslash
2358 unitfrac[number]{numerator}{denominator}
2359 \series default
2360  .
2361  Therefore you cannot use it in TeX code.
2362 \end_layout
2363
2364 \end_inset
2365
2366
2367 \end_layout
2368
2369 \begin_layout Standard
2370 How to define own fractions where the fraction stroke can be changed, is
2371  explained in 
2372 \begin_inset CommandInset ref
2373 LatexCommand ref
2374 reference "sub:Self-defined-Fractions"
2375
2376 \end_inset
2377
2378 .
2379 \end_layout
2380
2381 \begin_layout Standard
2382 \begin_inset Newpage newpage
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \begin_layout Subsection
2389 Roots
2390 \begin_inset Index idx
2391 status collapsed
2392
2393 \begin_layout Plain Layout
2394 Roots
2395 \end_layout
2396
2397 \end_inset
2398
2399
2400 \end_layout
2401
2402 \begin_layout Standard
2403 Square roots are created with 
2404 \series bold
2405
2406 \backslash
2407 sqrt
2408 \series default
2409
2410 \begin_inset Index idx
2411 status collapsed
2412
2413 \begin_layout Plain Layout
2414 Commands ! S ! 
2415 \backslash
2416 sqrt
2417 \end_layout
2418
2419 \end_inset
2420
2421  or the math toolbar button 
2422 \begin_inset Graphics
2423         filename ../images/math/sqrt.png
2424         scale 85
2425
2426 \end_inset
2427
2428 , all other roots with the command 
2429 \series bold
2430
2431 \backslash
2432 root
2433 \series default
2434
2435 \begin_inset Index idx
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439 Commands ! R ! 
2440 \backslash
2441 root
2442 \end_layout
2443
2444 \end_inset
2445
2446  or with the math toolbar button 
2447 \begin_inset Graphics
2448         filename ../images/math/root.png
2449         scale 85
2450
2451 \end_inset
2452
2453 .
2454 \end_layout
2455
2456 \begin_layout Standard
2457 \align center
2458 \begin_inset Tabular
2459 <lyxtabular version="3" rows="3" columns="2">
2460 <features tabularvalignment="middle">
2461 <column alignment="center" valignment="top" width="0pt">
2462 <column alignment="center" valignment="top" width="0pt">
2463 <row>
2464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Plain Layout
2468 Command
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2474 \begin_inset Text
2475
2476 \begin_layout Plain Layout
2477 Result
2478 \begin_inset Note Note
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482
2483 \series bold
2484
2485 \backslash
2486 raisebox
2487 \series default
2488  is only used as spacer.
2489 \end_layout
2490
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 </row>
2499 <row>
2500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2501 \begin_inset Text
2502
2503 \begin_layout Plain Layout
2504
2505 \backslash
2506 sqrt
2507 \begin_inset ERT
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511
2512
2513 \backslash
2514 spce 
2515 \end_layout
2516
2517 \end_inset
2518
2519 A-B
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2529 \end_inset
2530
2531
2532 \end_layout
2533
2534 \end_inset
2535 </cell>
2536 </row>
2537 <row>
2538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2539 \begin_inset Text
2540
2541 \begin_layout Plain Layout
2542
2543 \backslash
2544 root
2545 \begin_inset ERT
2546 status collapsed
2547
2548 \begin_layout Plain Layout
2549
2550
2551 \backslash
2552 spce 
2553 \end_layout
2554
2555 \end_inset
2556
2557 3
2558 \begin_inset Formula $\downarrow$
2559 \end_inset
2560
2561 A-B
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2567 \begin_inset Text
2568
2569 \begin_layout Plain Layout
2570 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 </row>
2579 </lyxtabular>
2580
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Standard
2587 A square root can also be created with 
2588 \series bold
2589
2590 \backslash
2591 root
2592 \series default
2593  when the root index field is left empty.
2594 \end_layout
2595
2596 \begin_layout Standard
2597 With certain indices the distance to the root is too small, like in this
2598  formula: 
2599 \begin_inset Formula $\sqrt[\beta]{B}$
2600 \end_inset
2601
2602
2603 \begin_inset Newline newline
2604 \end_inset
2605
2606 The 
2607 \begin_inset Formula $\beta$
2608 \end_inset
2609
2610  touches the root.
2611  To avoid this, the commands 
2612 \series bold
2613
2614 \backslash
2615 leftroot
2616 \series default
2617
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 Commands ! L ! 
2623 \backslash
2624 leftroot
2625 \end_layout
2626
2627 \end_inset
2628
2629  and 
2630 \series bold
2631
2632 \backslash
2633 uproot
2634 \series default
2635
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Commands ! U ! 
2641 \backslash
2642 uproot
2643 \end_layout
2644
2645 \end_inset
2646
2647  are used with the following scheme:
2648 \end_layout
2649
2650 \begin_layout Standard
2651
2652 \series bold
2653
2654 \backslash
2655 leftroot{distance}
2656 \series default
2657  and 
2658 \series bold
2659
2660 \backslash
2661 uproot{distance}
2662 \end_layout
2663
2664 \begin_layout Standard
2665 Distance is the number of Big Points (unit bp; 
2666 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2667 \end_inset
2668
2669 ), that the index should be moved to the left or top, resp..
2670  The commands are written to the index.
2671  This way the command
2672 \begin_inset Newline newline
2673 \end_inset
2674
2675
2676 \series bold
2677
2678 \backslash
2679 root
2680 \backslash
2681 leftroot{-1
2682 \begin_inset Formula $\to$
2683 \end_inset
2684
2685
2686 \backslash
2687 uproot{2
2688 \begin_inset Formula $\to$
2689 \end_inset
2690
2691
2692 \backslash
2693 beta
2694 \begin_inset ERT
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698
2699
2700 \backslash
2701 spce 
2702 \end_layout
2703
2704 \end_inset
2705
2706
2707 \begin_inset Formula $\to$
2708 \end_inset
2709
2710 B
2711 \begin_inset Newline newline
2712 \end_inset
2713
2714
2715 \series default
2716 produces a correct typeset formula: 
2717 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \begin_layout Subsection
2724 Binomial Coefficients
2725 \begin_inset Index idx
2726 status collapsed
2727
2728 \begin_layout Plain Layout
2729 Binomial coefficients
2730 \end_layout
2731
2732 \end_inset
2733
2734
2735 \end_layout
2736
2737 \begin_layout Standard
2738 Binomial coefficients are inserted with the command 
2739 \series bold
2740
2741 \backslash
2742 binom
2743 \series default
2744
2745 \begin_inset Index idx
2746 status collapsed
2747
2748 \begin_layout Plain Layout
2749 Commands ! B ! 
2750 \backslash
2751 binom
2752 \end_layout
2753
2754 \end_inset
2755
2756  or with the submenu of the math toolbar button 
2757 \begin_inset Graphics
2758         filename ../images/math/frac-square.png
2759         scale 85
2760
2761 \end_inset
2762
2763 .
2764  As with fractions (
2765 \series bold
2766
2767 \backslash
2768 frac
2769 \series default
2770 ) in addition to 
2771 \series bold
2772
2773 \backslash
2774 binom
2775 \series default
2776  there are the commands 
2777 \series bold
2778
2779 \backslash
2780 dbinom
2781 \series default
2782
2783 \begin_inset Index idx
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 Commands ! D ! 
2788 \backslash
2789 dbinom
2790 \end_layout
2791
2792 \end_inset
2793
2794  and 
2795 \series bold
2796
2797 \backslash
2798 tbinom
2799 \series default
2800
2801 \begin_inset Index idx
2802 status collapsed
2803
2804 \begin_layout Plain Layout
2805 Commands ! T ! 
2806 \backslash
2807 tbinom
2808 \end_layout
2809
2810 \end_inset
2811
2812 .
2813  For other brackets around binomial coeficients there are the commands 
2814 \series bold
2815
2816 \backslash
2817 brace
2818 \series default
2819
2820 \begin_inset Index idx
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824 Commands ! B ! 
2825 \backslash
2826 brace
2827 \end_layout
2828
2829 \end_inset
2830
2831  and 
2832 \series bold
2833
2834 \backslash
2835 brack
2836 \series default
2837
2838 \begin_inset Index idx
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842 Commands ! B ! 
2843 \backslash
2844 brack
2845 \end_layout
2846
2847 \end_inset
2848
2849 .
2850 \end_layout
2851
2852 \begin_layout Standard
2853 \align center
2854 \begin_inset Tabular
2855 <lyxtabular version="3" rows="6" columns="2">
2856 <features tabularvalignment="middle">
2857 <column alignment="center" valignment="top" width="0pt">
2858 <column alignment="center" valignment="top" width="0pt">
2859 <row>
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 Command
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 Result
2874 \begin_inset Note Note
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878
2879 \series bold
2880
2881 \backslash
2882 raisebox
2883 \series default
2884  is only used as spacer.
2885 \end_layout
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 </row>
2895 <row>
2896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900
2901 \backslash
2902 binom
2903 \begin_inset ERT
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907
2908
2909 \backslash
2910 spce 
2911 \end_layout
2912
2913 \end_inset
2914
2915 A
2916 \begin_inset Formula $\downarrow$
2917 \end_inset
2918
2919 B
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 <row>
2938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942
2943 \backslash
2944 dbinom
2945 \begin_inset ERT
2946 status collapsed
2947
2948 \begin_layout Plain Layout
2949
2950
2951 \backslash
2952 spce 
2953 \end_layout
2954
2955 \end_inset
2956
2957 A
2958 \begin_inset Formula $\downarrow$
2959 \end_inset
2960
2961 B
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \backslash
2986 tbinom
2987 \begin_inset ERT
2988 status collapsed
2989
2990 \begin_layout Plain Layout
2991
2992
2993 \backslash
2994 spce 
2995 \end_layout
2996
2997 \end_inset
2998
2999 A
3000 \begin_inset Formula $\downarrow$
3001 \end_inset
3002
3003 B
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 </row>
3021 <row>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \backslash
3028 brack
3029 \begin_inset ERT
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033
3034
3035 \backslash
3036 spce 
3037 \end_layout
3038
3039 \end_inset
3040
3041 A
3042 \begin_inset Formula $\downarrow$
3043 \end_inset
3044
3045 B
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 </row>
3063 <row>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \backslash
3070 brace
3071 \begin_inset ERT
3072 status collapsed
3073
3074 \begin_layout Plain Layout
3075
3076
3077 \backslash
3078 spce 
3079 \end_layout
3080
3081 \end_inset
3082
3083 A
3084 \begin_inset Formula $\downarrow$
3085 \end_inset
3086
3087 B
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \end_inset
3103 </cell>
3104 </row>
3105 </lyxtabular>
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Subsection
3113 Case Differentiations
3114 \begin_inset Index idx
3115 status collapsed
3116
3117 \begin_layout Plain Layout
3118 Case differentiations 
3119 \end_layout
3120
3121 \end_inset
3122
3123
3124 \end_layout
3125
3126 \begin_layout Standard
3127 \align center
3128 \begin_inset Tabular
3129 <lyxtabular version="3" rows="3" columns="2">
3130 <features tabularvalignment="middle">
3131 <column alignment="center" valignment="top" width="0pt">
3132 <column alignment="center" valignment="top" width="0pt">
3133 <row>
3134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138 Command
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147 Result
3148 \end_layout
3149
3150 \end_inset
3151 </cell>
3152 </row>
3153 <row>
3154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158
3159 \backslash
3160 cases
3161 \begin_inset ERT
3162 status collapsed
3163
3164 \begin_layout Plain Layout
3165
3166
3167 \backslash
3168 spce 
3169 \end_layout
3170
3171 \end_inset
3172
3173 A
3174 \begin_inset Formula $\to$
3175 \end_inset
3176
3177 B>0
3178 \begin_inset Index idx
3179 status collapsed
3180
3181 \begin_layout Plain Layout
3182 Commands ! C ! 
3183 \backslash
3184 cases
3185 \end_layout
3186
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 \begin_inset Formula $\begin{cases}
3199 A & B>0\end{cases}$
3200 \end_inset
3201
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \backslash
3215 cases
3216 \begin_inset ERT
3217 status collapsed
3218
3219 \begin_layout Plain Layout
3220
3221
3222 \backslash
3223 spce 
3224 \end_layout
3225
3226 \end_inset
3227
3228
3229 \begin_inset Info
3230 type  "shortcut"
3231 arg   "newline-insert newline"
3232 \end_inset
3233
3234
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 \begin_inset Formula $\begin{cases}
3244 A & \textrm{for }x>0\\
3245 B & \textrm{for }x=0
3246 \end{cases}$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 </lyxtabular>
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \begin_layout Standard
3263 After inserting 
3264 \series bold
3265
3266 \backslash
3267 cases
3268 \series default
3269  or pressing the math toolbar button 
3270 \begin_inset Graphics
3271         filename ../images/math/cases.png
3272         scale 85
3273
3274 \end_inset
3275
3276  you can create new lines with the shortcut 
3277 \begin_inset Info
3278 type  "shortcut"
3279 arg   "newline-insert newline"
3280 \end_inset
3281
3282  or the table toolbar button 
3283 \begin_inset Graphics
3284         filename ../images/tabular-feature_append-row.png
3285         scale 85
3286
3287 \end_inset
3288
3289 .
3290 \end_layout
3291
3292 \begin_layout Standard
3293 The command 
3294 \series bold
3295
3296 \backslash
3297 cases
3298 \series default
3299  is also available via the menu 
3300 \family sans
3301 Insert\SpecialChar \menuseparator
3302 Math\SpecialChar \menuseparator
3303 Cases-Environment
3304 \family default
3305 .
3306 \end_layout
3307
3308 \begin_layout Subsection
3309 Negations
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Negations
3315 \end_layout
3316
3317 \end_inset
3318
3319
3320 \end_layout
3321
3322 \begin_layout Standard
3323 By inserting 
3324 \series bold
3325
3326 \backslash
3327 not
3328 \series default
3329
3330 \begin_inset Index idx
3331 status collapsed
3332
3333 \begin_layout Plain Layout
3334 Commands ! N ! 
3335 \backslash
3336 not
3337 \end_layout
3338
3339 \end_inset
3340
3341  every character can be displayed canceled.
3342  The characters are quasi accentuated by a slash.
3343 \end_layout
3344
3345 \begin_layout Standard
3346 \align center
3347 \begin_inset Tabular
3348 <lyxtabular version="3" rows="4" columns="2">
3349 <features tabularvalignment="middle">
3350 <column alignment="center" valignment="top" width="0pt">
3351 <column alignment="center" valignment="top" width="0pt">
3352 <row>
3353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 Command
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3363 \begin_inset Text
3364
3365 \begin_layout Plain Layout
3366 Result
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \backslash
3379 not=
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 \begin_inset Formula $\not=$
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \backslash
3404 not 
3405 \backslash
3406 le
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 \begin_inset Formula $\not\le$
3416 \end_inset
3417
3418
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row>
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \backslash
3431 not 
3432 \backslash
3433 parallel
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 \begin_inset Formula $\not\parallel$
3443 \end_inset
3444
3445
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 </row>
3451 </lyxtabular>
3452
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \begin_layout Standard
3459 The last example shows that not all negations look good.
3460  Therefore there are special commands for some negations (see 
3461 \begin_inset CommandInset ref
3462 LatexCommand ref
3463 reference "sub:Mathematical-Symbols"
3464
3465 \end_inset
3466
3467  and 
3468 \begin_inset CommandInset ref
3469 LatexCommand ref
3470 reference "sec:Relations"
3471
3472 \end_inset
3473
3474 ).
3475 \end_layout
3476
3477 \begin_layout Subsection
3478 Placeholders
3479 \begin_inset CommandInset label
3480 LatexCommand label
3481 name "sub:Placeholders"
3482
3483 \end_inset
3484
3485
3486 \begin_inset Index idx
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Placeholders
3491 \end_layout
3492
3493 \end_inset
3494
3495
3496 \begin_inset Index idx
3497 status collapsed
3498
3499 \begin_layout Plain Layout
3500 Chemical characters ! Isotopes
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \begin_inset Index idx
3507 status collapsed
3508
3509 \begin_layout Plain Layout
3510 Isotopes|see
3511 \begin_inset ERT
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515
3516 {
3517 \end_layout
3518
3519 \end_inset
3520
3521 Chemical characters
3522 \begin_inset ERT
3523 status collapsed
3524
3525 \begin_layout Plain Layout
3526
3527 }
3528 \end_layout
3529
3530 \end_inset
3531
3532
3533 \end_layout
3534
3535 \end_inset
3536
3537
3538 \end_layout
3539
3540 \begin_layout Standard
3541 When displaying e.
3542 \begin_inset space \thinspace{}
3543 \end_inset
3544
3545 g.
3546 \begin_inset space \space{}
3547 \end_inset
3548
3549 isotopes
3550 \begin_inset Foot
3551 status collapsed
3552
3553 \begin_layout Plain Layout
3554 Typesetting isotopes and chemical symbols is described in 
3555 \begin_inset CommandInset ref
3556 LatexCommand ref
3557 reference "sub:Chemical-Symbols-and"
3558
3559 \end_inset
3560
3561 .
3562 \end_layout
3563
3564 \end_inset
3565
3566  the following problem occurs:
3567 \end_layout
3568
3569 \begin_layout Standard
3570 \align center
3571 \begin_inset Tabular
3572 <lyxtabular version="3" rows="2" columns="2">
3573 <features tabularvalignment="middle">
3574 <column alignment="center" valignment="top" width="0pt">
3575 <column alignment="center" valignment="top" width="0pt">
3576 <row>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Indices created with sub- and superscripts:
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3591 \end_inset
3592
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 correct indices:
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 <cell alignment="center" valignment="top" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3614 \end_inset
3615
3616
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 </row>
3622 </lyxtabular>
3623
3624 \end_inset
3625
3626
3627 \begin_inset Note Note
3628 status collapsed
3629
3630 \begin_layout Plain Layout
3631
3632 \series bold
3633
3634 \backslash
3635 raisebox
3636 \series default
3637  is only used as spacer.
3638 \end_layout
3639
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \begin_layout Standard
3646 The shorter index is by default placed below or above the first character
3647  of the longer index.
3648  To avoid this there is the command 
3649 \series bold
3650
3651 \backslash
3652 phantom
3653 \series default
3654
3655 \begin_inset Index idx
3656 status collapsed
3657
3658 \begin_layout Plain Layout
3659 Commands ! P ! 
3660 \backslash
3661 phantom
3662 \end_layout
3663
3664 \end_inset
3665
3666  or the math toolbar button
3667 \begin_inset space \thinspace{}
3668 \end_inset
3669
3670
3671 \begin_inset Foot
3672 status collapsed
3673
3674 \begin_layout Plain Layout
3675 can be found in the submenu of the toolbar button 
3676 \begin_inset Graphics
3677         filename ../images/math/space.png
3678         scale 85
3679
3680 \end_inset
3681
3682
3683 \end_layout
3684
3685 \end_inset
3686
3687  
3688 \begin_inset Graphics
3689         filename ../images/math/phantom.png
3690         scale 85
3691
3692 \end_inset
3693
3694  that creates one or more phantom characters.
3695  When inserting 
3696 \series bold
3697
3698 \backslash
3699 phantom
3700 \series default
3701  a small blue box appears that is superposed with two red arrows.
3702  The arrows indicate that the complete width and height of the box content
3703  will be created as placeholder.
3704  Phantom characters are accordingly placeholders with the size of the characters.
3705 \end_layout
3706
3707 \begin_layout Standard
3708 \align center
3709 \begin_inset Tabular
3710 <lyxtabular version="3" rows="4" columns="2">
3711 <features tabularvalignment="middle">
3712 <column alignment="center" valignment="top" width="0">
3713 <column alignment="center" valignment="top" width="0">
3714 <row>
3715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Command
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 Result
3729 \begin_inset Note Note
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734 \series bold
3735
3736 \backslash
3737 raisebox
3738 \series default
3739  is only used as spacer.
3740 \end_layout
3741
3742 \end_inset
3743
3744
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 ^19
3756 \begin_inset ERT
3757 status collapsed
3758
3759 \begin_layout Plain Layout
3760
3761
3762 \backslash
3763 spce 
3764 \end_layout
3765
3766 \end_inset
3767
3768 _
3769 \backslash
3770 phantom
3771 \begin_inset ERT
3772 status collapsed
3773
3774 \begin_layout Plain Layout
3775
3776
3777 \backslash
3778 spce 
3779 \end_layout
3780
3781 \end_inset
3782
3783 1
3784 \begin_inset Formula $\to$
3785 \end_inset
3786
3787 9
3788 \begin_inset ERT
3789 status collapsed
3790
3791 \begin_layout Plain Layout
3792
3793
3794 \backslash
3795 spce 
3796 \end_layout
3797
3798 \end_inset
3799
3800 F
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3810 \end_inset
3811
3812
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 </row>
3818 <row>
3819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 ^235
3824 \begin_inset ERT
3825 status collapsed
3826
3827 \begin_layout Plain Layout
3828
3829
3830 \backslash
3831 spce 
3832 \end_layout
3833
3834 \end_inset
3835
3836 _
3837 \backslash
3838 phantom
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844
3845 \backslash
3846 spce 
3847 \end_layout
3848
3849 \end_inset
3850
3851 23
3852 \begin_inset Formula $\to$
3853 \end_inset
3854
3855 9
3856 \begin_inset ERT
3857 status collapsed
3858
3859 \begin_layout Plain Layout
3860
3861
3862 \backslash
3863 spce 
3864 \end_layout
3865
3866 \end_inset
3867
3868 F
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3878 \end_inset
3879
3880
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \backslash
3893 Lambda^
3894 \begin_inset ERT
3895 status collapsed
3896
3897 \begin_layout Plain Layout
3898
3899
3900 \backslash
3901 spce 
3902 \end_layout
3903
3904 \end_inset
3905
3906
3907 \backslash
3908 phantom
3909 \begin_inset ERT
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913
3914
3915 \backslash
3916 spce 
3917 \end_layout
3918
3919 \end_inset
3920
3921 ii
3922 \begin_inset Formula $\to$
3923 \end_inset
3924
3925 t
3926 \begin_inset ERT
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930
3931
3932 \backslash
3933 spce 
3934 \end_layout
3935
3936 \end_inset
3937
3938 _MMt
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3948 \end_inset
3949
3950
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 </lyxtabular>
3957
3958 \end_inset
3959
3960
3961 \end_layout
3962
3963 \begin_layout Standard
3964 Furthermore there are the commands 
3965 \series bold
3966
3967 \backslash
3968 vphantom
3969 \series default
3970
3971 \begin_inset Index idx
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 Commands ! V ! 
3976 \backslash
3977 vphantom
3978 \end_layout
3979
3980 \end_inset
3981
3982  (toolbar button 
3983 \begin_inset space ~
3984 \end_inset
3985
3986
3987 \begin_inset Graphics
3988         filename ../images/math/vphantom.png
3989         scale 85
3990
3991 \end_inset
3992
3993 ) and 
3994 \series bold
3995
3996 \backslash
3997 hphantom
3998 \series default
3999
4000 \begin_inset Index idx
4001 status collapsed
4002
4003 \begin_layout Plain Layout
4004 Commands ! H ! 
4005 \backslash
4006 hphantom
4007 \end_layout
4008
4009 \end_inset
4010
4011  (toolbar button 
4012 \begin_inset space ~
4013 \end_inset
4014
4015
4016 \begin_inset Graphics
4017         filename ../images/math/hphantom.png
4018         scale 85
4019
4020 \end_inset
4021
4022 ).
4023  
4024 \series bold
4025
4026 \backslash
4027 hphantom
4028 \series default
4029  creates only space for the maximal height of the characters in the box
4030  but not for its width.
4031  
4032 \series bold
4033
4034 \backslash
4035 vphantom
4036 \series default
4037  creates only space for the width of the box content.
4038  Therefore  the boxes of both commands have only one red arrow.
4039 \end_layout
4040
4041 \begin_layout Standard
4042 For example the command 
4043 \series bold
4044
4045 \backslash
4046 vphantom
4047 \series default
4048
4049 \begin_inset ERT
4050 status collapsed
4051
4052 \begin_layout Plain Layout
4053
4054
4055 \backslash
4056 spce 
4057 \end_layout
4058
4059 \end_inset
4060
4061
4062 \series bold
4063 a
4064 \backslash
4065 int
4066 \series default
4067  creates space for the height of the integral sign,
4068 \begin_inset Foot
4069 status collapsed
4070
4071 \begin_layout Plain Layout
4072 The command 
4073 \series bold
4074
4075 \backslash
4076 int
4077 \series default
4078  creates an integral sign, see 
4079 \begin_inset CommandInset ref
4080 LatexCommand ref
4081 reference "sub:Big-Operators"
4082
4083 \end_inset
4084
4085 .
4086 \end_layout
4087
4088 \end_inset
4089
4090  because this is the larger character.
4091  An example application is in 
4092 \begin_inset CommandInset ref
4093 LatexCommand ref
4094 reference "sub:Multiline-Brackets"
4095
4096 \end_inset
4097
4098 .
4099 \end_layout
4100
4101 \begin_layout Standard
4102 Placeholders can also be used for text when they are inserted via the menu
4103  
4104 \family sans
4105 Insert\SpecialChar \menuseparator
4106 Formatting\SpecialChar \menuseparator
4107 Phantom
4108 \family default
4109 :
4110 \end_layout
4111
4112 \begin_layout Standard
4113 This is a sentence.
4114 \begin_inset Newline newline
4115 \end_inset
4116
4117
4118 \begin_inset Phantom Phantom
4119 status open
4120
4121 \begin_layout Plain Layout
4122 This
4123 \end_layout
4124
4125 \end_inset
4126
4127  is a sentence.
4128 \end_layout
4129
4130 \begin_layout Subsection
4131 Lines
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Lines
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \begin_inset Index idx
4143 status collapsed
4144
4145 \begin_layout Plain Layout
4146 Formula ! underlined
4147 \end_layout
4148
4149 \end_inset
4150
4151
4152 \end_layout
4153
4154 \begin_layout Standard
4155 \align center
4156 \begin_inset Tabular
4157 <lyxtabular version="3" rows="4" columns="2">
4158 <features tabularvalignment="middle">
4159 <column alignment="center" valignment="top" width="0pt">
4160 <column alignment="center" valignment="top" width="0pt">
4161 <row>
4162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 Command
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175 Result
4176 \begin_inset Note Note
4177 status collapsed
4178
4179 \begin_layout Plain Layout
4180
4181 \series bold
4182
4183 \backslash
4184 raisebox
4185 \series default
4186  is only used as spacer.
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 </row>
4197 <row>
4198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202
4203 \backslash
4204 overline
4205 \begin_inset ERT
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209
4210
4211 \backslash
4212 spce 
4213 \end_layout
4214
4215 \end_inset
4216
4217 A+B
4218 \begin_inset Index idx
4219 status collapsed
4220
4221 \begin_layout Plain Layout
4222 Commands ! O ! 
4223 \backslash
4224 overline
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4239 \end_inset
4240
4241
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 </row>
4247 <row>
4248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4249 \begin_inset Text
4250
4251 \begin_layout Plain Layout
4252
4253 \backslash
4254 underline
4255 \begin_inset ERT
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259
4260
4261 \backslash
4262 spce 
4263 \end_layout
4264
4265 \end_inset
4266
4267 A+B
4268 \begin_inset Index idx
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272 Commands ! U ! 
4273 \backslash
4274 underline
4275 \end_layout
4276
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4289 \end_inset
4290
4291
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \backslash
4304 overline
4305 \begin_inset ERT
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309
4310
4311 \backslash
4312 spce 
4313 \end_layout
4314
4315 \end_inset
4316
4317
4318 \backslash
4319 underline
4320 \begin_inset ERT
4321 status collapsed
4322
4323 \begin_layout Plain Layout
4324
4325
4326 \backslash
4327 spce 
4328 \end_layout
4329
4330 \end_inset
4331
4332 A+B
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4342 \end_inset
4343
4344
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 </lyxtabular>
4351
4352 \end_inset
4353
4354
4355 \end_layout
4356
4357 \begin_layout Standard
4358 In the last example it doesn't matter if first 
4359 \series bold
4360
4361 \backslash
4362 overline
4363 \series default
4364  or 
4365 \series bold
4366
4367 \backslash
4368 underline
4369 \series default
4370  is inserted.
4371 \end_layout
4372
4373 \begin_layout Standard
4374 To double underline use 
4375 \series bold
4376
4377 \backslash
4378 underline
4379 \series default
4380  twice.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 It is possible to place up to 6 lines above or below characters.
4385 \end_layout
4386
4387 \begin_layout Standard
4388 \begin_inset VSpace bigskip
4389 \end_inset
4390
4391 Custom lines can be created using the command 
4392 \series bold
4393
4394 \backslash
4395 rule
4396 \series default
4397
4398 \begin_inset Index idx
4399 status collapsed
4400
4401 \begin_layout Plain Layout
4402 Commands ! R ! 
4403 \backslash
4404 rule
4405 \end_layout
4406
4407 \end_inset
4408
4409  which has the following scheme:
4410 \end_layout
4411
4412 \begin_layout Standard
4413
4414 \series bold
4415
4416 \backslash
4417 rule[vertical offset]{length}{thickness}
4418 \end_layout
4419
4420 \begin_layout Standard
4421 The optional vertical offset shifts the line upwards (or downwards, when
4422  the value is negative).
4423  The units listed in 
4424 \begin_inset CommandInset ref
4425 LatexCommand ref
4426 reference "tab:Available-units"
4427
4428 \end_inset
4429
4430  can be used for the values.
4431  Here are two example lines created with the commands
4432 \begin_inset Newline newline
4433 \end_inset
4434
4435
4436 \series bold
4437
4438 \backslash
4439 rule[-2ex]{3cm}{2pt}
4440 \series default
4441  and 
4442 \series bold
4443
4444 \backslash
4445 rule{2cm}{1pt}
4446 \series default
4447 :
4448 \end_layout
4449
4450 \begin_layout Standard
4451 This is a sentence 
4452 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4453 \end_inset
4454
4455  with two lines.
4456 \end_layout
4457
4458 \begin_layout Standard
4459
4460 \series bold
4461
4462 \backslash
4463 rule
4464 \series default
4465  can also be used for text when a line is inserted via the menu 
4466 \family sans
4467 Insert\SpecialChar \menuseparator
4468 Formatting\SpecialChar \menuseparator
4469 Horizontal
4470 \begin_inset space ~
4471 \end_inset
4472
4473 Line
4474 \family default
4475 :
4476 \end_layout
4477
4478 \begin_layout Standard
4479 This is a sentence 
4480 \begin_inset CommandInset line
4481 LatexCommand rule
4482 offset "0.5ex"
4483 width "3cm"
4484 height "1pt"
4485
4486 \end_inset
4487
4488  with one line.
4489 \end_layout
4490
4491 \begin_layout Subsection
4492 Ellipses
4493 \begin_inset CommandInset label
4494 LatexCommand label
4495 name "sub:Ellipses"
4496
4497 \end_inset
4498
4499
4500 \begin_inset Index idx
4501 status collapsed
4502
4503 \begin_layout Plain Layout
4504 Ellipses
4505 \end_layout
4506
4507 \end_inset
4508
4509
4510 \end_layout
4511
4512 \begin_layout Standard
4513 There are different types of ellipses available.
4514 \begin_inset Foot
4515 status collapsed
4516
4517 \begin_layout Plain Layout
4518 In the math toolbar in the submenu of the button 
4519 \begin_inset Graphics
4520         filename ../images/math/ldots.png
4521         scale 85
4522
4523 \end_inset
4524
4525
4526 \end_layout
4527
4528 \end_inset
4529
4530  For listings dots at the baseline are used (
4531 \series bold
4532
4533 \backslash
4534 ldots
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Commands ! L ! 
4542 \backslash
4543 ldots
4544 \end_layout
4545
4546 \end_inset
4547
4548 ), while for operations dots are needed that are on the same height as the
4549  operators (
4550 \series bold
4551
4552 \backslash
4553 cdots
4554 \series default
4555
4556 \begin_inset Index idx
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560 Commands ! C ! 
4561 \backslash
4562 cdots
4563 \end_layout
4564
4565 \end_inset
4566
4567 ).
4568  When using the command 
4569 \series bold
4570
4571 \backslash
4572 dots
4573 \series default
4574
4575 \begin_inset Index idx
4576 status collapsed
4577
4578 \begin_layout Plain Layout
4579 Commands ! D ! 
4580 \backslash
4581 dots
4582 \end_layout
4583
4584 \end_inset
4585
4586 , LaTeX decides on the basis of the next character what type is used.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \align center
4591 \begin_inset Tabular
4592 <lyxtabular version="3" rows="9" columns="2">
4593 <features tabularvalignment="middle">
4594 <column alignment="center" valignment="top" width="0pt">
4595 <column alignment="center" valignment="top" width="0pt">
4596 <row>
4597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 Command
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610 Result
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 </row>
4616 <row>
4617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 A_1
4622 \begin_inset ERT
4623 status collapsed
4624
4625 \begin_layout Plain Layout
4626
4627
4628 \backslash
4629 spce 
4630 \end_layout
4631
4632 \end_inset
4633
4634 ,
4635 \backslash
4636 dots
4637 \begin_inset ERT
4638 status collapsed
4639
4640 \begin_layout Plain Layout
4641
4642
4643 \backslash
4644 spce 
4645 \end_layout
4646
4647 \end_inset
4648
4649 ,A_n
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 \begin_inset Formula $A_{1},\dots,A_{n}$
4659 \end_inset
4660
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 A_1
4673 \begin_inset ERT
4674 status collapsed
4675
4676 \begin_layout Plain Layout
4677
4678
4679 \backslash
4680 spce 
4681 \end_layout
4682
4683 \end_inset
4684
4685 +
4686 \backslash
4687 dots
4688 \begin_inset ERT
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692
4693
4694 \backslash
4695 spce 
4696 \end_layout
4697
4698 \end_inset
4699
4700 +A_n
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 \begin_inset Formula $A_{1}+\dots+A_{n}$
4710 \end_inset
4711
4712
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 </row>
4718 <row>
4719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 A_1
4724 \begin_inset ERT
4725 status collapsed
4726
4727 \begin_layout Plain Layout
4728
4729
4730 \backslash
4731 spce 
4732 \end_layout
4733
4734 \end_inset
4735
4736 ,
4737 \backslash
4738 ldots
4739 \begin_inset ERT
4740 status collapsed
4741
4742 \begin_layout Plain Layout
4743
4744
4745 \backslash
4746 spce 
4747 \end_layout
4748
4749 \end_inset
4750
4751 ,A_n
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 \begin_inset Formula $A_{1},\ldots,A_{n}$
4761 \end_inset
4762
4763
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 </row>
4769 <row>
4770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 A_1
4775 \begin_inset ERT
4776 status collapsed
4777
4778 \begin_layout Plain Layout
4779
4780
4781 \backslash
4782 spce 
4783 \end_layout
4784
4785 \end_inset
4786
4787 +
4788 \backslash
4789 cdots
4790 \begin_inset ERT
4791 status collapsed
4792
4793 \begin_layout Plain Layout
4794
4795
4796 \backslash
4797 spce 
4798 \end_layout
4799
4800 \end_inset
4801
4802 +A_n
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4812 \end_inset
4813
4814
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \backslash
4827 vdots
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 \begin_inset Formula $\vdots$
4837 \end_inset
4838
4839
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \backslash
4852 ddots
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 \begin_inset Formula $\ddots$
4862 \end_inset
4863
4864
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 </row>
4870 <row>
4871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875
4876 \backslash
4877 iddots
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 \begin_inset Formula $\iddots$
4887 \end_inset
4888
4889
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 3×3
4901 \begin_inset space \thinspace{}
4902 \end_inset
4903
4904 matrix with the different dots
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913 \begin_inset Formula $\begin{array}{ccc}
4914 A_{11} & \cdots & A_{1m}\\
4915 \vdots & \ddots & \vdots\\
4916 A_{n1} & \cdots & A_{nm}
4917 \end{array}$
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 </lyxtabular>
4927
4928 \end_inset
4929
4930
4931 \end_layout
4932
4933 \begin_layout Standard
4934 The ellipses available in menu 
4935 \family sans
4936 Insert\SpecialChar \menuseparator
4937 Special
4938 \begin_inset space ~
4939 \end_inset
4940
4941 Character
4942 \family default
4943  are 
4944 \series bold
4945
4946 \backslash
4947 ldots
4948 \series default
4949 .
4950 \end_layout
4951
4952 \begin_layout Standard
4953 \begin_inset VSpace medskip
4954 \end_inset
4955
4956 To use 
4957 \series bold
4958
4959 \backslash
4960 iddots
4961 \series default
4962 , one of the options 
4963 \family sans
4964 Use mathdots package (automatically)
4965 \family default
4966  must be set in the document settings under 
4967 \family sans
4968 Math
4969 \begin_inset space ~
4970 \end_inset
4971
4972 Options
4973 \family default
4974 .
4975 \begin_inset Newline newline
4976 \end_inset
4977
4978 Using the option 
4979 \family sans
4980 Use mathdots package
4981 \family default
4982  will improve the appearance of all dots in the documents if their font
4983  style or size is not the default.
4984 \end_layout
4985
4986 \begin_layout Standard
4987 \begin_inset VSpace medskip
4988 \end_inset
4989
4990 Specially for matrices there are ellipses that span over several columns.
4991  They are created with the command 
4992 \series bold
4993
4994 \backslash
4995 hdotsfor
4996 \series default
4997
4998 \begin_inset Index idx
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002 Commands ! H ! 
5003 \backslash
5004 hdotsfor
5005 \end_layout
5006
5007 \end_inset
5008
5009 , that has the following scheme:
5010 \end_layout
5011
5012 \begin_layout Standard
5013
5014 \series bold
5015
5016 \backslash
5017 hdotsfor[distance]{number of columns}
5018 \end_layout
5019
5020 \begin_layout Standard
5021 The number of columns specifies how many columns should be spanned.
5022  Distance is a factor for the distance between the dots.
5023 \end_layout
5024
5025 \begin_layout Standard
5026 In the following matrix the command 
5027 \series bold
5028
5029 \backslash
5030 hdotsfor[2]{4}
5031 \series default
5032  was inserted in the first box of the second line, to get an ellipsis with
5033  a dot distance twice as long as with the command 
5034 \series bold
5035
5036 \backslash
5037 dots
5038 \series default
5039 :
5040 \begin_inset Formula 
5041 \[
5042 \left(\begin{array}{cccc}
5043 A & B & C & D\\
5044 \hdotsfor[2]{4}\\
5045 q & w & e & r
5046 \end{array}\right)
5047 \]
5048
5049 \end_inset
5050
5051 Note that the matrix fields that should be spanned must be empty, otherwise
5052  you get LaTeX-errors.
5053 \end_layout
5054
5055 \begin_layout Standard
5056 \begin_inset VSpace bigskip
5057 \end_inset
5058
5059 Furthermore you can fill with the command 
5060 \series bold
5061
5062 \backslash
5063 dotfill
5064 \series default
5065
5066 \begin_inset Index idx
5067 status collapsed
5068
5069 \begin_layout Plain Layout
5070 Commands ! D ! 
5071 \backslash
5072 dotfill
5073 \end_layout
5074
5075 \end_inset
5076
5077  the rest of a line with dots.
5078  The effect of these commands is the same as with 
5079 \series bold
5080
5081 \backslash
5082 hfill
5083 \series default
5084 , see 
5085 \begin_inset CommandInset ref
5086 LatexCommand ref
5087 reference "sub:Variable-Space"
5088
5089 \end_inset
5090
5091 .
5092 \end_layout
5093
5094 \begin_layout Standard
5095 For example the command 
5096 \series bold
5097 A
5098 \backslash
5099 dotfill
5100 \begin_inset ERT
5101 status collapsed
5102
5103 \begin_layout Plain Layout
5104
5105
5106 \backslash
5107 spce 
5108 \end_layout
5109
5110 \end_inset
5111
5112 B
5113 \series default
5114  produces
5115 \end_layout
5116
5117 \begin_layout Standard
5118 \begin_inset Formula $A\dotfill B$
5119 \end_inset
5120
5121
5122 \end_layout
5123
5124 \begin_layout Standard
5125 Similar to
5126 \series bold
5127  
5128 \backslash
5129 dotfill
5130 \series default
5131  there is for a line the command 
5132 \series bold
5133
5134 \backslash
5135 hrulefill
5136 \series default
5137
5138 \begin_inset Index idx
5139 status collapsed
5140
5141 \begin_layout Plain Layout
5142 Commands ! H ! 
5143 \backslash
5144 hrulefill
5145 \end_layout
5146
5147 \end_inset
5148
5149 :
5150 \end_layout
5151
5152 \begin_layout Standard
5153 \begin_inset Formula $A\hrulefill B$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \begin_layout Standard
5160 To use the commands for text, they have to be inserted in TeX-mode.
5161 \end_layout
5162
5163 \begin_layout Section
5164 Matrices
5165 \begin_inset CommandInset label
5166 LatexCommand label
5167 name "sec:Matrices"
5168
5169 \end_inset
5170
5171
5172 \begin_inset Index idx
5173 status collapsed
5174
5175 \begin_layout Plain Layout
5176 Matrices
5177 \end_layout
5178
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \begin_layout Standard
5185 Matrices can be inserted via the math toolbar button 
5186 \begin_inset Graphics
5187         filename ../images/dialog-show_mathmatrix.png
5188         scale 85
5189
5190 \end_inset
5191
5192  or the menu 
5193 \family sans
5194 Insert\SpecialChar \menuseparator
5195 Math\SpecialChar \menuseparator
5196 Matrix
5197 \family default
5198 .
5199  In the matrix dialog you can specify the number of columns and rows, the
5200  alignment and the decoration.
5201  The vertical alignment is only of importance for matrices in inline formulas:
5202 \end_layout
5203
5204 \begin_layout Standard
5205 The first matrix is top 
5206 \begin_inset Formula $\begin{array}[t]{cccc}
5207 A & D & G & J\\
5208 B & E & H & K\\
5209 C & F & I & L
5210 \end{array}$
5211 \end_inset
5212
5213 , the second middle 
5214 \begin_inset Formula $\begin{array}{cccc}
5215 A & D & G & J\\
5216 B & E & H & K\\
5217 C & F & I & L
5218 \end{array}$
5219 \end_inset
5220
5221  and the third bottom 
5222 \begin_inset Formula $\begin{array}[b]{cccc}
5223 A & D & G & J\\
5224 B & E & H & K\\
5225 C & F & I & L
5226 \end{array}$
5227 \end_inset
5228
5229  aligned.
5230 \end_layout
5231
5232 \begin_layout Standard
5233 The horizontal alignment specifies how the column entries should be aligned.
5234  It is set by entering a letter for every column.
5235  
5236 \emph on
5237 l
5238 \emph default
5239  denotes left aligned, 
5240 \emph on
5241 c
5242 \emph default
5243  centered and 
5244 \emph on
5245 r
5246 \emph default
5247  right aligned.
5248  To create for example a 4
5249 \series bold
5250 ×
5251 \series default
5252 4
5253 \begin_inset space ~
5254 \end_inset
5255
5256 matrix where the first column is left aligned, the second and third are
5257  centered and the last one is right aligned, one enters for the horizontal
5258  alignment 
5259 \series bold
5260 lccr
5261 \series default
5262 .
5263  Normally in a matrix all columns are centered, therefore the default for
5264  every column is a 
5265 \series bold
5266 c
5267 \series default
5268 .
5269 \end_layout
5270
5271 \begin_layout Standard
5272 Horizontal alignment:
5273 \end_layout
5274
5275 \begin_layout Standard
5276
5277 \series bold
5278 lll
5279 \series default
5280  : 
5281 \begin_inset Formula $\begin{array}{lll}
5282 10000 & D & G\\
5283 B & 10000 & H\\
5284 C & F & 10000
5285 \end{array}$
5286 \end_inset
5287
5288  , 
5289 \series bold
5290 ccc
5291 \series default
5292  : 
5293 \begin_inset Formula $\begin{array}{ccc}
5294 10000 & D & G\\
5295 B & 10000 & H\\
5296 C & F & 10000
5297 \end{array}$
5298 \end_inset
5299
5300  , 
5301 \series bold
5302 rrr
5303 \series default
5304  : 
5305 \begin_inset Formula $\begin{array}{rrr}
5306 10000 & D & G\\
5307 B & 10000 & H\\
5308 C & F & 10000
5309 \end{array}$
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \begin_layout Standard
5316 To add or delete rows and columns subsequently, the math toolbar buttons
5317  
5318 \begin_inset Graphics
5319         filename ../images/tabular-feature_append-row.png
5320         scale 85
5321
5322 \end_inset
5323
5324
5325 \begin_inset Graphics
5326         filename ../images/tabular-feature_delete-row.png
5327         scale 85
5328
5329 \end_inset
5330
5331 , etc.
5332 \begin_inset space \thinspace{}
5333 \end_inset
5334
5335 , or the menu 
5336 \family sans
5337 Edit\SpecialChar \menuseparator
5338 Rows & Columns
5339 \family default
5340  can be used.
5341  New rows can also be created with 
5342 \begin_inset Info
5343 type  "shortcut"
5344 arg   "newline-insert newline"
5345 \end_inset
5346
5347 .
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset VSpace bigskip
5352 \end_inset
5353
5354 The 
5355 \family sans
5356 Decoration
5357 \family default
5358  adds parentheses in the selected style around the matrix.
5359  Alternatively, parentheses can can either be created with the commands
5360  
5361 \series bold
5362
5363 \backslash
5364 left
5365 \series default
5366
5367 \begin_inset Index idx
5368 status collapsed
5369
5370 \begin_layout Plain Layout
5371 Commands ! L ! 
5372 \backslash
5373 left
5374 \end_layout
5375
5376 \end_inset
5377
5378  and 
5379 \series bold
5380
5381 \backslash
5382 right
5383 \series default
5384
5385 \begin_inset Index idx
5386 status collapsed
5387
5388 \begin_layout Plain Layout
5389 Commands ! R ! 
5390 \backslash
5391 right
5392 \end_layout
5393
5394 \end_inset
5395
5396  (shortcut 
5397 \family sans
5398 Alt+M
5399 \begin_inset space ~
5400 \end_inset
5401
5402 Parenthesis
5403 \family default
5404 ), see 
5405 \begin_inset CommandInset ref
5406 LatexCommand ref
5407 reference "sub:Automatic-Bracket-Size"
5408
5409 \end_inset
5410
5411 , or by using the following commands:
5412 \begin_inset VSpace medskip
5413 \end_inset
5414
5415
5416 \end_layout
5417
5418 \begin_layout Standard
5419 \begin_inset space \hfill{}
5420 \end_inset
5421
5422
5423 \begin_inset Tabular
5424 <lyxtabular version="3" rows="4" columns="2">
5425 <features tabularvalignment="middle">
5426 <column alignment="center" valignment="top" width="0">
5427 <column alignment="center" valignment="top" width="0">
5428 <row>
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 Command
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Result
5443 \begin_inset Note Note
5444 status collapsed
5445
5446 \begin_layout Plain Layout
5447
5448 \series bold
5449
5450 \backslash
5451 raisebox
5452 \series default
5453  is only used as spacer.
5454 \end_layout
5455
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469
5470 \backslash
5471 bmatrix
5472 \begin_inset ERT
5473 status collapsed
5474
5475 \begin_layout Plain Layout
5476
5477
5478 \backslash
5479 spce 
5480 \end_layout
5481
5482 \end_inset
5483
5484 2
5485 \series bold
5486 ×
5487 \series default
5488 2
5489 \begin_inset space \thinspace{}
5490 \end_inset
5491
5492 matrix
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5502 0 & \textrm{-}\mathrm{i}\\
5503 \mathrm{i} & 0
5504 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5505 \end_inset
5506
5507
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 </row>
5513 <row>
5514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5515 \begin_inset Text
5516
5517 \begin_layout Plain Layout
5518
5519 \backslash
5520 Bmatrix
5521 \begin_inset ERT
5522 status collapsed
5523
5524 \begin_layout Plain Layout
5525
5526
5527 \backslash
5528 spce 
5529 \end_layout
5530
5531 \end_inset
5532
5533 2
5534 \series bold
5535 ×
5536 \series default
5537 2
5538 \begin_inset space \thinspace{}
5539 \end_inset
5540
5541 matrix
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5551 0 & \textrm{-}\mathrm{i}\\
5552 \mathrm{i} & 0
5553 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5554 \end_inset
5555
5556
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 </row>
5562 <row>
5563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567
5568 \backslash
5569 pmatrix
5570 \begin_inset ERT
5571 status collapsed
5572
5573 \begin_layout Plain Layout
5574
5575
5576 \backslash
5577 spce 
5578 \end_layout
5579
5580 \end_inset
5581
5582 2
5583 \series bold
5584 ×
5585 \series default
5586 2
5587 \begin_inset space \thinspace{}
5588 \end_inset
5589
5590 matrix
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5600 0 & \textrm{-}\mathrm{i}\\
5601 \mathrm{i} & 0
5602 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5603 \end_inset
5604
5605
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 </row>
5611 </lyxtabular>
5612
5613 \end_inset
5614
5615
5616 \begin_inset space \hfill{}
5617 \end_inset
5618
5619
5620 \begin_inset Tabular
5621 <lyxtabular version="3" rows="4" columns="2">
5622 <features tabularvalignment="middle">
5623 <column alignment="center" valignment="top" width="0">
5624 <column alignment="center" valignment="top" width="0">
5625 <row>
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 Command
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639 Result
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650
5651 \backslash
5652 vmatrix
5653 \begin_inset ERT
5654 status collapsed
5655
5656 \begin_layout Plain Layout
5657
5658
5659 \backslash
5660 spce 
5661 \end_layout
5662
5663 \end_inset
5664
5665 2
5666 \series bold
5667 ×
5668 \series default
5669 2
5670 \begin_inset space \thinspace{}
5671 \end_inset
5672
5673 matrix
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5683 0 & \textrm{-}\mathrm{i}\\
5684 \mathrm{i} & 0
5685 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699
5700 \backslash
5701 Vmatrix
5702 \begin_inset ERT
5703 status collapsed
5704
5705 \begin_layout Plain Layout
5706
5707
5708 \backslash
5709 spce 
5710 \end_layout
5711
5712 \end_inset
5713
5714 2
5715 \series bold
5716 ×
5717 \series default
5718 2
5719 \begin_inset space \thinspace{}
5720 \end_inset
5721
5722 matrix
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5732 0 & \textrm{-}\mathrm{i}\\
5733 \mathrm{i} & 0
5734 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5735 \end_inset
5736
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 </row>
5743 <row>
5744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748
5749 \backslash
5750 matrix
5751 \begin_inset ERT
5752 status collapsed
5753
5754 \begin_layout Plain Layout
5755
5756
5757 \backslash
5758 spce 
5759 \end_layout
5760
5761 \end_inset
5762
5763 2
5764 \series bold
5765 ×
5766 \series default
5767 2
5768 \begin_inset space \thinspace{}
5769 \end_inset
5770
5771 matrix
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5781 0 & \textrm{-}\mathrm{i}\\
5782 \mathrm{i} & 0
5783 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5784 \end_inset
5785
5786
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 </row>
5792 </lyxtabular>
5793
5794 \end_inset
5795
5796
5797 \begin_inset space \hfill{}
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \begin_layout Standard
5804 \begin_inset VSpace medskip
5805 \end_inset
5806
5807 When e.
5808 \begin_inset space \thinspace{}
5809 \end_inset
5810
5811 g.
5812 \begin_inset space \space{}
5813 \end_inset
5814
5815
5816 \series bold
5817
5818 \backslash
5819 vmatrix
5820 \series default
5821  is inserted, a blue box appears between two vertical lines where the matrix
5822  is inserted.
5823 \begin_inset Newline newline
5824 \end_inset
5825
5826 Note that decorated matrices ignore the vertical alignment.
5827 \end_layout
5828
5829 \begin_layout Standard
5830 \begin_inset VSpace bigskip
5831 \end_inset
5832
5833 As all multiline formulas are matrices, the length 
5834 \series bold
5835
5836 \backslash
5837 arraycolsep
5838 \series default
5839
5840 \begin_inset Index idx
5841 status collapsed
5842
5843 \begin_layout Plain Layout
5844 Commands ! A ! 
5845 \backslash
5846 arraycolsep
5847 \end_layout
5848
5849 \end_inset
5850
5851  that is described in 
5852 \begin_inset CommandInset ref
5853 LatexCommand ref
5854 reference "sub:Column-Separation"
5855
5856 \end_inset
5857
5858  can also be used to change the column separation of matrices.
5859 \end_layout
5860
5861 \begin_layout Standard
5862 To change the row separation, the command 
5863 \series bold
5864
5865 \backslash
5866 arraystretch
5867 \series default
5868
5869 \begin_inset Index idx
5870 status collapsed
5871
5872 \begin_layout Plain Layout
5873 Commands ! A ! 
5874 \backslash
5875 arraystretch
5876 \end_layout
5877
5878 \end_inset
5879
5880  is used.
5881  It is used as follows:
5882 \end_layout
5883
5884 \begin_layout Standard
5885
5886 \series bold
5887
5888 \backslash
5889 renewcommand{
5890 \backslash
5891 arraystretch}{stretch factor}
5892 \begin_inset Index idx
5893 status collapsed
5894
5895 \begin_layout Plain Layout
5896 Commands ! R ! 
5897 \backslash
5898 renewcommand
5899 \end_layout
5900
5901 \end_inset
5902
5903
5904 \end_layout
5905
5906 \begin_layout Standard
5907 The command 
5908 \series bold
5909
5910 \backslash
5911 renewcommand
5912 \series default
5913  assigns the stretch factor to the predefined command 
5914 \series bold
5915
5916 \backslash
5917 arraystretch
5918 \series default
5919 .
5920  To double e.
5921 \begin_inset space \thinspace{}
5922 \end_inset
5923
5924 g.
5925 \begin_inset space \space{}
5926 \end_inset
5927
5928 the row separation, use the factor 2.
5929  This is then used for all following matrices.
5930  To go back to the original separation, assign the factor 1 to 
5931 \series bold
5932
5933 \backslash
5934 arraystretch
5935 \series default
5936 .
5937 \end_layout
5938
5939 \begin_layout Standard
5940 To set matrices into a text line, the command 
5941 \series bold
5942
5943 \backslash
5944 smallmatrix
5945 \series default
5946
5947 \begin_inset Index idx
5948 status collapsed
5949
5950 \begin_layout Plain Layout
5951 Commands ! S ! 
5952 \backslash
5953 smallmatrix
5954 \end_layout
5955
5956 \end_inset
5957
5958  is used.
5959  When it is inserted a blue box with two dashed lines appears.
5960  In this box the matrix is inserted.
5961 \end_layout
5962
5963 \begin_layout Standard
5964 This is a matrix 
5965 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5966 C & D
5967 \end{smallmatrix}\right)$
5968 \end_inset
5969
5970  in a text line.
5971 \end_layout
5972
5973 \begin_layout Section
5974 Brackets and Delimiters
5975 \begin_inset Index idx
5976 status collapsed
5977
5978 \begin_layout Plain Layout
5979 Brackets
5980 \end_layout
5981
5982 \end_inset
5983
5984
5985 \begin_inset Index idx
5986 status collapsed
5987
5988 \begin_layout Plain Layout
5989 Delimiters
5990 \end_layout
5991
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \begin_layout Subsection
5998 Vertical Brackets and Delimiters
5999 \begin_inset Index idx
6000 status collapsed
6001
6002 \begin_layout Plain Layout
6003 Brackets ! vertical
6004 \end_layout
6005
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \begin_layout Standard
6012 \begin_inset space \hfill{}
6013 \end_inset
6014
6015
6016 \begin_inset Tabular
6017 <lyxtabular version="3" rows="9" columns="2">
6018 <features tabularvalignment="middle">
6019 <column alignment="center" valignment="top" width="0pt">
6020 <column alignment="center" valignment="top" width="0pt">
6021 <row>
6022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 Command
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 Result
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 </row>
6041 <row>
6042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 (
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 \begin_inset Formula $($
6056 \end_inset
6057
6058
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 {
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 \begin_inset Formula $\{$
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 [
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $[$
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115
6116 \backslash
6117 langle
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 \begin_inset Formula $\langle$
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 </row>
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \backslash
6142 lceil
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $\lceil$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \backslash
6167 lfloor
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $\lfloor$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 /
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 \begin_inset Formula $/$
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 |
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 \begin_inset Formula $|$
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 </lyxtabular>
6232
6233 \end_inset
6234
6235
6236 \begin_inset space \hfill{}
6237 \end_inset
6238
6239
6240 \begin_inset Tabular
6241 <lyxtabular version="3" rows="9" columns="2">
6242 <features tabularvalignment="middle">
6243 <column alignment="center" valignment="top" width="0pt">
6244 <column alignment="center" valignment="top" width="0pt">
6245 <row>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 Command
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 Result
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 <row>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 )
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 \begin_inset Formula $)$
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 }
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 \begin_inset Formula $\}$
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 ]
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 \begin_inset Formula $]$
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339
6340 \backslash
6341 rangle
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 \begin_inset Formula $\rangle$
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 </row>
6359 <row>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364
6365 \backslash
6366 rceil
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 \begin_inset Formula $\rceil$
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389
6390 \backslash
6391 rfloor
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 \begin_inset Formula $\rfloor$
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 </row>
6409 <row>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414
6415 \backslash
6416
6417 \backslash
6418
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 \begin_inset Formula $\backslash$
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 </row>
6436 <row>
6437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \backslash
6443 |
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Formula $\|$
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 </lyxtabular>
6462
6463 \end_inset
6464
6465
6466 \begin_inset space \hfill{}
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \begin_layout Standard
6473
6474 \series medium
6475 \begin_inset Note Greyedout
6476 status open
6477
6478 \begin_layout Plain Layout
6479
6480 \series bold
6481 Note:
6482 \series default
6483  In TeX-mode the command 
6484 \series bold
6485
6486 \backslash
6487 textbackslash
6488 \series default
6489
6490 \begin_inset Index idx
6491 status collapsed
6492
6493 \begin_layout Plain Layout
6494 Commands ! T ! 
6495 \backslash
6496 textbackslash
6497 \end_layout
6498
6499 \end_inset
6500
6501  must be used for the backslash, because the command 
6502 \series bold
6503
6504 \backslash
6505
6506 \backslash
6507
6508 \series default
6509  produces a line break there.
6510 \end_layout
6511
6512 \end_inset
6513
6514
6515 \end_layout
6516
6517 \begin_layout Standard
6518 For all characters listed above the size can be adjusted with the commands
6519  described in the following two subsections.
6520  When using these commands, the characters < and > can directly be used
6521  instead of the commands 
6522 \series bold
6523
6524 \backslash
6525 langle
6526 \series default
6527  and 
6528 \series bold
6529
6530 \backslash
6531 rangle
6532 \series default
6533 .
6534 \end_layout
6535
6536 \begin_layout Subsubsection
6537 Manual Bracket Size
6538 \begin_inset CommandInset label
6539 LatexCommand label
6540 name "sub:Manual-Bracket-Size"
6541
6542 \end_inset
6543
6544
6545 \begin_inset Index idx
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 Bracket size ! manual
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Standard
6558 The bracket size can be specified manually by the LaTeX-commands 
6559 \series bold
6560
6561 \backslash
6562 big
6563 \series default
6564
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 Commands ! B ! 
6570 \backslash
6571 big
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \series bold
6578
6579 \backslash
6580 Big
6581 \series default
6582
6583 \series bold
6584
6585 \backslash
6586 bigg
6587 \series default
6588  and 
6589 \series bold
6590
6591 \backslash
6592 Bigg
6593 \series default
6594 .
6595  
6596 \series bold
6597
6598 \backslash
6599 big
6600 \series default
6601  denotes the smallest and 
6602 \series bold
6603
6604 \backslash
6605 Bigg
6606 \series default
6607  the largest bracket size.
6608 \end_layout
6609
6610 \begin_layout Standard
6611 These commands are used to emphasize levels of brackets:
6612 \end_layout
6613
6614 \begin_layout Standard
6615 \align center
6616 \begin_inset Tabular
6617 <lyxtabular version="3" rows="2" columns="2">
6618 <features tabularvalignment="middle">
6619 <column alignment="center" valignment="top" width="0pt">
6620 <column alignment="center" valignment="top" width="0pt">
6621 <row>
6622 <cell alignment="center" valignment="top" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 all brackets in the same size:
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell alignment="center" valignment="top" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6636 \end_inset
6637
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 </row>
6644 <row>
6645 <cell alignment="center" valignment="top" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 this looks better:
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 </lyxtabular>
6668
6669 \end_inset
6670
6671
6672 \begin_inset Note Note
6673 status collapsed
6674
6675 \begin_layout Plain Layout
6676
6677 \series bold
6678
6679 \backslash
6680 raisebox
6681 \series default
6682  is only used as spacer.
6683 \end_layout
6684
6685 \end_inset
6686
6687
6688 \end_layout
6689
6690 \begin_layout Standard
6691 For the second formula the command 
6692 \series bold
6693
6694 \backslash
6695 Big((A+B)(A-B)
6696 \backslash
6697 Big)^
6698 \begin_inset ERT
6699 status collapsed
6700
6701 \begin_layout Plain Layout
6702
6703
6704 \backslash
6705 spce 
6706 \end_layout
6707
6708 \end_inset
6709
6710 C
6711 \series default
6712  has been used.
6713 \end_layout
6714
6715 \begin_layout Standard
6716 Here is an overview about all bracket sizes:
6717 \end_layout
6718
6719 \begin_layout Standard
6720 \align center
6721
6722 \backslash
6723 Bigg(
6724 \backslash
6725 exp
6726 \backslash
6727 bigg<
6728 \backslash
6729 Big[
6730 \backslash
6731 big{
6732 \backslash
6733 ln(3x)
6734 \backslash
6735 big}^2
6736 \begin_inset ERT
6737 status collapsed
6738
6739 \begin_layout Plain Layout
6740
6741
6742 \backslash
6743 spce 
6744 \end_layout
6745
6746 \end_inset
6747
6748
6749 \backslash
6750 sin(x)
6751 \backslash
6752 Big]^
6753 \begin_inset ERT
6754 status collapsed
6755
6756 \begin_layout Plain Layout
6757
6758
6759 \backslash
6760 spce 
6761 \end_layout
6762
6763 \end_inset
6764
6765 A
6766 \begin_inset ERT
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770
6771
6772 \backslash
6773 spce 
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \backslash
6780 bigg>
6781 \backslash
6782 Bigg)^0,5
6783 \end_layout
6784
6785 \begin_layout Standard
6786 \align center
6787 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6788 \end_inset
6789
6790
6791 \end_layout
6792
6793 \begin_layout Standard
6794 Besides the 
6795 \series bold
6796
6797 \backslash
6798 big
6799 \series default
6800 -commands there is the variant 
6801 \series bold
6802
6803 \backslash
6804 bigm
6805 \series default
6806
6807 \begin_inset Index idx
6808 status collapsed
6809
6810 \begin_layout Plain Layout
6811 Commands ! B ! 
6812 \backslash
6813 bigm
6814 \end_layout
6815
6816 \end_inset
6817
6818  that adds a bit more space between the bracket and its content, and the
6819  variant 
6820 \series bold
6821
6822 \backslash
6823 bigl
6824 \series default
6825 -
6826 \series bold
6827
6828 \backslash
6829 bigr
6830 \series default
6831
6832 \begin_inset Index idx
6833 status collapsed
6834
6835 \begin_layout Plain Layout
6836 Commands ! B ! 
6837 \backslash
6838 bigl - 
6839 \backslash
6840 bigr
6841 \end_layout
6842
6843 \end_inset
6844
6845 , that don't add additional space.
6846  The 
6847 \emph on
6848 l
6849 \emph default
6850  at the end of the command 
6851 \series bold
6852
6853 \backslash
6854 bigl
6855 \series default
6856  is for a left bracket; for a right bracket this will be replaced by an
6857  
6858 \emph on
6859 r
6860 \emph default
6861 .
6862  A left or right bracket can each be an opening or closing bracket.
6863 \end_layout
6864
6865 \begin_layout Standard
6866 In the following table is a comparison of the variants:
6867 \end_layout
6868
6869 \begin_layout Standard
6870 \align center
6871 \begin_inset Tabular
6872 <lyxtabular version="3" rows="5" columns="2">
6873 <features tabularvalignment="middle">
6874 <column alignment="center" valignment="middle" width="0">
6875 <column alignment="center" valignment="middle" width="0">
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 Command
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 Result
6891 \begin_inset Note Note
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896 \series bold
6897
6898 \backslash
6899 raisebox
6900 \series default
6901  is only used as spacer.
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 </row>
6912 <row>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917
6918 \backslash
6919 Bigm(
6920 \backslash
6921 bigm(
6922 \backslash
6923 ln(3x)
6924 \backslash
6925 bigm)^2
6926 \series bold
6927
6928 \begin_inset ERT
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932
6933
6934 \backslash
6935 spce 
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \series default
6942
6943 \backslash
6944 Bigm)
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 </row>
6962 <row>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Plain Layout
6967
6968 \backslash
6969 Big(
6970 \backslash
6971 big(
6972 \backslash
6973 ln(3x)
6974 \backslash
6975 big)^2
6976 \series bold
6977
6978 \begin_inset ERT
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982
6983
6984 \backslash
6985 spce 
6986 \end_layout
6987
6988 \end_inset
6989
6990
6991 \series default
6992
6993 \backslash
6994 Big)
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7004 \end_inset
7005
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 </row>
7012 <row>
7013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017
7018 \backslash
7019 Bigl(
7020 \backslash
7021 bigl(
7022 \backslash
7023 ln(3x)
7024 \backslash
7025 bigr)^2
7026 \series bold
7027
7028 \begin_inset ERT
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032
7033
7034 \backslash
7035 spce 
7036 \end_layout
7037
7038 \end_inset
7039
7040
7041 \series default
7042
7043 \backslash
7044 Bigr)
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 </row>
7062 <row>
7063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067
7068 \backslash
7069 bigl)
7070 \backslash
7071 ln(3x)
7072 \backslash
7073 bigr(
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 </lyxtabular>
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \begin_layout Subsubsection
7099 Automatic Bracket Size
7100 \begin_inset CommandInset label
7101 LatexCommand label
7102 name "sub:Automatic-Bracket-Size"
7103
7104 \end_inset
7105
7106
7107 \begin_inset Index idx
7108 status collapsed
7109
7110 \begin_layout Plain Layout
7111 Bracket size ! automatic
7112 \end_layout
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \begin_layout Standard
7120 Brackets with variable size can be inserted with the commands 
7121 \series bold
7122
7123 \backslash
7124 left
7125 \series default
7126
7127 \begin_inset Index idx
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131 Commands ! L ! 
7132 \backslash
7133 left
7134 \end_layout
7135
7136 \end_inset
7137
7138  and 
7139 \series bold
7140
7141 \backslash
7142 right
7143 \series default
7144
7145 \begin_inset Index idx
7146 status collapsed
7147
7148 \begin_layout Plain Layout
7149 Commands ! R ! 
7150 \backslash
7151 right
7152 \end_layout
7153
7154 \end_inset
7155
7156  or via the math toolbar button 
7157 \begin_inset Graphics
7158         filename ../images/dialog-show_mathdelimiter.png
7159         scale 85
7160
7161 \end_inset
7162
7163 .
7164  Directly behind 
7165 \series bold
7166
7167 \backslash
7168 left
7169 \series default
7170  and 
7171 \series bold
7172
7173 \backslash
7174 right
7175 \series default
7176  the wanted bracket must be inserted.
7177  The bracket size will then automatically be calculated for the output.
7178 \end_layout
7179
7180 \begin_layout Standard
7181 \align center
7182 normal bracket: The command 
7183 \series bold
7184
7185 \backslash
7186 ln(
7187 \backslash
7188 frac
7189 \begin_inset ERT
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193
7194
7195 \backslash
7196 spce 
7197 \end_layout
7198
7199 \end_inset
7200
7201 A
7202 \begin_inset Formula $\downarrow$
7203 \end_inset
7204
7205 C
7206 \begin_inset ERT
7207 status collapsed
7208
7209 \begin_layout Plain Layout
7210
7211
7212 \backslash
7213 spce 
7214 \end_layout
7215
7216 \end_inset
7217
7218 )
7219 \series default
7220  creates
7221 \begin_inset Formula 
7222 \[
7223 \ln(\frac{A}{C})
7224 \]
7225
7226 \end_inset
7227
7228
7229 \end_layout
7230
7231 \begin_layout Standard
7232 \align center
7233 multiline bracket: The command 
7234 \series bold
7235
7236 \backslash
7237 ln
7238 \backslash
7239 left(
7240 \backslash
7241 frac
7242 \begin_inset ERT
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246
7247
7248 \backslash
7249 spce 
7250 \end_layout
7251
7252 \end_inset
7253
7254 A
7255 \begin_inset Formula $\downarrow$
7256 \end_inset
7257
7258 C
7259 \begin_inset ERT
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263
7264
7265 \backslash
7266 spce 
7267 \end_layout
7268
7269 \end_inset
7270
7271
7272 \backslash
7273 right)
7274 \series default
7275  creates
7276 \begin_inset Formula 
7277 \[
7278 \ln\left(\frac{A}{C}\right)
7279 \]
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \begin_layout Standard
7287 Instead of 
7288 \series bold
7289
7290 \backslash
7291 left
7292 \series default
7293  and 
7294 \series bold
7295
7296 \backslash
7297 right
7298 \series default
7299  the shortcut 
7300 \family sans
7301 Alt+M
7302 \begin_inset space ~
7303 \end_inset
7304
7305 Bracket
7306 \family default
7307  can be used.
7308  This has the advantage that you can see in LyX immediately the real bracket
7309  size and that the matching right bracket will be created too.
7310 \begin_inset Newline newline
7311 \end_inset
7312
7313 The command for the last example would then be: 
7314 \series bold
7315
7316 \backslash
7317 ln Alt+M
7318 \series default
7319  
7320 \series bold
7321 (
7322 \backslash
7323 frac
7324 \begin_inset ERT
7325 status collapsed
7326
7327 \begin_layout Plain Layout
7328
7329
7330 \backslash
7331 spce 
7332 \end_layout
7333
7334 \end_inset
7335
7336 A
7337 \begin_inset Formula $\downarrow$
7338 \end_inset
7339
7340 C
7341 \end_layout
7342
7343 \begin_layout Standard
7344 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7345  For example the command 
7346 \series bold
7347
7348 \backslash
7349 left.
7350 \backslash
7351 frac
7352 \begin_inset ERT
7353 status collapsed
7354
7355 \begin_layout Plain Layout
7356
7357
7358 \backslash
7359 spce 
7360 \end_layout
7361
7362 \end_inset
7363
7364 A
7365 \begin_inset Formula $\downarrow$
7366 \end_inset
7367
7368 B
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 spce 
7377 \end_layout
7378
7379 \end_inset
7380
7381
7382 \backslash
7383 right}
7384 \series default
7385  creates:
7386 \series bold
7387
7388 \begin_inset Formula 
7389 \[
7390 \left.\frac{A}{B}\right\} 
7391 \]
7392
7393 \end_inset
7394
7395
7396 \series default
7397 The commands 
7398 \series bold
7399
7400 \backslash
7401 left
7402 \series default
7403  and 
7404 \series bold
7405
7406 \backslash
7407 right
7408 \series default
7409  will be converted by LyX to brackets in the right size when the document
7410  is reloaded and an omitted bracket will appear as dashed line.
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \begin_inset VSpace bigskip
7415 \end_inset
7416
7417 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7418  the command 
7419 \series bold
7420
7421 \backslash
7422 middle
7423 \series default
7424
7425 \begin_inset Index idx
7426 status collapsed
7427
7428 \begin_layout Plain Layout
7429 Commands ! M ! 
7430 \backslash
7431 middle
7432 \end_layout
7433
7434 \end_inset
7435
7436  is additionally available for all brackets and limits.
7437  With this command the height of the following character is adapted to the
7438  one of the surrounding brackets, what is e.
7439 \begin_inset space \thinspace{}
7440 \end_inset
7441
7442 g.
7443 \begin_inset space \space{}
7444 \end_inset
7445
7446 needed for physical vectors:
7447 \begin_inset Formula 
7448 \[
7449 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7450 \]
7451
7452 \end_inset
7453
7454 For physical vectors there is a special LaTeX-package, described in 
7455 \begin_inset CommandInset ref
7456 LatexCommand ref
7457 reference "sub:Physical-Vectors"
7458
7459 \end_inset
7460
7461 .
7462 \end_layout
7463
7464 \begin_layout Subsection
7465 Horizontal Brackets
7466 \begin_inset Index idx
7467 status collapsed
7468
7469 \begin_layout Plain Layout
7470 Brackets ! horizontal
7471 \end_layout
7472
7473 \end_inset
7474
7475
7476 \end_layout
7477
7478 \begin_layout Standard
7479 \align center
7480 \begin_inset Tabular
7481 <lyxtabular version="3" rows="4" columns="2">
7482 <features tabularvalignment="middle">
7483 <column alignment="center" valignment="top" width="0pt">
7484 <column alignment="center" valignment="top" width="0pt">
7485 <row>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 Command
7491 \begin_inset Note Note
7492 status collapsed
7493
7494 \begin_layout Plain Layout
7495
7496 \series bold
7497
7498 \backslash
7499 raisebox
7500 \series default
7501  is only used as spacer.
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 Result
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 \begin_inset ERT
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530
7531
7532 \backslash
7533 raisebox{2.3mm}{
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \backslash
7540 overbrace
7541 \begin_inset ERT
7542 status collapsed
7543
7544 \begin_layout Plain Layout
7545
7546
7547 \backslash
7548 spce 
7549 \end_layout
7550
7551 \end_inset
7552
7553 A+B
7554 \begin_inset ERT
7555 status collapsed
7556
7557 \begin_layout Plain Layout
7558
7559
7560 \backslash
7561 spce 
7562 \end_layout
7563
7564 \end_inset
7565
7566 ^
7567 \begin_inset ERT
7568 status collapsed
7569
7570 \begin_layout Plain Layout
7571
7572
7573 \backslash
7574 spce 
7575 \end_layout
7576
7577 \end_inset
7578
7579 3
7580 \begin_inset ERT
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584
7585 }
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \begin_inset Index idx
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595 Commands ! O ! 
7596 \backslash
7597 overbrace
7598 \end_layout
7599
7600 \end_inset
7601
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 \begin_inset Formula $\overbrace{A+B}^{3}$
7612 \end_inset
7613
7614
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row>
7621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 \begin_inset ERT
7626 status collapsed
7627
7628 \begin_layout Plain Layout
7629
7630
7631 \backslash
7632 raisebox{-2.2mm}{
7633 \end_layout
7634
7635 \end_inset
7636
7637
7638 \backslash
7639 underbrace
7640 \begin_inset ERT
7641 status collapsed
7642
7643 \begin_layout Plain Layout
7644
7645
7646 \backslash
7647 spce 
7648 \end_layout
7649
7650 \end_inset
7651
7652 A+B
7653 \begin_inset ERT
7654 status collapsed
7655
7656 \begin_layout Plain Layout
7657
7658
7659 \backslash
7660 spce 
7661 \end_layout
7662
7663 \end_inset
7664
7665 _5
7666 \begin_inset ERT
7667 status collapsed
7668
7669 \begin_layout Plain Layout
7670
7671 }
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \begin_inset Index idx
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681 Commands ! U ! 
7682 \backslash
7683 underbrace
7684 \end_layout
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697 \begin_inset Formula $\underbrace{A+B}_{5}$
7698 \end_inset
7699
7700
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711
7712 \backslash
7713 overbrace
7714 \begin_inset ERT
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718
7719
7720 \backslash
7721 spce 
7722 \end_layout
7723
7724 \end_inset
7725
7726
7727 \backslash
7728 underbrace
7729 \begin_inset ERT
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733
7734
7735 \backslash
7736 spce 
7737 \end_layout
7738
7739 \end_inset
7740
7741 A+B_w
7742 \begin_inset ERT
7743 status collapsed
7744
7745 \begin_layout Plain Layout
7746
7747
7748 \backslash
7749 spce 
7750 \end_layout
7751
7752 \end_inset
7753
7754
7755 \begin_inset ERT
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759
7760
7761 \backslash
7762 spce 
7763 \end_layout
7764
7765 \end_inset
7766
7767 _7
7768 \begin_inset ERT
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772
7773
7774 \backslash
7775 spce 
7776 \end_layout
7777
7778 \end_inset
7779
7780
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793 ^
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 spce 
7802 \end_layout
7803
7804 \end_inset
7805
7806 C
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7816 \end_inset
7817
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 </lyxtabular>
7825
7826 \end_inset
7827
7828
7829 \end_layout
7830
7831 \begin_layout Standard
7832 In the last example it doesn't matter if 
7833 \series bold
7834
7835 \backslash
7836 overbrace
7837 \series default
7838  or 
7839 \series bold
7840
7841 \backslash
7842 underbrace
7843 \series default
7844  is inserted at first.
7845 \end_layout
7846
7847 \begin_layout Standard
7848 \begin_inset VSpace bigskip
7849 \end_inset
7850
7851 When brackets are needed that overlap each other, multiline formulas, as
7852  described in 
7853 \begin_inset CommandInset ref
7854 LatexCommand ref
7855 reference "sec:Multiline-Formulas"
7856
7857 \end_inset
7858
7859 , must be used:
7860 \begin_inset Formula 
7861 \begin{eqnarray*}
7862 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7863  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7864 \end{eqnarray*}
7865
7866 \end_inset
7867
7868 In the first row the formula is inserted together with the first brace.
7869  It is hereby important that the space command
7870 \begin_inset Foot
7871 status collapsed
7872
7873 \begin_layout Plain Layout
7874 Space commands are explained in 
7875 \begin_inset CommandInset ref
7876 LatexCommand ref
7877 reference "sub:Predefined-Space"
7878
7879 \end_inset
7880
7881 .
7882 \end_layout
7883
7884 \end_inset
7885
7886  
7887 \series bold
7888
7889 \backslash
7890 :
7891 \series default
7892  is inserted before the first 
7893 \begin_inset Formula $d$
7894 \end_inset
7895
7896 , because the brace that ends behind the 
7897 \begin_inset Formula $q$
7898 \end_inset
7899
7900  prevents that the following 
7901 \begin_inset Quotes eld
7902 \end_inset
7903
7904 +
7905 \begin_inset Quotes erd
7906 \end_inset
7907
7908  is surrounded by space.
7909 \begin_inset Foot
7910 status collapsed
7911
7912 \begin_layout Plain Layout
7913 because a bracket is not handled as a character, see 
7914 \begin_inset CommandInset ref
7915 LatexCommand ref
7916 reference "sub:Binary-Operators"
7917
7918 \end_inset
7919
7920
7921 \end_layout
7922
7923 \end_inset
7924
7925  In the second row the second brace is inserted.
7926  As it should begin before the 
7927 \begin_inset Formula $b$
7928 \end_inset
7929
7930 , first the command 
7931 \series bold
7932
7933 \backslash
7934 hphantom{gggg+
7935 \backslash
7936 :}
7937 \series default
7938  is inserted.
7939 \begin_inset Foot
7940 status collapsed
7941
7942 \begin_layout Plain Layout
7943 more about 
7944 \series bold
7945
7946 \backslash
7947 hphantom
7948 \series default
7949  see 
7950 \begin_inset CommandInset ref
7951 LatexCommand ref
7952 reference "sub:Placeholders"
7953
7954 \end_inset
7955
7956
7957 \end_layout
7958
7959 \end_inset
7960
7961  This space is needed because the 
7962 \begin_inset Quotes eld
7963 \end_inset
7964
7965 +
7966 \begin_inset Quotes erd
7967 \end_inset
7968
7969  is also surrounded by space in the formula.
7970  The brace is placed under the command 
7971 \series bold
7972
7973 \backslash
7974 hphantom{bbqq+dddd}
7975 \series default
7976 .
7977 \end_layout
7978
7979 \begin_layout Standard
7980 It gets more complicated when brackets overlap each other, like in the following
7981  example:
7982 \begin_inset ERT
7983 status collapsed
7984
7985 \begin_layout Plain Layout
7986
7987
7988 \backslash
7989 setlength{
7990 \backslash
7991 jot}{-6pt}
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \begin_inset Formula 
7998 \begin{eqnarray*}
7999  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8000 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8001 \end{eqnarray*}
8002
8003 \end_inset
8004
8005
8006 \begin_inset ERT
8007 status collapsed
8008
8009 \begin_layout Plain Layout
8010
8011
8012 \backslash
8013 setlength{
8014 \backslash
8015 jot}{3pt}
8016 \end_layout
8017
8018 \end_inset
8019
8020 The first formula row is the same as the second row of the previous example,
8021  with the difference that the brace is above.
8022  The second row contains the formula together with the second brace.
8023  To avoid that there is space between the upper brace in the first row and
8024  the formula, the row spacing needs to be reduced.
8025  This is not easily possible due to a bug in LyX
8026 \begin_inset Foot
8027 status collapsed
8028
8029 \begin_layout Plain Layout
8030 \begin_inset CommandInset href
8031 LatexCommand href
8032 name "LyX-bug #1505"
8033 target "http://www.lyx.org/trac/ticket/1505"
8034
8035 \end_inset
8036
8037
8038 \end_layout
8039
8040 \end_inset
8041
8042 .
8043  As a solution for the problem, the global formula row separation 
8044 \series bold
8045
8046 \backslash
8047 jot
8048 \series default
8049
8050 \begin_inset Index idx
8051 status collapsed
8052
8053 \begin_layout Plain Layout
8054 Commands ! J ! 
8055 \backslash
8056 jot
8057 \end_layout
8058
8059 \end_inset
8060
8061  must be changed to -6
8062 \begin_inset space \thinspace{}
8063 \end_inset
8064
8065 pt before the formula with the command 
8066 \series bold
8067
8068 \backslash
8069 setlength{
8070 \backslash
8071 jot}{-6pt}
8072 \series default
8073  in TeX-mode.
8074  
8075 \series bold
8076
8077 \backslash
8078 jot
8079 \series default
8080  is set back after the formula to the standard value of 3
8081 \begin_inset space \thinspace{}
8082 \end_inset
8083
8084 pt using the same command.
8085  More about the row separation in formulas is explained in 
8086 \begin_inset CommandInset ref
8087 LatexCommand ref
8088 reference "sub:Line-Separation"
8089
8090 \end_inset
8091
8092 .
8093 \end_layout
8094
8095 \begin_layout Section
8096 Arrows
8097 \begin_inset Index idx
8098 status collapsed
8099
8100 \begin_layout Plain Layout
8101 Arrows
8102 \end_layout
8103
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \begin_layout Standard
8110 Arrows can be inserted via the math toolbar button 
8111 \begin_inset Graphics
8112         filename ../images/math/leftarrow.png
8113         scale 85
8114
8115 \end_inset
8116
8117  or the commands listed in the following subsections.
8118 \end_layout
8119
8120 \begin_layout Subsection
8121 Horizontal Arrows
8122 \begin_inset Index idx
8123 status collapsed
8124
8125 \begin_layout Plain Layout
8126 Arrows ! horizontal
8127 \end_layout
8128
8129 \end_inset
8130
8131
8132 \end_layout
8133
8134 \begin_layout Standard
8135 \begin_inset space \hfill{}
8136 \end_inset
8137
8138
8139 \begin_inset Tabular
8140 <lyxtabular version="3" rows="8" columns="2">
8141 <features tabularvalignment="middle">
8142 <column alignment="center" valignment="top" width="0pt">
8143 <column alignment="center" valignment="top" width="0pt">
8144 <row>
8145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 Command
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Result
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 gets
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\gets$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 Leftarrow
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\Leftarrow$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 longleftarrow
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\longleftarrow$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 Longleftarrow
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\Longleftarrow$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \backslash
8271 leftharpoonup
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 \begin_inset Formula $\leftharpoonup$
8281 \end_inset
8282
8283
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 </row>
8289 <row>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294
8295 \backslash
8296 leftharpoondown
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 \begin_inset Formula $\leftharpoondown$
8306 \end_inset
8307
8308
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 </row>
8314 <row>
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319
8320 \backslash
8321 hookleftarrow
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330 \begin_inset Formula $\hookleftarrow$
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 </lyxtabular>
8340
8341 \end_inset
8342
8343
8344 \begin_inset space \hfill{}
8345 \end_inset
8346
8347
8348 \begin_inset Tabular
8349 <lyxtabular version="3" rows="8" columns="2">
8350 <features tabularvalignment="middle">
8351 <column alignment="center" valignment="top" width="0pt">
8352 <column alignment="center" valignment="top" width="0pt">
8353 <row>
8354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Command
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 Result
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \backslash
8380 to
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 \begin_inset Formula $\to$
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \backslash
8405 Rightarrow
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 \begin_inset Formula $\Rightarrow$
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430 longrightarrow
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 \begin_inset Formula $\longrightarrow$
8440 \end_inset
8441
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \backslash
8455 Longrightarrow
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 \begin_inset Formula $\Longrightarrow$
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 <row>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478
8479 \backslash
8480 rightharpoonup
8481 \end_layout
8482
8483 \end_inset
8484 </cell>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489 \begin_inset Formula $\rightharpoonup$
8490 \end_inset
8491
8492
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \backslash
8505 rightharpoondown
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 \begin_inset Formula $\rightharpoondown$
8515 \end_inset
8516
8517
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 </row>
8523 <row>
8524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \backslash
8530 hookrightarrow
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539 \begin_inset Formula $\hookrightarrow$
8540 \end_inset
8541
8542
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 </row>
8548 </lyxtabular>
8549
8550 \end_inset
8551
8552
8553 \begin_inset space \hfill{}
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \begin_layout Standard
8560 \begin_inset space \hfill{}
8561 \end_inset
8562
8563
8564 \begin_inset Tabular
8565 <lyxtabular version="3" rows="6" columns="2">
8566 <features tabularvalignment="middle">
8567 <column alignment="center" valignment="top" width="0pt">
8568 <column alignment="center" valignment="top" width="0pt">
8569 <row>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 Command
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Result
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \backslash
8596 leftrightarrow
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 \begin_inset Formula $\leftrightarrow$
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \backslash
8621 Leftrightarrow
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 \begin_inset Formula $\Leftrightarrow$
8631 \end_inset
8632
8633
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 <row>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \backslash
8646 longleftrightarrow
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 \begin_inset Formula $\longleftrightarrow$
8656 \end_inset
8657
8658
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \backslash
8671 Longleftrightarrow
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 \begin_inset Formula $\Longleftrightarrow$
8681 \end_inset
8682
8683
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \backslash
8696 rightleftharpoons
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 \begin_inset Formula $\rightleftharpoons$
8706 \end_inset
8707
8708
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 </lyxtabular>
8715
8716 \end_inset
8717
8718
8719 \begin_inset space \hspace{}
8720 \length 25pt
8721 \end_inset
8722
8723
8724 \begin_inset space \hfill{}
8725 \end_inset
8726
8727
8728 \begin_inset Tabular
8729 <lyxtabular version="3" rows="5" columns="2">
8730 <features tabularvalignment="middle">
8731 <column alignment="center" valignment="top" width="0pt">
8732 <column alignment="center" valignment="top" width="0pt">
8733 <row>
8734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 Command
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Result
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \backslash
8760 mapsto
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 \begin_inset Formula $\mapsto$
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \backslash
8785 longmapsto
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 \begin_inset Formula $\longmapsto$
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 </row>
8803 <row>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808
8809 \backslash
8810 leadsto
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 \begin_inset Formula $\leadsto$
8820 \end_inset
8821
8822
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 </row>
8828 <row>
8829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833
8834 \backslash
8835 dasharrow
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 \begin_inset Formula $\dasharrow$
8845 \end_inset
8846
8847
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 </lyxtabular>
8854
8855 \end_inset
8856
8857
8858 \begin_inset space \hfill{}
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \begin_layout Standard
8865 \begin_inset VSpace medskip
8866 \end_inset
8867
8868 Arrows used as accents like e.
8869 \begin_inset space \thinspace{}
8870 \end_inset
8871
8872 g.
8873 \begin_inset space \space{}
8874 \end_inset
8875
8876 vector arrows are listed in 
8877 \begin_inset CommandInset ref
8878 LatexCommand ref
8879 reference "sec:Accents"
8880
8881 \end_inset
8882
8883 .
8884 \end_layout
8885
8886 \begin_layout Standard
8887 \begin_inset VSpace bigskip
8888 \end_inset
8889
8890 Furthermore there are the labeled arrows
8891 \begin_inset Index idx
8892 status collapsed
8893
8894 \begin_layout Plain Layout
8895 Arrows ! labeled
8896 \end_layout
8897
8898 \end_inset
8899
8900  
8901 \series bold
8902
8903 \backslash
8904 xleftarrow
8905 \series default
8906
8907 \begin_inset Index idx
8908 status collapsed
8909
8910 \begin_layout Plain Layout
8911 Commands ! X ! 
8912 \backslash
8913 xleftarrow
8914 \end_layout
8915
8916 \end_inset
8917
8918  and 
8919 \series bold
8920
8921 \backslash
8922 xrightarrow
8923 \series default
8924
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Commands ! X ! 
8930 \backslash
8931 xrightarrow
8932 \begin_inset ERT
8933 status collapsed
8934
8935 \begin_layout Plain Layout
8936
8937
8938 \backslash
8939 vspace{4mm}
8940 \end_layout
8941
8942 \end_inset
8943
8944
8945 \end_layout
8946
8947 \end_inset
8948
8949 .
8950  When inserting one of these commands in a formula, an arrow with two blue
8951  boxes appear where the label can be inserted.
8952  The length of the arrow adapts to the label width.
8953 \end_layout
8954
8955 \begin_layout Standard
8956 \align center
8957 \begin_inset Tabular
8958 <lyxtabular version="3" rows="3" columns="2">
8959 <features tabularvalignment="middle">
8960 <column alignment="center" valignment="top" width="0pt">
8961 <column alignment="center" valignment="top" width="0pt">
8962 <row>
8963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Command
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Result
8977 \begin_inset Note Note
8978 status collapsed
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983
8984 \backslash
8985 raisebox
8986 \series default
8987  is only used as spacer.
8988 \end_layout
8989
8990 \end_inset
8991
8992
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 F(a)
9004 \backslash
9005 xleftarrow
9006 \begin_inset ERT
9007 status collapsed
9008
9009 \begin_layout Plain Layout
9010
9011
9012 \backslash
9013 spce 
9014 \end_layout
9015
9016 \end_inset
9017
9018 x=a
9019 \begin_inset Formula $\downarrow$
9020 \end_inset
9021
9022 x>0
9023 \begin_inset Formula $\to$
9024 \end_inset
9025
9026 F(x)
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 F(x)
9050 \backslash
9051 xrightarrow
9052 \begin_inset ERT
9053 status collapsed
9054
9055 \begin_layout Plain Layout
9056
9057
9058 \backslash
9059 spce 
9060 \end_layout
9061
9062 \end_inset
9063
9064 x=a
9065 \begin_inset Formula $\downarrow$
9066 \end_inset
9067
9068 x>0
9069 \begin_inset Formula $\to$
9070 \end_inset
9071
9072 F(a)
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9082 \end_inset
9083
9084
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 </row>
9090 </lyxtabular>
9091
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \begin_layout Subsection
9098 Vertical and diagonal Arrows
9099 \begin_inset Index idx
9100 status collapsed
9101
9102 \begin_layout Plain Layout
9103 Arrows ! diagonal
9104 \end_layout
9105
9106 \end_inset
9107
9108
9109 \begin_inset Index idx
9110 status collapsed
9111
9112 \begin_layout Plain Layout
9113 Arrows ! vertical
9114 \end_layout
9115
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \begin_layout Standard
9122 \begin_inset space \hfill{}
9123 \end_inset
9124
9125
9126 \begin_inset Tabular
9127 <lyxtabular version="3" rows="7" columns="2">
9128 <features tabularvalignment="middle">
9129 <column alignment="center" valignment="top" width="0pt">
9130 <column alignment="center" valignment="top" width="0pt">
9131 <row>
9132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 Command
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Result
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 uparrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\uparrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 Uparrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\Uparrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 updownarrow
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\updownarrow$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \backslash
9233 Updownarrow
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 \begin_inset Formula $\Updownarrow$
9243 \end_inset
9244
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \backslash
9258 Downarrow
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 \begin_inset Formula $\Downarrow$
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 downarrow
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 \begin_inset Formula $\downarrow$
9293 \end_inset
9294
9295
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 </lyxtabular>
9302
9303 \end_inset
9304
9305
9306 \begin_inset space \hfill{}
9307 \end_inset
9308
9309
9310 \begin_inset Tabular
9311 <lyxtabular version="3" rows="5" columns="2">
9312 <features tabularvalignment="middle">
9313 <column alignment="center" valignment="top" width="0pt">
9314 <column alignment="center" valignment="top" width="0pt">
9315 <row>
9316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Command
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 Result
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \backslash
9342 nearrow
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\nearrow$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \backslash
9367 searrow
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 \begin_inset Formula $\searrow$
9377 \end_inset
9378
9379
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 </row>
9385 <row>
9386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390
9391 \backslash
9392 swarrow
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 \begin_inset Formula $\swarrow$
9402 \end_inset
9403
9404
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 </row>
9410 <row>
9411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415
9416 \backslash
9417 nwarrow
9418 \end_layout
9419
9420 \end_inset
9421 </cell>
9422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9423 \begin_inset Text
9424
9425 \begin_layout Plain Layout
9426 \begin_inset Formula $\nwarrow$
9427 \end_inset
9428
9429
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 </row>
9435 </lyxtabular>
9436
9437 \end_inset
9438
9439
9440 \begin_inset space \hfill{}
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \begin_layout Standard
9447 \begin_inset VSpace medskip
9448 \end_inset
9449
9450 Vertical arrows can be used also as delimiters together with the commands
9451  described in 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Manual-Bracket-Size"
9455
9456 \end_inset
9457
9458  and 
9459 \begin_inset CommandInset ref
9460 LatexCommand ref
9461 reference "sub:Automatic-Bracket-Size"
9462
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 several Characters
10404 \begin_inset Index idx
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408 Accents ! for several characters
10409 \end_layout
10410
10411 \end_inset
10412
10413
10414 \end_layout
10415
10416 \begin_layout Standard
10417 \begin_inset space \hfill{}
10418 \end_inset
10419
10420
10421 \begin_inset Tabular
10422 <lyxtabular version="3" rows="5" columns="2">
10423 <features tabularvalignment="middle">
10424 <column alignment="center" valignment="top" width="0pt">
10425 <column alignment="center" valignment="top" width="0pt">
10426 <row>
10427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 Command
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440 Result
10441 \begin_inset Note Note
10442 status collapsed
10443
10444 \begin_layout Plain Layout
10445
10446 \series bold
10447
10448 \backslash
10449 raisebox
10450 \series default
10451  is only used as spacer.
10452 \end_layout
10453
10454 \end_inset
10455
10456
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \backslash
10469 overleftarrow
10470 \begin_inset ERT
10471 status collapsed
10472
10473 \begin_layout Plain Layout
10474
10475
10476 \backslash
10477 spce 
10478 \end_layout
10479
10480 \end_inset
10481
10482 A=B
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10492 \end_inset
10493
10494
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \backslash
10507 underleftarrow
10508 \begin_inset ERT
10509 status collapsed
10510
10511 \begin_layout Plain Layout
10512
10513
10514 \backslash
10515 spce 
10516 \end_layout
10517
10518 \end_inset
10519
10520 A=B
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10530 \end_inset
10531
10532
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \backslash
10545 overleftrightarrow
10546 \begin_inset ERT
10547 status collapsed
10548
10549 \begin_layout Plain Layout
10550
10551
10552 \backslash
10553 spce 
10554 \end_layout
10555
10556 \end_inset
10557
10558 A=B
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \backslash
10583 underleftrightarrow
10584 \begin_inset ERT
10585 status collapsed
10586
10587 \begin_layout Plain Layout
10588
10589
10590 \backslash
10591 spce 
10592 \end_layout
10593
10594 \end_inset
10595
10596 A=B
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10606 \end_inset
10607
10608
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 </lyxtabular>
10615
10616 \end_inset
10617
10618
10619 \begin_inset space \hfill{}
10620 \end_inset
10621
10622
10623 \begin_inset Tabular
10624 <lyxtabular version="3" rows="5" columns="2">
10625 <features tabularvalignment="middle">
10626 <column alignment="center" valignment="top" width="0pt">
10627 <column alignment="center" valignment="top" width="0pt">
10628 <row>
10629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Command
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 Result
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \backslash
10655 overrightarrow
10656 \begin_inset ERT
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661
10662 \backslash
10663 spce 
10664 \end_layout
10665
10666 \end_inset
10667
10668 A=B
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \backslash
10693 underrightarrow
10694 \begin_inset ERT
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698
10699
10700 \backslash
10701 spce 
10702 \end_layout
10703
10704 \end_inset
10705
10706 A=B
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10716 \end_inset
10717
10718
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 </row>
10724 <row>
10725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729
10730 \backslash
10731 widetilde
10732 \begin_inset ERT
10733 status collapsed
10734
10735 \begin_layout Plain Layout
10736
10737
10738 \backslash
10739 spce 
10740 \end_layout
10741
10742 \end_inset
10743
10744 A=B
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 <row>
10763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767
10768 \backslash
10769 widehat
10770 \begin_inset ERT
10771 status collapsed
10772
10773 \begin_layout Plain Layout
10774
10775
10776 \backslash
10777 spce 
10778 \end_layout
10779
10780 \end_inset
10781
10782 A=B
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10792 \end_inset
10793
10794
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 </lyxtabular>
10801
10802 \end_inset
10803
10804
10805 \begin_inset space \hfill{}
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Standard
10812 \begin_inset VSpace medskip
10813 \end_inset
10814
10815 With these commands as many characters as you like can be accented.
10816  But the accents 
10817 \series bold
10818
10819 \backslash
10820 widetilde
10821 \series default
10822  and 
10823 \series bold
10824
10825 \backslash
10826 widehat
10827 \series default
10828  will only be set in the output with a length of three characters, as shown
10829  in the following example:
10830 \begin_inset Formula 
10831 \[
10832 \widetilde{A+B=C-D}
10833 \]
10834
10835 \end_inset
10836
10837
10838 \end_layout
10839
10840 \begin_layout Standard
10841 With the commands 
10842 \series bold
10843
10844 \backslash
10845 overset
10846 \series default
10847
10848 \begin_inset Index idx
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852 Commands ! O ! 
10853 \backslash
10854 overset
10855 \end_layout
10856
10857 \end_inset
10858
10859  and 
10860 \series bold
10861
10862 \backslash
10863 underset
10864 \series default
10865
10866 \begin_inset Index idx
10867 status collapsed
10868
10869 \begin_layout Plain Layout
10870 Commands ! U ! 
10871 \backslash
10872 underset
10873 \end_layout
10874
10875 \end_inset
10876
10877  described in the previous subsection it is also possible to accent several
10878  characters.
10879  The command 
10880 \series bold
10881
10882 \backslash
10883 underset
10884 \begin_inset ERT
10885 status collapsed
10886
10887 \begin_layout Plain Layout
10888
10889
10890 \backslash
10891 spce 
10892 \end_layout
10893
10894 \end_inset
10895
10896 A=B
10897 \begin_inset Formula $\downarrow$
10898 \end_inset
10899
10900 ***
10901 \series default
10902  creates:
10903 \begin_inset Formula 
10904 \[
10905 \underset{***}{A=B}
10906 \]
10907
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \begin_layout Standard
10914 \begin_inset Newpage newpage
10915 \end_inset
10916
10917
10918 \end_layout
10919
10920 \begin_layout Section
10921 Space
10922 \begin_inset CommandInset label
10923 LatexCommand label
10924 name "sub:Space"
10925
10926 \end_inset
10927
10928
10929 \begin_inset Index idx
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933 Space ! horizontal
10934 \end_layout
10935
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \begin_layout Subsection
10942 Predefined Space
10943 \begin_inset CommandInset label
10944 LatexCommand label
10945 name "sub:Predefined-Space"
10946
10947 \end_inset
10948
10949
10950 \begin_inset Index idx
10951 status collapsed
10952
10953 \begin_layout Plain Layout
10954 Space ! horizontal ! predefined
10955 \end_layout
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Standard
10963 Sometimes it is necessary to insert horizontal space into a formula.
10964  This is done by inserting a protected space (shortcut 
10965 \begin_inset Info
10966 type  "shortcut"
10967 arg   "command-alternatives space-insert protected ; math-space"
10968 \end_inset
10969
10970 ).
10971  A 
10972 \begin_inset Quotes eld
10973 \end_inset
10974
10975
10976 \color blue
10977
10978 \begin_inset ERT
10979 status collapsed
10980
10981 \begin_layout Plain Layout
10982
10983
10984 \backslash
10985 spce 
10986 \end_layout
10987
10988 \end_inset
10989
10990
10991 \color inherit
10992
10993 \begin_inset Quotes erd
10994 \end_inset
10995
10996  appears and by pressing 
10997 \family sans
10998 Space
10999 \family default
11000  several times one can select one of eight different space sizes.
11001  The spaces can also be inserted using the math toolbar button 
11002 \begin_inset Graphics
11003         filename ../images/math/space.png
11004         scale 85
11005
11006 \end_inset
11007
11008  or special commands.
11009  Independent from the inserted command, one can select the size again by
11010  pressing 
11011 \family sans
11012 Space
11013 \family default
11014  afterwards.
11015 \end_layout
11016
11017 \begin_layout Standard
11018 \noindent
11019 \align center
11020 \begin_inset VSpace -5mm
11021 \end_inset
11022
11023
11024 \begin_inset Tabular
11025 <lyxtabular version="3" rows="3" columns="7">
11026 <features tabularvalignment="middle">
11027 <column alignment="center" valignment="middle" width="6.8cm">
11028 <column alignment="center" valignment="top" width="0">
11029 <column alignment="center" valignment="top" width="0">
11030 <column alignment="center" valignment="top" width="0">
11031 <column alignment="center" valignment="top" width="0">
11032 <column alignment="center" valignment="top" width="0">
11033 <column alignment="center" valignment="top" width="0">
11034 <row>
11035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Command
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \backslash
11050 ,
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \backslash
11061 :
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 ;
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \backslash
11083 quad
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \backslash
11094 qquad
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \backslash
11105 !
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 </row>
11111 <row>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 Number of 
11117 \family sans
11118 Space
11119 \family default
11120  keystrokes after inserting the protected space
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 0
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 1
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 2
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 3
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 4
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 5
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 <row>
11181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 Result
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\, B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $A\: B$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\; B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Formula $A\quad B$
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\qquad B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 \begin_inset Formula $A\! B$
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 </row>
11263 </lyxtabular>
11264
11265 \end_inset
11266
11267
11268 \end_layout
11269
11270 \begin_layout Standard
11271 The last size seem to produce no space.
11272  It is displayed red in LyX contrary to the other sizes, because it is a
11273  negative space.
11274  There are two more negative spaces:
11275 \end_layout
11276
11277 \begin_layout Standard
11278 \align center
11279 \begin_inset Tabular
11280 <lyxtabular version="3" rows="3" columns="3">
11281 <features tabularvalignment="middle">
11282 <column alignment="center" valignment="middle" width="6.8cm">
11283 <column alignment="center" valignment="top" width="0pt">
11284 <column alignment="center" valignment="top" width="0pt">
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Command
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299
11300 \backslash
11301 negmedspace
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \backslash
11312 negthickspace
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 <row>
11319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323 Number of 
11324 \family sans
11325 Space
11326 \family default
11327  keystrokes after inserting the protected space
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336 6
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 7
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 <row>
11352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 Result
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 \begin_inset Formula $A\negmedspace B$
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 \begin_inset Formula $A\negthickspace B$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 </row>
11386 </lyxtabular>
11387
11388 \end_inset
11389
11390
11391 \end_layout
11392
11393 \begin_layout Standard
11394 Negative spaces can lead to characters overlapping each other.
11395  Thus they can be used to enforce ligatures, which are e.
11396 \begin_inset space \thinspace{}
11397 \end_inset
11398
11399 g.
11400 \begin_inset space \space{}
11401 \end_inset
11402
11403 useful for summation operators:
11404 \end_layout
11405
11406 \begin_layout Standard
11407 \align center
11408 \begin_inset Tabular
11409 <lyxtabular version="3" rows="3" columns="2">
11410 <features tabularvalignment="middle">
11411 <column alignment="center" valignment="top" width="0">
11412 <column alignment="center" valignment="top" width="0">
11413 <row>
11414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 Command
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 Result
11428 \begin_inset Note Note
11429 status collapsed
11430
11431 \begin_layout Plain Layout
11432
11433 \series bold
11434
11435 \backslash
11436 raisebox
11437 \series default
11438  is only used as spacer.
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454
11455 \backslash
11456 sum
11457 \backslash
11458 sum
11459 \begin_inset ERT
11460 status collapsed
11461
11462 \begin_layout Plain Layout
11463
11464
11465 \backslash
11466 spce 
11467 \end_layout
11468
11469 \end_inset
11470
11471 f_kl
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 sum
11497 \backslash
11498 negmedspace
11499 \backslash
11500 sum
11501 \begin_inset ERT
11502 status collapsed
11503
11504 \begin_layout Plain Layout
11505
11506
11507 \backslash
11508 spce 
11509 \end_layout
11510
11511 \end_inset
11512
11513 f_kl
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11519 \begin_inset Text
11520
11521 \begin_layout Plain Layout
11522 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11523 \end_inset
11524
11525
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 </lyxtabular>
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Standard
11539 Relations like for example equal signs, are always surrounded by space.
11540  To suppress this, the equal sign is placed into a TeX-brace.
11541  The following example demonstrates this:
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \align center
11546 \begin_inset Tabular
11547 <lyxtabular version="3" rows="2" columns="2">
11548 <features tabularvalignment="middle">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <column alignment="center" valignment="top" width="0pt">
11551 <row>
11552 <cell alignment="center" valignment="top" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 normal equation
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 \begin_inset Formula $A=B$
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 <row>
11575 <cell alignment="center" valignment="top" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 \begin_inset Note Note
11580 status collapsed
11581
11582 \begin_layout Plain Layout
11583
11584 \series bold
11585
11586 \backslash
11587 raisebox
11588 \series default
11589  is only used as spacer.
11590 \end_layout
11591
11592 \end_inset
11593
11594
11595 \begin_inset Formula $\raisebox{5mm}{}$
11596 \end_inset
11597
11598 equation without space
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 \begin_inset Formula $A{=}B$
11608 \end_inset
11609
11610
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 </row>
11616 </lyxtabular>
11617
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \begin_layout Standard
11624 \noindent
11625 The command for the last formula is: 
11626 \series bold
11627 A
11628 \backslash
11629 {=
11630 \begin_inset Formula $\to$
11631 \end_inset
11632
11633 B
11634 \end_layout
11635
11636 \begin_layout Standard
11637 \begin_inset VSpace bigskip
11638 \end_inset
11639
11640 Spaces are needed for physical units, because the space between the value
11641  and the unit is the smallest one and not a normal space.
11642  For units in text, the smallest space is inserted via the menu 
11643 \family sans
11644 Insert\SpecialChar \menuseparator
11645 Formatting\SpecialChar \menuseparator
11646 Thin
11647 \begin_inset space ~
11648 \end_inset
11649
11650 Space
11651 \family default
11652  (shortcut 
11653 \begin_inset Info
11654 type  "shortcut"
11655 arg   "space-insert thin"
11656 \end_inset
11657
11658 ).
11659 \end_layout
11660
11661 \begin_layout Standard
11662 An example to visualize the difference:
11663 \end_layout
11664
11665 \begin_layout Standard
11666 \begin_inset Tabular
11667 <lyxtabular version="3" rows="2" columns="2">
11668 <features tabularvalignment="middle">
11669 <column alignment="left" valignment="top" width="0">
11670 <column alignment="left" valignment="top" width="0">
11671 <row>
11672 <cell alignment="center" valignment="top" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 24 kW
11677 \begin_inset Formula $\cdot$
11678 \end_inset
11679
11680 h
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 space between value and unit
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 <row>
11696 <cell alignment="center" valignment="top" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 24
11701 \begin_inset space \thinspace{}
11702 \end_inset
11703
11704 kW
11705 \begin_inset Formula $\cdot$
11706 \end_inset
11707
11708 h
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 smallest space between value and unit
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 </row>
11723 </lyxtabular>
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Subsection
11731 Variable Space
11732 \begin_inset ERT
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736
11737
11738 \backslash
11739 texorpdfstring{
11740 \end_layout
11741
11742 \end_inset
11743
11744
11745 \begin_inset Foot
11746 status collapsed
11747
11748 \begin_layout Plain Layout
11749 for vertical space in formulas see 
11750 \begin_inset CommandInset ref
11751 LatexCommand ref
11752 reference "sub:Line-Separation"
11753
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \begin_inset ERT
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766
11767 }{}
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \begin_inset Note Note
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777
11778 \backslash
11779 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11780 \end_layout
11781
11782 \begin_layout Plain Layout
11783 More about 
11784 \backslash
11785 texorpdfstring is in section 
11786 \begin_inset CommandInset ref
11787 LatexCommand ref
11788 reference "sub:Formulas-in-Section"
11789
11790 \end_inset
11791
11792 .
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \begin_inset CommandInset label
11799 LatexCommand label
11800 name "sub:Variable-Space"
11801
11802 \end_inset
11803
11804
11805 \begin_inset Index idx
11806 status collapsed
11807
11808 \begin_layout Plain Layout
11809 Space ! horizontal ! variable
11810 \end_layout
11811
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Standard
11818 Space with a defined length can be inserted with the command 
11819 \series bold
11820
11821 \backslash
11822 hspace
11823 \series default
11824
11825 \begin_inset Index idx
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829 Commands ! H ! 
11830 \backslash
11831 hspace
11832 \end_layout
11833
11834 \end_inset
11835
11836 .
11837  Then a long 
11838 \begin_inset Quotes eld
11839 \end_inset
11840
11841
11842 \color blue
11843
11844 \begin_inset ERT
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848
11849
11850 \backslash
11851 spce 
11852 \end_layout
11853
11854 \end_inset
11855
11856
11857 \color inherit
11858
11859 \begin_inset Quotes erd
11860 \end_inset
11861
11862  appears.
11863  The length can be specified by left-clicking on the 
11864 \begin_inset Quotes eld
11865 \end_inset
11866
11867
11868 \color blue
11869
11870 \begin_inset ERT
11871 status collapsed
11872
11873 \begin_layout Plain Layout
11874
11875
11876 \backslash
11877 spce 
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \color inherit
11884
11885 \begin_inset Quotes erd
11886 \end_inset
11887
11888 .
11889  The length may also be negative.
11890  To insert as much space as is available, the command 
11891 \series bold
11892
11893 \backslash
11894 hfill
11895 \series default
11896
11897 \begin_inset Index idx
11898 status collapsed
11899
11900 \begin_layout Plain Layout
11901 Commands ! H ! 
11902 \backslash
11903 hfill
11904 \end_layout
11905
11906 \end_inset
11907
11908  is used.
11909 \end_layout
11910
11911 \begin_layout Standard
11912 \begin_inset VSpace -1mm
11913 \end_inset
11914
11915
11916 \end_layout
11917
11918 \begin_layout Standard
11919 \align center
11920 \begin_inset Tabular
11921 <lyxtabular version="3" rows="4" columns="2">
11922 <features tabularvalignment="middle">
11923 <column alignment="center" valignment="top" width="0">
11924 <column alignment="center" valignment="top" width="0">
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 Command (
11931 \backslash
11932 hspace length)
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 Result
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 A=B
11953 \backslash
11954 hspace
11955 \begin_inset ERT
11956 status collapsed
11957
11958 \begin_layout Plain Layout
11959
11960
11961 \backslash
11962 spce 
11963 \end_layout
11964
11965 \end_inset
11966
11967
11968 \begin_inset Formula $\to$
11969 \end_inset
11970
11971 A
11972 \backslash
11973 not=C (3
11974 \begin_inset space \thinspace{}
11975 \end_inset
11976
11977 cm)
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 <row>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 A
12001 \backslash
12002 hspace
12003 \begin_inset ERT
12004 status collapsed
12005
12006 \begin_layout Plain Layout
12007
12008
12009 \backslash
12010 spce 
12011 \end_layout
12012
12013 \end_inset
12014
12015
12016 \begin_inset Formula $\to$
12017 \end_inset
12018
12019 A
12020 \backslash
12021 not=A (-1
12022 \begin_inset space \thinspace{}
12023 \end_inset
12024
12025 mm)
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 </row>
12043 <row>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 A=A
12049 \backslash
12050 hfill
12051 \begin_inset ERT
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055
12056
12057 \backslash
12058 spce 
12059 \end_layout
12060
12061 \end_inset
12062
12063 B=B
12064 \end_layout
12065
12066 \end_inset
12067 </cell>
12068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072 \begin_inset Formula $A=A\hfill B=B$
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \end_inset
12079 </cell>
12080 </row>
12081 </lyxtabular>
12082
12083 \end_inset
12084
12085
12086 \end_layout
12087
12088 \begin_layout Standard
12089 In the last example the available space is given by the longest column entry
12090  of the table.
12091  In an inline formula the space depends on the length of the line in which
12092  
12093 \series bold
12094
12095 \backslash
12096 hfill
12097 \series default
12098  is inserted.
12099  Thus, when the line uses the full width, no space will be created.
12100  
12101 \series bold
12102
12103 \backslash
12104 hfill
12105 \series default
12106  only has an effect on displayed formulas when the formula style 
12107 \series bold
12108 Indented
12109 \series default
12110  is used.
12111  (Formula styles are explained in 
12112 \begin_inset CommandInset ref
12113 LatexCommand ref
12114 reference "sec:Formula-Styles"
12115
12116 \end_inset
12117
12118 .)
12119 \end_layout
12120
12121 \begin_layout Standard
12122 Besides 
12123 \series bold
12124
12125 \backslash
12126 hfill
12127 \series default
12128 , there are the commands 
12129 \series bold
12130
12131 \backslash
12132 dotfill
12133 \series default
12134  and 
12135 \series bold
12136
12137 \backslash
12138 hrulefill
12139 \series default
12140  that fill the space with a pattern, see 
12141 \begin_inset CommandInset ref
12142 LatexCommand ref
12143 reference "sub:Ellipses"
12144
12145 \end_inset
12146
12147  for an example.
12148 \end_layout
12149
12150 \begin_layout Standard
12151 For text, variable space can be inserted via the menu 
12152 \family sans
12153 Insert\SpecialChar \menuseparator
12154 Formatting\SpecialChar \menuseparator
12155 Horizontal
12156 \begin_inset space ~
12157 \end_inset
12158
12159 Space
12160 \family default
12161 :
12162 \end_layout
12163
12164 \begin_layout Standard
12165 This is a line with
12166 \begin_inset space \hspace{}
12167 \length 2cm
12168 \end_inset
12169
12170 2
12171 \begin_inset space \thinspace{}
12172 \end_inset
12173
12174 cm space.
12175 \end_layout
12176
12177 \begin_layout Standard
12178 This is a line with
12179 \begin_inset space \hfill{}
12180 \end_inset
12181
12182 maximum space.
12183 \end_layout
12184
12185 \begin_layout Subsection
12186 Space besides inline Formulas
12187 \begin_inset Index idx
12188 status collapsed
12189
12190 \begin_layout Plain Layout
12191 Space ! besides inline formulas
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 The space that surrounds inline formulas can be adjusted with the length
12201  
12202 \series bold
12203
12204 \backslash
12205 mathsurround
12206 \series default
12207
12208 \begin_inset Index idx
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212 Commands ! M ! 
12213 \backslash
12214 mathsurround
12215 \end_layout
12216
12217 \end_inset
12218
12219 .
12220  The value of a length is set with the command 
12221 \series bold
12222
12223 \backslash
12224 setlength
12225 \series default
12226
12227 \begin_inset Index idx
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Commands ! S ! 
12232 \backslash
12233 setlength
12234 \end_layout
12235
12236 \end_inset
12237
12238  which has the following scheme:
12239 \end_layout
12240
12241 \begin_layout Standard
12242
12243 \series bold
12244
12245 \backslash
12246 setlength{length name}{value}
12247 \end_layout
12248
12249 \begin_layout Standard
12250 To set 
12251 \series bold
12252
12253 \backslash
12254 mathsurround
12255 \series default
12256  to the value 5
12257 \begin_inset space \thinspace{}
12258 \end_inset
12259
12260 mm, the command
12261 \end_layout
12262
12263 \begin_layout Standard
12264
12265 \series bold
12266
12267 \backslash
12268 setlength{
12269 \backslash
12270 mathsurround}{5mm}
12271 \end_layout
12272
12273 \begin_layout Standard
12274 is inserted in TeX-mode.
12275  5
12276 \begin_inset space \thinspace{}
12277 \end_inset
12278
12279 mm space will now be set around all inline formulas:
12280 \begin_inset ERT
12281 status collapsed
12282
12283 \begin_layout Plain Layout
12284
12285
12286 \backslash
12287 setlength{
12288 \backslash
12289 mathsurround}{5mm}
12290 \end_layout
12291
12292 \end_inset
12293
12294
12295 \end_layout
12296
12297 \begin_layout Standard
12298 This is a line with an inline formula 
12299 \begin_inset Formula $A=B$
12300 \end_inset
12301
12302  with 5
12303 \begin_inset space \thinspace{}
12304 \end_inset
12305
12306 mm surrounding space.
12307 \begin_inset ERT
12308 status collapsed
12309
12310 \begin_layout Plain Layout
12311
12312
12313 \backslash
12314 setlength{
12315 \backslash
12316 mathsurround}{0pt}
12317 \end_layout
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \begin_layout Standard
12325 To return to the predefined value, 
12326 \series bold
12327
12328 \backslash
12329 mathsurround
12330 \series default
12331  is set to the value 0
12332 \begin_inset space \thinspace{}
12333 \end_inset
12334
12335 pt.
12336 \end_layout
12337
12338 \begin_layout Section
12339 Boxes and Frames
12340 \begin_inset Index idx
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 Boxes
12345 \end_layout
12346
12347 \end_inset
12348
12349
12350 \begin_inset Index idx
12351 status collapsed
12352
12353 \begin_layout Plain Layout
12354 Frames | see
12355 \begin_inset ERT
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359
12360 {
12361 \end_layout
12362
12363 \end_inset
12364
12365 Boxes
12366 \begin_inset ERT
12367 status collapsed
12368
12369 \begin_layout Plain Layout
12370
12371 }
12372 \end_layout
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Boxes for text are described in chapter 
12386 \family typewriter
12387 Boxes
12388 \family default
12389  in the 
12390 \family typewriter
12391 Embedded
12392 \begin_inset space ~
12393 \end_inset
12394
12395 Objects
12396 \family default
12397  manual.
12398 \end_layout
12399
12400 \begin_layout Subsection
12401 Boxes with Frame
12402 \begin_inset CommandInset label
12403 LatexCommand label
12404 name "sub:Boxes-with-Frame"
12405
12406 \end_inset
12407
12408
12409 \begin_inset Index idx
12410 status collapsed
12411
12412 \begin_layout Plain Layout
12413 Boxes ! with frame
12414 \end_layout
12415
12416 \end_inset
12417
12418
12419 \end_layout
12420
12421 \begin_layout Standard
12422 It is possible to frame a formula or part of one with the commands 
12423 \series bold
12424
12425 \backslash
12426 fbox
12427 \series default
12428
12429 \begin_inset Index idx
12430 status collapsed
12431
12432 \begin_layout Plain Layout
12433 Commands ! F ! 
12434 \backslash
12435 fbox
12436 \end_layout
12437
12438 \end_inset
12439
12440  and 
12441 \series bold
12442
12443 \backslash
12444 boxed
12445 \series default
12446
12447 \begin_inset Index idx
12448 status collapsed
12449
12450 \begin_layout Plain Layout
12451 Commands ! B ! 
12452 \backslash
12453 boxed
12454 \end_layout
12455
12456 \end_inset
12457
12458 .
12459 \end_layout
12460
12461 \begin_layout Standard
12462 When one of these commands is inserted in a formula, a blue box appears
12463  within a frame to enter formula parts.
12464  For 
12465 \series bold
12466
12467 \backslash
12468 fbox
12469 \series default
12470  an additional formula has to be created by 
12471 \family sans
12472 Ctrl+M
12473 \family default
12474  within this box, because the box content will otherwise be treated as mathemati
12475 cal text.
12476  When 
12477 \series bold
12478
12479 \backslash
12480 boxed
12481 \series default
12482  is used, a new formula is automatically created inside the frame.
12483 \end_layout
12484
12485 \begin_layout Standard
12486 The command 
12487 \series bold
12488
12489 \backslash
12490 fbox
12491 \series default
12492  is not suitable to frame displayed formulas because the formula will always
12493  be set in the size of the text.
12494  
12495 \series bold
12496
12497 \backslash
12498 boxed
12499 \series default
12500  is in contrary not suitable to frame inline formulas, because the formula
12501  will always be set in the size of a displayed formula.
12502 \end_layout
12503
12504 \begin_layout Standard
12505 An extension to 
12506 \series bold
12507
12508 \backslash
12509 fbox
12510 \series default
12511  is the command 
12512 \series bold
12513
12514 \backslash
12515 framebox
12516 \series default
12517
12518 \begin_inset Index idx
12519 status collapsed
12520
12521 \begin_layout Plain Layout
12522 Commands ! F ! 
12523 \backslash
12524 framebox
12525 \end_layout
12526
12527 \end_inset
12528
12529  where additionally the frame width and the alignment can be specified.
12530  
12531 \series bold
12532
12533 \backslash
12534 framebox
12535 \series default
12536  is used in the following scheme:
12537 \end_layout
12538
12539 \begin_layout Standard
12540
12541 \series bold
12542
12543 \backslash
12544 framebox[frame width][position]{box content}
12545 \end_layout
12546
12547 \begin_layout Standard
12548 The position can either be 
12549 \emph on
12550 l
12551 \emph default
12552  or 
12553 \emph on
12554 r
12555 \emph default
12556 .
12557  
12558 \emph on
12559 l
12560 \emph default
12561  left aligns, 
12562 \emph on
12563 r
12564 \emph default
12565  right aligns the formula in the box.
12566  When no position is given, the formula will be centered.
12567 \begin_inset Newline newline
12568 \end_inset
12569
12570 If no width is given, also no position can be given.
12571  In this case the frame width is adjusted to the box content like for 
12572 \series bold
12573
12574 \backslash
12575 fbox
12576 \series default
12577 .
12578 \end_layout
12579
12580 \begin_layout Standard
12581 When the command 
12582 \series bold
12583
12584 \backslash
12585 framebox
12586 \series default
12587  is inserted, a box appears containing three blue boxes.
12588  The first two boxes are surrounded by brackets and denote the two optional
12589  arguments.
12590  The third box is for formula parts like for 
12591 \series bold
12592
12593 \backslash
12594 fbox
12595 \series default
12596 .
12597 \end_layout
12598
12599 \begin_layout Standard
12600 \begin_inset Newpage newpage
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \begin_layout Standard
12607 \align center
12608 \begin_inset Tabular
12609 <lyxtabular version="3" rows="5" columns="2">
12610 <features tabularvalignment="middle">
12611 <column alignment="center" valignment="top" width="0">
12612 <column alignment="center" valignment="top" width="0">
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 Command
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 Result
12628 \begin_inset Note Note
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632
12633 \series bold
12634
12635 \backslash
12636 raisebox
12637 \series default
12638  is only used as spacer.
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row>
12650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654
12655 \backslash
12656 fbox
12657 \begin_inset ERT
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661
12662
12663 \backslash
12664 spce 
12665 \end_layout
12666
12667 \end_inset
12668
12669
12670 \family sans
12671 Ctrl+M
12672 \family default
12673  
12674 \backslash
12675 int
12676 \begin_inset ERT
12677 status collapsed
12678
12679 \begin_layout Plain Layout
12680
12681
12682 \backslash
12683 spce 
12684 \end_layout
12685
12686 \end_inset
12687
12688 A=B
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12698 \end_inset
12699
12700
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 </row>
12706 <row>
12707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711
12712 \backslash
12713 boxed
12714 \begin_inset ERT
12715 status collapsed
12716
12717 \begin_layout Plain Layout
12718
12719
12720 \backslash
12721 spce 
12722 \end_layout
12723
12724 \end_inset
12725
12726
12727 \backslash
12728 int
12729 \begin_inset ERT
12730 status collapsed
12731
12732 \begin_layout Plain Layout
12733
12734
12735 \backslash
12736 spce 
12737 \end_layout
12738
12739 \end_inset
12740
12741 A=B
12742 \end_layout
12743
12744 \end_inset
12745 </cell>
12746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12747 \begin_inset Text
12748
12749 \begin_layout Plain Layout
12750 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12751 \end_inset
12752
12753
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 </row>
12759 <row>
12760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 A+
12765 \backslash
12766 fbox
12767 \begin_inset ERT
12768 status collapsed
12769
12770 \begin_layout Plain Layout
12771
12772
12773 \backslash
12774 spce 
12775 \end_layout
12776
12777 \end_inset
12778
12779 B
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12785 \begin_inset Text
12786
12787 \begin_layout Plain Layout
12788 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 </row>
12797 <row>
12798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802
12803 \backslash
12804 framebox
12805 \begin_inset ERT
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809
12810
12811 \backslash
12812 spce 
12813 \end_layout
12814
12815 \end_inset
12816
12817 20mm
12818 \begin_inset Formula $\to$
12819 \end_inset
12820
12821
12822 \begin_inset Formula $\to$
12823 \end_inset
12824
12825
12826 \family sans
12827 Ctrl+M
12828 \family default
12829  
12830 \backslash
12831 frac
12832 \begin_inset ERT
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836
12837
12838 \backslash
12839 spce 
12840 \end_layout
12841
12842 \end_inset
12843
12844 A
12845 \begin_inset Formula $\downarrow$
12846 \end_inset
12847
12848 B
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 \begin_inset Formula $\raisebox{6mm}{}$
12858 \end_inset
12859
12860
12861 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12862 \end_inset
12863
12864
12865 \begin_inset Formula $\raisebox{-4mm}{}$
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 </lyxtabular>
12875
12876 \end_inset
12877
12878
12879 \end_layout
12880
12881 \begin_layout Standard
12882 The frame thickness can also be adjusted.
12883  To do this the following commands have to be inserted in TeX-mode before
12884  the formula
12885 \end_layout
12886
12887 \begin_layout Standard
12888
12889 \series bold
12890
12891 \backslash
12892 fboxrule
12893 \series default
12894  
12895 \series bold
12896
12897 \begin_inset Quotes eld
12898 \end_inset
12899
12900 thickness
12901 \begin_inset Quotes erd
12902 \end_inset
12903
12904
12905 \series default
12906  
12907 \series bold
12908
12909 \backslash
12910 fboxsep
12911 \series default
12912  
12913 \series bold
12914
12915 \begin_inset Quotes eld
12916 \end_inset
12917
12918 distance
12919 \begin_inset Quotes erd
12920 \end_inset
12921
12922
12923 \end_layout
12924
12925 \begin_layout Standard
12926 \begin_inset Quotes eld
12927 \end_inset
12928
12929 distance
12930 \begin_inset Quotes erd
12931 \end_inset
12932
12933  specifies the minimal distance between the frame and the first character
12934  in the box.
12935  An example for this is the following framed formula:
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 fboxrule 2mm 
12944 \backslash
12945 fboxsep 3mm
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \begin_inset Formula 
12952 \[
12953 \boxed{A+B=C}
12954 \]
12955
12956 \end_inset
12957
12958 Before this formula the commands
12959 \end_layout
12960
12961 \begin_layout Standard
12962
12963 \series bold
12964
12965 \backslash
12966 fboxrule
12967 \series default
12968  
12969 \series bold
12970 2mm
12971 \series default
12972  
12973 \series bold
12974
12975 \backslash
12976 fboxsep
12977 \series default
12978  
12979 \series bold
12980 3mm
12981 \end_layout
12982
12983 \begin_layout Standard
12984 were inserted in TeX-mode.
12985  The given values are used for all following boxes.
12986 \end_layout
12987
12988 \begin_layout Standard
12989 To return to the standard frame size, the command
12990 \end_layout
12991
12992 \begin_layout Standard
12993
12994 \series bold
12995
12996 \backslash
12997 fboxrule
12998 \series default
12999  
13000 \series bold
13001 0.4pt
13002 \series default
13003  
13004 \series bold
13005
13006 \backslash
13007 fboxsep
13008 \series default
13009  
13010 \series bold
13011 3pt
13012 \series default
13013
13014 \begin_inset ERT
13015 status collapsed
13016
13017 \begin_layout Plain Layout
13018
13019
13020 \backslash
13021 fboxrule 0.4pt 
13022 \backslash
13023 fboxsep 3pt
13024 \end_layout
13025
13026 \end_inset
13027
13028
13029 \end_layout
13030
13031 \begin_layout Standard
13032 is inserted in TeX-mode before the next formula.
13033 \end_layout
13034
13035 \begin_layout Subsection
13036 Boxes without Frame
13037 \begin_inset CommandInset label
13038 LatexCommand label
13039 name "sub:Boxes-without-Frame"
13040
13041 \end_inset
13042
13043
13044 \begin_inset Index idx
13045 status collapsed
13046
13047 \begin_layout Plain Layout
13048 Boxes ! without frame
13049 \end_layout
13050
13051 \end_inset
13052
13053
13054 \end_layout
13055
13056 \begin_layout Standard
13057 For boxes without a frame there are the following box commands: 
13058 \series bold
13059
13060 \backslash
13061 mbox
13062 \series default
13063
13064 \begin_inset Index idx
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068 Commands ! M ! 
13069 \backslash
13070 mbox
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \series bold
13077
13078 \backslash
13079 makebox
13080 \series default
13081
13082 \begin_inset Index idx
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086 Commands ! M ! 
13087 \backslash
13088 makebox
13089 \end_layout
13090
13091 \end_inset
13092
13093  and 
13094 \series bold
13095
13096 \backslash
13097 raisebox
13098 \series default
13099
13100 \begin_inset Index idx
13101 status collapsed
13102
13103 \begin_layout Plain Layout
13104 Commands ! R ! 
13105 \backslash
13106 raisebox
13107 \end_layout
13108
13109 \end_inset
13110
13111
13112 \end_layout
13113
13114 \begin_layout Standard
13115 With 
13116 \series bold
13117
13118 \backslash
13119 raisebox
13120 \series default
13121  a box can be super- or subscripted.
13122  But in contrary to normal super- and subscripting, the characters in the
13123  box keep their font size.
13124  
13125 \series bold
13126
13127 \backslash
13128 raisebox
13129 \series default
13130  is used in the following scheme:
13131 \end_layout
13132
13133 \begin_layout Standard
13134
13135 \series bold
13136
13137 \backslash
13138 raisebox{height}{box content}
13139 \end_layout
13140
13141 \begin_layout Standard
13142 When the box should contain a formula, an extra formula is needed like for
13143  
13144 \series bold
13145
13146 \backslash
13147 fbox
13148 \series default
13149 .
13150  
13151 \series medium
13152
13153 \begin_inset Note Greyedout
13154 status open
13155
13156 \begin_layout Plain Layout
13157
13158 \series bold
13159 Note:
13160 \series default
13161  For 
13162 \series bold
13163
13164 \backslash
13165 raisebox
13166 \series default
13167  this extra formula is created by pressing 
13168 \family sans
13169 Ctrl+M
13170 \family default
13171  twice instead of once because LyX doesn't yet support 
13172 \series bold
13173
13174 \backslash
13175 raisebox
13176 \series default
13177  directly.
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Standard
13186 \align center
13187 \begin_inset Tabular
13188 <lyxtabular version="3" rows="4" columns="2">
13189 <features tabularvalignment="middle">
13190 <column alignment="center" valignment="top" width="0">
13191 <column alignment="center" valignment="top" width="0">
13192 <row>
13193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13194 \begin_inset Text
13195
13196 \begin_layout Plain Layout
13197 Command
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13203 \begin_inset Text
13204
13205 \begin_layout Plain Layout
13206 Result
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 </row>
13212 <row>
13213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 H
13218 \backslash
13219 raisebox{2mm
13220 \begin_inset Formula $\to$
13221 \end_inset
13222
13223
13224 \backslash
13225 {al
13226 \begin_inset Formula $\to$
13227 \end_inset
13228
13229  lo
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13235 \begin_inset Text
13236
13237 \begin_layout Plain Layout
13238 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13239 \end_inset
13240
13241
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 </row>
13247 <row>
13248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 H
13253 \backslash
13254 raisebox{-2mm
13255 \begin_inset Formula $\to$
13256 \end_inset
13257
13258
13259 \backslash
13260 {al
13261 \begin_inset Formula $\to$
13262 \end_inset
13263
13264 lo
13265 \end_layout
13266
13267 \end_inset
13268 </cell>
13269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13270 \begin_inset Text
13271
13272 \begin_layout Plain Layout
13273 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 A=
13288 \backslash
13289 raisebox{-2mm
13290 \begin_inset Formula $\to$
13291 \end_inset
13292
13293
13294 \backslash
13295 {
13296 \family sans
13297 Ctrl+M
13298 \family default
13299  
13300 \family sans
13301 Ctrl+M
13302 \family default
13303  
13304 \backslash
13305 sqrt
13306 \begin_inset ERT
13307 status collapsed
13308
13309 \begin_layout Plain Layout
13310
13311
13312 \backslash
13313 spce 
13314 \end_layout
13315
13316 \end_inset
13317
13318
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13328 \end_inset
13329
13330
13331 \end_layout
13332
13333 \end_inset
13334 </cell>
13335 </row>
13336 </lyxtabular>
13337
13338 \end_inset
13339
13340
13341 \end_layout
13342
13343 \begin_layout Standard
13344 The command 
13345 \series bold
13346
13347 \backslash
13348 mbox
13349 \series default
13350  is equivalent to 
13351 \series bold
13352
13353 \backslash
13354 fbox
13355 \series default
13356  and 
13357 \series bold
13358
13359 \backslash
13360 makebox
13361 \series default
13362  is equivalent to 
13363 \series bold
13364
13365 \backslash
13366 framebox
13367 \series default
13368 , with the difference that there is no frame.
13369 \end_layout
13370
13371 \begin_layout Subsection
13372 Colored Boxes
13373 \begin_inset CommandInset label
13374 LatexCommand label
13375 name "sub:Colored-Boxes"
13376
13377 \end_inset
13378
13379
13380 \begin_inset Index idx
13381 status collapsed
13382
13383 \begin_layout Plain Layout
13384 Boxes ! colored
13385 \end_layout
13386
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \begin_layout Standard
13393 To be able to use all commands explained in this section, the LaTeX-package
13394  
13395 \series bold
13396 color
13397 \series default
13398
13399 \begin_inset Foot
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403 The LaTeX-package 
13404 \series bold
13405 color
13406 \series default
13407  is part of every LaTeX standard installation.
13408 \end_layout
13409
13410 \end_inset
13411
13412
13413 \begin_inset Index idx
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417 Packages ! color
13418 \end_layout
13419
13420 \end_inset
13421
13422  has to be loaded in the LaTeX-preamble with the line
13423 \begin_inset Foot
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427 When text is colored somewhere in the document with a predefined color,
13428  LyX loads the LaTeX-package 
13429 \series bold
13430 color
13431 \series default
13432  automatically.
13433  Thus it is possible that the package is loaded twice, but this does not
13434  cause problems.
13435 \end_layout
13436
13437 \end_inset
13438
13439
13440 \begin_inset Note Note
13441 status collapsed
13442
13443 \begin_layout Plain Layout
13444 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13445 amble.
13446 \end_layout
13447
13448 \end_inset
13449
13450
13451 \end_layout
13452
13453 \begin_layout Standard
13454
13455 \series bold
13456
13457 \backslash
13458 usepackage{color}
13459 \end_layout
13460
13461 \begin_layout Standard
13462 \begin_inset VSpace medskip
13463 \end_inset
13464
13465 To color boxes, the command 
13466 \series bold
13467
13468 \backslash
13469 colorbox
13470 \series default
13471
13472 \begin_inset Index idx
13473 status collapsed
13474
13475 \begin_layout Plain Layout
13476 Commands ! C ! 
13477 \backslash
13478 colorbox
13479 \end_layout
13480
13481 \end_inset
13482
13483  is used in the following scheme:
13484 \end_layout
13485
13486 \begin_layout Standard
13487
13488 \series bold
13489
13490 \backslash
13491 colorbox{color}{box content}
13492 \end_layout
13493
13494 \begin_layout Standard
13495 The box content can also be a box and a 
13496 \series bold
13497
13498 \backslash
13499 colorbox
13500 \series default
13501  can also be part of another box (see the 2nd and 3rd example).
13502  When the box should contain a formula, an extra formula has to be created,
13503  the same way as for 
13504 \series bold
13505
13506 \backslash
13507 raisebox
13508 \series default
13509 .
13510 \begin_inset Foot
13511 status collapsed
13512
13513 \begin_layout Plain Layout
13514 This also applies for the command 
13515 \series bold
13516
13517 \backslash
13518 fcolorbox
13519 \series default
13520 .
13521 \end_layout
13522
13523 \end_inset
13524
13525
13526 \end_layout
13527
13528 \begin_layout Standard
13529 One of the following predefined colors can be chosen:
13530 \end_layout
13531
13532 \begin_layout Standard
13533
13534 \series bold
13535 black
13536 \series default
13537
13538 \series bold
13539 blue
13540 \series default
13541
13542 \series bold
13543 cyan
13544 \series default
13545
13546 \series bold
13547 green
13548 \series default
13549
13550 \series bold
13551 magenta
13552 \series default
13553
13554 \series bold
13555 red
13556 \series default
13557
13558 \series bold
13559 white
13560 \series default
13561  and 
13562 \series bold
13563 yellow
13564 \end_layout
13565
13566 \begin_layout Standard
13567 \align center
13568 \begin_inset Tabular
13569 <lyxtabular version="3" rows="4" columns="2">
13570 <features tabularvalignment="middle">
13571 <column alignment="center" valignment="top" width="0">
13572 <column alignment="center" valignment="top" width="0">
13573 <row>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 Command
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 Result
13588 \begin_inset Note Note
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593 \series bold
13594
13595 \backslash
13596 raisebox
13597 \series default
13598  is only used as spacer.
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 </row>
13609 <row>
13610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13611 \begin_inset Text
13612
13613 \begin_layout Plain Layout
13614
13615 \backslash
13616 colorbox{yellow
13617 \begin_inset Formula $\to$
13618 \end_inset
13619
13620
13621 \backslash
13622 {A=B
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \end_inset
13638 </cell>
13639 </row>
13640 <row>
13641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13642 \begin_inset Text
13643
13644 \begin_layout Plain Layout
13645
13646 \backslash
13647 colorbox{green
13648 \begin_inset Formula $\to$
13649 \end_inset
13650
13651
13652 \backslash
13653 {
13654 \backslash
13655 fbox
13656 \begin_inset ERT
13657 status collapsed
13658
13659 \begin_layout Plain Layout
13660
13661
13662 \backslash
13663 spce 
13664 \end_layout
13665
13666 \end_inset
13667
13668 A=B
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 </row>
13686 <row>
13687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691
13692 \backslash
13693 fbox
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699
13700 \backslash
13701 spce 
13702 \end_layout
13703
13704 \end_inset
13705
13706
13707 \backslash
13708 colorbox{green
13709 \begin_inset Formula $\to$
13710 \end_inset
13711
13712
13713 \backslash
13714 {
13715 \family sans
13716 Ctrl+M
13717 \family default
13718  
13719 \family sans
13720 Ctrl+M
13721 \family default
13722  
13723 \backslash
13724 int
13725 \begin_inset ERT
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729
13730
13731 \backslash
13732 spce 
13733 \end_layout
13734
13735 \end_inset
13736
13737 C=D
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13747 \end_inset
13748
13749
13750 \end_layout
13751
13752 \end_inset
13753 </cell>
13754 </row>
13755 </lyxtabular>
13756
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \begin_layout Standard
13763
13764 \series bold
13765
13766 \backslash
13767 colorbox
13768 \series default
13769  only colors the box but not the characters in the box.
13770  To color all characters, the whole formula is highlighted and the desired
13771  color is chosen in the 
13772 \family sans
13773 Text
13774 \begin_inset space ~
13775 \end_inset
13776
13777 Style
13778 \family default
13779  dialog.
13780  The dialog can be called with the toolbar button 
13781 \begin_inset Graphics
13782         filename ../images/dialog-show_character.png
13783         scale 85
13784
13785 \end_inset
13786
13787  or the menu 
13788 \family sans
13789 Edit\SpecialChar \menuseparator
13790 Text
13791 \begin_inset space ~
13792 \end_inset
13793
13794 Style\SpecialChar \menuseparator
13795 Customized
13796 \family default
13797 .
13798  The formula number then has the same color as the formula.
13799  When the formula number should get another color than the formula characters,
13800  the color must be changed within the formula.
13801 \end_layout
13802
13803 \begin_layout Standard
13804 An example:
13805 \end_layout
13806
13807 \begin_layout Standard
13808
13809 \color red
13810 \begin_inset Formula 
13811 \begin{equation}
13812 \int A=B\label{eq:red}
13813 \end{equation}
13814
13815 \end_inset
13816
13817
13818 \color green
13819
13820 \begin_inset Formula 
13821 \begin{equation}
13822 \textcolor{red}{\int A=B}\label{eq:redgreen}
13823 \end{equation}
13824
13825 \end_inset
13826
13827
13828 \end_layout
13829
13830 \begin_layout Standard
13831 Formula 
13832 \begin_inset CommandInset ref
13833 LatexCommand eqref
13834 reference "eq:red"
13835
13836 \end_inset
13837
13838  is completely colored red.
13839 \begin_inset Newline newline
13840 \end_inset
13841
13842 Formula 
13843 \begin_inset CommandInset ref
13844 LatexCommand eqref
13845 reference "eq:redgreen"
13846
13847 \end_inset
13848
13849  was first completely colored green to set the color for the formula number.
13850  Subsequently the formula characters were colored red.
13851 \end_layout
13852
13853 \begin_layout Standard
13854 \begin_inset VSpace bigskip
13855 \end_inset
13856
13857 To color the frame different than the rest of the box, the command 
13858 \series bold
13859
13860 \backslash
13861 fcolorbox
13862 \series default
13863
13864 \begin_inset Index idx
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868 Commands ! F ! 
13869 \backslash
13870 fcolorbox
13871 \end_layout
13872
13873 \end_inset
13874
13875  is used in the following scheme:
13876 \end_layout
13877
13878 \begin_layout Standard
13879
13880 \series bold
13881
13882 \backslash
13883 fcolorbox{frame color}{color}{box content}
13884 \end_layout
13885
13886 \begin_layout Standard
13887 So 
13888 \series bold
13889
13890 \backslash
13891 fcolorbox
13892 \series default
13893  is an extension of the command 
13894 \series bold
13895
13896 \backslash
13897 colorbox
13898 \series default
13899 .
13900  The frame width is set, like for 
13901 \series bold
13902
13903 \backslash
13904 framebox
13905 \series default
13906 , with 
13907 \series bold
13908
13909 \backslash
13910 fboxrule
13911 \series default
13912  and 
13913 \series bold
13914
13915 \backslash
13916 fboxsep
13917 \series default
13918 .
13919  An example:
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925
13926 \backslash
13927 fboxrule 1mm 
13928 \backslash
13929 fboxsep 1mm
13930 \end_layout
13931
13932 \end_inset
13933
13934
13935 \begin_inset Formula 
13936 \[
13937 \fcolorbox{cyan}{magenta}{A=B}
13938 \]
13939
13940 \end_inset
13941
13942
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 fboxrule 0.4pt 
13951 \backslash
13952 fboxsep 3pt
13953 \end_layout
13954
13955 \end_inset
13956
13957
13958 \end_layout
13959
13960 \begin_layout Standard
13961 This formula was created with the command
13962 \begin_inset Newline newline
13963 \end_inset
13964
13965
13966 \series bold
13967
13968 \backslash
13969 fcolorbox{cyan
13970 \begin_inset Formula $\to$
13971 \end_inset
13972
13973
13974 \backslash
13975 {magenta
13976 \begin_inset Formula $\to$
13977 \end_inset
13978
13979
13980 \backslash
13981 {A=B
13982 \series default
13983 .
13984 \end_layout
13985
13986 \begin_layout Standard
13987 \begin_inset VSpace bigskip
13988 \end_inset
13989
13990 To use other colors than the predefined ones, they have to be defined first.
13991 \end_layout
13992
13993 \begin_layout Standard
13994 One can for example define the color 
13995 \begin_inset Quotes eld
13996 \end_inset
13997
13998
13999 \series bold
14000 darkgreen
14001 \series default
14002
14003 \begin_inset Quotes erd
14004 \end_inset
14005
14006  with the LaTeX-preamble line:
14007 \end_layout
14008
14009 \begin_layout Standard
14010
14011 \series bold
14012
14013 \backslash
14014 definecolor{darkgreen}{cmyk}{0.5,
14015 \series default
14016  
14017 \series bold
14018 0,
14019 \series default
14020  
14021 \series bold
14022 1,
14023 \series default
14024  
14025 \series bold
14026 0.5}
14027 \series default
14028
14029 \begin_inset Index idx
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033 Commands ! D ! 
14034 \backslash
14035 definecolor
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044
14045 \series bold
14046 cmyk
14047 \series default
14048  is the color space that denotes the colors 
14049 \series bold
14050 cyan
14051 \series default
14052
14053 \series bold
14054 magenta
14055 \series default
14056
14057 \series bold
14058 yellow
14059 \series default
14060  and 
14061 \series bold
14062 black
14063 \series default
14064 .
14065  The four comma separated numbers are the portion factor for the corresponding
14066  colors of the color space.
14067  The factors can be in the range of 0
14068 \begin_inset space \thinspace{}
14069 \end_inset
14070
14071 -
14072 \begin_inset space \thinspace{}
14073 \end_inset
14074
14075 1.
14076  Instead of 
14077 \series bold
14078 cmyk
14079 \series default
14080  also the color space 
14081 \series bold
14082 rgb
14083 \series default
14084  can be used for definitions.
14085  
14086 \series bold
14087 rgb
14088 \series default
14089  denotes 
14090 \series bold
14091 red
14092 \series default
14093
14094 \series bold
14095 green
14096 \series default
14097  and 
14098 \series bold
14099 blue
14100 \series default
14101 , so that there are in this case three portion factors for the corresponding
14102  colors.
14103  Furthermore there is the color space 
14104 \series bold
14105 gray
14106 \series default
14107  with one portion factor for the gray value.
14108 \end_layout
14109
14110 \begin_layout Standard
14111 As example a framed box with the new defined color 
14112 \series bold
14113 darkgreen
14114 \series default
14115  where the characters have been colored 
14116 \series bold
14117 yellow
14118 \series default
14119 :
14120 \begin_inset Formula 
14121 \begin{equation}
14122 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14123 \end{equation}
14124
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \begin_layout Standard
14131 Self-defined colors can also be used for text with the help of the command
14132  
14133 \series bold
14134
14135 \backslash
14136 textcolor
14137 \series default
14138 :
14139 \begin_inset Index idx
14140 status collapsed
14141
14142 \begin_layout Plain Layout
14143 Text ! colored
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152 \begin_inset ERT
14153 status collapsed
14154
14155 \begin_layout Plain Layout
14156
14157
14158 \backslash
14159 textcolor{darkgreen}{
14160 \end_layout
14161
14162 \end_inset
14163
14164 This sentence is 
14165 \begin_inset Quotes eld
14166 \end_inset
14167
14168 darkgreen
14169 \begin_inset Quotes erd
14170 \end_inset
14171
14172 .
14173 \begin_inset ERT
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177
14178 }
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \begin_layout Standard
14187
14188 \series bold
14189
14190 \backslash
14191 textcolor
14192 \series default
14193
14194 \begin_inset Index idx
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198 Commands ! T ! 
14199 \backslash
14200 textcolor
14201 \end_layout
14202
14203 \end_inset
14204
14205  is used in the scheme 
14206 \series bold
14207
14208 \backslash
14209 textcolor{color}{characters to color}
14210 \series default
14211 .
14212 \end_layout
14213
14214 \begin_layout Subsection
14215 Paragraph Boxes
14216 \begin_inset CommandInset label
14217 LatexCommand label
14218 name "sub:Paragraph-Boxes"
14219
14220 \end_inset
14221
14222
14223 \begin_inset Index idx
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227 Boxes ! as paragraph
14228 \end_layout
14229
14230 \end_inset
14231
14232
14233 \end_layout
14234
14235 \begin_layout Standard
14236 A box that can contain several lines and paragraphs, a so-called paragraph
14237  box (parbox), can be created with the menu 
14238 \family sans
14239 Insert\SpecialChar \menuseparator
14240 Box
14241 \family default
14242  or the toolbar button 
14243 \begin_inset Graphics
14244         filename ../images/box-insert.png
14245         scale 85
14246
14247 \end_inset
14248
14249 .
14250 \end_layout
14251
14252 \begin_layout Standard
14253 The following example shows a framed parbox in a line:
14254 \end_layout
14255
14256 \begin_layout Standard
14257 \begin_inset VSpace medskip
14258 \end_inset
14259
14260 This is a line 
14261 \begin_inset Box Boxed
14262 position "c"
14263 hor_pos "c"
14264 has_inner_box 1
14265 inner_pos "t"
14266 use_parbox 1
14267 use_makebox 0
14268 width "5cm"
14269 special "none"
14270 height "1in"
14271 height_special "totalheight"
14272 status open
14273
14274 \begin_layout Plain Layout
14275 This is a paragraph box.
14276  It is exactly 5
14277 \begin_inset space \thinspace{}
14278 \end_inset
14279
14280 cm long and can also contain formulas: 
14281 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14282 \end_inset
14283
14284
14285 \end_layout
14286
14287 \end_inset
14288
14289  with a parbox.
14290 \end_layout
14291
14292 \begin_layout Standard
14293 \begin_inset VSpace medskip
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300 Such a box is created by right-clicking on the gray box inset.
14301  A dialog pops up showing the box properties.
14302  In our case set: 
14303 \emph on
14304 Decoration
14305 \emph default
14306 : Rectangular box, 
14307 \emph on
14308 Inner Box
14309 \emph default
14310 : Parbox, 
14311 \emph on
14312 Width
14313 \emph default
14314 : 5
14315 \begin_inset space \thinspace{}
14316 \end_inset
14317
14318 cm, 
14319 \emph on
14320 Vertical Box Alignment
14321 \emph default
14322 : Middle
14323 \end_layout
14324
14325 \begin_layout Standard
14326 \begin_inset VSpace medskip
14327 \end_inset
14328
14329 In LaTeX a parbox is created with the command 
14330 \series bold
14331
14332 \backslash
14333 parbox
14334 \series default
14335
14336 \begin_inset Index idx
14337 status collapsed
14338
14339 \begin_layout Plain Layout
14340 Commands ! P ! 
14341 \backslash
14342 parbox
14343 \end_layout
14344
14345 \end_inset
14346
14347  which has the following scheme:
14348 \end_layout
14349
14350 \begin_layout Standard
14351
14352 \series bold
14353
14354 \backslash
14355 parbox[position]{width}{box content}
14356 \end_layout
14357
14358 \begin_layout Standard
14359 The positions 
14360 \emph on
14361 b
14362 \emph default
14363  and 
14364 \emph on
14365 t
14366 \emph default
14367  are possible.
14368  
14369 \emph on
14370 b
14371 \emph default
14372  for 
14373 \begin_inset Quotes eld
14374 \end_inset
14375
14376 bottom
14377 \begin_inset Quotes erd
14378 \end_inset
14379
14380  means that the box is aligned within the surrounding text with its last
14381  line.
14382  With 
14383 \emph on
14384 t
14385 \emph default
14386  for 
14387 \begin_inset Quotes eld
14388 \end_inset
14389
14390 top
14391 \begin_inset Quotes erd
14392 \end_inset
14393
14394  this is done with the first line.
14395  When no position is given, the box will be vertically centered, see section
14396  
14397 \emph on
14398 Boxes
14399 \emph default
14400  of the 
14401 \emph on
14402 Embedded
14403 \begin_inset space ~
14404 \end_inset
14405
14406 Objects
14407 \emph default
14408  manual for examples.
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset VSpace bigskip
14413 \end_inset
14414
14415 To frame formulas completely, including the formula number, the formula
14416  must be set into a parbox.
14417  To do this, the command 
14418 \series bold
14419
14420 \backslash
14421 fbox{
14422 \backslash
14423 parbox{
14424 \backslash
14425 linewidth-2
14426 \backslash
14427 fboxsep-2
14428 \backslash
14429 fboxrule}{
14430 \series default
14431  is inserted in TeX-mode before the formula.
14432  
14433 \series bold
14434
14435 \backslash
14436 linewidth
14437 \series default
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 Commands ! L ! 
14444 \backslash
14445 linewidth
14446 \end_layout
14447
14448 \end_inset
14449
14450  is hereby the line width set for the document.
14451  Because the frame is outside the parbox, 2
14452 \begin_inset space \thinspace{}
14453 \end_inset
14454
14455 times the frame separation and the frame thickness must be subtracted from
14456  the line width.
14457  As this is not automatically done by LyX due to a bug
14458 \begin_inset Foot
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 \begin_inset CommandInset href
14463 LatexCommand href
14464 name "LyX-bug #4483"
14465 target "http://www.lyx.org/trac/ticket/4483"
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \end_inset
14473
14474 , TeX-mode has to be used.
14475  To be able to multiply and subtract in arguments, the LaTeX-package 
14476 \series bold
14477 calc
14478 \series default
14479
14480 \begin_inset Foot
14481 status collapsed
14482
14483 \begin_layout Plain Layout
14484
14485 \series bold
14486 calc
14487 \series default
14488  is part of every LaTeX standard installation.
14489 \end_layout
14490
14491 \end_inset
14492
14493
14494 \begin_inset Index idx
14495 status collapsed
14496
14497 \begin_layout Plain Layout
14498 Packages ! calc
14499 \end_layout
14500
14501 \end_inset
14502
14503  must be loaded in the LaTeX-preamble with the line
14504 \end_layout
14505
14506 \begin_layout Standard
14507
14508 \series bold
14509
14510 \backslash
14511 usepackage{calc}
14512 \end_layout
14513
14514 \begin_layout Standard
14515 Behind the formula both boxes are closed by entering 
14516 \series bold
14517 }}
14518 \series default
14519  in TeX-mode.
14520  Here is an example:
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528 fboxsep 5mm 
14529 \backslash
14530 fboxrule 5mm
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \begin_inset ERT
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544
14545 \backslash
14546 fbox{
14547 \backslash
14548 parbox{
14549 \backslash
14550 linewidth-2
14551 \backslash
14552 fboxsep-2
14553 \backslash
14554 fboxrule}{
14555 \end_layout
14556
14557 \end_inset
14558
14559
14560 \begin_inset Formula 
14561 \begin{equation}
14562 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14563 \end{equation}
14564
14565 \end_inset
14566
14567
14568 \begin_inset ERT
14569 status collapsed
14570
14571 \begin_layout Plain Layout
14572
14573 }}
14574 \end_layout
14575
14576 \end_inset
14577
14578
14579 \begin_inset ERT
14580 status collapsed
14581
14582 \begin_layout Plain Layout
14583
14584
14585 \backslash
14586 fboxrule 0.4pt 
14587 \backslash
14588 fboxsep 3pt
14589 \end_layout
14590
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \begin_inset VSpace medskip
14598 \end_inset
14599
14600 As a parbox is used as the argument of 
14601 \series bold
14602
14603 \backslash
14604 fbox
14605 \series default
14606 , there is in this case no difference between 
14607 \series bold
14608
14609 \backslash
14610 fbox
14611 \series default
14612  and 
14613 \series bold
14614
14615 \backslash
14616 boxed
14617 \series default
14618 .
14619 \end_layout
14620
14621 \begin_layout Standard
14622 \begin_inset VSpace bigskip
14623 \end_inset
14624
14625 Paragraph boxes are very useful to comment formulas directly.
14626  To do this, 
14627 \series bold
14628
14629 \backslash
14630 parbox
14631 \series default
14632  is used in combination with the command 
14633 \series bold
14634
14635 \backslash
14636 tag
14637 \series default
14638 .
14639  (more about 
14640 \series bold
14641
14642 \backslash
14643 tag
14644 \series default
14645  see 
14646 \begin_inset CommandInset ref
14647 LatexCommand ref
14648 reference "sub:User-defined-Numbering"
14649
14650 \end_inset
14651
14652 )
14653 \end_layout
14654
14655 \begin_layout Standard
14656 An example of a formula commented with 
14657 \series bold
14658
14659 \backslash
14660 parbox
14661 \series default
14662 :
14663 \end_layout
14664
14665 \begin_layout Standard
14666 \begin_inset ERT
14667 status collapsed
14668
14669 \begin_layout Plain Layout
14670
14671
14672 \backslash
14673 [5x-7b=3b
14674 \backslash
14675 tag*{
14676 \backslash
14677 parbox{5cm}{
14678 \end_layout
14679
14680 \end_inset
14681
14682 This is a description.
14683  It is distinctly separated from the formula and multiline.
14684 \begin_inset ERT
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688
14689 }}
14690 \backslash
14691 ]
14692 \end_layout
14693
14694 \end_inset
14695
14696
14697 \end_layout
14698
14699 \begin_layout Standard
14700 Such a formula must be inserted completely in TeX-mode because LyX does
14701  not yet support the command 
14702 \series bold
14703
14704 \backslash
14705 parbox
14706 \series default
14707  in formulas.
14708  The formula is created with the following command sequence:
14709 \end_layout
14710
14711 \begin_layout Standard
14712 The command 
14713 \series bold
14714
14715 \backslash
14716 [5x-7b=3b
14717 \backslash
14718 tag*
14719 \backslash
14720 {
14721 \backslash
14722 parbox{5cm}{
14723 \series default
14724  is inserted in TeX-mode.
14725 \begin_inset Foot
14726 status collapsed
14727
14728 \begin_layout Plain Layout
14729 When the formula style 
14730 \series bold
14731 Indented
14732 \series default
14733  is used, 
14734 \series bold
14735
14736 \backslash
14737 tag*
14738 \backslash
14739 {
14740 \series default
14741  can also be replaced by 
14742 \series bold
14743
14744 \backslash
14745 hfill
14746 \series default
14747 .
14748  (formula styles see 
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "sec:Formula-Styles"
14752
14753 \end_inset
14754
14755 )
14756 \end_layout
14757
14758 \end_inset
14759
14760  Then the description follows as normal text and finally 
14761 \series bold
14762 }}
14763 \backslash
14764 ]
14765 \series default
14766  is inserted in TeX-mode.
14767  The commands 
14768 \series bold
14769
14770 \backslash
14771 [
14772 \series default
14773  and 
14774 \series bold
14775
14776 \backslash
14777 ]
14778 \series default
14779  hereby create a displayed formula.
14780 \end_layout
14781
14782 \begin_layout Standard
14783 The advantages of 
14784 \series bold
14785
14786 \backslash
14787 parbox
14788 \series default
14789  can be seen in this example that was 
14790 \begin_inset Quotes eld
14791 \end_inset
14792
14793 commented
14794 \begin_inset Quotes erd
14795 \end_inset
14796
14797  using the mathematical textmode:
14798 \begin_inset Formula 
14799 \[
14800 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14801 \]
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Section
14809 Operators
14810 \begin_inset Index idx
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 Operators
14815 \end_layout
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Subsection
14823 Big Operators
14824 \begin_inset CommandInset label
14825 LatexCommand label
14826 name "sub:Big-Operators"
14827
14828 \end_inset
14829
14830
14831 \begin_inset Index idx
14832 status collapsed
14833
14834 \begin_layout Plain Layout
14835 Operators ! big
14836 \end_layout
14837
14838 \end_inset
14839
14840
14841 \begin_inset Index idx
14842 status collapsed
14843
14844 \begin_layout Plain Layout
14845 Sums
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \begin_inset Index idx
14852 status collapsed
14853
14854 \begin_layout Plain Layout
14855 Integrals
14856 \end_layout
14857
14858 \end_inset
14859
14860
14861 \end_layout
14862
14863 \begin_layout Standard
14864 To be able to use all integral operators listed here, the option 
14865 \family sans
14866 Use esint package automatically
14867 \family default
14868  must be set in the document settings under 
14869 \family sans
14870 Math
14871 \begin_inset space ~
14872 \end_inset
14873
14874 Options
14875 \family default
14876 .
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \begin_inset space \hfill{}
14881 \end_inset
14882
14883
14884 \begin_inset Tabular
14885 <lyxtabular version="3" rows="11" columns="2">
14886 <features tabularvalignment="middle">
14887 <column alignment="center" valignment="top" width="0pt">
14888 <column alignment="center" valignment="top" width="0pt">
14889 <row>
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 Command
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14900 \begin_inset Text
14901
14902 \begin_layout Plain Layout
14903 Result
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 </row>
14909 <row>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914
14915 \backslash
14916 int
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Commands ! I ! 
14922 \backslash
14923 int
14924 \end_layout
14925
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \end_inset
14932 </cell>
14933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937 \begin_inset Formula $\int$
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 </row>
14946 <row>
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951
14952 \backslash
14953 oint
14954 \end_layout
14955
14956 \end_inset
14957 </cell>
14958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14959 \begin_inset Text
14960
14961 \begin_layout Plain Layout
14962 \begin_inset Formula $\oint$
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \end_inset
14969 </cell>
14970 </row>
14971 <row>
14972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976
14977 \backslash
14978 ointctrclockwise
14979 \end_layout
14980
14981 \end_inset
14982 </cell>
14983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14984 \begin_inset Text
14985
14986 \begin_layout Plain Layout
14987 \begin_inset Formula $\ointctrclockwise$
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \end_inset
14994 </cell>
14995 </row>
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001
15002 \backslash
15003 ointclockwise
15004 \end_layout
15005
15006 \end_inset
15007 </cell>
15008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15009 \begin_inset Text
15010
15011 \begin_layout Plain Layout
15012 \begin_inset Formula $\ointclockwise$
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 </row>
15021 <row>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026
15027 \backslash
15028 sqint
15029 \end_layout
15030
15031 \end_inset
15032 </cell>
15033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15034 \begin_inset Text
15035
15036 \begin_layout Plain Layout
15037 \begin_inset Formula $\sqint$
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 </row>
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051
15052 \backslash
15053 fint
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062  
15063 \begin_inset Formula $\fint$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \backslash
15079 landupint
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088  
15089 \begin_inset Formula $\landupint$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \backslash
15105 landdownint
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114  
15115 \begin_inset Formula $\landdownint$
15116 \end_inset
15117
15118
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 </row>
15124 <row>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129
15130 \backslash
15131 bigcap
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 \begin_inset Formula $\bigcap$
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 </row>
15149 <row>
15150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \backslash
15156 bigcup
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 \begin_inset Formula $\bigcup$
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \end_inset
15172 </cell>
15173 </row>
15174 </lyxtabular>
15175
15176 \end_inset
15177
15178
15179 \begin_inset space \hfill{}
15180 \end_inset
15181
15182
15183 \begin_inset Tabular
15184 <lyxtabular version="3" rows="11" columns="2">
15185 <features tabularvalignment="middle">
15186 <column alignment="center" valignment="top" width="0pt">
15187 <column alignment="center" valignment="top" width="0pt">
15188 <row>
15189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 Command
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202 Result
15203 \end_layout
15204
15205 \end_inset
15206 </cell>
15207 </row>
15208 <row>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213
15214 \backslash
15215 sum
15216 \begin_inset Index idx
15217 status collapsed
15218
15219 \begin_layout Plain Layout
15220 Commands ! S ! 
15221 \backslash
15222 sum
15223 \end_layout
15224
15225 \end_inset
15226
15227
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236 \begin_inset Formula $\sum$
15237 \end_inset
15238
15239
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 </row>
15245 <row>
15246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250
15251 \backslash
15252 prod
15253 \begin_inset Index idx
15254 status collapsed
15255
15256 \begin_layout Plain Layout
15257 Commands ! P ! 
15258 \backslash
15259 prod
15260 \begin_inset ERT
15261 status collapsed
15262
15263 \begin_layout Plain Layout
15264
15265
15266 \backslash
15267 vspace{4mm}
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \end_inset
15276
15277
15278 \end_layout
15279
15280 \end_inset
15281 </cell>
15282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 \begin_inset Formula $\prod$
15287 \end_inset
15288
15289
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \backslash
15302 coprod
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 \begin_inset Formula $\coprod$
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \backslash
15327 bigodot
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 \begin_inset Formula $\bigodot$
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 </row>
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \backslash
15352 bigotimes
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Formula $\bigotimes$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 <row>
15371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375
15376 \backslash
15377 bigoplus
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 \begin_inset Formula $\bigoplus$
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 </row>
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400
15401 \backslash
15402 bigwedge
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411 \begin_inset Formula $\bigwedge$
15412 \end_inset
15413
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row>
15421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425
15426 \backslash
15427 bigvee
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Formula $\bigvee$
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 </row>
15445 <row>
15446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \backslash
15452 bigsqcup
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 \begin_inset Formula $\bigsqcup$
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 </row>
15470 <row>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \backslash
15477 biguplus
15478 \end_layout
15479
15480 \end_inset
15481 </cell>
15482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15483 \begin_inset Text
15484
15485 \begin_layout Plain Layout
15486 \begin_inset Formula $\biguplus$
15487 \end_inset
15488
15489
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 </row>
15495 </lyxtabular>
15496
15497 \end_inset
15498
15499
15500 \begin_inset space \hfill{}
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \begin_layout Standard
15507 All big operators can also be inserted via the math toolbar button 
15508 \begin_inset Graphics
15509         filename ../images/math/intop.png
15510         scale 85
15511
15512 \end_inset
15513
15514 .
15515 \end_layout
15516
15517 \begin_layout Standard
15518 The operators are called big because they are bigger than the sometimes
15519  equal looking binary operators.
15520  All big operators can have limits as described in the next subsection.
15521 \end_layout
15522
15523 \begin_layout Standard
15524 For all integral operators there is a second version available, ending in
15525  
15526 \series bold
15527 op
15528 \series default
15529
15530 \series bold
15531
15532 \backslash
15533 intop
15534 \series default
15535
15536 \series bold
15537
15538 \backslash
15539 ointop
15540 \series default
15541  etc..
15542  These operators are different from 
15543 \series bold
15544
15545 \backslash
15546 int
15547 \series default
15548  etc.
15549 \begin_inset space \space{}
15550 \end_inset
15551
15552 in the style the operator limits are displayed, see 
15553 \begin_inset CommandInset ref
15554 LatexCommand ref
15555 reference "sub:Operator-Limits"
15556
15557 \end_inset
15558
15559 .
15560  
15561 \end_layout
15562
15563 \begin_layout Subsubsection*
15564 Advice for Integrals
15565 \end_layout
15566
15567 \begin_layout Standard
15568 The letter 
15569 \emph on
15570 d
15571 \emph default
15572  in an integral is an operator, that therefore has to be set upright.
15573  This is done by highlighting the 
15574 \emph on
15575 d
15576 \emph default
15577  and using the keyboard shortcut 
15578 \begin_inset Info
15579 type  "shortcut"
15580 arg   "font-roman"
15581 \end_inset
15582
15583
15584 \begin_inset Foot
15585 status collapsed
15586
15587 \begin_layout Plain Layout
15588 Font styles
15589 \series bold
15590  
15591 \series default
15592 see 
15593 \begin_inset CommandInset ref
15594 LatexCommand ref
15595 reference "sub:Font-Styles"
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603
15604 .
15605  Finally the smallest space is inserted before the 
15606 \emph on
15607 d
15608 \emph default
15609 , as this is usual for operators.
15610  An example:
15611 \end_layout
15612
15613 \begin_layout Standard
15614 incorrect: 
15615 \begin_inset Formula $\int A(x)dx$
15616 \end_inset
15617
15618
15619 \begin_inset Newline newline
15620 \end_inset
15621
15622
15623 \begin_inset Phantom HPhantom
15624 status open
15625
15626 \begin_layout Plain Layout
15627 in
15628 \end_layout
15629
15630 \end_inset
15631
15632 correct: 
15633 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15634 \end_inset
15635
15636
15637 \end_layout
15638
15639 \begin_layout Standard
15640 For multiple integrals there are the following commands:
15641 \begin_inset VSpace medskip
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 \begin_inset space \hfill{}
15649 \end_inset
15650
15651
15652 \begin_inset Tabular
15653 <lyxtabular version="3" rows="4" columns="2">
15654 <features tabularvalignment="middle">
15655 <column alignment="center" valignment="top" width="0">
15656 <column alignment="center" valignment="top" width="0">
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662 Command
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671 Result
15672 \begin_inset Note Note
15673 status collapsed
15674
15675 \begin_layout Plain Layout
15676
15677 \series bold
15678
15679 \backslash
15680 raisebox
15681 \series default
15682  is only used as spacer.
15683 \end_layout
15684
15685 \end_inset
15686
15687
15688 \end_layout
15689
15690 \end_inset
15691 </cell>
15692 </row>
15693 <row>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698
15699 \backslash
15700 iint
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \end_inset
15716 </cell>
15717 </row>
15718 <row>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \backslash
15725 oiint
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15735 \end_inset
15736
15737
15738 \end_layout
15739
15740 \end_inset
15741 </cell>
15742 </row>
15743 <row>
15744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748
15749 \backslash
15750 sqiint
15751 \end_layout
15752
15753 \end_inset
15754 </cell>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 </lyxtabular>
15769
15770 \end_inset
15771
15772
15773 \begin_inset space \hfill{}
15774 \end_inset
15775
15776
15777 \begin_inset Tabular
15778 <lyxtabular version="3" rows="4" columns="2">
15779 <features tabularvalignment="middle">
15780 <column alignment="center" valignment="top" width="0">
15781 <column alignment="center" valignment="top" width="0">
15782 <row>
15783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 Command
15788 \end_layout
15789
15790 \end_inset
15791 </cell>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796 Result
15797 \end_layout
15798
15799 \end_inset
15800 </cell>
15801 </row>
15802 <row>
15803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807
15808 \backslash
15809 iiint
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15815 \begin_inset Text
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \backslash
15834 iiiint
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \backslash
15859 dotsint
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15869 \end_inset
15870
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 </row>
15877 </lyxtabular>
15878
15879 \end_inset
15880
15881
15882 \begin_inset space \hfill{}
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Standard
15889 \begin_inset Newpage newpage
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \begin_layout Subsection
15896 Operator Limits
15897 \begin_inset CommandInset label
15898 LatexCommand label
15899 name "sub:Operator-Limits"
15900
15901 \end_inset
15902
15903
15904 \begin_inset Index idx
15905 status collapsed
15906
15907 \begin_layout Plain Layout
15908 Operators ! Limits
15909 \end_layout
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 Limits are created by super- and subscripts:
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \align center
15922 \begin_inset Tabular
15923 <lyxtabular version="3" rows="2" columns="2">
15924 <features tabularvalignment="middle">
15925 <column alignment="center" valignment="top" width="0pt">
15926 <column alignment="center" valignment="top" width="0pt">
15927 <row>
15928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 Command
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 Result
15942 \begin_inset Note Note
15943 status collapsed
15944
15945 \begin_layout Plain Layout
15946
15947 \series bold
15948
15949 \backslash
15950 raisebox
15951 \series default
15952  is only used as spacer.
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 </row>
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968
15969 \backslash
15970 prod^
15971 \backslash
15972 infty
15973 \begin_inset ERT
15974 status collapsed
15975
15976 \begin_layout Plain Layout
15977
15978
15979 \backslash
15980 spce 
15981 \end_layout
15982
15983 \end_inset
15984
15985
15986 \begin_inset Formula $\to$
15987 \end_inset
15988
15989 _0
15990 \begin_inset Formula $\to$
15991 \end_inset
15992
15993 A(x)
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15999 \begin_inset Text
16000
16001 \begin_layout Plain Layout
16002 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009 </cell>
16010 </row>
16011 </lyxtabular>
16012
16013 \end_inset
16014
16015
16016 \end_layout
16017
16018 \begin_layout Standard
16019 Limits of inline formulas are set right beside the operator.
16020  Limits in displayed formulas are set above or below the operator, except
16021  for integral limits.
16022 \end_layout
16023
16024 \begin_layout Standard
16025 To force that the limits are set beside the operator, the cursor is set
16026  directly behind the operator and the limits type is changed with the menu
16027  
16028 \family sans
16029 Edit\SpecialChar \menuseparator
16030 Math\SpecialChar \menuseparator
16031 Change Limits Type
16032 \family default
16033  to 
16034 \family sans
16035 \series bold
16036 Inline
16037 \family default
16038 \series default
16039  (shortcut 
16040 \begin_inset Info
16041 type  "shortcut"
16042 arg   "math-limits"
16043 \end_inset
16044
16045 ).
16046  An example:
16047 \end_layout
16048
16049 \begin_layout Standard
16050 The default limits type is this:
16051 \begin_inset Formula 
16052 \[
16053 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16054 \]
16055
16056 \end_inset
16057
16058 This is how it looks when the limits type was changed to 
16059 \family sans
16060 \series bold
16061 Inline
16062 \family default
16063 \series default
16064 :
16065 \begin_inset Formula 
16066 \[
16067 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16068 \]
16069
16070 \end_inset
16071
16072 For integrals, except those ending with 
16073 \series bold
16074 op
16075 \series default
16076  like 
16077 \series bold
16078
16079 \backslash
16080 intop
16081 \series default
16082
16083 \series bold
16084
16085 \backslash
16086 ointop
16087 \series default
16088  etc., the limits are by default set beside the operator.
16089  But for multiple integrals the limits are often set below the operator.
16090  In the following example the limits type was therefore set to 
16091 \series bold
16092 Display
16093 \series default
16094  and so set below the integrals:
16095 \begin_inset Formula 
16096 \begin{equation}
16097 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16098 \end{equation}
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Standard
16106 \begin_inset VSpace medskip
16107 \end_inset
16108
16109 To specify conditions for limits, the commands 
16110 \series bold
16111
16112 \backslash
16113 subarray
16114 \series default
16115
16116 \begin_inset Index idx
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120 Commands ! S ! 
16121 \backslash
16122 subarray
16123 \end_layout
16124
16125 \end_inset
16126
16127  and 
16128 \series bold
16129
16130 \backslash
16131 substack
16132 \series default
16133
16134 \begin_inset Index idx
16135 status collapsed
16136
16137 \begin_layout Plain Layout
16138 Commands ! S ! 
16139 \backslash
16140 substack
16141 \end_layout
16142
16143 \end_inset
16144
16145  are used.
16146  To create for example this expression 
16147 \begin_inset Formula 
16148 \begin{equation}
16149 \sum_{\begin{subarray}{c}
16150 0<k<1000\\
16151 \\
16152 k\,\in\,\mathbb{N}
16153 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16154 \end{equation}
16155
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 the following has to be done:
16163 \begin_inset Newline newline
16164 \end_inset
16165
16166 First the command 
16167 \series bold
16168
16169 \backslash
16170 sum
16171 \series default
16172 ^
16173 \series bold
16174 n
16175 \begin_inset ERT
16176 status collapsed
16177
16178 \begin_layout Plain Layout
16179
16180
16181 \backslash
16182 spce 
16183 \end_layout
16184
16185 \end_inset
16186
16187 _
16188 \series default
16189  is typed in.
16190  One is now in a blue box under the summation operator and insert there
16191  the command 
16192 \series bold
16193
16194 \backslash
16195 subarray
16196 \begin_inset ERT
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200
16201
16202 \backslash
16203 spce 
16204 \end_layout
16205
16206 \end_inset
16207
16208
16209 \series default
16210 .
16211  The blue box is now within a purple box and now several lines can be written
16212  among each other.
16213  A new line is created by inserting a line break (
16214 \begin_inset Info
16215 type  "shortcut"
16216 arg   "newline-insert newline"
16217 \end_inset
16218
16219 ).
16220  When now
16221 \begin_inset Newline newline
16222 \end_inset
16223
16224
16225 \series bold
16226 0<k<1000 Ctrl+Return
16227 \begin_inset Newline newline
16228 \end_inset
16229
16230
16231 \series default
16232 is typed in, a new box appears below for the new line.
16233 \end_layout
16234
16235 \begin_layout Standard
16236 The alignment of the lines can be changed to left aligned with the 
16237 \family sans
16238 table
16239 \family default
16240  
16241 \family sans
16242 toolbar
16243 \family default
16244  or the menu 
16245 \family sans
16246 Edit\SpecialChar \menuseparator
16247 Rows &Columns
16248 \family default
16249 .
16250  To get right alignment, 
16251 \series bold
16252
16253 \backslash
16254 hfill
16255 \begin_inset ERT
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259
16260
16261 \backslash
16262 spce 
16263 \end_layout
16264
16265 \end_inset
16266
16267
16268 \series default
16269  is inserted at the beginning of the line.
16270 \end_layout
16271
16272 \begin_layout Standard
16273 The command 
16274 \series bold
16275
16276 \backslash
16277 substack
16278 \series default
16279  is equivalent to 
16280 \series bold
16281
16282 \backslash
16283 subarray
16284 \series default
16285  with the difference that the lines are always centered.
16286 \end_layout
16287
16288 \begin_layout Standard
16289 \begin_inset VSpace bigskip
16290 \end_inset
16291
16292 Like in formula 
16293 \begin_inset CommandInset ref
16294 LatexCommand eqref
16295 reference "eq:substack"
16296
16297 \end_inset
16298
16299  there can be too much space beside an operator, because the characters
16300  following the operator are set beside the limits.
16301 \end_layout
16302
16303 \begin_layout Standard
16304 To avoid this, the following macro can be used in the LaTeX-preamble:
16305 \end_layout
16306
16307 \begin_layout Standard
16308
16309 \series bold
16310
16311 \backslash
16312 def
16313 \backslash
16314 clap#1{
16315 \backslash
16316 hbox to 0pt{
16317 \backslash
16318 hss #1
16319 \backslash
16320 hss}}
16321 \begin_inset Newline newline
16322 \end_inset
16323
16324
16325 \backslash
16326 def
16327 \backslash
16328 mathclap {
16329 \backslash
16330 mathpalette 
16331 \backslash
16332 mathclapinternal}
16333 \begin_inset Newline newline
16334 \end_inset
16335
16336
16337 \backslash
16338 def
16339 \backslash
16340 mathclapinternal #1#2{
16341 \backslash
16342 clap{$
16343 \backslash
16344 mathsurround =0pt #1{#2}$}}
16345 \end_layout
16346
16347 \begin_layout Standard
16348 This defines the command 
16349 \series bold
16350
16351 \backslash
16352 mathclap
16353 \series default
16354
16355 \begin_inset Index idx
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359 Commands ! M ! 
16360 \backslash
16361 mathclap
16362 \end_layout
16363
16364 \end_inset
16365
16366  that sets the width of the limit to 0
16367 \begin_inset space \thinspace{}
16368 \end_inset
16369
16370 pt.
16371  The command scheme is
16372 \end_layout
16373
16374 \begin_layout Standard
16375
16376 \series bold
16377
16378 \backslash
16379 mathclap{limit}
16380 \end_layout
16381
16382 \begin_layout Standard
16383 where the limit can consist of several conditions.
16384 \end_layout
16385
16386 \begin_layout Standard
16387 Applied on formula 
16388 \begin_inset CommandInset ref
16389 LatexCommand eqref
16390 reference "eq:substack"
16391
16392 \end_inset
16393
16394 , one uses the command
16395 \end_layout
16396
16397 \begin_layout Standard
16398
16399 \series bold
16400
16401 \backslash
16402 sum_
16403 \backslash
16404 mathclap{
16405 \backslash
16406 substack
16407 \begin_inset ERT
16408 status collapsed
16409
16410 \begin_layout Plain Layout
16411
16412
16413 \backslash
16414 spce 
16415 \end_layout
16416
16417 \end_inset
16418
16419 0<k<1000 Ctrl+Return
16420 \end_layout
16421
16422 \begin_layout Standard
16423 to create the lower limit.
16424  The summand is now directly behind the summation operator:
16425 \begin_inset Formula 
16426 \[
16427 \sum_{\mathclap{\substack{0<k<1000\\
16428 \\
16429 k\,\in\,\mathbb{N}
16430 }
16431 }}^{n}k^{-2}
16432 \]
16433
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \begin_layout Standard
16440 \begin_inset VSpace bigskip
16441 \end_inset
16442
16443 How to use one limit for several operators is described in 
16444 \begin_inset CommandInset ref
16445 LatexCommand ref
16446 reference "sub:Self-defined-Operators"
16447
16448 \end_inset
16449
16450 .
16451 \end_layout
16452
16453 \begin_layout Subsection
16454 Decoration for Operators
16455 \begin_inset Index idx
16456 status collapsed
16457
16458 \begin_layout Plain Layout
16459 Operators ! Decoration
16460 \end_layout
16461
16462 \end_inset
16463
16464
16465 \end_layout
16466
16467 \begin_layout Standard
16468 With the commands 
16469 \series bold
16470
16471 \backslash
16472 overset
16473 \series default
16474
16475 \begin_inset Index idx
16476 status collapsed
16477
16478 \begin_layout Plain Layout
16479 Commands ! O ! 
16480 \backslash
16481 overset
16482 \end_layout
16483
16484 \end_inset
16485
16486  and 
16487 \series bold
16488
16489 \backslash
16490 underset
16491 \series default
16492
16493 \begin_inset Index idx
16494 status collapsed
16495
16496 \begin_layout Plain Layout
16497 Commands ! U ! 
16498 \backslash
16499 underset
16500 \end_layout
16501
16502 \end_inset
16503
16504  characters can be placed above or below an operator, respectively.
16505  With the command 
16506 \series bold
16507
16508 \backslash
16509 sideset
16510 \series default
16511
16512 \begin_inset Index idx
16513 status collapsed
16514
16515 \begin_layout Plain Layout
16516 Commands ! S ! 
16517 \backslash
16518 sideset
16519 \end_layout
16520
16521 \end_inset
16522
16523  characters can be set before and behind a big operator.
16524  The command scheme is:
16525 \end_layout
16526
16527 \begin_layout Standard
16528
16529 \series bold
16530
16531 \backslash
16532 sideset{character
16533 \series default
16534  
16535 \series bold
16536 before}{character
16537 \series default
16538  
16539 \series bold
16540 behind}
16541 \end_layout
16542
16543 \begin_layout Standard
16544
16545 \series bold
16546
16547 \backslash
16548 sideset
16549 \series default
16550  must always be before the operator.
16551  You can decorate with several characters and even with other operators
16552  and symbols.
16553  To place for example only characters behind a big operator, write nothing
16554  between the first braces but don't omit the braces.
16555 \end_layout
16556
16557 \begin_layout Standard
16558 For example the command 
16559 \series bold
16560
16561 \backslash
16562 sideset{
16563 \begin_inset Formula $\to$
16564 \end_inset
16565
16566
16567 \backslash
16568 {
16569 \series default
16570 '
16571 \series bold
16572
16573 \begin_inset Formula $\to$
16574 \end_inset
16575
16576
16577 \backslash
16578 sum_k=1
16579 \begin_inset ERT
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583
16584
16585 \backslash
16586 spce 
16587 \end_layout
16588
16589 \end_inset
16590
16591
16592 \series default
16593 ^
16594 \series bold
16595 n
16596 \series default
16597  produces:
16598 \begin_inset Formula 
16599 \[
16600 \sideset{}{'}\sum_{k=1}^{n}
16601 \]
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \begin_layout Standard
16609 \begin_inset Note Greyedout
16610 status open
16611
16612 \begin_layout Plain Layout
16613
16614 \series bold
16615 Note: 
16616 \backslash
16617 sideset
16618 \series default
16619  can only be used to decorate big operators, binary operators are not allowed.
16620 \end_layout
16621
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \begin_layout Standard
16628
16629 \series bold
16630
16631 \backslash
16632 overset
16633 \series default
16634  and 
16635 \series bold
16636
16637 \backslash
16638 underset
16639 \series default
16640  can also be used to decorate symbols and characters.
16641  For example, the command 
16642 \series bold
16643
16644 \backslash
16645 overset
16646 \begin_inset ERT
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650
16651
16652 \backslash
16653 spce 
16654 \end_layout
16655
16656 \end_inset
16657
16658
16659 \backslash
16660 maltese
16661 \begin_inset ERT
16662 status collapsed
16663
16664 \begin_layout Plain Layout
16665
16666
16667 \backslash
16668 spce 
16669 \end_layout
16670
16671 \end_inset
16672
16673
16674 \series default
16675
16676 \begin_inset Formula $\uparrow$
16677 \end_inset
16678
16679
16680 \series bold
16681 a
16682 \series default
16683  produces:
16684 \begin_inset Formula 
16685 \[
16686 \overset{a}{\maltese}
16687 \]
16688
16689 \end_inset
16690
16691
16692 \end_layout
16693
16694 \begin_layout Subsection
16695 Binary Operators
16696 \begin_inset CommandInset label
16697 LatexCommand label
16698 name "sub:Binary-Operators"
16699
16700 \end_inset
16701
16702
16703 \begin_inset Index idx
16704 status collapsed
16705
16706 \begin_layout Plain Layout
16707 Operators ! binary
16708 \end_layout
16709
16710 \end_inset
16711
16712
16713 \end_layout
16714
16715 \begin_layout Standard
16716 Binary operators are surrounded by space when there is a character before
16717  and after them.
16718 \begin_inset VSpace medskip
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \begin_layout Standard
16725 \begin_inset space \hfill{}
16726 \end_inset
16727
16728
16729 \begin_inset Tabular
16730 <lyxtabular version="3" rows="13" columns="2">
16731 <features tabularvalignment="middle">
16732 <column alignment="center" valignment="top" width="0pt">
16733 <column alignment="center" valignment="top" width="0pt">
16734 <row>
16735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 Command
16740 \begin_inset Note Note
16741 status collapsed
16742
16743 \begin_layout Plain Layout
16744
16745 \series bold
16746
16747 \backslash
16748 raisebox
16749 \series default
16750  is only used as spacer.
16751 \end_layout
16752
16753 \end_inset
16754
16755
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 Result
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 </row>
16770 <row>
16771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16772 \begin_inset Text
16773
16774 \begin_layout Plain Layout
16775 +
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 \begin_inset Formula $+$
16785 \end_inset
16786
16787
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 </row>
16793 <row>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 -
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Formula $-$
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \backslash
16823 pm
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $\pm$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 <row>
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846
16847 \backslash
16848 mp
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Formula $\mp$
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 </row>
16866 <row>
16867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871
16872 \backslash
16873 cdot
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 \begin_inset Formula $\cdot$
16883 \end_inset
16884
16885
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \backslash
16898 times
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 \begin_inset Formula $\times$
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \backslash
16923 div
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 \begin_inset Formula $\div$
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 \begin_inset ERT
16947 status collapsed
16948
16949 \begin_layout Plain Layout
16950
16951
16952 \backslash
16953 raisebox{-1.2mm}{
16954 \end_layout
16955
16956 \end_inset
16957
16958 *
16959 \begin_inset ERT
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963
16964 }
16965 \end_layout
16966
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 \begin_inset Formula $*$
16979 \end_inset
16980
16981
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 </row>
16987 <row>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992
16993 \backslash
16994 star
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17000 \begin_inset Text
17001
17002 \begin_layout Plain Layout
17003 \begin_inset Formula $\star$
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \end_inset
17010 </cell>
17011 </row>
17012 <row>
17013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017
17018 \backslash
17019 circ
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\circ$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 </row>
17037 <row>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042
17043 \backslash
17044 diamond
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\diamond$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 </row>
17062 <row>
17063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067
17068 \backslash
17069 bullet
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 \begin_inset Formula $\bullet$
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \end_inset
17085 </cell>
17086 </row>
17087 </lyxtabular>
17088
17089 \end_inset
17090
17091
17092 \begin_inset space \hfill{}
17093 \end_inset
17094
17095
17096 \begin_inset Tabular
17097 <lyxtabular version="3" rows="13" columns="2">
17098 <features tabularvalignment="middle">
17099 <column alignment="center" valignment="top" width="0pt">
17100 <column alignment="center" valignment="top" width="0pt">
17101 <row>
17102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 Command
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 Result
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126
17127 \backslash
17128 nabla
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137 \begin_inset Formula $\nabla$
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 </row>
17146 <row>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \backslash
17153 bigtriangledown
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $\bigtriangledown$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 </row>
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \backslash
17178 bigtriangleup
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187 \begin_inset Formula $\bigtriangleup$
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \end_inset
17194 </cell>
17195 </row>
17196 <row>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201
17202 \backslash
17203 Box
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212 \begin_inset Formula $\Box$
17213 \end_inset
17214
17215
17216 \end_layout
17217
17218 \end_inset
17219 </cell>
17220 </row>
17221 <row>
17222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17223 \begin_inset Text
17224
17225 \begin_layout Plain Layout
17226
17227 \backslash
17228 cap 
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 \begin_inset Formula $\cap$
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \end_inset
17244 </cell>
17245 </row>
17246 <row>
17247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17248 \begin_inset Text
17249
17250 \begin_layout Plain Layout
17251
17252 \backslash
17253 cup
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17259 \begin_inset Text
17260
17261 \begin_layout Plain Layout
17262 \begin_inset Formula $\cup$
17263 \end_inset
17264
17265
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \backslash
17278 dagger
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $\dagger$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \backslash
17303 ddagger
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312 \begin_inset Formula $\ddagger$
17313 \end_inset
17314
17315
17316 \end_layout
17317
17318 \end_inset
17319 </cell>
17320 </row>
17321 <row>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326
17327 \backslash
17328 wr
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $\wr$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 </row>
17346 <row>
17347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17348 \begin_inset Text
17349
17350 \begin_layout Plain Layout
17351
17352 \backslash
17353 bigcirc
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17359 \begin_inset Text
17360
17361 \begin_layout Plain Layout
17362 \begin_inset Formula $\bigcirc$
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369 </cell>
17370 </row>
17371 <row>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376
17377 \backslash
17378 wedge
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17384 \begin_inset Text
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Formula $\wedge$
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 </row>
17396 <row>
17397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401
17402 \backslash
17403 vee
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 \begin_inset Formula $\vee$
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 </row>
17421 </lyxtabular>
17422
17423 \end_inset
17424
17425
17426 \begin_inset space \hfill{}
17427 \end_inset
17428
17429
17430 \begin_inset Tabular
17431 <lyxtabular version="3" rows="13" columns="2">
17432 <features tabularvalignment="middle">
17433 <column alignment="center" valignment="top" width="0pt">
17434 <column alignment="center" valignment="top" width="0pt">
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 Command
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Result
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 </row>
17455 <row>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460
17461 \backslash
17462 oplus
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471 \begin_inset Formula $\oplus$
17472 \end_inset
17473
17474
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485
17486 \backslash
17487 ominus
17488 \end_layout
17489
17490 \end_inset
17491 </cell>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496 \begin_inset Formula $\ominus$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \backslash
17512 otimes
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $\otimes$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 </row>
17530 <row>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535
17536 \backslash
17537 oslash
17538 \end_layout
17539
17540 \end_inset
17541 </cell>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 \begin_inset Formula $\oslash$
17547 \end_inset
17548
17549
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 </row>
17555 <row>
17556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17557 \begin_inset Text
17558
17559 \begin_layout Plain Layout
17560
17561 \backslash
17562 odot
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 \begin_inset Formula $\odot$
17572 \end_inset
17573
17574
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 </row>
17580 <row>
17581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585
17586 \backslash
17587 amalg
17588 \end_layout
17589
17590 \end_inset
17591 </cell>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Formula $\amalg$
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 <row>
17606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610
17611 \backslash
17612 uplus
17613 \end_layout
17614
17615 \end_inset
17616 </cell>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Formula $\uplus$
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 </row>
17630 <row>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \backslash
17637 setminus
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646 \begin_inset Formula $\setminus$
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 </row>
17655 <row>
17656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17657 \begin_inset Text
17658
17659 \begin_layout Plain Layout
17660
17661 \backslash
17662 sqcap
17663 \end_layout
17664
17665 \end_inset
17666 </cell>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671 \begin_inset Formula $\sqcap$
17672 \end_inset
17673
17674
17675 \end_layout
17676
17677 \end_inset
17678 </cell>
17679 </row>
17680 <row>
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685
17686 \backslash
17687 sqcup
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696 \begin_inset Formula $\sqcup$
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \backslash
17712 triangleleft
17713 \end_layout
17714
17715 \end_inset
17716 </cell>
17717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721 \begin_inset Formula $\triangleleft$
17722 \end_inset
17723
17724
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 </row>
17730 <row>
17731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735
17736 \backslash
17737 triangleright
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset Formula $\triangleright$
17747 \end_inset
17748
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 </lyxtabular>
17756
17757 \end_inset
17758
17759
17760 \begin_inset space \hfill{}
17761 \end_inset
17762
17763
17764 \end_layout
17765
17766 \begin_layout Standard
17767 All binary operators can also be inserted via the math toolbar button 
17768 \begin_inset Graphics
17769         filename ../images/math/pm.png
17770         scale 85
17771
17772 \end_inset
17773
17774 .
17775 \end_layout
17776
17777 \begin_layout Standard
17778 To typeset the Laplace operator also 
17779 \series bold
17780
17781 \backslash
17782 Delta
17783 \series default
17784  or 
17785 \series bold
17786
17787 \backslash
17788 nabla
17789 \series default
17790 ^
17791 \series bold
17792 2
17793 \series default
17794  (
17795 \begin_inset Formula $\nabla^{2}$
17796 \end_inset
17797
17798 ) can be used instead of 
17799 \series bold
17800
17801 \backslash
17802 bigtriangleup
17803 \series default
17804  .
17805 \end_layout
17806
17807 \begin_layout Standard
17808 The character 
17809 \family sans
17810 Menu Separator
17811 \family default
17812  from the menu 
17813 \family sans
17814 Insert\SpecialChar \menuseparator
17815 Special Character
17816 \family default
17817  is the operator 
17818 \series bold
17819
17820 \backslash
17821 triangleright
17822 \series default
17823 .
17824 \end_layout
17825
17826 \begin_layout Subsection
17827 Self-defined Operators
17828 \begin_inset CommandInset label
17829 LatexCommand label
17830 name "sub:Self-defined-Operators"
17831
17832 \end_inset
17833
17834
17835 \begin_inset Index idx
17836 status collapsed
17837
17838 \begin_layout Plain Layout
17839 Operators ! self-defined
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \end_layout
17846
17847 \begin_layout Standard
17848 With the help of the command 
17849 \series bold
17850
17851 \backslash
17852 DeclareMathOperator
17853 \series default
17854
17855 \begin_inset Index idx
17856 status collapsed
17857
17858 \begin_layout Plain Layout
17859 Commands ! D ! 
17860 \backslash
17861 dbinom@
17862 \backslash
17863 DeclareMathOperator
17864 \end_layout
17865
17866 \end_inset
17867
17868  custom operators can be defined in the LaTeX-preamble.
17869  Its command scheme is:
17870 \end_layout
17871
17872 \begin_layout Standard
17873
17874 \series bold
17875
17876 \backslash
17877 DeclareMathOperator{new command}{display}
17878 \end_layout
17879
17880 \begin_layout Standard
17881 Display can be characters or symbols that define how the operator looks
17882  in the output.
17883  To define a big operator a * is set behind the command.
17884  All self-defined big operators can have limits as described in 
17885 \begin_inset CommandInset ref
17886 LatexCommand ref
17887 reference "sub:Operator-Limits"
17888
17889 \end_inset
17890
17891 .
17892 \end_layout
17893
17894 \begin_layout Standard
17895 For example the LaTeX-preamble line
17896 \end_layout
17897
17898 \begin_layout Standard
17899
17900 \series bold
17901
17902 \backslash
17903 DeclareMathOperator*{
17904 \backslash
17905 Lozenge}{
17906 \backslash
17907 blacklozenge}
17908 \end_layout
17909
17910 \begin_layout Standard
17911 defines the command 
17912 \series bold
17913
17914 \backslash
17915 Lozenge
17916 \series default
17917 , that inserts a big operator consisting of the lozenge symbol from 
17918 \begin_inset CommandInset ref
17919 LatexCommand ref
17920 reference "sub:Miscellaneous-Symbols"
17921
17922 \end_inset
17923
17924 :
17925 \begin_inset Formula 
17926 \[
17927 \Lozenge_{n=1}^{\infty}
17928 \]
17929
17930 \end_inset
17931
17932 The command for this formula is: 
17933 \series bold
17934
17935 \backslash
17936 Lozenge
17937 \series default
17938 ^
17939 \series bold
17940
17941 \backslash
17942 infty
17943 \begin_inset Formula $\to$
17944 \end_inset
17945
17946 _n=1
17947 \end_layout
17948
17949 \begin_layout Standard
17950 \begin_inset VSpace bigskip
17951 \end_inset
17952
17953 When self-defined operators are not used several times in the document,
17954  they can also be defined with the commands 
17955 \series bold
17956
17957 \backslash
17958 mathop
17959 \series default
17960
17961 \begin_inset Index idx
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965 Commands ! M ! 
17966 \backslash
17967 mathop
17968 \end_layout
17969
17970 \end_inset
17971
17972  and 
17973 \series bold
17974
17975 \backslash
17976 mathbin
17977 \series default
17978
17979 \begin_inset Index idx
17980 status collapsed
17981
17982 \begin_layout Plain Layout
17983 Commands ! M ! 
17984 \backslash
17985 mathbin
17986 \end_layout
17987
17988 \end_inset
17989
17990 , which have the following scheme:
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 mathop{display}
17999 \series default
18000  and 
18001 \series bold
18002
18003 \backslash
18004 mathbin{display}
18005 \end_layout
18006
18007 \begin_layout Standard
18008
18009 \series bold
18010
18011 \backslash
18012 mathop
18013 \series default
18014  defines big operators, 
18015 \series bold
18016
18017 \backslash
18018 mathbin
18019 \series default
18020  binary operators.
18021 \end_layout
18022
18023 \begin_layout Standard
18024
18025 \series bold
18026
18027 \backslash
18028 mathop
18029 \series default
18030  can e.
18031 \begin_inset space \thinspace{}
18032 \end_inset
18033
18034 g.
18035 \begin_inset space \space{}
18036 \end_inset
18037
18038 be used to use one limit for several operators:
18039 \end_layout
18040
18041 \begin_layout Standard
18042 \begin_inset Formula 
18043 \[
18044 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18045 \]
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 The command for the formula above is:
18054 \begin_inset Newline newline
18055 \end_inset
18056
18057
18058 \series bold
18059
18060 \backslash
18061 mathop{
18062 \backslash
18063 sum
18064 \backslash
18065 negmedspace
18066 \backslash
18067 sum
18068 \series default
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 spce 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series bold
18084
18085 \begin_inset Formula $\to$
18086 \end_inset
18087
18088 ^N
18089 \series default
18090
18091 \begin_inset ERT
18092 status collapsed
18093
18094 \begin_layout Plain Layout
18095
18096
18097 \backslash
18098 spce 
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \series bold
18105 _i,j=1
18106 \end_layout
18107
18108 \begin_layout Section
18109 Fonts
18110 \begin_inset Index idx
18111 status collapsed
18112
18113 \begin_layout Plain Layout
18114 Fonts
18115 \end_layout
18116
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \begin_layout Subsection
18123 Font Styles
18124 \begin_inset CommandInset label
18125 LatexCommand label
18126 name "sub:Font-Styles"
18127
18128 \end_inset
18129
18130
18131 \begin_inset Index idx
18132 status collapsed
18133
18134 \begin_layout Plain Layout
18135 Font ! style
18136 \end_layout
18137
18138 \end_inset
18139
18140
18141 \end_layout
18142
18143 \begin_layout Standard
18144 Latin letters in formulas can be set in one of the following font styles:
18145 \begin_inset VSpace -2mm
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \begin_layout Standard
18152 \align center
18153 \begin_inset Tabular
18154 <lyxtabular version="3" rows="7" columns="3">
18155 <features tabularvalignment="middle">
18156 <column alignment="center" valignment="top" width="0">
18157 <column alignment="center" valignment="top" width="0">
18158 <column alignment="center" valignment="top" width="0">
18159 <row>
18160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18161 \begin_inset Text
18162
18163 \begin_layout Plain Layout
18164 Command
18165 \end_layout
18166
18167 \end_inset
18168 </cell>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Result
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 shortcut
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathbb
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 spce 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 ABC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\mathbb{ABC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Info
18234 type  "shortcuts"
18235 arg   "font-noun"
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 <row>
18245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \backslash
18251 mathbf
18252 \series bold
18253
18254 \begin_inset ERT
18255 status collapsed
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 spce 
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \series default
18268 AbC
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 \begin_inset Formula $\mathbf{AbC}$
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Info
18290 type  "shortcuts"
18291 arg   "font-bold"
18292 \end_inset
18293
18294
18295 \end_layout
18296
18297 \end_inset
18298 </cell>
18299 </row>
18300 <row>
18301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18302 \begin_inset Text
18303
18304 \begin_layout Plain Layout
18305
18306 \backslash
18307 boldsymbol
18308 \series bold
18309
18310 \begin_inset ERT
18311 status collapsed
18312
18313 \begin_layout Plain Layout
18314
18315
18316 \backslash
18317 spce 
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \series default
18324 AbC
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 \begin_inset Formula $\boldsymbol{AbC}$
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345 \begin_inset Info
18346 type  "shortcuts"
18347 arg   "font-boldsymbol"
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 </row>
18356 <row>
18357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361
18362 \backslash
18363 mathcal
18364 \series bold
18365
18366 \begin_inset ERT
18367 status collapsed
18368
18369 \begin_layout Plain Layout
18370
18371
18372 \backslash
18373 spce 
18374 \end_layout
18375
18376 \end_inset
18377
18378
18379 \series default
18380 ABC
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 \begin_inset Formula $\mathcal{ABC}$
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset Info
18402 type  "shortcuts"
18403 arg   "font-emph"
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 </row>
18412 <row>
18413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417
18418 \backslash
18419 mathfrak
18420 \series bold
18421
18422 \begin_inset ERT
18423 status collapsed
18424
18425 \begin_layout Plain Layout
18426
18427
18428 \backslash
18429 spce 
18430 \end_layout
18431
18432 \end_inset
18433
18434
18435 \series default
18436 AbC
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 \begin_inset Formula $\mathfrak{AbC}$
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 -
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 </row>
18463 <row>
18464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18465 \begin_inset Text
18466
18467 \begin_layout Plain Layout
18468
18469 \backslash
18470 mathscr
18471 \series bold
18472
18473 \begin_inset ERT
18474 status collapsed
18475
18476 \begin_layout Plain Layout
18477
18478
18479 \backslash
18480 spce 
18481 \end_layout
18482
18483 \end_inset
18484
18485
18486 \series default
18487 AbC
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 \begin_inset Formula $\mathscr{AbC}$
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 -
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 </lyxtabular>
18515
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \begin_layout Standard
18522 \align center
18523 \begin_inset Tabular
18524 <lyxtabular version="3" rows="5" columns="3">
18525 <features tabularvalignment="middle">
18526 <column alignment="center" valignment="top" width="0">
18527 <column alignment="center" valignment="top" width="0">
18528 <column alignment="center" valignment="top" width="0">
18529 <row>
18530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 Command
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 Result
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 shortcut
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 <row>
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563
18564 \backslash
18565 mathit
18566 \series bold
18567
18568 \begin_inset ERT
18569 status collapsed
18570
18571 \begin_layout Plain Layout
18572
18573
18574 \backslash
18575 spce 
18576 \end_layout
18577
18578 \end_inset
18579
18580
18581 \series default
18582 AbC
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 \begin_inset Formula $\mathit{AbC}$
18592 \end_inset
18593
18594
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603 -
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 <row>
18610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614
18615 \backslash
18616 mathrm
18617 \series bold
18618
18619 \begin_inset ERT
18620 status collapsed
18621
18622 \begin_layout Plain Layout
18623
18624
18625 \backslash
18626 spce 
18627 \end_layout
18628
18629 \end_inset
18630
18631
18632 \series default
18633 AbC
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642 \begin_inset Formula $\mathrm{AbC}$
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 \begin_inset Info
18655 type  "shortcuts"
18656 arg   "font-roman"
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 mathsf
18673 \series bold
18674
18675 \begin_inset ERT
18676 status collapsed
18677
18678 \begin_layout Plain Layout
18679
18680
18681 \backslash
18682 spce 
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \series default
18689 AbC
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 \begin_inset Formula $\mathsf{AbC}$
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 \begin_inset Info
18711 type  "shortcuts"
18712 arg   "font-sans"
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \backslash
18728 mathtt
18729 \series bold
18730
18731 \begin_inset ERT
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735
18736
18737 \backslash
18738 spce 
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \series default
18745 AbC
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 \begin_inset Formula $\mathtt{AbC}$
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 \begin_inset Info
18767 type  "shortcuts"
18768 arg   "font-typewriter"
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 </lyxtabular>
18778
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \begin_layout Standard
18785 \begin_inset Note Greyedout
18786 status open
18787
18788 \begin_layout Plain Layout
18789
18790 \series bold
18791 Note:
18792 \series default
18793  The styles 
18794 \series bold
18795
18796 \backslash
18797 mathbb
18798 \series default
18799  and 
18800 \series bold
18801
18802 \backslash
18803 mathcal
18804 \series default
18805  can only be used for big letters.
18806 \end_layout
18807
18808 \end_inset
18809
18810
18811 \end_layout
18812
18813 \begin_layout Standard
18814 Predefined is the style 
18815 \series bold
18816
18817 \backslash
18818 mathnormal
18819 \series default
18820 .
18821 \end_layout
18822
18823 \begin_layout Standard
18824 The style commands work also for letters in mathematical constructs:
18825 \begin_inset Formula 
18826 \[
18827 \mathfrak{A=\frac{b}{C}}
18828 \]
18829
18830 \end_inset
18831
18832
18833 \end_layout
18834
18835 \begin_layout Standard
18836 Characters in mathematical text don't appear in a math font style but in
18837  the text font style 
18838 \series bold
18839
18840 \backslash
18841 textrm
18842 \series default
18843 .
18844  That their style can't be set correctly via the text style dialog is a
18845  bug in LyX.
18846 \begin_inset Foot
18847 status collapsed
18848
18849 \begin_layout Plain Layout
18850 \begin_inset CommandInset href
18851 LatexCommand href
18852 name "LyX-bug #4629"
18853 target "http://www.lyx.org/trac/ticket/4629"
18854
18855 \end_inset
18856
18857
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \begin_layout Standard
18866 Instead of the style commands the dialog 
18867 \family sans
18868 Edit\SpecialChar \menuseparator
18869 Math\SpecialChar \menuseparator
18870 Text Style
18871 \family default
18872  or the toolbar button 
18873 \begin_inset Graphics
18874         filename ../images/math/font.png
18875         scale 85
18876
18877 \end_inset
18878
18879  can be used.
18880 \end_layout
18881
18882 \begin_layout Subsection
18883 Bold Formulas
18884 \begin_inset CommandInset label
18885 LatexCommand label
18886 name "sub:Bold-Formulas"
18887
18888 \end_inset
18889
18890
18891 \begin_inset Index idx
18892 status collapsed
18893
18894 \begin_layout Plain Layout
18895 Formula ! bold
18896 \end_layout
18897
18898 \end_inset
18899
18900
18901 \end_layout
18902
18903 \begin_layout Standard
18904 To make a complete formula bold, the command 
18905 \series bold
18906
18907 \backslash
18908 mathbf
18909 \series default
18910  from the previous subsection cannot be used, because it doesn't work for
18911  small Greek letters.
18912  Furthermore it prints Latin letters always upright, like in the following
18913  equation:
18914 \end_layout
18915
18916 \begin_layout Standard
18917 \begin_inset Formula 
18918 \[
18919 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18920 \]
18921
18922 \end_inset
18923
18924
18925 \end_layout
18926
18927 \begin_layout Standard
18928 To display the formula correctly, the command 
18929 \series bold
18930
18931 \backslash
18932 boldsymbol
18933 \series default
18934  is used:
18935 \begin_inset Formula 
18936 \[
18937 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18938 \]
18939
18940 \end_inset
18941
18942 It is also possible to set the formula in a 
18943 \series bold
18944 boldmath environment
18945 \series default
18946 .
18947  This environment is created by inserting the command 
18948 \series bold
18949
18950 \backslash
18951 boldmath
18952 \series default
18953
18954 \begin_inset Index idx
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958 Commands ! B ! 
18959 \backslash
18960 boldmath
18961 \end_layout
18962
18963 \end_inset
18964
18965  in TeX-mode.
18966  To end the environment, the command 
18967 \series bold
18968
18969 \backslash
18970 unboldmath
18971 \series default
18972
18973 \begin_inset Index idx
18974 status collapsed
18975
18976 \begin_layout Plain Layout
18977 Commands ! U ! 
18978 \backslash
18979 unboldmath
18980 \end_layout
18981
18982 \end_inset
18983
18984  is inserted in TeX-mode.
18985 \begin_inset ERT
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989
18990
18991 \backslash
18992 boldmath 
18993 \end_layout
18994
18995 \end_inset
18996
18997
18998 \begin_inset Formula 
18999 \[
19000 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19001 \]
19002
19003 \end_inset
19004
19005
19006 \begin_inset ERT
19007 status collapsed
19008
19009 \begin_layout Plain Layout
19010
19011
19012 \backslash
19013 unboldmath 
19014 \end_layout
19015
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \begin_layout Subsection
19022 Colored Formulas
19023 \begin_inset Index idx
19024 status collapsed
19025
19026 \begin_layout Plain Layout
19027 Formula ! colored
19028 \end_layout
19029
19030 \end_inset
19031
19032
19033 \end_layout
19034
19035 \begin_layout Standard
19036 Formulas can be colored like normal text: Highlight a formula or a formula
19037  part and use the 
19038 \family sans
19039 Text Style
19040 \family default
19041  dialog.
19042  Here is a formula in magenta:
19043 \begin_inset Formula 
19044 \[
19045 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19046 \]
19047
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \begin_layout Standard
19054 You can also define your own colors as described in 
19055 \begin_inset CommandInset ref
19056 LatexCommand ref
19057 reference "sub:Colored-Boxes"
19058
19059 \end_inset
19060
19061 .
19062  They can be used with the TeX code command 
19063 \series bold
19064
19065 \backslash
19066 textcolor
19067 \series default
19068
19069 \begin_inset Index idx
19070 status collapsed
19071
19072 \begin_layout Plain Layout
19073 Commands ! T ! 
19074 \backslash
19075 textcolor
19076 \end_layout
19077
19078 \end_inset
19079
19080  in the scheme
19081 \end_layout
19082
19083 \begin_layout Standard
19084
19085 \series bold
19086
19087 \backslash
19088 textcolor{color}{characters or formula}
19089 \end_layout
19090
19091 \begin_layout Standard
19092 The following example was colored completely dark green and partly red:
19093 \end_layout
19094
19095 \begin_layout Standard
19096 \begin_inset ERT
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101
19102 \backslash
19103 textcolor{darkgreen}{
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \begin_inset Formula 
19110 \[
19111 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19112 \]
19113
19114 \end_inset
19115
19116
19117 \begin_inset ERT
19118 status collapsed
19119
19120 \begin_layout Plain Layout
19121
19122 }
19123 \end_layout
19124
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Standard
19131 Due to a bug in LyX only complete formulas can be colored with self-defined
19132  colors.
19133 \begin_inset Foot
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137 \begin_inset CommandInset href
19138 LatexCommand href
19139 name "LyX-bug #5269"
19140 target "http://www.lyx.org/trac/ticket/5269"
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \begin_layout Subsection
19153 Font Sizes
19154 \begin_inset CommandInset label
19155 LatexCommand label
19156 name "sub:Font-Sizes"
19157
19158 \end_inset
19159
19160
19161 \begin_inset Index idx
19162 status collapsed
19163
19164 \begin_layout Plain Layout
19165 Font ! size
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \end_layout
19172
19173 \begin_layout Standard
19174 For characters in formulas there are, analog to characters in text, the
19175  following size commands:
19176 \end_layout
19177
19178 \begin_layout Standard
19179
19180 \series bold
19181
19182 \backslash
19183 Huge
19184 \series default
19185
19186 \series bold
19187
19188 \backslash
19189 huge
19190 \series default
19191
19192 \series bold
19193
19194 \backslash
19195 LARGE
19196 \series default
19197
19198 \series bold
19199
19200 \backslash
19201 Large
19202 \series default
19203
19204 \series bold
19205
19206 \backslash
19207 large
19208 \series default
19209
19210 \series bold
19211
19212 \backslash
19213 normalsize
19214 \series default
19215
19216 \series bold
19217
19218 \backslash
19219 small
19220 \series default
19221 ,
19222 \begin_inset Newline newline
19223 \end_inset
19224
19225
19226 \series bold
19227
19228 \backslash
19229 footnotesize
19230 \series default
19231
19232 \series bold
19233
19234 \backslash
19235 scriptsize
19236 \series default
19237  and 
19238 \series bold
19239
19240 \backslash
19241 tiny
19242 \end_layout
19243
19244 \begin_layout Standard
19245 The size produced by the commands depends on the document font size, which
19246  corresponds to the command 
19247 \series bold
19248
19249 \backslash
19250 normalsize
19251 \series default
19252 .
19253  The other commands produce smaller or larger sizes than 
19254 \series bold
19255
19256 \backslash
19257 normalsize
19258 \series default
19259 .
19260  The font size can however not exceed a certain value.
19261  Is for example the document font size 12
19262 \begin_inset space \thinspace{}
19263 \end_inset
19264
19265 pt, the command 
19266 \series bold
19267
19268 \backslash
19269 Huge
19270 \series default
19271  switches to the same size as 
19272 \series bold
19273
19274 \backslash
19275 huge
19276 \series default
19277 .
19278  
19279 \end_layout
19280
19281 \begin_layout Standard
19282 A size command is inserted in TeX-mode before the formula and sets the size
19283  for all following formula and text characters.
19284  To switch back to the initial size, the command 
19285 \series bold
19286
19287 \backslash
19288 normalsize
19289 \series default
19290  is inserted behind the formula in TeX-mode.
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Within a formula the size can be changed using the following size commands:
19295 \end_layout
19296
19297 \begin_layout Standard
19298 \noindent
19299 \align center
19300 \begin_inset Tabular
19301 <lyxtabular version="3" rows="5" columns="2">
19302 <features tabularvalignment="middle">
19303 <column alignment="center" valignment="top" width="0">
19304 <column alignment="center" valignment="top" width="0">
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310 Command
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 Result
19320 \begin_inset Note Note
19321 status collapsed
19322
19323 \begin_layout Plain Layout
19324
19325 \series bold
19326
19327 \backslash
19328 raisebox
19329 \series default
19330  is only used as spacer.
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 </row>
19341 <row>
19342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19343 \begin_inset Text
19344
19345 \begin_layout Plain Layout
19346
19347 \backslash
19348 displaystyle
19349 \begin_inset Index idx
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353 Commands ! D ! 
19354 \backslash
19355 displaystyle
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 textstyle
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 scriptstyle
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 scriptscriptstyle
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 </lyxtabular>
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Standard
19461 After entering these commands, a blue box appears in which the formula parts
19462  are inserted.
19463 \end_layout
19464
19465 \begin_layout Standard
19466 There is a further method to change the font size, that though only works
19467  for symbols or letters in mathematical text.
19468  To use it, one of the above text size commands is inserted in mathematical
19469  text.
19470  All following characters until the end of the mathematical text or until
19471  another size command will have the selected size.
19472  Two examples:
19473 \begin_inset VSpace -2mm
19474 \end_inset
19475
19476
19477 \end_layout
19478
19479 \begin_layout Standard
19480 \begin_inset ERT
19481 status collapsed
19482
19483 \begin_layout Plain Layout
19484
19485
19486 \backslash
19487 huge 
19488 \end_layout
19489
19490 \end_inset
19491
19492
19493 \begin_inset Formula 
19494 \[
19495 A=\frac{B}{c}\cdot\maltese
19496 \]
19497
19498 \end_inset
19499
19500
19501 \begin_inset Formula 
19502 \[
19503 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19504 \]
19505
19506 \end_inset
19507
19508
19509 \begin_inset ERT
19510 status collapsed
19511
19512 \begin_layout Plain Layout
19513
19514
19515 \backslash
19516 normalsize 
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \begin_layout Standard
19525 \begin_inset VSpace medskip
19526 \end_inset
19527
19528 Before both formulas the command 
19529 \series bold
19530
19531 \backslash
19532 huge
19533 \series default
19534  was inserted.
19535  The command for the second formula is:
19536 \begin_inset Newline newline
19537 \end_inset
19538
19539
19540 \series bold
19541
19542 \backslash
19543 maltese
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 spce 
19552 \end_layout
19553
19554 \end_inset
19555
19556 A Alt+M M 
19557 \backslash
19558 Large
19559 \begin_inset ERT
19560 status collapsed
19561
19562 \begin_layout Plain Layout
19563
19564
19565 \backslash
19566 spce 
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \backslash
19573 maltese
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 spce 
19582 \end_layout
19583
19584 \end_inset
19585
19586
19587 \backslash
19588 textit
19589 \begin_inset ERT
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593
19594
19595 \backslash
19596 spce 
19597 \end_layout
19598
19599 \end_inset
19600
19601 A
19602 \begin_inset Formula $\to$
19603 \end_inset
19604
19605
19606 \begin_inset Formula $\to$
19607 \end_inset
19608
19609
19610 \begin_inset Newline newline
19611 \end_inset
19612
19613
19614 \begin_inset space \hspace*{}
19615 \length 1cm
19616 \end_inset
19617
19618 Alt+M
19619 \series default
19620  
19621 \series bold
19622
19623 \backslash
19624 tiny
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629
19630
19631 \backslash
19632 spce 
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \backslash
19639 maltese
19640 \begin_inset ERT
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644
19645
19646 \backslash
19647 spce 
19648 \end_layout
19649
19650 \end_inset
19651
19652
19653 \backslash
19654 textit
19655 \begin_inset ERT
19656 status collapsed
19657
19658 \begin_layout Plain Layout
19659
19660
19661 \backslash
19662 spce 
19663 \end_layout
19664
19665 \end_inset
19666
19667 A
19668 \end_layout
19669
19670 \begin_layout Standard
19671 If a symbol cannot be displayed in different sizes, it will always be displayed
19672  in the default size.
19673 \end_layout
19674
19675 \begin_layout Section
19676 Greek Letters
19677 \begin_inset Index idx
19678 status collapsed
19679
19680 \begin_layout Plain Layout
19681 Greek letters
19682 \end_layout
19683
19684 \end_inset
19685
19686
19687 \end_layout
19688
19689 \begin_layout Standard
19690 Greek letters can also be inserted via the toolbar button 
19691 \begin_inset Graphics
19692         filename ../images/math/alpha.png
19693         scale 85
19694
19695 \end_inset
19696
19697 .
19698  All international typesetting norms purport that Greek letters in math
19699  have to be typeset italic/slanted.
19700  In some languages, like French or Russian, they are nevertheless sometimes
19701  typeset upright.
19702 \end_layout
19703
19704 \begin_layout Subsection
19705 Small Letters
19706 \begin_inset Index idx
19707 status collapsed
19708
19709 \begin_layout Plain Layout
19710 Greek letters ! small
19711 \end_layout
19712
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \begin_layout Standard
19719 \begin_inset space \hfill{}
19720 \end_inset
19721
19722
19723 \begin_inset Tabular
19724 <lyxtabular version="3" rows="11" columns="2">
19725 <features tabularvalignment="middle">
19726 <column alignment="center" valignment="top" width="0pt">
19727 <column alignment="center" valignment="top" width="0pt">
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733 Command
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 Result
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 <row>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \backslash
19755 alpha
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\alpha$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 <row>
19774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19775 \begin_inset Text
19776
19777 \begin_layout Plain Layout
19778
19779 \backslash
19780 beta
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Formula $\beta$
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 </row>
19798 <row>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803
19804 \backslash
19805 gamma
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 \begin_inset Formula $\gamma$
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 </row>
19823 <row>
19824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828
19829 \backslash
19830 delta
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839 \begin_inset Formula $\delta$
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 </row>
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853
19854 \backslash
19855 epsilon
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864 \begin_inset Formula $\epsilon$
19865 \end_inset
19866
19867
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 </row>
19873 <row>
19874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19875 \begin_inset Text
19876
19877 \begin_layout Plain Layout
19878
19879 \backslash
19880 varepsilon
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 \begin_inset Formula $\varepsilon$
19890 \end_inset
19891
19892
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 </row>
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903
19904 \backslash
19905 zeta
19906 \end_layout
19907
19908 \end_inset
19909 </cell>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914 \begin_inset Formula $\zeta$
19915 \end_inset
19916
19917
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 </row>
19923 <row>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928
19929 \backslash
19930 eta
19931 \end_layout
19932
19933 \end_inset
19934 </cell>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939 \begin_inset Formula $\eta$
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 </row>
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953
19954 \backslash
19955 theta
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 \begin_inset Formula $\theta$
19965 \end_inset
19966
19967
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 </row>
19973 <row>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978
19979 \backslash
19980 vartheta
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989 \begin_inset Formula $\vartheta$
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 </lyxtabular>
19999
20000 \end_inset
20001
20002
20003 \begin_inset space \hfill{}
20004 \end_inset
20005
20006
20007 \begin_inset Tabular
20008 <lyxtabular version="3" rows="12" columns="2">
20009 <features tabularvalignment="middle">
20010 <column alignment="center" valignment="top" width="0pt">
20011 <column alignment="center" valignment="top" width="0pt">
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 Command
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 Result
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 iota
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 \begin_inset Formula $\iota$
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 kappa
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\kappa$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 varkappa
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\varkappa$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 lambda
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 $\lambda$
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 mu
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 $\mu$
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 nu
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 $\nu$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 xi
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\xi$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212 o
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221 \begin_inset Formula $o$
20222 \end_inset
20223
20224
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 </row>
20230 <row>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235
20236 \backslash
20237 pi
20238 \end_layout
20239
20240 \end_inset
20241 </cell>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246 \begin_inset Formula $\pi$
20247 \end_inset
20248
20249
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 </row>
20255 <row>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260
20261 \backslash
20262 varpi
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271 \begin_inset Formula $\varpi$
20272 \end_inset
20273
20274
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 </row>
20280 <row>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285
20286 \backslash
20287 rho
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296 \begin_inset Formula $\rho$
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 </row>
20305 </lyxtabular>
20306
20307 \end_inset
20308
20309
20310 \begin_inset space \hfill{}
20311 \end_inset
20312
20313
20314 \begin_inset Tabular
20315 <lyxtabular version="3" rows="11" columns="2">
20316 <features tabularvalignment="middle">
20317 <column alignment="center" valignment="top" width="0pt">
20318 <column alignment="center" valignment="top" width="0pt">
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324 Command
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 Result
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 varrho
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\varrho$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row>
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369
20370 \backslash
20371 sigma
20372 \end_layout
20373
20374 \end_inset
20375 </cell>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380 \begin_inset Formula $\sigma$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394
20395 \backslash
20396 varsigma
20397 \end_layout
20398
20399 \end_inset
20400 </cell>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405 \begin_inset Formula $\varsigma$
20406 \end_inset
20407
20408
20409 \end_layout
20410
20411 \end_inset
20412 </cell>
20413 </row>
20414 <row>
20415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20416 \begin_inset Text
20417
20418 \begin_layout Plain Layout
20419
20420 \backslash
20421 tau
20422 \end_layout
20423
20424 \end_inset
20425 </cell>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430 \begin_inset Formula $\tau$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444
20445 \backslash
20446 upsilon
20447 \end_layout
20448
20449 \end_inset
20450 </cell>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455 \begin_inset Formula $\upsilon$
20456 \end_inset
20457
20458
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 </row>
20464 <row>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469
20470 \backslash
20471 phi
20472 \end_layout
20473
20474 \end_inset
20475 </cell>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480 \begin_inset Formula $\phi$
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 </row>
20489 <row>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494
20495 \backslash
20496 varphi
20497 \end_layout
20498
20499 \end_inset
20500 </cell>
20501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505 \begin_inset Formula $\varphi$
20506 \end_inset
20507
20508
20509 \end_layout
20510
20511 \end_inset
20512 </cell>
20513 </row>
20514 <row>
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519
20520 \backslash
20521 chi
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 \begin_inset Formula $\chi$
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \backslash
20546 psi
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 \begin_inset Formula $\psi$
20556 \end_inset
20557
20558
20559 \end_layout
20560
20561 \end_inset
20562 </cell>
20563 </row>
20564 <row>
20565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569
20570 \backslash
20571 omega
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20577 \begin_inset Text
20578
20579 \begin_layout Plain Layout
20580 \begin_inset Formula $\omega$
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 </row>
20589 </lyxtabular>
20590
20591 \end_inset
20592
20593
20594 \begin_inset space \hfill{}
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \begin_layout Standard
20601 \begin_inset VSpace medskip
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Standard
20608 How to create special upright Greek letters is explained in 
20609 \begin_inset CommandInset ref
20610 LatexCommand ref
20611 reference "sub:Upright-small-Greek"
20612
20613 \end_inset
20614
20615 .
20616 \end_layout
20617
20618 \begin_layout Subsection
20619 Big Letters
20620 \begin_inset Index idx
20621 status collapsed
20622
20623 \begin_layout Plain Layout
20624 Greek letters ! big
20625 \end_layout
20626
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \begin_layout Standard
20633 \begin_inset space \hfill{}
20634 \end_inset
20635
20636
20637 \begin_inset Tabular
20638 <lyxtabular version="3" rows="7" columns="2">
20639 <features tabularvalignment="middle">
20640 <column alignment="center" valignment="top" width="0pt">
20641 <column alignment="center" valignment="top" width="0pt">
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 Command
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 Result
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667
20668 \backslash
20669 Gamma
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Formula $\Gamma$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692
20693 \backslash
20694 Delta
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\Delta$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \backslash
20719 Theta
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\Theta$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742
20743 \backslash
20744 Lambda
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 \begin_inset Formula $\Lambda$
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 <row>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \backslash
20769 Xi
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778 \begin_inset Formula $\Xi$
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \backslash
20794 Pi
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $\Pi$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 </lyxtabular>
20813
20814 \end_inset
20815
20816
20817 \begin_inset space \hfill{}
20818 \end_inset
20819
20820
20821 \begin_inset Tabular
20822 <lyxtabular version="3" rows="6" columns="2">
20823 <features tabularvalignment="middle">
20824 <column alignment="center" valignment="top" width="0pt">
20825 <column alignment="center" valignment="top" width="0pt">
20826 <row>
20827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 Command
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 Result
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Sigma
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Sigma$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 Upsilon
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\Upsilon$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 Phi
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\Phi$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926
20927 \backslash
20928 Psi
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20934 \begin_inset Text
20935
20936 \begin_layout Plain Layout
20937 \begin_inset Formula $\Psi$
20938 \end_inset
20939
20940
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 </row>
20946 <row>
20947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951
20952 \backslash
20953 Omega
20954 \end_layout
20955
20956 \end_inset
20957 </cell>
20958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20959 \begin_inset Text
20960
20961 \begin_layout Plain Layout
20962 \begin_inset Formula $\Omega$
20963 \end_inset
20964
20965
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 </lyxtabular>
20972
20973 \end_inset
20974
20975
20976 \begin_inset space \hfill{}
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \begin_layout Standard
20983 \begin_inset VSpace medskip
20984 \end_inset
20985
20986 That the big Greek letters appear upright is caused by a design bug when
20987  TeX was developed.
20988  To get correct italic big letters, begin every command with 
20989 \series bold
20990 var
20991 \series default
20992 .
20993  For example the command 
20994 \series bold
20995
20996 \backslash
20997 varGamma
20998 \series default
20999  produces 
21000 \begin_inset Formula $\varGamma$
21001 \end_inset
21002
21003 .
21004  Another way is to load the package 
21005 \series bold
21006 fixmath
21007 \series default
21008
21009 \begin_inset Foot
21010 status collapsed
21011
21012 \begin_layout Plain Layout
21013
21014 \series bold
21015 fixmath
21016 \series default
21017  is part of the LaTeX-package 
21018 \series bold
21019 was
21020 \series default
21021
21022 \begin_inset Index idx
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026 Packages ! was
21027 \begin_inset ERT
21028 status collapsed
21029
21030 \begin_layout Plain Layout
21031
21032
21033 \backslash
21034 vspace{4mm}
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043
21044 .
21045 \end_layout
21046
21047 \end_inset
21048
21049
21050 \begin_inset Index idx
21051 status collapsed
21052
21053 \begin_layout Plain Layout
21054 Packages ! fixmath
21055 \end_layout
21056
21057 \end_inset
21058
21059  with the LaTeX-preamble line
21060 \end_layout
21061
21062 \begin_layout Standard
21063
21064 \series bold
21065
21066 \backslash
21067 usepackage{fixmath}
21068 \end_layout
21069
21070 \begin_layout Standard
21071 Then all big Greek letters in a document will automatically be typeset italic.
21072 \end_layout
21073
21074 \begin_layout Subsection
21075 Bold Letters
21076 \begin_inset Index idx
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080 Greek letters ! bold
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \begin_layout Standard
21089 Greek letters cannot be set with different font styles like Latin letters.
21090  They can only be made bold with the command 
21091 \series bold
21092
21093 \backslash
21094 boldsymbol
21095 \series default
21096
21097 \begin_inset Index idx
21098 status collapsed
21099
21100 \begin_layout Plain Layout
21101 Commands ! B ! 
21102 \backslash
21103 boldsymbol
21104 \end_layout
21105
21106 \end_inset
21107
21108 .
21109 \end_layout
21110
21111 \begin_layout Standard
21112 \align center
21113 \begin_inset Tabular
21114 <lyxtabular version="3" rows="3" columns="2">
21115 <features tabularvalignment="middle">
21116 <column alignment="center" valignment="top" width="0">
21117 <column alignment="center" valignment="top" width="0">
21118 <row>
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 Command
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 Result
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 Upsilon
21146 \backslash
21147 boldsymbol
21148 \backslash
21149 Upsilon
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 </row>
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
21173 \backslash
21174 theta
21175 \backslash
21176 boldsymbol
21177 \backslash
21178 theta
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\theta\boldsymbol{\theta}$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 </lyxtabular>
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Section
21204 Symbols
21205 \begin_inset ERT
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209
21210
21211 \backslash
21212 texorpdfstring{
21213 \end_layout
21214
21215 \end_inset
21216
21217
21218 \begin_inset Foot
21219 status collapsed
21220
21221 \begin_layout Plain Layout
21222 A list with all symbols of most of the LaTeX-packages can be found in 
21223 \begin_inset CommandInset citation
21224 LatexCommand cite
21225 key "Symbols"
21226
21227 \end_inset
21228
21229 .
21230 \end_layout
21231
21232 \end_inset
21233
21234
21235 \begin_inset ERT
21236 status collapsed
21237
21238 \begin_layout Plain Layout
21239
21240 }{}
21241 \end_layout
21242
21243 \end_inset
21244
21245
21246 \begin_inset Note Note
21247 status collapsed
21248
21249 \begin_layout Plain Layout
21250
21251 \backslash
21252 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21253 \end_layout
21254
21255 \begin_layout Plain Layout
21256 More about 
21257 \backslash
21258 texorpdfstring is in section 
21259 \begin_inset CommandInset ref
21260 LatexCommand ref
21261 reference "sub:Formulas-in-Section"
21262
21263 \end_inset
21264
21265 .
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \begin_inset Index idx
21272 status collapsed
21273
21274 \begin_layout Plain Layout
21275 Symbols
21276 \end_layout
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 Many of the symbols listed in this section can also be inserted via the
21285  toolbar buttons 
21286 \begin_inset Graphics
21287         filename ../images/math/nabla.png
21288         scale 85
21289
21290 \end_inset
21291
21292  and 
21293 \begin_inset Graphics
21294         filename ../images/math/digamma.png
21295         scale 85
21296
21297 \end_inset
21298
21299 .
21300 \end_layout
21301
21302 \begin_layout Subsection
21303 Mathematical Symbols
21304 \begin_inset CommandInset label
21305 LatexCommand label
21306 name "sub:Mathematical-Symbols"
21307
21308 \end_inset
21309
21310
21311 \begin_inset Index idx
21312 status collapsed
21313
21314 \begin_layout Plain Layout
21315 Symbols ! mathematical
21316 \end_layout
21317
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \begin_layout Standard
21324 \begin_inset space \hfill{}
21325 \end_inset
21326
21327
21328 \begin_inset Tabular
21329 <lyxtabular version="3" rows="10" columns="2">
21330 <features tabularvalignment="middle">
21331 <column alignment="center" valignment="top" width="0pt">
21332 <column alignment="center" valignment="top" width="0pt">
21333 <row>
21334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 Command
21339 \end_layout
21340
21341 \end_inset
21342 </cell>
21343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347 Result
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 neg
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\neg$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 Im
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\Im$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \backslash
21410 Re
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\Re$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 aleph
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\aleph$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 partial
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\partial$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 infty
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\infty$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 wp
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\wp$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 imath
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\imath$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 <row>
21554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558
21559 \backslash
21560 jmath
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 \begin_inset Formula $\jmath$
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 </row>
21578 </lyxtabular>
21579
21580 \end_inset
21581
21582
21583 \begin_inset space \hfill{}
21584 \end_inset
21585
21586
21587 \begin_inset Tabular
21588 <lyxtabular version="3" rows="10" columns="2">
21589 <features tabularvalignment="middle">
21590 <column alignment="center" valignment="top" width="0pt">
21591 <column alignment="center" valignment="top" width="0pt">
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 Command
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 Result
21607 \begin_inset Note Note
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611
21612 \series bold
21613
21614 \backslash
21615 raisebox
21616 \series default
21617  is only used as spacer.
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 forall
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\forall$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 exists
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\exists$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \backslash
21685 nexists
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\nexists$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \backslash
21710 emptyset
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\emptyset$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 varnothing
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Formula $\varnothing$
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 </row>
21753 <row>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758
21759 \backslash
21760 dag
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Formula $\dag$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 </row>
21778 <row>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783
21784 \backslash
21785 ddag
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 \begin_inset Formula $\ddag$
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 <row>
21804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \backslash
21810 complement
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 \begin_inset ERT
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823
21824
21825 \backslash
21826 raisebox{-0.8mm}{
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \begin_inset Formula $\complement$
21833 \end_inset
21834
21835
21836 \begin_inset ERT
21837 status collapsed
21838
21839 \begin_layout Plain Layout
21840
21841 }
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 Bbbk
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\Bbbk$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 </lyxtabular>
21878
21879 \end_inset
21880
21881
21882 \begin_inset space \hfill{}
21883 \end_inset
21884
21885
21886 \begin_inset Tabular
21887 <lyxtabular version="3" rows="10" columns="2">
21888 <features tabularvalignment="middle">
21889 <column alignment="center" valignment="top" width="0pt">
21890 <column alignment="center" valignment="top" width="0pt">
21891 <row>
21892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 Command
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 Result
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 prime
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\prime$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 backprime
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\backprime$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 mho
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\mho$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 triangle
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $\triangle$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \backslash
22018 angle
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 \begin_inset Formula $\angle$
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 <row>
22037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \backslash
22043 measuredangle
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 \begin_inset Formula $\measuredangle$
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 <row>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \backslash
22068 sphericalangle
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 \begin_inset Formula $\sphericalangle$
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 </row>
22086 <row>
22087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091
22092 \backslash
22093 top
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 \begin_inset Formula $\top$
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 </row>
22111 <row>
22112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116
22117 \backslash
22118 bot
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22124 \begin_inset Text
22125
22126 \begin_layout Plain Layout
22127 \begin_inset Formula $\bot$
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 </row>
22136 </lyxtabular>
22137
22138 \end_inset
22139
22140
22141 \begin_inset space \hfill{}
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \begin_layout Subsection
22148 Miscellaneous Symbols
22149 \begin_inset CommandInset label
22150 LatexCommand label
22151 name "sub:Miscellaneous-Symbols"
22152
22153 \end_inset
22154
22155
22156 \begin_inset Index idx
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160 Symbols ! miscellaneous
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \begin_layout Standard
22169 \noindent
22170 \align center
22171 \begin_inset Tabular
22172 <lyxtabular version="3" rows="10" columns="2">
22173 <features tabularvalignment="middle">
22174 <column alignment="center" valignment="top" width="0pt">
22175 <column alignment="center" valignment="top" width="0pt">
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181 Command
22182 \end_layout
22183
22184 \end_inset
22185 </cell>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 Result
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 flat
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\flat$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 natural
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\natural$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \backslash
22253 sharp
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\sharp$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 surd
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\surd$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 checkmark
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\checkmark$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 yen
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\yen$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 pounds
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\pounds$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 <row>
22372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 $
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 \begin_inset Formula $\$$
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 </row>
22394 <row>
22395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 §
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408 \begin_inset Formula $§$
22409 \end_inset
22410
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 </row>
22417 </lyxtabular>
22418
22419 \end_inset
22420
22421
22422 \begin_inset Tabular
22423 <lyxtabular version="3" rows="10" columns="2">
22424 <features tabularvalignment="middle">
22425 <column alignment="center" valignment="top" width="0">
22426 <column alignment="center" valignment="top" width="0">
22427 <row>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432 Command
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 Result
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 </row>
22447 <row>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \backslash
22454 hbar
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463 \begin_inset Formula $\hbar$
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 hslash
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $\hslash$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 </row>
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502
22503 \backslash
22504 clubsuit
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513 \begin_inset Formula $\clubsuit$
22514 \end_inset
22515
22516
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 <row>
22523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22524 \begin_inset Text
22525
22526 \begin_layout Plain Layout
22527
22528 \backslash
22529 spadesuit
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Formula $\spadesuit$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 </row>
22547 <row>
22548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552
22553 \backslash
22554 bigstar
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563 \begin_inset Formula $\bigstar$
22564 \end_inset
22565
22566
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 </row>
22572 <row>
22573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \backslash
22579 blacklozenge
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 \begin_inset Formula $\blacklozenge$
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 </row>
22597 <row>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602
22603 \backslash
22604 blacktriangle
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 \begin_inset Formula $\blacktriangle$
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 </row>
22622 <row>
22623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \backslash
22629 blacktiangledown
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\blacktriangledown$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652
22653 \backslash
22654 bullet
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663 \begin_inset Formula $\bullet$
22664 \end_inset
22665
22666
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 </lyxtabular>
22673
22674 \end_inset
22675
22676
22677 \begin_inset Tabular
22678 <lyxtabular version="3" rows="10" columns="2">
22679 <features tabularvalignment="middle">
22680 <column alignment="center" valignment="top" width="0pt">
22681 <column alignment="center" valignment="top" width="0pt">
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687 Command
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 Result
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 diamondsuit
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\diamondsuit$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 Diamond
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\Diamond$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \backslash
22759 heartsuit
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $\heartsuit$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 P
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\P$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 copyright
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\copyright$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 circledR
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\circledR$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 maltese
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\maltese$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 diagup
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Formula $\diagup$
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \backslash
22909 diagdown
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $\diagdown$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 </lyxtabular>
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Standard
22935 \begin_inset VSpace medskip
22936 \end_inset
22937
22938 More symbols are listed in 
22939 \begin_inset CommandInset ref
22940 LatexCommand ref
22941 reference "sub:Miscellaneous-special-Characters"
22942
22943 \end_inset
22944
22945 .
22946 \end_layout
22947
22948 \begin_layout Standard
22949 Some symbols can be displayed in different sizes, see 
22950 \begin_inset CommandInset ref
22951 LatexCommand ref
22952 reference "sub:Font-Sizes"
22953
22954 \end_inset
22955
22956 .
22957 \end_layout
22958
22959 \begin_layout Subsection
22960 The Euro-Symbol €
22961 \begin_inset Index idx
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965 Symbols ! Euro-symbol
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \begin_inset Index idx
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 @
22978 \begin_inset ERT
22979 status collapsed
22980
22981 \begin_layout Plain Layout
22982
22983
22984 \backslash
22985 officialeuro
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \begin_layout Standard
22999 To use the Euro symbol in formulas, the LaTeX-package 
23000 \series bold
23001 eurosym
23002 \series default
23003
23004 \begin_inset Index idx
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008 Packages ! eurosym
23009 \end_layout
23010
23011 \end_inset
23012
23013  must be installed and loaded with the LaTeX-preamble line
23014 \end_layout
23015
23016 \begin_layout Standard
23017
23018 \series bold
23019
23020 \backslash
23021 usepackage[gennarrow]{eurosym}
23022 \end_layout
23023
23024 \begin_layout Standard
23025 The Euro symbol can now be inserted with the command 
23026 \series bold
23027
23028 \backslash
23029 euro
23030 \series default
23031
23032 \begin_inset Index idx
23033 status collapsed
23034
23035 \begin_layout Plain Layout
23036 Commands ! E ! 
23037 \backslash
23038 euro
23039 \end_layout
23040
23041 \end_inset
23042
23043 .
23044 \end_layout
23045
23046 \begin_layout Standard
23047 The Euro symbol can directly be inserted with the € key in mathematical
23048  text, without having 
23049 \series bold
23050 eurosym
23051 \series default
23052  installed.
23053  When 
23054 \series bold
23055 eurosym
23056 \series default
23057  is installed, 
23058 \series bold
23059
23060 \backslash
23061 euro
23062 \series default
23063  can also be inserted in TeX-mode.
23064  The official currency symbol can then be inserted with the command 
23065 \series bold
23066
23067 \backslash
23068 officialeuro
23069 \series default
23070
23071 \begin_inset Index idx
23072 status collapsed
23073
23074 \begin_layout Plain Layout
23075 Commands ! O ! 
23076 \backslash
23077 officialeuro
23078 \end_layout
23079
23080 \end_inset
23081
23082 , that is only available in TeX-mode.
23083 \end_layout
23084
23085 \begin_layout Standard
23086 \begin_inset ERT
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090
23091
23092 \backslash
23093 ifeurosym 
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \begin_inset Note Note
23100 status open
23101
23102 \begin_layout Plain Layout
23103 The following table will only be displayed when the LaTeX-package 
23104 \series bold
23105 eurosym
23106 \series default
23107  is installed.
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \begin_layout Standard
23116 An overview about the different Euro symbols:
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \align center
23121 \begin_inset Tabular
23122 <lyxtabular version="3" rows="4" columns="3">
23123 <features tabularvalignment="middle">
23124 <column alignment="center" valignment="top" width="0pt">
23125 <column alignment="center" valignment="top" width="0pt">
23126 <column alignment="center" valignment="top" width="0pt">
23127 <row>
23128 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 Command 
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 Result
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 formula
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 euro
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset Formula $\euro$
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 </row>
23190 <row>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195 mathematical text
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213 \begin_inset Formula $\mbox{€}$
23214 \end_inset
23215
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 </row>
23222 <row>
23223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 TeX-mode
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236
23237 \backslash
23238 officialeuro
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 \begin_inset ERT
23248 status collapsed
23249
23250 \begin_layout Plain Layout
23251
23252
23253 \backslash
23254 officialeuro
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \end_inset
23263 </cell>
23264 </row>
23265 </lyxtabular>
23266
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 \begin_inset ERT
23274 status collapsed
23275
23276 \begin_layout Plain Layout
23277
23278
23279 \backslash
23280 else 
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \begin_inset Note Note
23287 status open
23288
23289 \begin_layout Plain Layout
23290 The following will be displayed when the LaTeX-package 
23291 \series bold
23292 eurosym
23293 \series default
23294  is not installed:
23295 \end_layout
23296
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \begin_layout Standard
23303 You need to install the LaTeX-package 
23304 \series bold
23305 eurosym
23306 \series default
23307  to see the rest of this subsection in the output.
23308 \end_layout
23309
23310 \begin_layout Standard
23311 \begin_inset ERT
23312 status collapsed
23313
23314 \begin_layout Plain Layout
23315
23316
23317 \backslash
23318 fi 
23319 \end_layout
23320
23321 \end_inset
23322
23323
23324 \end_layout
23325
23326 \begin_layout Section
23327 Relations
23328 \begin_inset CommandInset label
23329 LatexCommand label
23330 name "sec:Relations"
23331
23332 \end_inset
23333
23334
23335 \begin_inset Index idx
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339 Relations
23340 \end_layout
23341
23342 \end_inset
23343
23344
23345 \begin_inset Index idx
23346 status collapsed
23347
23348 \begin_layout Plain Layout
23349 Comparisons|see
23350 \begin_inset ERT
23351 status collapsed
23352
23353 \begin_layout Plain Layout
23354
23355 {
23356 \end_layout
23357
23358 \end_inset
23359
23360 Relations
23361 \begin_inset ERT
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365
23366 }
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Standard
23380 All relations can also be inserted via the toolbar button 
23381 \begin_inset Graphics
23382         filename ../images/math/leq.png
23383         scale 85
23384
23385 \end_inset
23386
23387 .
23388 \end_layout
23389
23390 \begin_layout Standard
23391 \begin_inset space \hfill{}
23392 \end_inset
23393
23394
23395 \begin_inset Tabular
23396 <lyxtabular version="3" rows="17" columns="2">
23397 <features tabularvalignment="middle">
23398 <column alignment="center" valignment="top" width="0pt">
23399 <column alignment="center" valignment="top" width="0pt">
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 Command
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 Result
23415 \end_layout
23416
23417 \end_inset
23418 </cell>
23419 </row>
23420 <row>
23421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 <
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434 \begin_inset Formula $<$
23435 \end_inset
23436
23437
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 </row>
23443 <row>
23444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23445 \begin_inset Text
23446
23447 \begin_layout Plain Layout
23448
23449 \backslash
23450 le
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Formula $\le$
23460 \end_inset
23461
23462
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 </row>
23468 <row>
23469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473
23474 \backslash
23475 ll
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484 \begin_inset Formula $\ll$
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 </row>
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498
23499 \backslash
23500 prec
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509 \begin_inset Formula $\prec$
23510 \end_inset
23511
23512
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 </row>
23518 <row>
23519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23520 \begin_inset Text
23521
23522 \begin_layout Plain Layout
23523
23524 \backslash
23525 preceq
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 \begin_inset Formula $\preceq$
23535 \end_inset
23536
23537
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 </row>
23543 <row>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548
23549 \backslash
23550 subset
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 \begin_inset Formula $\subset$
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 </row>
23568 <row>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 subseteq
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset Formula $\subseteq$
23585 \end_inset
23586
23587
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598
23599 \backslash
23600 sqsubseteq
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 \begin_inset Formula $\sqsubseteq$
23610 \end_inset
23611
23612
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 </row>
23618 <row>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623
23624 \backslash
23625 in
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $\in$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 vdash
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\vdash$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 smile
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\smile$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 lhd
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\lhd$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 unlhd
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\unlhd$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 gtrless
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\gtrless$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 mid
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\mid$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 nmid
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\nmid$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 </lyxtabular>
23819
23820 \end_inset
23821
23822
23823 \begin_inset space \hfill{}
23824 \end_inset
23825
23826
23827 \begin_inset Tabular
23828 <lyxtabular version="3" rows="17" columns="2">
23829 <features tabularvalignment="middle">
23830 <column alignment="center" valignment="top" width="0pt">
23831 <column alignment="center" valignment="top" width="0pt">
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837 Command
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 Result
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 </row>
23852 <row>
23853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 =
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866 \begin_inset Formula $=$
23867 \end_inset
23868
23869
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 not=
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891 \begin_inset Formula $\not=$
23892 \end_inset
23893
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 </row>
23900 <row>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905
23906 \backslash
23907 equiv
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916 \begin_inset Formula $\equiv$
23917 \end_inset
23918
23919
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 </row>
23925 <row>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \backslash
23932 sim
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\sim$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 <row>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 simeq
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966 \begin_inset Formula $\simeq$
23967 \end_inset
23968
23969
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 </row>
23975 <row>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 approx
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991 \begin_inset Formula $\approx$
23992 \end_inset
23993
23994
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 </row>
24000 <row>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 cong
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016 \begin_inset Formula $\cong$
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030
24031 \backslash
24032 bowtie
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 \begin_inset Formula $\bowtie$
24042 \end_inset
24043
24044
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 </row>
24050 <row>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 notin
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $\notin$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 perp
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\perp$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 propto
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\propto$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 <row>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 asymp
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 \begin_inset Formula $\asymp$
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 doteq
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 \begin_inset Formula $\doteq$
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 </row>
24175 <row>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 circeq
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 \begin_inset Formula $\circeq$
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 </row>
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 models
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $\models$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 widehat=
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241 \begin_inset Formula $\widehat{=}$
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 </lyxtabular>
24251
24252 \end_inset
24253
24254
24255 \begin_inset space \hfill{}
24256 \end_inset
24257
24258
24259 \begin_inset Tabular
24260 <lyxtabular version="3" rows="17" columns="2">
24261 <features tabularvalignment="middle">
24262 <column alignment="center" valignment="top" width="0pt">
24263 <column alignment="center" valignment="top" width="0pt">
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269 Command
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278 Result
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 </row>
24284 <row>
24285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 >
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298 \begin_inset Formula $>$
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 </row>
24307 <row>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 ge
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323 \begin_inset Formula $\ge$
24324 \end_inset
24325
24326
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 </row>
24332 <row>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337
24338 \backslash
24339 gg
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 \begin_inset Formula $\gg$
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 </row>
24357 <row>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362
24363 \backslash
24364 succ
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373 \begin_inset Formula $\succ$
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 </row>
24382 <row>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387
24388 \backslash
24389 succeq
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398 \begin_inset Formula $\succeq$
24399 \end_inset
24400
24401
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 supset
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423 \begin_inset Formula $\supset$
24424 \end_inset
24425
24426
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 </row>
24432 <row>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 supseteq
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448 \begin_inset Formula $\supseteq$
24449 \end_inset
24450
24451
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462
24463 \backslash
24464 sqsupseteq
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $\sqsupseteq$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 <row>
24483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487
24488 \backslash
24489 ni
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498 \begin_inset Formula $\ni$
24499 \end_inset
24500
24501
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 </row>
24507 <row>
24508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512
24513 \backslash
24514 dashv
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 \begin_inset Formula $\dashv$
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 </row>
24532 <row>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 frown
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548 \begin_inset Formula $\frown$
24549 \end_inset
24550
24551
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 </row>
24557 <row>
24558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24559 \begin_inset Text
24560
24561 \begin_layout Plain Layout
24562
24563 \backslash
24564 rhd
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573 \begin_inset Formula $\rhd$
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 </row>
24582 <row>
24583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24584 \begin_inset Text
24585
24586 \begin_layout Plain Layout
24587
24588 \backslash
24589 unrhd
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598 \begin_inset Formula $\unrhd$
24599 \end_inset
24600
24601
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 </row>
24607 <row>
24608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24609 \begin_inset Text
24610
24611 \begin_layout Plain Layout
24612
24613 \backslash
24614 lessgtr
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623 \begin_inset Formula $\lessgtr$
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 parallel
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648 \begin_inset Formula $\parallel$
24649 \end_inset
24650
24651
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 </row>
24657 <row>
24658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662
24663 \backslash
24664 nparallel
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24670 \begin_inset Text
24671
24672 \begin_layout Plain Layout
24673 \begin_inset Formula $\nparallel$
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 </lyxtabular>
24683
24684 \end_inset
24685
24686
24687 \begin_inset space \hfill{}
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \begin_layout Standard
24694 \begin_inset VSpace medskip
24695 \end_inset
24696
24697 The characters 
24698 \series bold
24699
24700 \backslash
24701 lhd
24702 \series default
24703  and 
24704 \series bold
24705
24706 \backslash
24707 rhd
24708 \series default
24709  are bigger than the equal looking operators 
24710 \series bold
24711
24712 \backslash
24713 triangleleft
24714 \series default
24715  and 
24716 \series bold
24717
24718 \backslash
24719 triangleright
24720 \series default
24721 , respectively.
24722 \end_layout
24723
24724 \begin_layout Standard
24725 Relations are, in contrary to symbols, always surrounded by space.
24726 \end_layout
24727
24728 \begin_layout Standard
24729 Relations with labels can be created with the command 
24730 \series bold
24731
24732 \backslash
24733 stackrel
24734 \series default
24735
24736 \begin_inset Index idx
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740 Commands ! S ! 
24741 \backslash
24742 stackrel
24743 \end_layout
24744
24745 \end_inset
24746
24747 :
24748 \end_layout
24749
24750 \begin_layout Standard
24751 \align center
24752 \begin_inset Tabular
24753 <lyxtabular version="3" rows="2" columns="2">
24754 <features tabularvalignment="middle">
24755 <column alignment="center" valignment="top" width="0">
24756 <column alignment="center" valignment="top" width="0">
24757 <row>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 Command
24763 \end_layout
24764
24765 \end_inset
24766 </cell>
24767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24768 \begin_inset Text
24769
24770 \begin_layout Plain Layout
24771 Result
24772 \begin_inset Note Note
24773 status collapsed
24774
24775 \begin_layout Plain Layout
24776
24777 \series bold
24778
24779 \backslash
24780 raisebox
24781 \series default
24782  is only used as spacer.
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 </row>
24793 <row>
24794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798 A(r)
24799 \backslash
24800 stackrel
24801 \begin_inset ERT
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805
24806
24807 \backslash
24808 spce 
24809 \end_layout
24810
24811 \end_inset
24812
24813 r
24814 \backslash
24815 to
24816 \backslash
24817 infty
24818 \begin_inset ERT
24819 status collapsed
24820
24821 \begin_layout Plain Layout
24822
24823
24824 \backslash
24825 spce 
24826 \end_layout
24827
24828 \end_inset
24829
24830
24831 \begin_inset Formula $\downarrow$
24832 \end_inset
24833
24834
24835 \backslash
24836 approx
24837 \begin_inset ERT
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841
24842
24843 \backslash
24844 spce 
24845 \end_layout
24846
24847 \end_inset
24848
24849
24850 \begin_inset ERT
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854
24855
24856 \backslash
24857 spce 
24858 \end_layout
24859
24860 \end_inset
24861
24862 B
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 </lyxtabular>
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \begin_layout Section
24888 Functions
24889 \end_layout
24890
24891 \begin_layout Subsection
24892 Predefined Functions
24893 \begin_inset CommandInset label
24894 LatexCommand label
24895 name "sub:Predefined-Functions"
24896
24897 \end_inset
24898
24899
24900 \begin_inset Index idx
24901 status collapsed
24902
24903 \begin_layout Plain Layout
24904 Functions ! predefined
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \end_layout
24911
24912 \begin_layout Standard
24913 In general, variables are set 
24914 \emph on
24915 italic
24916 \emph default
24917  in mathematical expressions, but not function names, because 
24918 \begin_inset Formula $sin$
24919 \end_inset
24920
24921  could be misunderstood as 
24922 \begin_inset Formula $s\cdot i\cdot n$
24923 \end_inset
24924
24925 .
24926  Therefore there are predefined functionswhich are additionally a bit separated
24927  from prefactors.
24928  They are inserted as commands starting with a backslash before their name.
24929 \end_layout
24930
24931 \begin_layout Standard
24932 \align center
24933 \begin_inset Tabular
24934 <lyxtabular version="3" rows="2" columns="4">
24935 <features tabularvalignment="middle">
24936 <column alignment="center" valignment="top" width="0pt">
24937 <column alignment="center" valignment="top" width="0pt">
24938 <column alignment="center" valignment="top" width="0pt">
24939 <column alignment="center" valignment="top" width="0pt">
24940 <row>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 Command
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954 Result
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 Command
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 Result
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 </row>
24978 <row>
24979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983 Asin(x)+B
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 \begin_inset Formula $Asin(x)+B$
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004 A
25005 \backslash
25006 sin(x)+B
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015 \begin_inset Formula $A\sin(x)+B$
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 </row>
25024 </lyxtabular>
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \begin_layout Standard
25032 The following functions are predefined:
25033 \end_layout
25034
25035 \begin_layout Standard
25036 \begin_inset VSpace -2mm
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 \align center
25044 \begin_inset Tabular
25045 <lyxtabular version="3" rows="9" columns="4">
25046 <features tabularvalignment="middle">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <column alignment="center" valignment="top" width="0pt">
25049 <column alignment="center" valignment="top" width="0pt">
25050 <column alignment="center" valignment="top" width="0pt">
25051 <row>
25052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 Command
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 Command
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 Command
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 Command
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 </row>
25089 <row>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \backslash
25096 sin
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25102 \begin_inset Text
25103
25104 \begin_layout Plain Layout
25105
25106 \backslash
25107 sinh
25108 \end_layout
25109
25110 \end_inset
25111 </cell>
25112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25113 \begin_inset Text
25114
25115 \begin_layout Plain Layout
25116
25117 \backslash
25118 arcsin
25119 \end_layout
25120
25121 \end_inset
25122 </cell>
25123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25124 \begin_inset Text
25125
25126 \begin_layout Plain Layout
25127
25128 \backslash
25129 sup
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 </row>
25135 <row>
25136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25137 \begin_inset Text
25138
25139 \begin_layout Plain Layout
25140
25141 \backslash
25142 cos
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151
25152 \backslash
25153 cosh
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162
25163 \backslash
25164 arccos
25165 \end_layout
25166
25167 \end_inset
25168 </cell>
25169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173
25174 \backslash
25175 inf
25176 \end_layout
25177
25178 \end_inset
25179 </cell>
25180 </row>
25181 <row>
25182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25183 \begin_inset Text
25184
25185 \begin_layout Plain Layout
25186
25187 \backslash
25188 tan
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197
25198 \backslash
25199 tanh
25200 \end_layout
25201
25202 \end_inset
25203 </cell>
25204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25205 \begin_inset Text
25206
25207 \begin_layout Plain Layout
25208
25209 \backslash
25210 arctan
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219
25220 \backslash
25221 lim
25222 \end_layout
25223
25224 \end_inset
25225 </cell>
25226 </row>
25227 <row>
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232
25233 \backslash
25234 cot
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 coth
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254
25255 \backslash
25256 arg
25257 \end_layout
25258
25259 \end_inset
25260 </cell>
25261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25262 \begin_inset Text
25263
25264 \begin_layout Plain Layout
25265
25266 \backslash
25267 liminf
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 </row>
25273 <row>
25274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25275 \begin_inset Text
25276
25277 \begin_layout Plain Layout
25278
25279 \backslash
25280 sec
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 min
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300
25301 \backslash
25302 deg
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311
25312 \backslash
25313 limsup
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 csc
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 max
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346
25347 \backslash
25348 det
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25354 \begin_inset Text
25355
25356 \begin_layout Plain Layout
25357
25358 \backslash
25359 Pr
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 ln
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381
25382 \backslash
25383 exp
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392
25393 \backslash
25394 dim
25395 \end_layout
25396
25397 \end_inset
25398 </cell>
25399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 hom
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 <row>
25412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \backslash
25418 lg
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 log
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438
25439 \backslash
25440 ker
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25446 \begin_inset Text
25447
25448 \begin_layout Plain Layout
25449
25450 \backslash
25451 gcd
25452 \end_layout
25453
25454 \end_inset
25455 </cell>
25456 </row>
25457 </lyxtabular>
25458
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \begin_layout Standard
25465 They can also be inserted with the math toolbar button 
25466 \begin_inset Graphics
25467         filename ../images/math/functions.png
25468         scale 85
25469
25470 \end_inset
25471
25472 .
25473 \end_layout
25474
25475 \begin_layout Subsection
25476 Self-defined Functions
25477 \begin_inset Index idx
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 Functions ! self-defined
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 To use a function that is not predefined, like for example the sign function
25491  sgn(x), there are two possibilities:
25492 \end_layout
25493
25494 \begin_layout Itemize
25495 Define the function by inserting the following line to the LaTeX-preamble
25496 \begin_inset Foot
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500 For more about 
25501 \series bold
25502
25503 \backslash
25504 DeclareMathOperator
25505 \series default
25506  see 
25507 \begin_inset CommandInset ref
25508 LatexCommand ref
25509 reference "sub:Self-defined-Operators"
25510
25511 \end_inset
25512
25513 .
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \begin_inset Newline newline
25520 \end_inset
25521
25522
25523 \begin_inset VSpace -3mm
25524 \end_inset
25525
25526
25527 \begin_inset Newline newline
25528 \end_inset
25529
25530
25531 \series bold
25532
25533 \backslash
25534 DeclareMathOperator{
25535 \backslash
25536 sgn}{sgn}
25537 \series default
25538
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 Commands ! D ! 
25544 \backslash
25545 dbinom@
25546 \backslash
25547 DeclareMathOperator
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \begin_inset Newline newline
25554 \end_inset
25555
25556
25557 \begin_inset VSpace -2mm
25558 \end_inset
25559
25560
25561 \begin_inset Newline newline
25562 \end_inset
25563
25564 Now the new defined function can be called with the command 
25565 \series bold
25566
25567 \backslash
25568 sgn
25569 \series default
25570 .
25571 \end_layout
25572
25573 \begin_layout Itemize
25574 Write the formula as usual, mark the formula name, in our example the letters
25575  
25576 \emph on
25577 sgn
25578 \emph default
25579 , and change it to mathematical text.
25580  Finally, a space is inserted between prefactor and function.
25581 \end_layout
25582
25583 \begin_layout Standard
25584 The result is the same with both methods as with a predefined function
25585 \begin_inset Foot
25586 status collapsed
25587
25588 \begin_layout Plain Layout
25589 In LyX self-defined functions are displayed red, predefined ones black.
25590 \end_layout
25591
25592 \end_inset
25593
25594 :
25595 \end_layout
25596
25597 \begin_layout Standard
25598 \align center
25599 \begin_inset Tabular
25600 <lyxtabular version="3" rows="3" columns="2">
25601 <features tabularvalignment="middle">
25602 <column alignment="center" valignment="top" width="0pt">
25603 <column alignment="center" valignment="top" width="0pt">
25604 <row>
25605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609 Command
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 Result
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 </row>
25624 <row>
25625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629 A
25630 \backslash
25631 sgn(x)+B
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 \begin_inset Formula $A\sgn(x)+B$
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 </row>
25649 <row>
25650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 A
25655 \backslash
25656 ,
25657 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25658 \end_inset
25659
25660 (x)+B
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25670 \end_inset
25671
25672
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 </row>
25678 </lyxtabular>
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 The first method is more suitable when the self-defined function should
25687  be used several times.
25688 \end_layout
25689
25690 \begin_layout Subsection
25691 Limits
25692 \begin_inset Index idx
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696 Limits
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \begin_layout Standard
25705 For limits, in addition to the commands 
25706 \series bold
25707
25708 \backslash
25709 lim
25710 \series default
25711
25712 \begin_inset Index idx
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716 Commands ! L ! 
25717 \backslash
25718 lim
25719 \end_layout
25720
25721 \end_inset
25722
25723
25724 \series bold
25725
25726 \backslash
25727 liminf
25728 \series default
25729  and 
25730 \series bold
25731
25732 \backslash
25733 limsup
25734 \series default
25735  the following functions are defined:
25736 \end_layout
25737
25738 \begin_layout Standard
25739 \align center
25740 \begin_inset Tabular
25741 <lyxtabular version="3" rows="5" columns="2">
25742 <features tabularvalignment="middle">
25743 <column alignment="center" valignment="top" width="0">
25744 <column alignment="center" valignment="top" width="0">
25745 <row>
25746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 Command
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 Result
25760 \begin_inset Note Note
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765 \series bold
25766
25767 \backslash
25768 raisebox
25769 \series default
25770  is only used 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" topline="true" leftline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786
25787 \backslash
25788 varliminf
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 \begin_inset Formula $\varliminf$
25798 \end_inset
25799
25800
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 </row>
25806 <row>
25807 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25808 \begin_inset Text
25809
25810 \begin_layout Plain Layout
25811
25812 \backslash
25813 varlimsup
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822 \begin_inset Formula $\varlimsup$
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 </row>
25831 <row>
25832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25833 \begin_inset Text
25834
25835 \begin_layout Plain Layout
25836
25837 \backslash
25838 varprojlim
25839 \end_layout
25840
25841 \end_inset
25842 </cell>
25843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25844 \begin_inset Text
25845
25846 \begin_layout Plain Layout
25847 \begin_inset Formula $\varprojlim$
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 </row>
25856 <row>
25857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861
25862 \backslash
25863 varinjlim
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872 \begin_inset Formula $\varinjlim$
25873 \end_inset
25874
25875
25876 \begin_inset Formula $\raisebox{-2.5mm}{}$
25877 \end_inset
25878
25879
25880 \end_layout
25881
25882 \end_inset
25883 </cell>
25884 </row>
25885 </lyxtabular>
25886
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \begin_layout Standard
25893 \begin_inset VSpace medskip
25894 \end_inset
25895
25896 The limit is created by inserting a subscript.
25897  It is set right beside the function in an inline formula:
25898 \end_layout
25899
25900 \begin_layout Standard
25901 \align center
25902 \begin_inset Tabular
25903 <lyxtabular version="3" rows="2" columns="2">
25904 <features tabularvalignment="middle">
25905 <column alignment="center" valignment="top" width="0pt">
25906 <column alignment="center" valignment="top" width="0pt">
25907 <row>
25908 <cell alignment="center" valignment="top" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 Command
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 \begin_inset space \hspace{}
25922 \length 1cm
25923 \end_inset
25924
25925 Result
25926 \begin_inset Note Note
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930 The space and
25931 \series bold
25932  
25933 \backslash
25934 raisebox
25935 \series default
25936  are used here as spacer.
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \end_inset
25945 </cell>
25946 </row>
25947 <row>
25948 <cell alignment="center" valignment="top" usebox="none">
25949 \begin_inset Text
25950
25951 \begin_layout Plain Layout
25952
25953 \backslash
25954 lim_x
25955 \backslash
25956 to
25957 \begin_inset ERT
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961
25962
25963 \backslash
25964 spce 
25965 \end_layout
25966
25967 \end_inset
25968
25969 A
25970 \begin_inset ERT
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974
25975
25976 \backslash
25977 spce 
25978 \end_layout
25979
25980 \end_inset
25981
25982 x=B
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 </row>
26000 </lyxtabular>
26001
26002 \end_inset
26003
26004
26005 \end_layout
26006
26007 \begin_layout Standard
26008 In a displayed formula the limit is set below the formula, as usual:
26009 \begin_inset Formula 
26010 \[
26011 \lim_{x\to A}x=B
26012 \]
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Subsection
26020 Modulo-Functions
26021 \begin_inset Index idx
26022 status collapsed
26023
26024 \begin_layout Plain Layout
26025 Functions ! modulo-
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \begin_layout Standard
26034 The modulo-function is special, because it exists in four variants.
26035  The variants in a displayed formula are:
26036 \begin_inset Formula 
26037 \begin{align*}
26038 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26039 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26040 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26041 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26042 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26043 \end{align*}
26044
26045 \end_inset
26046
26047
26048 \end_layout
26049
26050 \begin_layout Standard
26051 In an inline formula less space is set before the function names for all
26052  variants.
26053  By default the modulo-functions take only the first following character
26054  into account.
26055  To use more than one character, one has to put them into TeX-braces:
26056 \begin_inset Formula 
26057 \begin{align*}
26058 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26059 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26060 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26061 \end{align*}
26062
26063 \end_inset
26064
26065
26066 \end_layout
26067
26068 \begin_layout Section
26069 Special Characters
26070 \begin_inset Index idx
26071 status collapsed
26072
26073 \begin_layout Plain Layout
26074 Special characters
26075 \end_layout
26076
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Subsection
26083 Special Characters in Mathematical Text
26084 \end_layout
26085
26086 \begin_layout Standard
26087 The following commands can only be used in mathematical text or in TeX-mode:
26088 \end_layout
26089
26090 \begin_layout Standard
26091 \begin_inset space \hfill{}
26092 \end_inset
26093
26094
26095 \begin_inset Tabular
26096 <lyxtabular version="3" rows="8" columns="2">
26097 <features tabularvalignment="middle">
26098 <column alignment="block" valignment="top" width="0">
26099 <column alignment="block" valignment="top" width="0">
26100 <row>
26101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 Command
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 Result
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 </row>
26120 <row>
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125
26126 \backslash
26127 oe
26128 \end_layout
26129
26130 \end_inset
26131 </cell>
26132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26133 \begin_inset Text
26134
26135 \begin_layout Plain Layout
26136 \begin_inset Formula $\textrm{œ}$
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150
26151 \backslash
26152 OE
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 \begin_inset Formula $\textrm{Œ}$
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \backslash
26177 ae
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset Formula $\textrm{æ}$
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 </row>
26195 <row>
26196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200
26201 \backslash
26202 AE
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211 \begin_inset Formula $\textrm{Æ}$
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 aa
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Formula $\textrm{\aa}$
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 <row>
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250
26251 \backslash
26252 AA
26253 \begin_inset Index idx
26254 status collapsed
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 @
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 textrm{
26268 \backslash
26269 AA}
26270 \end_layout
26271
26272 \end_inset
26273
26274
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \end_inset
26283 </cell>
26284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26285 \begin_inset Text
26286
26287 \begin_layout Plain Layout
26288 \begin_inset Formula $\textrm{Å}$
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 </row>
26297 <row>
26298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26299 \begin_inset Text
26300
26301 \begin_layout Plain Layout
26302
26303 \backslash
26304 i
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313 \begin_inset Formula $\textrm{ı}$
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 </row>
26322 </lyxtabular>
26323
26324 \end_inset
26325
26326
26327 \begin_inset space \hfill{}
26328 \end_inset
26329
26330
26331 \begin_inset Tabular
26332 <lyxtabular version="3" rows="8" columns="2">
26333 <features tabularvalignment="middle">
26334 <column alignment="block" valignment="top" width="0">
26335 <column alignment="center" valignment="top" width="0">
26336 <row>
26337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 command
26342 \begin_inset Note Note
26343 status collapsed
26344
26345 \begin_layout Plain Layout
26346 The space of 0
26347 \begin_inset space \thinspace{}
26348 \end_inset
26349
26350 mm is used for separation, because otherwise the output will be ¡ and ¿
26351  respectively.
26352 \end_layout
26353
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \end_inset
26360 </cell>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 Result
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 </row>
26371 <row>
26372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26373 \begin_inset Text
26374
26375 \begin_layout Plain Layout
26376
26377 \backslash
26378 o
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387 \begin_inset Formula $\textrm{ø}$
26388 \end_inset
26389
26390
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 </row>
26396 <row>
26397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26398 \begin_inset Text
26399
26400 \begin_layout Plain Layout
26401
26402 \backslash
26403 O
26404 \end_layout
26405
26406 \end_inset
26407 </cell>
26408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26409 \begin_inset Text
26410
26411 \begin_layout Plain Layout
26412 \begin_inset Formula $\textrm{Ø}$
26413 \end_inset
26414
26415
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 </row>
26421 <row>
26422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426
26427 \backslash
26428 l
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 \begin_inset Formula $\textrm{ł}$
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 <row>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451
26452 \backslash
26453 L
26454 \end_layout
26455
26456 \end_inset
26457 </cell>
26458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 \begin_inset Formula $\textrm{Ł}$
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 </row>
26471 <row>
26472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26473 \begin_inset Text
26474
26475 \begin_layout Plain Layout
26476 !
26477 \begin_inset space \hspace{}
26478 \length 0mm
26479 \end_inset
26480
26481 `
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 spce 
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset Formula $\textrm{!`}$
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 </row>
26512 <row>
26513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517 ?
26518 \begin_inset space \hspace{}
26519 \length 0mm
26520 \end_inset
26521
26522 `
26523 \begin_inset ERT
26524 status collapsed
26525
26526 \begin_layout Plain Layout
26527
26528
26529 \backslash
26530 spce 
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset Formula $\textrm{?`}$
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 </row>
26553 <row>
26554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558
26559 \backslash
26560 j
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 \begin_inset Formula $\textrm{ȷ}$
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 </row>
26578 </lyxtabular>
26579
26580 \end_inset
26581
26582
26583 \begin_inset space \hfill{}
26584 \end_inset
26585
26586
26587 \end_layout
26588
26589 \begin_layout Standard
26590 The characters 
26591 \begin_inset Formula $\textrm{\textrm{Å}}$
26592 \end_inset
26593
26594  and 
26595 \begin_inset Formula $\textrm{\textrm{Ø}}$
26596 \end_inset
26597
26598  can also be inserted via the math toolbar button 
26599 \begin_inset Graphics
26600         filename ../images/math/digamma.png
26601         scale 85
26602
26603 \end_inset
26604
26605 .
26606 \end_layout
26607
26608 \begin_layout Standard
26609 An exception are the commands 
26610 \series bold
26611 !
26612 \begin_inset space \hspace{}
26613 \length 0mm
26614 \end_inset
26615
26616 `
26617 \series default
26618  and 
26619 \series bold
26620 ?
26621 \begin_inset space \hspace{}
26622 \length 0mm
26623 \end_inset
26624
26625 `
26626 \series default
26627 , because they can be inserted in LyX directly to text.
26628 \end_layout
26629
26630 \begin_layout Subsection
26631 Accents in Text
26632 \begin_inset CommandInset label
26633 LatexCommand label
26634 name "sub:Accents-in-Text"
26635
26636 \end_inset
26637
26638
26639 \begin_inset Index idx
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 Accents ! in text
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Standard
26652 With the following commands all letters can be accented.
26653  The commands must be inserted in TeX-mode.
26654 \end_layout
26655
26656 \begin_layout Standard
26657 \begin_inset space \hfill{}
26658 \end_inset
26659
26660
26661 \begin_inset Tabular
26662 <lyxtabular version="3" rows="8" columns="2">
26663 <features tabularvalignment="middle">
26664 <column alignment="block" valignment="top" width="0">
26665 <column alignment="block" valignment="top" width="0">
26666 <row>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 Command
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 Result
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 </row>
26686 <row>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691
26692 \backslash
26693
26694 \begin_inset Quotes grd
26695 \end_inset
26696
26697 e
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26703 \begin_inset Text
26704
26705 \begin_layout Plain Layout
26706 \begin_inset ERT
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710
26711
26712 \backslash
26713 "e
26714 \end_layout
26715
26716 \end_inset
26717
26718
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 </row>
26724 <row>
26725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26726 \begin_inset Text
26727
26728 \begin_layout Plain Layout
26729
26730 \backslash
26731 `e
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 \begin_inset ERT
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744
26745
26746 \backslash
26747 `e
26748 \end_layout
26749
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 </row>
26758 <row>
26759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763
26764 \backslash
26765 ^
26766 \begin_inset ERT
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 spce 
26774 \end_layout
26775
26776 \end_inset
26777
26778 e
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26784 \begin_inset Text
26785
26786 \begin_layout Plain Layout
26787 \begin_inset ERT
26788 status collapsed
26789
26790 \begin_layout Plain Layout
26791
26792
26793 \backslash
26794 ^e
26795 \end_layout
26796
26797 \end_inset
26798
26799
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 </row>
26805 <row>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810
26811 \backslash
26812 =e
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821 \begin_inset ERT
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826
26827 \backslash
26828 =e
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 </row>
26839 <row>
26840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844
26845 \backslash
26846 u
26847 \begin_inset ERT
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 spce 
26855 \end_layout
26856
26857 \end_inset
26858
26859 e
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873
26874 \backslash
26875 u e
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 </row>
26886 <row>
26887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891
26892 \backslash
26893 b
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 spce 
26902 \end_layout
26903
26904 \end_inset
26905
26906 e
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915 \begin_inset ERT
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919
26920
26921 \backslash
26922 b e
26923 \end_layout
26924
26925 \end_inset
26926
26927
26928 \end_layout
26929
26930 \end_inset
26931 </cell>
26932 </row>
26933 <row>
26934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938
26939 \backslash
26940 t
26941 \begin_inset ERT
26942 status collapsed
26943
26944 \begin_layout Plain Layout
26945
26946
26947 \backslash
26948 spce 
26949 \end_layout
26950
26951 \end_inset
26952
26953 ee
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966
26967
26968 \backslash
26969 t ee
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 </row>
26980 </lyxtabular>
26981
26982 \end_inset
26983
26984
26985 \begin_inset space \hfill{}
26986 \end_inset
26987
26988
26989 \begin_inset Tabular
26990 <lyxtabular version="3" rows="8" columns="2">
26991 <features tabularvalignment="middle">
26992 <column alignment="block" valignment="top" width="0">
26993 <column alignment="center" valignment="top" width="0">
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 Command
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 Result
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 </row>
27014 <row>
27015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27016 \begin_inset Text
27017
27018 \begin_layout Plain Layout
27019
27020 \backslash
27021 H
27022 \begin_inset ERT
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026
27027
27028 \backslash
27029 spce 
27030 \end_layout
27031
27032 \end_inset
27033
27034 e
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 H e
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 </row>
27061 <row>
27062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066
27067 \backslash
27068 'e
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077 \begin_inset ERT
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081
27082
27083 \backslash
27084 'e
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 </row>
27095 <row>
27096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27097 \begin_inset Text
27098
27099 \begin_layout Plain Layout
27100
27101 \backslash
27102 ~e
27103 \begin_inset Index idx
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107 Tilde
27108 \end_layout
27109
27110 \end_inset
27111
27112
27113 \end_layout
27114
27115 \end_inset
27116 </cell>
27117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125
27126
27127 \backslash
27128 ~e
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \end_inset
27137 </cell>
27138 </row>
27139 <row>
27140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144
27145 \backslash
27146 .e
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset ERT
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 .e
27163 \end_layout
27164
27165 \end_inset
27166
27167
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 </row>
27173 <row>
27174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178
27179 \backslash
27180 v
27181 \begin_inset ERT
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185
27186
27187 \backslash
27188 spce 
27189 \end_layout
27190
27191 \end_inset
27192
27193 e
27194 \end_layout
27195
27196 \end_inset
27197 </cell>
27198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27199 \begin_inset Text
27200
27201 \begin_layout Plain Layout
27202 \begin_inset ERT
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206
27207
27208 \backslash
27209 v e
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 </row>
27220 <row>
27221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225
27226 \backslash
27227 d
27228 \begin_inset ERT
27229 status collapsed
27230
27231 \begin_layout Plain Layout
27232
27233
27234 \backslash
27235 spce 
27236 \end_layout
27237
27238 \end_inset
27239
27240 e
27241 \end_layout
27242
27243 \end_inset
27244 </cell>
27245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Plain Layout
27249 \begin_inset ERT
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253
27254
27255 \backslash
27256 d e
27257 \end_layout
27258
27259 \end_inset
27260
27261
27262 \end_layout
27263
27264 \end_inset
27265 </cell>
27266 </row>
27267 <row>
27268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27269 \begin_inset Text
27270
27271 \begin_layout Plain Layout
27272
27273 \backslash
27274 c
27275 \begin_inset ERT
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279
27280
27281 \backslash
27282 spce 
27283 \end_layout
27284
27285 \end_inset
27286
27287 e
27288 \end_layout
27289
27290 \end_inset
27291 </cell>
27292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27293 \begin_inset Text
27294
27295 \begin_layout Plain Layout
27296 \begin_inset ERT
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300
27301
27302 \backslash
27303 c e
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \end_inset
27312 </cell>
27313 </row>
27314 </lyxtabular>
27315
27316 \end_inset
27317
27318
27319 \begin_inset space \hfill{}
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \begin_layout Standard
27326 \begin_inset VSpace medskip
27327 \end_inset
27328
27329 With the command 
27330 \series bold
27331
27332 \backslash
27333 t
27334 \series default
27335  also two different characters can be accented.
27336  The command 
27337 \series bold
27338
27339 \backslash
27340 t
27341 \begin_inset ERT
27342 status collapsed
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 spce 
27349 \end_layout
27350
27351 \end_inset
27352
27353 sz
27354 \series default
27355  creates: 
27356 \begin_inset ERT
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360
27361
27362 \backslash
27363 t sz
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \end_layout
27370
27371 \begin_layout Standard
27372 The accents 
27373 \series bold
27374 `
27375 \series default
27376  , 
27377 \series bold
27378 '
27379 \series default
27380  and 
27381 \series bold
27382 ^
27383 \series default
27384  can in combination with vowels directly be inserted with the keyboard without
27385  using TeX-mode.
27386  The same applies for the tilde
27387 \begin_inset Foot
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391 This only applies for keyboards where the tilde is defined as accent.
27392 \end_layout
27393
27394 \end_inset
27395
27396  
27397 \series bold
27398 ~
27399 \series default
27400  in combination with 
27401 \emph on
27402 a
27403 \emph default
27404  , 
27405 \emph on
27406 n
27407 \emph default
27408  , or 
27409 \emph on
27410 o
27411 \emph default
27412 .
27413 \end_layout
27414
27415 \begin_layout Standard
27416 The commands 
27417 \series bold
27418
27419 \backslash
27420 b
27421 \series default
27422  , 
27423 \series bold
27424
27425 \backslash
27426 c
27427 \series default
27428  , 
27429 \series bold
27430
27431 \backslash
27432 d
27433 \series default
27434  , 
27435 \series bold
27436
27437 \backslash
27438 H
27439 \series default
27440  , 
27441 \series bold
27442
27443 \backslash
27444 t
27445 \series default
27446  , 
27447 \series bold
27448
27449 \backslash
27450 u
27451 \series default
27452  , 
27453 \series bold
27454
27455 \backslash
27456 v
27457 \series default
27458  and accents that are inserted directly with the keyboard are also available
27459  in mathematical text.
27460  For the other accents there are special math commands to be used in formulas,
27461  see 
27462 \begin_inset CommandInset ref
27463 LatexCommand ref
27464 reference "sub:Accents-for-one"
27465
27466 \end_inset
27467
27468 .
27469 \end_layout
27470
27471 \begin_layout Standard
27472 \begin_inset VSpace bigskip
27473 \end_inset
27474
27475 Furthermore, with the command 
27476 \series bold
27477
27478 \backslash
27479 textcircled
27480 \series default
27481
27482 \begin_inset Index idx
27483 status collapsed
27484
27485 \begin_layout Plain Layout
27486 Commands ! T ! 
27487 \backslash
27488 textcircled
27489 \end_layout
27490
27491 \end_inset
27492
27493  all numbers and letters can be set into a circle, quasi accented with a
27494  circle, similar to the copyright symbol.
27495 \end_layout
27496
27497 \begin_layout Standard
27498 \align center
27499 \begin_inset Tabular
27500 <lyxtabular version="3" rows="3" columns="2">
27501 <features tabularvalignment="middle">
27502 <column alignment="center" valignment="top" width="0">
27503 <column alignment="center" valignment="top" width="0">
27504 <row>
27505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509 Command
27510 \end_layout
27511
27512 \end_inset
27513 </cell>
27514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27515 \begin_inset Text
27516
27517 \begin_layout Plain Layout
27518 Result
27519 \begin_inset Note Note
27520 status collapsed
27521
27522 \begin_layout Plain Layout
27523
27524 \series bold
27525
27526 \backslash
27527 raisebox
27528 \series default
27529  is only used as spacer.
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 </row>
27540 <row>
27541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545
27546 \backslash
27547 textcircled{w}
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 textcircled{w}
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 </row>
27574 <row>
27575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \backslash
27581 Large 
27582 \backslash
27583 textcircled{
27584 \backslash
27585 normalsize
27586 \backslash
27587 protect
27588 \backslash
27589 raisebox{-1.5pt}{W}}
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 \begin_inset Formula $\raisebox{4.5mm}{}$
27599 \end_inset
27600
27601
27602 \begin_inset ERT
27603 status collapsed
27604
27605 \begin_layout Plain Layout
27606
27607
27608 \backslash
27609 Large 
27610 \backslash
27611 textcircled{
27612 \backslash
27613 normalsize
27614 \backslash
27615 protect
27616 \backslash
27617 raisebox{-1.5pt}W}
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \begin_inset Formula $\raisebox{-2mm}{}$
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 </row>
27632 </lyxtabular>
27633
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \begin_layout Standard
27640 One has to take care that the character fits in the circle.
27641  
27642 \series bold
27643
27644 \backslash
27645 Large
27646 \series default
27647
27648 \begin_inset Foot
27649 status collapsed
27650
27651 \begin_layout Plain Layout
27652 see 
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "sub:Font-Sizes"
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \end_inset
27663
27664  specifies thereby the size of the circle.
27665  With the help of 
27666 \series bold
27667
27668 \backslash
27669 raisebox
27670 \series default
27671
27672 \begin_inset Foot
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676 see 
27677 \begin_inset CommandInset ref
27678 LatexCommand ref
27679 reference "sub:Boxes-without-Frame"
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687
27688  the character can be centered.
27689 \end_layout
27690
27691 \begin_layout Subsection
27692 Old-style Figures
27693 \begin_inset Index idx
27694 status collapsed
27695
27696 \begin_layout Plain Layout
27697 Old-style Figures
27698 \end_layout
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 Old-style figures (also known as old-style numerals) are created with the
27707  command 
27708 \series bold
27709
27710 \backslash
27711 oldstylenums
27712 \series default
27713
27714 \begin_inset Index idx
27715 status collapsed
27716
27717 \begin_layout Plain Layout
27718 Commands ! O ! 
27719 \backslash
27720 oldstylenums
27721 \end_layout
27722
27723 \end_inset
27724
27725 .
27726  The command can be used in formulas and in TeX-mode.
27727  The command scheme is:
27728 \end_layout
27729
27730 \begin_layout Standard
27731
27732 \series bold
27733
27734 \backslash
27735 oldstylenums{number}
27736 \end_layout
27737
27738 \begin_layout Standard
27739 The command 
27740 \series bold
27741
27742 \backslash
27743 oldstylenums{0123456789
27744 \series default
27745  produces: 
27746 \begin_inset Formula $\oldstylenums{0123456789}$
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \begin_layout Subsection
27753 Miscellaneous special Characters
27754 \begin_inset CommandInset label
27755 LatexCommand label
27756 name "sub:Miscellaneous-special-Characters"
27757
27758 \end_inset
27759
27760
27761 \begin_inset Index idx
27762 status collapsed
27763
27764 \begin_layout Plain Layout
27765 Special characters ! miscellaneous
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \begin_layout Standard
27774 The following characters can only be inserted to formulas by using commands:
27775 \end_layout
27776
27777 \begin_layout Standard
27778 \align center
27779 \begin_inset Tabular
27780 <lyxtabular version="3" rows="4" columns="2">
27781 <features tabularvalignment="middle">
27782 <column alignment="center" valignment="top" width="0">
27783 <column alignment="center" valignment="top" width="0">
27784 <row>
27785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27786 \begin_inset Text
27787
27788 \begin_layout Plain Layout
27789 Command
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 Result
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 </row>
27804 <row>
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809
27810 \backslash
27811 ^
27812 \begin_inset ERT
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816
27817
27818 \backslash
27819 spce 
27820 \end_layout
27821
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \end_inset
27828 </cell>
27829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 \begin_inset Formula $\mathcircumflex$
27834 \end_inset
27835
27836
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 </row>
27842 <row>
27843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847
27848 \backslash
27849 _
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27855 \begin_inset Text
27856
27857 \begin_layout Plain Layout
27858 \begin_inset Formula $\_$
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 </row>
27867 <row>
27868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 ^
27873 \begin_inset ERT
27874 status collapsed
27875
27876 \begin_layout Plain Layout
27877
27878
27879 \backslash
27880 spce 
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \backslash
27887 circ
27888 \begin_inset Index idx
27889 status collapsed
27890
27891 \begin_layout Plain Layout
27892
27893 \backslash
27894
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 \begin_inset Formula $^{\circ}$
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 </row>
27917 </lyxtabular>
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Standard
27925 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27926  contains the following line
27927 \begin_inset Foot
27928 status collapsed
27929
27930 \begin_layout Plain Layout
27931 More about this is described in 
27932 \begin_inset CommandInset ref
27933 LatexCommand ref
27934 reference "sub:Text-Characters-in"
27935
27936 \end_inset
27937
27938 .
27939 \end_layout
27940
27941 \end_inset
27942
27943 :
27944 \end_layout
27945
27946 \begin_layout Standard
27947
27948 \series bold
27949
27950 \backslash
27951 DeclareInputtext{176}{
27952 \backslash
27953 ifmmode^
27954 \backslash
27955 circ
27956 \backslash
27957 else
27958 \backslash
27959 textdegree
27960 \backslash
27961 fi}
27962 \end_layout
27963
27964 \begin_layout Section
27965 Formula Styles
27966 \begin_inset CommandInset label
27967 LatexCommand label
27968 name "sec:Formula-Styles"
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Formula ! styles
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Itemize
27986 There are two different alignment styles:
27987 \end_layout
27988
27989 \begin_deeper
27990 \begin_layout Description
27991 Centered is the predefined standard
27992 \end_layout
27993
27994 \begin_layout Description
27995 Indented for this the option 
27996 \series bold
27997 fleqn
27998 \series default
27999  must be inserted in the menu 
28000 \family sans
28001 Document\SpecialChar \menuseparator
28002 Settings
28003 \family default
28004  under 
28005 \family sans
28006 Document
28007 \begin_inset space ~
28008 \end_inset
28009
28010 Class
28011 \end_layout
28012
28013 \begin_layout Standard
28014 When 
28015 \series bold
28016 Indented
28017 \series default
28018  is used, the indentation can be adjusted with the length 
28019 \series bold
28020
28021 \backslash
28022 mathindent
28023 \series default
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Commands ! M ! 
28030 \backslash
28031 mathindent
28032 \end_layout
28033
28034 \end_inset
28035
28036 .
28037  Should the distance be 15
28038 \begin_inset space \thinspace{}
28039 \end_inset
28040
28041 mm, the following command line is inserted in the LaTeX-preamble
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 setlength{
28050 \backslash
28051 mathindent}{15mm}
28052 \end_layout
28053
28054 \begin_layout Standard
28055 When no length is specified, the predefined value of 30
28056 \begin_inset space \thinspace{}
28057 \end_inset
28058
28059 pt will be used.
28060 \end_layout
28061
28062 \end_deeper
28063 \begin_layout Itemize
28064 And two different numbering styles:
28065 \end_layout
28066
28067 \begin_deeper
28068 \begin_layout Description
28069 Right is the predefined standard
28070 \end_layout
28071
28072 \begin_layout Description
28073 Left for this the option 
28074 \series bold
28075 leqno
28076 \series default
28077  must be inserted in the menu 
28078 \family sans
28079 Document\SpecialChar \menuseparator
28080 Settings
28081 \family default
28082  under 
28083 \family sans
28084 Document
28085 \begin_inset space ~
28086 \end_inset
28087
28088 Class
28089 \end_layout
28090
28091 \end_deeper
28092 \begin_layout Standard
28093
28094 \series bold
28095 fleqn
28096 \series default
28097  and 
28098 \series bold
28099 leqno
28100 \series default
28101  can also be used together.
28102  In this case both options are inserted, separated by a comma.
28103 \end_layout
28104
28105 \begin_layout Standard
28106 The chosen styles are used for all displayed formulas of the document.
28107  When both, centered and indented formulas should be created in a document,
28108  the style 
28109 \series bold
28110 Centered
28111 \series default
28112  is used.
28113  The indented formulas are then set in a flalign environment, see 
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "sub:Flalign-Environment"
28117
28118 \end_inset
28119
28120 .
28121 \end_layout
28122
28123 \begin_layout Section
28124 Multiline Formulas
28125 \begin_inset CommandInset label
28126 LatexCommand label
28127 name "sec:Multiline-Formulas"
28128
28129 \end_inset
28130
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 Formula ! multiline
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Subsection
28145 General
28146 \end_layout
28147
28148 \begin_layout Standard
28149 In LyX multiline formulas are created by pressing 
28150 \series bold
28151
28152 \begin_inset Info
28153 type  "shortcut"
28154 arg   "newline-insert newline"
28155 \end_inset
28156
28157
28158 \series default
28159  inside a formula.
28160  This creates either an 
28161 \series bold
28162 eqnarray environment
28163 \series default
28164  that is described in 
28165 \begin_inset CommandInset ref
28166 LatexCommand ref
28167 reference "sub:Eqnarray-Environment"
28168
28169 \end_inset
28170
28171  or, when the option 
28172 \family sans
28173 Use AMS math package
28174 \family default
28175  in the document settings is selected, an 
28176 \series bold
28177 align environment
28178 \series default
28179  that is described in 
28180 \begin_inset CommandInset ref
28181 LatexCommand ref
28182 reference "sub:Standard-align-Environment"
28183
28184 \end_inset
28185
28186 .
28187  The align environment is recommended because it provides in any case a
28188  typographically correct output.
28189 \end_layout
28190
28191 \begin_layout Standard
28192 There are other multiline formula environments that can be created via the
28193  menu 
28194 \family sans
28195 Insert\SpecialChar \menuseparator
28196 Math
28197 \family default
28198 .
28199  These environments are described in the following sections.
28200 \end_layout
28201
28202 \begin_layout Standard
28203 In all multiline formula environments a new line is created by pressing
28204  
28205 \begin_inset Info
28206 type  "shortcut"
28207 arg   "newline-insert newline"
28208 \end_inset
28209
28210 .
28211  To add or delete lines, the math toolbar buttons 
28212 \begin_inset Graphics
28213         filename ../images/tabular-feature_append-row.png
28214         scale 85
28215
28216 \end_inset
28217
28218  or 
28219 \begin_inset Graphics
28220         filename ../images/tabular-feature_delete-row.png
28221         scale 85
28222
28223 \end_inset
28224
28225 , respectively, or the menu 
28226 \family sans
28227 Edit\SpecialChar \menuseparator
28228 Rows & Columns
28229 \family default
28230  can be used.
28231 \end_layout
28232
28233 \begin_layout Subsubsection
28234 Line Separation
28235 \begin_inset CommandInset label
28236 LatexCommand label
28237 name "sub:Line-Separation"
28238
28239 \end_inset
28240
28241
28242 \begin_inset Index idx
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246 Formula ! multiline ! Line separation
28247 \end_layout
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 There is sometimes not enough space in multiline formulas between the lines:
28256 \begin_inset Formula 
28257 \begin{eqnarray*}
28258 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}\\
28259 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
28260 \end{eqnarray*}
28261
28262 \end_inset
28263
28264
28265 \end_layout
28266
28267 \begin_layout Standard
28268 In LaTeX additional line space is specified as optional argument of the
28269  new line command.
28270  This is not yet possible in LyX
28271 \begin_inset Foot
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 see 
28276 \begin_inset CommandInset href
28277 LatexCommand href
28278 name "LyX-bug #1505"
28279 target "http://www.lyx.org/trac/ticket/1505"
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \end_inset
28287
28288 , therefore the whole formula must be inserted in TeX-mode.
28289  To add in our example space, the command 
28290 \series bold
28291
28292 \backslash
28293
28294 \backslash
28295 [3mm]
28296 \series default
28297  is inserted at the end of the first line.
28298  One gets: 
28299 \begin_inset ERT
28300 status collapsed
28301
28302 \begin_layout Plain Layout
28303
28304
28305 \backslash
28306 begin{eqnarray*}
28307 \end_layout
28308
28309 \begin_layout Plain Layout
28310
28311 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28312  = & 
28313 \backslash
28314 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28315 \backslash
28316
28317 \backslash
28318 [3mm]
28319 \end_layout
28320
28321 \begin_layout Plain Layout
28322
28323 4x^{2}
28324 \backslash
28325 left(B^{2}+x_{0}^{2}
28326 \backslash
28327 right)+4x_{0}x
28328 \backslash
28329 left(D-B^{2}
28330 \backslash
28331 right)+B^{2}
28332 \backslash
28333 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28334 \backslash
28335 right) & = & 0
28336 \end_layout
28337
28338 \begin_layout Plain Layout
28339
28340
28341 \backslash
28342 end{eqnarray*}
28343 \end_layout
28344
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \begin_layout Standard
28351 \begin_inset VSpace bigskip
28352 \end_inset
28353
28354 To set the line separation for all lines in a formula, the length 
28355 \series bold
28356
28357 \backslash
28358 jot
28359 \series default
28360
28361 \begin_inset Index idx
28362 status collapsed
28363
28364 \begin_layout Plain Layout
28365 Commands ! J ! 
28366 \backslash
28367 jot
28368 \end_layout
28369
28370 \end_inset
28371
28372  is changed.
28373  The definition is: 
28374 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28375 \end_inset
28376
28377 .
28378  Predefined for 
28379 \series bold
28380
28381 \backslash
28382 jot
28383 \series default
28384  is the value 3
28385 \begin_inset space \thinspace{}
28386 \end_inset
28387
28388 pt.
28389  To create 3
28390 \begin_inset space \thinspace{}
28391 \end_inset
28392
28393 mm additional line separation as in the previous example, the command
28394 \end_layout
28395
28396 \begin_layout Standard
28397
28398 \series bold
28399
28400 \backslash
28401 setlength{
28402 \backslash
28403 jot}{3mm+3pt}
28404 \end_layout
28405
28406 \begin_layout Standard
28407 is inserted in TeX-mode before the formula.
28408  This requires that the LaTeX-package 
28409 \series bold
28410 calc
28411 \series default
28412
28413 \begin_inset Foot
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418 \series bold
28419 calc
28420 \series default
28421  is part of every LaTeX standard installation.
28422 \end_layout
28423
28424 \end_inset
28425
28426
28427 \begin_inset Index idx
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431 Packages ! calc
28432 \end_layout
28433
28434 \end_inset
28435
28436  was loaded in LaTeX-preamble with the line
28437 \end_layout
28438
28439 \begin_layout Standard
28440
28441 \series bold
28442
28443 \backslash
28444 usepackage{calc}
28445 \end_layout
28446
28447 \begin_layout Standard
28448 One gets: 
28449 \begin_inset ERT
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453
28454
28455 \backslash
28456 setlength{
28457 \backslash
28458 jot}{3mm+3pt}
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \begin_inset Formula 
28465 \begin{eqnarray*}
28466 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}\\
28467 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
28468 \end{eqnarray*}
28469
28470 \end_inset
28471
28472
28473 \end_layout
28474
28475 \begin_layout Standard
28476 \begin_inset ERT
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480
28481
28482 \backslash
28483 setlength{
28484 \backslash
28485 jot}{3pt}
28486 \end_layout
28487
28488 \end_inset
28489
28490  To get back to the predefined distance, 
28491 \series bold
28492
28493 \backslash
28494 jot
28495 \series default
28496  is set to the value 3
28497 \begin_inset space \thinspace{}
28498 \end_inset
28499
28500 pt.
28501 \end_layout
28502
28503 \begin_layout Subsubsection
28504 Column Separation
28505 \begin_inset CommandInset label
28506 LatexCommand label
28507 name "sub:Column-Separation"
28508
28509 \end_inset
28510
28511
28512 \begin_inset Index idx
28513 status collapsed
28514
28515 \begin_layout Plain Layout
28516 Formula ! multiline ! Column separation
28517 \end_layout
28518
28519 \end_inset
28520
28521
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Multiline formulas form a matrix.
28526  A formula in the eqnarray environment is for example a matrix with three
28527  columns.
28528  By changing the column separation in this environment, the space beside
28529  the relation sign can be changed.
28530 \end_layout
28531
28532 \begin_layout Standard
28533 The column separation is specified with the length 
28534 \series bold
28535
28536 \backslash
28537 arraycolsep
28538 \series default
28539
28540 \begin_inset Index idx
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544 Commands ! A ! 
28545 \backslash
28546 arraycolsep
28547 \end_layout
28548
28549 \end_inset
28550
28551  according to:
28552 \begin_inset Newline newline
28553 \end_inset
28554
28555 column separation = 2
28556 \begin_inset space \thinspace{}
28557 \end_inset
28558
28559
28560 \series bold
28561
28562 \backslash
28563 arraycolsep
28564 \series default
28565
28566 \begin_inset Newline newline
28567 \end_inset
28568
28569 Thus, the command
28570 \end_layout
28571
28572 \begin_layout Standard
28573
28574 \series bold
28575
28576 \backslash
28577 setlength{
28578 \backslash
28579 arraycolsep}{1cm}
28580 \end_layout
28581
28582 \begin_layout Standard
28583 inserted in TeX-mode, sets for all following formulas a column separation
28584  of 2
28585 \begin_inset space \thinspace{}
28586 \end_inset
28587
28588 cm.
28589  To get back to the predefined distance, 
28590 \series bold
28591
28592 \backslash
28593 arraycolsep
28594 \series default
28595  is set to 5
28596 \begin_inset space \thinspace{}
28597 \end_inset
28598
28599 pt.
28600 \end_layout
28601
28602 \begin_layout Standard
28603 A formula with 2
28604 \begin_inset space \thinspace{}
28605 \end_inset
28606
28607 cm column separation:
28608 \begin_inset ERT
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612
28613
28614 \backslash
28615 setlength{
28616 \backslash
28617 arraycolsep}{1cm}
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \begin_inset Formula 
28624 \begin{eqnarray*}
28625 A & = & B\\
28626 C & \ne & A
28627 \end{eqnarray*}
28628
28629 \end_inset
28630
28631 A formula with the predefined column separation for matrices of 10
28632 \begin_inset space \thinspace{}
28633 \end_inset
28634
28635 pt:
28636 \begin_inset ERT
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640
28641
28642 \backslash
28643 setlength{
28644 \backslash
28645 arraycolsep}{5pt}
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \begin_inset Formula 
28652 \begin{eqnarray*}
28653 A & = & B\\
28654 C & \ne & A
28655 \end{eqnarray*}
28656
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \begin_layout Subsubsection
28663 Long Formulas
28664 \begin_inset Index idx
28665 status collapsed
28666
28667 \begin_layout Plain Layout
28668 Formula ! long
28669 \end_layout
28670
28671 \end_inset
28672
28673
28674 \end_layout
28675
28676 \begin_layout Standard
28677 Long formulas can be typeset using these methods:
28678 \end_layout
28679
28680 \begin_layout Itemize
28681 When one side of the equation is much shorter than the line width, this
28682  one is chosen for the left side and the right side is typeset over two
28683  lines:
28684 \begin_inset Formula 
28685 \begin{eqnarray}
28686 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 \\
28687  &  & -\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}
28688 \end{eqnarray}
28689
28690 \end_inset
28691
28692 The minus sign at the beginning of the second line does normally not appear
28693  as an operator because it is the first character of the line.
28694  Thus it would not be surrounded by space and could not be distinguished
28695  from the fraction bar.
28696  To avoid this, 3
28697 \begin_inset space \thinspace{}
28698 \end_inset
28699
28700 pt space was inserted behind the minus sign with the command 
28701 \series bold
28702
28703 \backslash
28704 hspace
28705 \series default
28706 .
28707 \begin_inset Foot
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711 for more about 
28712 \series bold
28713
28714 \backslash
28715 hspace
28716 \series default
28717  see 
28718 \begin_inset CommandInset ref
28719 LatexCommand ref
28720 reference "sub:Variable-Space"
28721
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \begin_inset Index idx
28731 status collapsed
28732
28733 \begin_layout Plain Layout
28734 Commands ! H ! 
28735 \backslash
28736 hspace
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Itemize
28745 When both sides of the equation are too long, the command 
28746 \series bold
28747
28748 \backslash
28749 lefteqn
28750 \series default
28751
28752 \begin_inset Index idx
28753 status collapsed
28754
28755 \begin_layout Plain Layout
28756 Commands ! L ! 
28757 \backslash
28758 lefteqn
28759 \end_layout
28760
28761 \end_inset
28762
28763  is used.
28764  It is inserted in the first column of the first line and causes all further
28765  insertions to overwrite the following columns:
28766 \begin_inset Formula 
28767 \begin{eqnarray}
28768 \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 \\
28769  &  & -\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 \\
28770  &  & =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}
28771 \end{eqnarray}
28772
28773 \end_inset
28774
28775 After the insertion of 
28776 \series bold
28777
28778 \backslash
28779 lefteqn
28780 \series default
28781 , the cursor is in a purple box that is a bit shifted to the left from the
28782  blue one.
28783  In this the formula is inserted.
28784 \begin_inset Newline newline
28785 \end_inset
28786
28787 The content of the further lines is inserted to the second or another formula
28788  column.
28789  The greater the column number where it was inserted, the larger the indentation.
28790 \begin_inset VSpace medskip
28791 \end_inset
28792
28793
28794 \begin_inset Newline newline
28795 \end_inset
28796
28797
28798 \begin_inset Note Greyedout
28799 status open
28800
28801 \begin_layout Plain Layout
28802 Note the following when using 
28803 \series bold
28804
28805 \backslash
28806 lefteqn
28807 \series default
28808 :
28809 \end_layout
28810
28811 \begin_layout Itemize
28812 The formula doesn't use the full page width.
28813  When e.
28814 \begin_inset space \thinspace{}
28815 \end_inset
28816
28817 g.
28818 \begin_inset space \space{}
28819 \end_inset
28820
28821 the term 
28822 \begin_inset Formula $-B^{2}$
28823 \end_inset
28824
28825  is added to the first line in the above example, it would have been outside
28826  the page margin.
28827  To better use the width, negative space can be inserted at the beginning
28828  of the first line.
28829 \end_layout
28830
28831 \begin_layout Itemize
28832 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28833  line.
28834 \begin_inset Foot
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 \begin_inset CommandInset href
28839 LatexCommand href
28840 name "LyX-bug #1429"
28841 target "http://www.lyx.org/trac/ticket/1429"
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \end_inset
28849
28850  One can only set the cursor at the beginning of the line and move it with
28851  the arrow keys.
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Itemize
28860 Other methods to set long formulas are offered by the environments described
28861  in 
28862 \begin_inset CommandInset ref
28863 LatexCommand ref
28864 reference "sub:Multline-Environment"
28865
28866 \end_inset
28867
28868  and 
28869 \begin_inset CommandInset ref
28870 LatexCommand ref
28871 reference "sub:Multiline-Formula-Parts"
28872
28873 \end_inset
28874
28875 .
28876 \end_layout
28877
28878 \begin_layout Subsubsection
28879 Multiline Brackets
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "sub:Multiline-Brackets"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Brackets ! for multiline expressions
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 For brackets spanning multiple lines the following problem occurs:
28901 \begin_inset Formula 
28902 \begin{eqnarray*}
28903 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28904  &  & \left.\cdots+B-D\right]
28905 \end{eqnarray*}
28906
28907 \end_inset
28908
28909
28910 \end_layout
28911
28912 \begin_layout Standard
28913 The closing bracket is smaller than the opening bracket because brackets
28914  with variable size may not span multiple lines.
28915 \end_layout
28916
28917 \begin_layout Standard
28918 To set the bracket size for the second line correctly, the first line is
28919  ended with 
28920 \series bold
28921
28922 \backslash
28923 right.
28924 \series default
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Commands ! R ! 
28931 \backslash
28932 right
28933 \end_layout
28934
28935 \end_inset
28936
28937  and the second line with 
28938 \series bold
28939
28940 \backslash
28941 left.
28942 \begin_inset Foot
28943 status collapsed
28944
28945 \begin_layout Plain Layout
28946 for more about 
28947 \series bold
28948
28949 \backslash
28950 left
28951 \series default
28952  and 
28953 \series bold
28954
28955 \backslash
28956 right
28957 \series default
28958  see 
28959 \begin_inset CommandInset ref
28960 LatexCommand ref
28961 reference "sub:Automatic-Bracket-Size"
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \series default
28972
28973 \begin_inset Index idx
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 Commands ! L ! 
28978 \backslash
28979 left
28980 \end_layout
28981
28982 \end_inset
28983
28984 .
28985  After 
28986 \series bold
28987
28988 \backslash
28989 left.
28990
28991 \series default
28992  the command 
28993 \series bold
28994
28995 \backslash
28996 vphantom
28997 \series default
28998
28999 \begin_inset ERT
29000 status collapsed
29001
29002 \begin_layout Plain Layout
29003
29004
29005 \backslash
29006 spce 
29007 \end_layout
29008
29009 \end_inset
29010
29011
29012 \series bold
29013
29014 \backslash
29015 prod
29016 \series default
29017 ^
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 spce 
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \series bold
29032
29033 \backslash
29034 infty
29035 \series default
29036
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 spce 
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \series bold
29051
29052 \begin_inset Formula $\downarrow$
29053 \end_inset
29054
29055 _R=1}
29056 \series default
29057
29058 \begin_inset Index idx
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062 Commands ! V ! 
29063 \backslash
29064 vphantom
29065 \end_layout
29066
29067 \end_inset
29068
29069  is inserted, because the multiplication operator with its limits is the
29070  largest symbol in the first line and this should be the size for the bracket
29071  in the second line.
29072 \end_layout
29073
29074 \begin_layout Standard
29075 The result is this:
29076 \begin_inset Formula 
29077 \begin{eqnarray*}
29078 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29079  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29080 \end{eqnarray*}
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Subsection
29088 Align Environments
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Align environments can be used for every kind of multiline formulas.
29093  They are especially useful to set several formulas side by side.
29094 \end_layout
29095
29096 \begin_layout Standard
29097 Align environments consist of columns.
29098  The odd columns are right aligned, the even ones left aligned.
29099  Every line in an Align environment can be numbered.
29100 \end_layout
29101
29102 \begin_layout Standard
29103 Align environments are created via the menu 
29104 \family sans
29105 Insert\SpecialChar \menuseparator
29106 Math
29107 \family default
29108 .
29109  With the menu 
29110 \family sans
29111 Edit\SpecialChar \menuseparator
29112 Math\SpecialChar \menuseparator
29113 Change Formula Type
29114 \family default
29115  already existing formulas can be converted to Align environments.
29116 \end_layout
29117
29118 \begin_layout Standard
29119 To add or delete columns, the math toolbar buttons 
29120 \begin_inset Graphics
29121         filename ../images/tabular-feature_append-column.png
29122         scale 85
29123
29124 \end_inset
29125
29126  or 
29127 \begin_inset Graphics
29128         filename ../images/tabular-feature_delete-column.png
29129         scale 85
29130
29131 \end_inset
29132
29133 , respectively, or the menu 
29134 \family sans
29135 Edit\SpecialChar \menuseparator
29136 Rows & Columns
29137 \family default
29138  can be used.
29139 \end_layout
29140
29141 \begin_layout Subsubsection
29142 Standard align Environment
29143 \begin_inset CommandInset label
29144 LatexCommand label
29145 name "sub:Standard-align-Environment"
29146
29147 \end_inset
29148
29149
29150 \begin_inset Index idx
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 Formula ! multiline ! align environment
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 This Align environment is created by pressing 
29164 \begin_inset Info
29165 type  "shortcut"
29166 arg   "newline-insert newline"
29167 \end_inset
29168
29169  in a formula or by the menu 
29170 \family sans
29171 Insert\SpecialChar \menuseparator
29172 Math\SpecialChar \menuseparator
29173 AMS align Environment
29174 \family default
29175 .
29176 \end_layout
29177
29178 \begin_layout Standard
29179 An example for two formulas set side by side, that are created with a four
29180  column align environment:
29181 \begin_inset Formula 
29182 \begin{align*}
29183 A & =\sin(B) & C & =D\\
29184 C & \ne A & B & \ne D
29185 \end{align*}
29186
29187 \end_inset
29188
29189 As it can be seen, the formulas in this environment are placed so as if
29190  there would be a 
29191 \series bold
29192
29193 \backslash
29194 hfill
29195 \begin_inset Foot
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 more about 
29200 \series bold
29201
29202 \backslash
29203 hfill
29204 \series default
29205  see 
29206 \begin_inset CommandInset ref
29207 LatexCommand ref
29208 reference "sub:Variable-Space"
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \series default
29219  before the first and after every even column.
29220  When the formula style 
29221 \series bold
29222 Indented
29223 \begin_inset Foot
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 formula styles see 
29228 \begin_inset CommandInset ref
29229 LatexCommand ref
29230 reference "sec:Formula-Styles"
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \series default
29241  is used, the formula is set without the 
29242 \series bold
29243
29244 \backslash
29245 hfill
29246 \series default
29247  before the first column.
29248 \end_layout
29249
29250 \begin_layout Subsubsection
29251 Alignat Environment
29252 \begin_inset Index idx
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Formula ! multiline ! alignat environment
29257 \end_layout
29258
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 The alignat environment has no predefined column separation.
29266  It can be inserted manually with the spaces that are described 
29267 \begin_inset CommandInset ref
29268 LatexCommand ref
29269 reference "sub:Space"
29270
29271 \end_inset
29272
29273 .
29274 \end_layout
29275
29276 \begin_layout Standard
29277 The above example in the alignat environment where 1
29278 \begin_inset space \thinspace{}
29279 \end_inset
29280
29281 cm space was inserted at the beginning of the second formula:
29282 \begin_inset Formula 
29283 \begin{alignat*}{2}
29284 A & =\sin(B) & \hspace{1cm}C & =D\\
29285 C & \ne A & B & \ne D
29286 \end{alignat*}
29287
29288 \end_inset
29289
29290 Because the column separation can be set separately for every column, this
29291  environment is especially suitable to set three and more formulas side
29292  by side.
29293 \end_layout
29294
29295 \begin_layout Subsubsection
29296 Flalign Environment
29297 \begin_inset CommandInset label
29298 LatexCommand label
29299 name "sub:Flalign-Environment"
29300
29301 \end_inset
29302
29303
29304 \begin_inset Index idx
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308 Formula ! multiline ! flalign environment
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Standard
29317 In this environment the first two columns are always set as much as possible
29318  to the left and the last two ones to the right.
29319  An example:
29320 \begin_inset Formula 
29321 \begin{flalign*}
29322 A & =1 & B & =2 & C & =3\\
29323 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29324 \end{flalign*}
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332 By creating a flalign environment with an odd number of columns where an
29333  empty TeX-brace is inserted to the last column, several formulas in a document
29334  can be set to the left, although the formula style 
29335 \series bold
29336 Centered
29337 \series default
29338  is used.
29339  As example the indented formula 
29340 \begin_inset CommandInset ref
29341 LatexCommand eqref
29342 reference "eq:VolInt"
29343
29344 \end_inset
29345
29346 :
29347 \begin_inset Formula 
29348 \begin{flalign}
29349 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29350 \end{flalign}
29351
29352 \end_inset
29353
29354 The first two columns contain the formula.
29355  To indent it as with the formula style 
29356 \series bold
29357 Indented
29358 \series default
29359 , 30
29360 \begin_inset space \thinspace{}
29361 \end_inset
29362
29363 pt space was inserted at the beginning of the first column.
29364 \end_layout
29365
29366 \begin_layout Subsection
29367 Eqnarray Environment
29368 \begin_inset CommandInset label
29369 LatexCommand label
29370 name "sub:Eqnarray-Environment"
29371
29372 \end_inset
29373
29374
29375 \begin_inset Index idx
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379 Formula ! multiline ! eqnarray environment
29380 \end_layout
29381
29382 \end_inset
29383
29384
29385 \end_layout
29386
29387 \begin_layout Standard
29388 When this environment has been created, three blue boxes appear.
29389  The content of the first box is right aligned, the content of the last
29390  one left aligned.
29391  The content of the middle box appears centered and a bit smaller, because
29392  it is designed to insert there only relation characters.
29393 \begin_inset Formula 
29394 \begin{eqnarray*}
29395 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29396 AB & AB & AB\\
29397 A & = & A
29398 \end{eqnarray*}
29399
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \begin_layout Subsection
29406 Gather Environment
29407 \begin_inset Index idx
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Formula ! multiline ! gather environment
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \begin_layout Standard
29420 This environment consists of only one centered column.
29421  Every line can be numbered.
29422 \begin_inset Formula 
29423 \begin{gather}
29424 A=1\\
29425 X=\textrm{-}1
29426 \end{gather}
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \begin_layout Subsection
29434 Multline Environment
29435 \begin_inset CommandInset label
29436 LatexCommand label
29437 name "sub:Multline-Environment"
29438
29439 \end_inset
29440
29441
29442 \begin_inset Index idx
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Formula ! multiline ! multline environment
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 The multline environment consists, like the gather environment, of only
29456  one column.
29457  But the first line is left aligned, the last one right aligned.
29458  All other lines are centered.
29459  Therefore this environment is suitable for long formulas.
29460  As example formula 
29461 \begin_inset CommandInset ref
29462 LatexCommand eqref
29463 reference "eq:lefteqn"
29464
29465 \end_inset
29466
29467  in the multline environment:
29468 \begin_inset Formula 
29469 \begin{multline}
29470 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}\\
29471 -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}\\
29472 =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}}
29473 \end{multline}
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 In the output only the last (first) line of a multline environment appears
29482  numbered when the document numbering is right (left).
29483 \begin_inset Foot
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487 numbering styles see 
29488 \begin_inset CommandInset ref
29489 LatexCommand ref
29490 reference "sec:Formula-Styles"
29491
29492 \end_inset
29493
29494
29495 \end_layout
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \begin_layout Standard
29503 With the commands 
29504 \series bold
29505
29506 \backslash
29507 shoveright
29508 \series default
29509
29510 \begin_inset Index idx
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 Commands ! S ! 
29515 \backslash
29516 shoveright
29517 \end_layout
29518
29519 \end_inset
29520
29521  and 
29522 \series bold
29523
29524 \backslash
29525 shoveleft
29526 \series default
29527
29528 \begin_inset Index idx
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Commands ! S ! 
29533 \backslash
29534 shoveleft
29535 \end_layout
29536
29537 \end_inset
29538
29539  a centered line can be right or left aligned, respectively.
29540  The commands are used as follows:
29541 \end_layout
29542
29543 \begin_layout Standard
29544
29545 \series bold
29546
29547 \backslash
29548 shoveright{line content}
29549 \series default
29550  and 
29551 \series bold
29552
29553 \backslash
29554 shoveleft{line content}
29555 \end_layout
29556
29557 \begin_layout Standard
29558 \begin_inset VSpace medskip
29559 \end_inset
29560
29561 The length 
29562 \series bold
29563
29564 \backslash
29565 multlinegap
29566 \series default
29567
29568 \begin_inset Index idx
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Commands ! M ! 
29573 \backslash
29574 multlinegap
29575 \end_layout
29576
29577 \end_inset
29578
29579  specifies the distance of the first line from the left page margin.
29580  Predefined is the length 0
29581 \begin_inset space \thinspace{}
29582 \end_inset
29583
29584 pt.
29585 \end_layout
29586
29587 \begin_layout Standard
29588 As example the above formula where the command
29589 \end_layout
29590
29591 \begin_layout Standard
29592
29593 \series bold
29594
29595 \backslash
29596 setlength{
29597 \backslash
29598 multlinegap}{2cm}
29599 \end_layout
29600
29601 \begin_layout Standard
29602 was inserted in TeX-mode before:
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607
29608
29609 \backslash
29610 setlength{
29611 \backslash
29612 multlinegap}{2cm}
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Formula 
29619 \begin{multline}
29620 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}\\
29621 \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}}\\
29622 =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}}
29623 \end{multline}
29624
29625 \end_inset
29626
29627
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633
29634 \backslash
29635 setlength{
29636 \backslash
29637 multlinegap}{0pt}
29638 \end_layout
29639
29640 \end_inset
29641
29642 The second line was left aligned using 
29643 \series bold
29644
29645 \backslash
29646 shoveleft
29647 \series default
29648 .
29649 \end_layout
29650
29651 \begin_layout Subsection
29652 Multiline Formula Parts
29653 \begin_inset CommandInset label
29654 LatexCommand label
29655 name "sub:Multiline-Formula-Parts"
29656
29657 \end_inset
29658
29659
29660 \begin_inset Index idx
29661 status collapsed
29662
29663 \begin_layout Plain Layout
29664 Formula ! multiline ! formula parts
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \begin_layout Standard
29673 To display only parts of a formula with multiple lines, one of the following
29674  environments is used: 
29675 \series bold
29676 aligned
29677 \series default
29678
29679 \series bold
29680 alignedat
29681 \series default
29682
29683 \series bold
29684 gathered
29685 \series default
29686  or 
29687 \series bold
29688 split
29689 \series default
29690 .
29691  They can be inserted via the menu 
29692 \family sans
29693 Insert\SpecialChar \menuseparator
29694 Math
29695 \family default
29696  or by using the commands described in this section.
29697 \end_layout
29698
29699 \begin_layout Standard
29700 The first three have the same properties as the corresponding multiline
29701  formula environments, but it is possible to set further formula parts beside
29702  them.
29703  An example:
29704 \begin_inset Formula 
29705 \[
29706 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29707 \Delta E\Delta t & \ge\frac{\hbar}{2}
29708 \end{aligned}
29709 \right\} \textrm{Uncertainty relations}
29710 \]
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 To get this formula, a displayed formula is created where the command 
29719 \series bold
29720
29721 \backslash
29722 aligned
29723 \series default
29724
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Commands ! A ! 
29730 \backslash
29731 aligned
29732 \end_layout
29733
29734 \end_inset
29735
29736  is inserted.
29737  A purple box appears around the blue formula box where now columns and
29738  lines can be added.
29739  Outside the multiline environment other formula parts can be set, like
29740  the brace.
29741 \end_layout
29742
29743 \begin_layout Standard
29744 The aligned environment is also suitable for long formulas whose lines are
29745  horizontally aligned.
29746  Using aligned in a displayed formula has the advantage that the formula
29747  number is vertically centered behind the lines.
29748  As example formula 
29749 \begin_inset CommandInset ref
29750 LatexCommand eqref
29751 reference "eq:shortlong"
29752
29753 \end_inset
29754
29755  in the aligned environment:
29756 \begin_inset Formula 
29757 \begin{equation}
29758 \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}|}\\
29759  & -\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}|}
29760 \end{aligned}
29761 \end{equation}
29762
29763 \end_inset
29764
29765
29766 \end_layout
29767
29768 \begin_layout Standard
29769 To use the environments 
29770 \series bold
29771 alignedat
29772 \series default
29773
29774 \series bold
29775 gathered
29776 \series default
29777 , or 
29778 \series bold
29779 split
29780 \series default
29781 , the command 
29782 \series bold
29783
29784 \backslash
29785 alignedat
29786 \series default
29787 ,
29788 \begin_inset Index idx
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792 Commands ! A ! 
29793 \backslash
29794 alignedat
29795 \end_layout
29796
29797 \end_inset
29798
29799  
29800 \series bold
29801
29802 \backslash
29803 gathered
29804 \series default
29805
29806 \begin_inset Index idx
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 Commands ! G ! 
29811 \backslash
29812 gathered
29813 \end_layout
29814
29815 \end_inset
29816
29817 , or 
29818 \series bold
29819
29820 \backslash
29821 split
29822 \series default
29823
29824 \begin_inset Index idx
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828 Commands ! S ! 
29829 \backslash
29830 split
29831 \end_layout
29832
29833 \end_inset
29834
29835  are inserted, respectively.
29836  The split environment has the same properties as the aligned environment
29837  but it can only have two columns.
29838 \end_layout
29839
29840 \begin_layout Subsection
29841 Text in multiline Formulas
29842 \begin_inset CommandInset label
29843 LatexCommand label
29844 name "sub:Text-in-multiline"
29845
29846 \end_inset
29847
29848
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 Text ! in formulas
29854 \end_layout
29855
29856 \end_inset
29857
29858
29859 \begin_inset Index idx
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Formula ! multiline ! text
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 In the Align environments, and the multline and gather environment, text
29873  can be inserted that will appear in a separate line and doesn't affect
29874  the column alignment.
29875  To do this, the command 
29876 \series bold
29877
29878 \backslash
29879 intertext
29880 \series default
29881
29882 \begin_inset Index idx
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886 Commands ! I ! 
29887 \backslash
29888 intertext
29889 \end_layout
29890
29891 \end_inset
29892
29893  is used in the following scheme:
29894 \end_layout
29895
29896 \begin_layout Standard
29897
29898 \series bold
29899
29900 \backslash
29901 intertext{text}
29902 \end_layout
29903
29904 \begin_layout Standard
29905 The text should not be longer than a line because it cannot be hyphenated.
29906  As LyX doesn't yet support 
29907 \series bold
29908
29909 \backslash
29910 intertext
29911 \series default
29912  directly, the text is written as mathematical text.
29913  
29914 \series bold
29915
29916 \backslash
29917 intertext
29918 \series default
29919  must hereby be at the beginning of a line and appears in the output above
29920  this line.
29921  An example where the text was inserted at the beginning of the second line:
29922 \begin_inset Formula 
29923 \begin{align}
29924 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29925 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29926 \end{align}
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Section
29934 Formula Numbering
29935 \begin_inset Index idx
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939 Formula numbering
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \begin_inset Index idx
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949 Formula ! numbering|see
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 {
29956 \end_layout
29957
29958 \end_inset
29959
29960 Formula numbering
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966 }
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Subsection
29980 General
29981 \end_layout
29982
29983 \begin_layout Standard
29984 Numbered formulas can be created with the menu 
29985 \family sans
29986 Insert\SpecialChar \menuseparator
29987 Math\SpecialChar \menuseparator
29988 Numbered
29989 \begin_inset space ~
29990 \end_inset
29991
29992 Formula
29993 \family default
29994  (shortcut 
29995 \family sans
29996 Ctrl+Alt
29997 \begin_inset space ~
29998 \end_inset
29999
30000 N
30001 \family default
30002 ).
30003  Existing formulas can be numbered with the menu 
30004 \family sans
30005 Edit\SpecialChar \menuseparator
30006 Math\SpecialChar \menuseparator
30007 Toggle
30008 \begin_inset space ~
30009 \end_inset
30010
30011 Numbering
30012 \family default
30013  (shortcut 
30014 \begin_inset Info
30015 type  "shortcut"
30016 arg   "math-number-toggle"
30017 \end_inset
30018
30019 ).
30020  The formula number is displayed in LyX behind the formula as a number sign
30021  in parentheses.
30022  The number sign is replaced in the output by the formula number.
30023 \end_layout
30024
30025 \begin_layout Standard
30026 When numbering is turned on in multiline formulas, all lines will be numbered.
30027  But the numbering can be controlled with the menu 
30028 \family sans
30029 Edit\SpecialChar \menuseparator
30030 Math\SpecialChar \menuseparator
30031 Toggle
30032 \begin_inset space ~
30033 \end_inset
30034
30035 Numbering
30036 \begin_inset space ~
30037 \end_inset
30038
30039 of
30040 \begin_inset space ~
30041 \end_inset
30042
30043 Line
30044 \family default
30045  (shortcut 
30046 \begin_inset Info
30047 type  "shortcut"
30048 arg   "math-number-line-toggle"
30049 \end_inset
30050
30051 ) for every line.
30052 \end_layout
30053
30054 \begin_layout Standard
30055 Except for inline formulas, all formulas can be numbered with two different
30056  styles, see 
30057 \begin_inset CommandInset ref
30058 LatexCommand ref
30059 reference "sec:Formula-Styles"
30060
30061 \end_inset
30062
30063 .
30064 \end_layout
30065
30066 \begin_layout Subsection
30067 Cross-References
30068 \begin_inset Index idx
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072 Cross-references ! to formulas
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 All labeled formulas can be cross-referenced.
30082  A label is added by the menu 
30083 \family sans
30084 Insert\SpecialChar \menuseparator
30085 Label
30086 \family default
30087  or the toolbar button 
30088 \begin_inset Graphics
30089         filename ../images/label-insert.png
30090         scale 85
30091
30092 \end_inset
30093
30094 .
30095  The cursor must hereby be inside a displayed formula.
30096  Alternatively you can right-click on the formula and choose 
30097 \family sans
30098 Equation Label
30099 \family default
30100 .
30101  A dialog pops up displaying the prefix 
30102 \series bold
30103 eq:
30104 \series default
30105  in a text field.
30106  The label is inserted there behind the prefix.
30107  The predefined prefix means 
30108 \begin_inset Quotes eld
30109 \end_inset
30110
30111 equation
30112 \begin_inset Quotes erd
30113 \end_inset
30114
30115  and makes it easier to find labels in large documents because it marks
30116  it as formula label to divide it from e.
30117 \begin_inset space \thinspace{}
30118 \end_inset
30119
30120 g.
30121 \begin_inset space \space{}
30122 \end_inset
30123
30124 section labels.
30125  To change a label, the menu 
30126 \family sans
30127 Insert\SpecialChar \menuseparator
30128 Label
30129 \family default
30130  is used again or you right-click on a formula and then on 
30131 \family sans
30132 Equation Label
30133 \family default
30134 .
30135 \end_layout
30136
30137 \begin_layout Standard
30138 The name of the label is displayed in LyX within two parentheses behind
30139  formula.
30140  A formula with a label is always numbered.
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Cross-references are inserted via the menu 
30145 \family sans
30146 Insert\SpecialChar \menuseparator
30147 Cross-Reference
30148 \family default
30149  or with the toolbar button 
30150 \begin_inset Graphics
30151         filename ../images/dialog-show-new-inset_ref.png
30152         scale 85
30153
30154 \end_inset
30155
30156 .
30157  A formula cross-reference appears in the output as formula number.
30158  When in the cross-reference dialog window the format 
30159 \series bold
30160 (<reference>)
30161 \series default
30162  is chosen, the cross-reference appears in the output as formula number
30163  in parentheses.
30164 \begin_inset Newline newline
30165 \end_inset
30166
30167 By right-clicking on a cross-reference in LyX, one jumps to the formula
30168  that is referenced.
30169 \end_layout
30170
30171 \begin_layout Standard
30172 Here are as examples cross-references to formulas of the following subsections:
30173 \begin_inset Note Note
30174 status open
30175
30176 \begin_layout Plain Layout
30177 Note the different cross-reference types.
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \end_layout
30184
30185 \begin_layout Standard
30186 The equations 
30187 \begin_inset CommandInset ref
30188 LatexCommand eqref
30189 reference "eq:tag"
30190
30191 \end_inset
30192
30193  and 
30194 \begin_inset CommandInset ref
30195 LatexCommand eqref
30196 reference "eq:c"
30197
30198 \end_inset
30199
30200  are equivalent.
30201  In (
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "eq:Lat"
30205
30206 \end_inset
30207
30208 ) big Latin letters are used for the numbering in contrary to (
30209 \begin_inset CommandInset ref
30210 LatexCommand ref
30211 reference "eq:Rom"
30212
30213 \end_inset
30214
30215 ).
30216 \end_layout
30217
30218 \begin_layout Standard
30219 \begin_inset VSpace medskip
30220 \end_inset
30221
30222 When the argument of 
30223 \series bold
30224
30225 \backslash
30226 tag
30227 \begin_inset Foot
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232 \series bold
30233
30234 \backslash
30235 tag
30236 \series default
30237  is described in 
30238 \begin_inset CommandInset ref
30239 LatexCommand ref
30240 reference "sub:User-defined-Numbering"
30241
30242 \end_inset
30243
30244 .
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \series default
30251  contains a box like in 
30252 \begin_inset CommandInset ref
30253 LatexCommand ref
30254 reference "sub:Paragraph-Boxes"
30255
30256 \end_inset
30257
30258 , the formula cannot be referenced.
30259 \end_layout
30260
30261 \begin_layout Subsection
30262 Subnumbering
30263 \begin_inset Index idx
30264 status collapsed
30265
30266 \begin_layout Plain Layout
30267 Formula numbering ! subnumbering
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \end_layout
30274
30275 \begin_layout Standard
30276 With the help of the commands 
30277 \series bold
30278
30279 \backslash
30280 begin{subequations}
30281 \series default
30282  and 
30283 \series bold
30284
30285 \backslash
30286 end{subequations}
30287 \series default
30288  formulas can be subnumbered.
30289  Both commands are inserted in TeX-mode.
30290 \end_layout
30291
30292 \begin_layout Standard
30293 An example:
30294 \begin_inset Formula 
30295 \begin{equation}
30296 A=C-B\label{eq:a}
30297 \end{equation}
30298
30299 \end_inset
30300
30301
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 addtocounter{equation}{-1}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320
30321 \backslash
30322 begin{subequations}
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \begin_inset VSpace -5mm
30329 \end_inset
30330
30331
30332 \begin_inset Formula 
30333 \begin{equation}
30334 B=C-A\label{eq:b}
30335 \end{equation}
30336
30337 \end_inset
30338
30339
30340 \begin_inset Formula 
30341 \begin{equation}
30342 C=A+B\label{eq:c}
30343 \end{equation}
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 end{subequations}
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 To create the example, the following is done:
30368 \end_layout
30369
30370 \begin_layout Enumerate
30371 first formula is inserted
30372 \end_layout
30373
30374 \begin_layout Enumerate
30375
30376 \series bold
30377
30378 \backslash
30379 addtocounter{equation}{-1} 
30380 \backslash
30381 begin{subequations}
30382 \begin_inset Index idx
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386 Commands ! A ! 
30387 \backslash
30388 addtocounter
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \begin_inset Newline newline
30395 \end_inset
30396
30397
30398 \series default
30399 is inserted after the first formula
30400 \end_layout
30401
30402 \begin_layout Enumerate
30403 second formula is inserted
30404 \end_layout
30405
30406 \begin_layout Enumerate
30407 third formula is inserted
30408 \end_layout
30409
30410 \begin_layout Enumerate
30411
30412 \series bold
30413
30414 \backslash
30415 end{subequations}
30416 \series default
30417  is inserted after the third formula
30418 \end_layout
30419
30420 \begin_layout Standard
30421 Every formula between the commands 
30422 \series bold
30423
30424 \backslash
30425 begin
30426 \series default
30427  and 
30428 \series bold
30429
30430 \backslash
30431 end
30432 \series default
30433  is subnumbered as a, b, 
30434 \begin_inset Newline linebreak
30435 \end_inset
30436
30437 c, \SpecialChar \ldots{}
30438  For multiline formulas every line will be subnumbered.
30439  All subnumbered formulas are treated as 
30440 \emph on
30441 one
30442 \emph default
30443  numbered formula.
30444  But as every numbered formula increases the counter 
30445 \series bold
30446 equation
30447 \series default
30448  by one, the command 
30449 \series bold
30450
30451 \backslash
30452 addtocounter
30453 \series default
30454  is needed to decrease it.
30455  Otherwise the formulas 
30456 \begin_inset CommandInset ref
30457 LatexCommand eqref
30458 reference "eq:a"
30459
30460 \end_inset
30461
30462
30463 \begin_inset CommandInset ref
30464 LatexCommand eqref
30465 reference "eq:b"
30466
30467 \end_inset
30468
30469
30470 \begin_inset CommandInset ref
30471 LatexCommand eqref
30472 reference "eq:c"
30473
30474 \end_inset
30475
30476  would be numbered as 
30477 \begin_inset CommandInset ref
30478 LatexCommand eqref
30479 reference "eq:a"
30480
30481 \end_inset
30482
30483
30484 \begin_inset CommandInset ref
30485 LatexCommand eqref
30486 reference "eq:d"
30487
30488 \end_inset
30489
30490
30491 \begin_inset CommandInset ref
30492 LatexCommand eqref
30493 reference "eq:f"
30494
30495 \end_inset
30496
30497 .
30498 \end_layout
30499
30500 \begin_layout Standard
30501 By inserting the commands in TeX-mode, a space is created between the first
30502  two formulas.
30503  To revert this -5
30504 \begin_inset space \thinspace{}
30505 \end_inset
30506
30507 mm vertical space is inserted after the command 
30508 \series bold
30509
30510 \backslash
30511 begin{subequations}
30512 \series default
30513 .
30514  When the formula style 
30515 \series bold
30516 Indented
30517 \begin_inset Foot
30518 status collapsed
30519
30520 \begin_layout Plain Layout
30521 formula styles see 
30522 \begin_inset CommandInset ref
30523 LatexCommand ref
30524 reference "sec:Formula-Styles"
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \series default
30535  is used, -7
30536 \begin_inset space \thinspace{}
30537 \end_inset
30538
30539 mm space is inserted instead.
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Here is an example for a multiline formula where the numbering was turned
30544  off for the second line:
30545 \begin_inset ERT
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549
30550
30551 \backslash
30552 begin{subequations}
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \begin_inset Formula 
30559 \begin{eqnarray}
30560 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30561  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30562  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30563 \end{eqnarray}
30564
30565 \end_inset
30566
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573
30574 \backslash
30575 end{subequations}
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Subsection
30584 User-defined Numbering
30585 \begin_inset CommandInset label
30586 LatexCommand label
30587 name "sub:User-defined-Numbering"
30588
30589 \end_inset
30590
30591
30592 \begin_inset Index idx
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 Formula numbering ! user-defined
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 \begin_inset Index idx
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Formula numbering ! self-defined delimiters
30610 \end_layout
30611
30612 \end_inset
30613
30614 With the standard numbering parentheses are set around the formula number.
30615  To replace the parentheses for example by vertical bars, the following
30616  line is added to the LaTeX-preamble:
30617 \end_layout
30618
30619 \begin_layout Standard
30620
30621 \series bold
30622
30623 \backslash
30624 def
30625 \backslash
30626 tagform@#1{
30627 \backslash
30628 maketag@@@{|#1|}}
30629 \series default
30630
30631 \begin_inset Note Note
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 This macro is already declared in the LaTeX-preamble for testing.
30636  To activate it, remove the percent sign at the beginning.
30637 \end_layout
30638
30639 \end_inset
30640
30641
30642 \end_layout
30643
30644 \begin_layout Standard
30645 To use other characters, the vertical bars besides the 
30646 \series bold
30647 #1
30648 \series default
30649  are replaced by one ore more characters.
30650  To get only the formula number the vertical bars are omitted.
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset VSpace bigskip
30655 \end_inset
30656
30657 When there should be an expression of your choice instead of the consecutive
30658  formula number in parentheses behind the formula, the command 
30659 \series bold
30660
30661 \backslash
30662 tag
30663 \series default
30664
30665 \begin_inset Index idx
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669 Commands ! T ! 
30670 \backslash
30671 tag
30672 \end_layout
30673
30674 \end_inset
30675
30676  is used:
30677 \begin_inset Formula 
30678 \begin{equation}
30679 A+B=C\tag{something}\label{eq:tag}
30680 \end{equation}
30681
30682 \end_inset
30683
30684 In this example the command 
30685 \series bold
30686
30687 \backslash
30688 tag
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 spce 
30697 \end_layout
30698
30699 \end_inset
30700
30701 something
30702 \series default
30703  was inserted in the formula.
30704 \end_layout
30705
30706 \begin_layout Standard
30707 When the command 
30708 \series bold
30709
30710 \backslash
30711 tag*
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717
30718 \backslash
30719 spce 
30720 \end_layout
30721
30722 \end_inset
30723
30724 something
30725 \series default
30726  is inserted instead, the star prevents the parentheses around the expression:
30727 \begin_inset Formula 
30728 \[
30729 A+B=C\tag*{something}
30730 \]
30731
30732 \end_inset
30733
30734
30735 \end_layout
30736
30737 \begin_layout Standard
30738 \begin_inset VSpace bigskip
30739 \end_inset
30740
30741 To restart the formula numbering with new document parts or sections, the
30742  following command is used:
30743 \end_layout
30744
30745 \begin_layout Standard
30746
30747 \series bold
30748
30749 \backslash
30750 @addtoreset{equation}{part}
30751 \series default
30752
30753 \begin_inset Index idx
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757 Commands ! 
30758 \begin_inset ERT
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762
30763 "
30764 \end_layout
30765
30766 \end_inset
30767
30768 @
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774 "
30775 \end_layout
30776
30777 \end_inset
30778
30779  ! 
30780 \backslash
30781
30782 \begin_inset ERT
30783 status collapsed
30784
30785 \begin_layout Plain Layout
30786
30787 "
30788 \end_layout
30789
30790 \end_inset
30791
30792 @
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798 "
30799 \end_layout
30800
30801 \end_inset
30802
30803 addtoreset
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \begin_inset Newline newline
30810 \end_inset
30811
30812 resp.
30813 \begin_inset Newline newline
30814 \end_inset
30815
30816
30817 \series bold
30818
30819 \backslash
30820 @addtoreset{equation}{section}
30821 \end_layout
30822
30823 \begin_layout Standard
30824 To be able to use these commands in TeX-mode, the 
30825 \begin_inset Quotes eld
30826 \end_inset
30827
30828 @
30829 \begin_inset Quotes erd
30830 \end_inset
30831
30832  character has to be made 
30833 \begin_inset Quotes eld
30834 \end_inset
30835
30836 active
30837 \begin_inset Quotes erd
30838 \end_inset
30839
30840  for LaTeX using the command 
30841 \series bold
30842
30843 \backslash
30844 makeatletter.
30845
30846 \series default
30847  The command 
30848 \series bold
30849
30850 \backslash
30851 makeatother
30852 \series default
30853  reverts this.
30854  So the command sequence in TeX-mode is:
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \series bold
30860
30861 \backslash
30862 makeatletter
30863 \begin_inset Newline newline
30864 \end_inset
30865
30866
30867 \backslash
30868 @addtoreset{equation}{section}
30869 \begin_inset Newline newline
30870 \end_inset
30871
30872
30873 \backslash
30874 makeatother
30875 \end_layout
30876
30877 \begin_layout Standard
30878 In the LaTeX-preamble 
30879 \series bold
30880
30881 \backslash
30882 makeatletter
30883 \series default
30884  and 
30885 \series bold
30886
30887 \backslash
30888 makeatother
30889 \series default
30890  can be omitted as they are automatically internally inserted by LyX.
30891 \end_layout
30892
30893 \begin_layout Standard
30894 To revert 
30895 \series bold
30896
30897 \backslash
30898 @addtoreset
30899 \series default
30900 , the file 
30901 \series bold
30902 remreset.sty
30903 \series default
30904
30905 \begin_inset Foot
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909
30910 \series bold
30911 remreset
30912 \series default
30913  is part of the LaTeX-package 
30914 \series bold
30915 carlisle
30916 \series default
30917
30918 \begin_inset Index idx
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Packages ! carlisle
30923 \end_layout
30924
30925 \end_inset
30926
30927  that is part of every LaTeX standard installation.
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \begin_inset Index idx
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937 Packages ! remreset
30938 \end_layout
30939
30940 \end_inset
30941
30942  has to be loaded in the LaTeX-preamble with the line
30943 \end_layout
30944
30945 \begin_layout Standard
30946
30947 \series bold
30948
30949 \backslash
30950 usepackage{remreset}
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Then the command 
30955 \series bold
30956
30957 \backslash
30958 @removefromreset
30959 \series default
30960
30961 \begin_inset Index idx
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965 Commands ! 
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971 "
30972 \end_layout
30973
30974 \end_inset
30975
30976 @
30977 \begin_inset ERT
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981
30982 "
30983 \end_layout
30984
30985 \end_inset
30986
30987  ! 
30988 \backslash
30989
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995 "
30996 \end_layout
30997
30998 \end_inset
30999
31000 @
31001 \begin_inset ERT
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005
31006 "
31007 \end_layout
31008
31009 \end_inset
31010
31011 removefromreset
31012 \end_layout
31013
31014 \end_inset
31015
31016  can be used with the same scheme as 
31017 \series bold
31018
31019 \backslash
31020 @addtoreset
31021 \series default
31022 .
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \begin_inset VSpace bigskip
31027 \end_inset
31028
31029 Sometimes formulas should be numbered in the following form:
31030 \end_layout
31031
31032 \begin_layout Standard
31033
31034 \family typewriter
31035 (section number.formula number)
31036 \end_layout
31037
31038 \begin_layout Standard
31039 The formula number should start with every section with 
31040 \begin_inset Quotes eld
31041 \end_inset
31042
31043 1
31044 \begin_inset Quotes erd
31045 \end_inset
31046
31047 .
31048 \end_layout
31049
31050 \begin_layout Standard
31051 For this case there is the command 
31052 \series bold
31053
31054 \backslash
31055 numberwithin
31056 \series default
31057
31058 \begin_inset Index idx
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Commands ! N ! 
31063 \backslash
31064 numberwithin
31065 \end_layout
31066
31067 \end_inset
31068
31069 , which is used with the following scheme:
31070 \end_layout
31071
31072 \begin_layout Standard
31073
31074 \series bold
31075
31076 \backslash
31077 numberwithin{counter}{sectioning}
31078 \end_layout
31079
31080 \begin_layout Standard
31081 Counter denotes what kind of numbering is affected, sectioning denotes what
31082  number is before the dot.
31083 \end_layout
31084
31085 \begin_layout Standard
31086 Thus in our case the following LaTeX-preamble or TeX code line is used:
31087 \end_layout
31088
31089 \begin_layout Standard
31090
31091 \series bold
31092
31093 \backslash
31094 numberwithin{equation}{section}
31095 \end_layout
31096
31097 \begin_layout Standard
31098 This is the result:
31099 \begin_inset ERT
31100 status collapsed
31101
31102 \begin_layout Plain Layout
31103
31104
31105 \backslash
31106 numberwithin{equation}{section}
31107 \end_layout
31108
31109 \end_inset
31110
31111
31112 \begin_inset Formula 
31113 \begin{equation}
31114 A+B=C
31115 \end{equation}
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Standard
31123 To number e.
31124 \begin_inset space \thinspace{}
31125 \end_inset
31126
31127 g.
31128 \begin_inset space \space{}
31129 \end_inset
31130
31131 tables so that the number of the part is the sectioning,
31132 \begin_inset Newline newline
31133 \end_inset
31134
31135
31136 \series bold
31137
31138 \backslash
31139 numberwithin{table}{part}
31140 \series default
31141  is used.
31142 \end_layout
31143
31144 \begin_layout Standard
31145 To go back to the standard numbering or to prevent this kind of numbering
31146  when it is defined by the document class, the following command is inserted
31147  as TeX code or to the LaTeX-preamble:
31148 \end_layout
31149
31150 \begin_layout Standard
31151
31152 \series bold
31153
31154 \backslash
31155 renewcommand{
31156 \backslash
31157 theequation}{
31158 \backslash
31159 arabic{equation}}
31160 \begin_inset Index idx
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164 Commands ! A ! 
31165 \backslash
31166 arabic
31167 \end_layout
31168
31169 \end_inset
31170
31171
31172 \series default
31173
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 renewcommand{
31182 \backslash
31183 theequation}{
31184 \backslash
31185 arabic{equation}}
31186 \end_layout
31187
31188 \end_inset
31189
31190
31191 \series bold
31192
31193 \begin_inset Newline newline
31194 \end_inset
31195
31196
31197 \series default
31198 or
31199 \series bold
31200
31201 \begin_inset Newline newline
31202 \end_inset
31203
31204
31205 \backslash
31206 renewcommand{
31207 \backslash
31208 thetable}{
31209 \backslash
31210 arabic{table}}
31211 \end_layout
31212
31213 \begin_layout Standard
31214
31215 \series bold
31216
31217 \backslash
31218 numberwithin
31219 \series default
31220  uses internally the command 
31221 \series bold
31222
31223 \backslash
31224 @addtoreset
31225 \series default
31226 , described above, that also needs to be reverted.
31227 \begin_inset ERT
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231
31232
31233 \backslash
31234 makeatletter
31235 \end_layout
31236
31237 \begin_layout Plain Layout
31238
31239
31240 \backslash
31241 @removefromreset{equation}{section}
31242 \end_layout
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 makeatother
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Subsection
31257 Numbering with Roman Numbers and Letters
31258 \begin_inset Index idx
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 Formula numbering ! with letters
31263 \end_layout
31264
31265 \end_inset
31266
31267
31268 \begin_inset Index idx
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272 Formula numbering ! with Roman numbers
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 Formulas can also be numbered with Roman numbers and Latin letters.
31282  To number for example with small Roman numbers, the command
31283 \end_layout
31284
31285 \begin_layout Standard
31286
31287 \series bold
31288
31289 \backslash
31290 renewcommand{
31291 \backslash
31292 theequation}{
31293 \backslash
31294 roman{equation}}
31295 \end_layout
31296
31297 \begin_layout Standard
31298 is inserted before the formula in TeX-mode.
31299  
31300 \series bold
31301
31302 \backslash
31303 renewcommand
31304 \series default
31305
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 Commands ! R ! 
31311 \backslash
31312 renewcommand
31313 \end_layout
31314
31315 \end_inset
31316
31317  redefines the predefined command 
31318 \series bold
31319
31320 \backslash
31321 theequation
31322 \series default
31323  to the command 
31324 \series bold
31325
31326 \backslash
31327 roman{equation}
31328 \series default
31329 .
31330 \begin_inset Foot
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 The command 
31335 \series bold
31336
31337 \backslash
31338 renewcommand
31339 \series default
31340  has the same scheme like the command 
31341 \series bold
31342
31343 \backslash
31344 newcommand
31345 \series default
31346  that is described in 
31347 \begin_inset CommandInset ref
31348 LatexCommand ref
31349 reference "sub:The-Command-newcommand"
31350
31351 \end_inset
31352
31353 .
31354 \end_layout
31355
31356 \end_inset
31357
31358  
31359 \series bold
31360 equation
31361 \series default
31362  is the formula counter.
31363  When the command 
31364 \series bold
31365
31366 \backslash
31367 the
31368 \series default
31369  is used as prefix for a counter, the value of the counter is output as
31370  Arabic number.
31371  When a formula is numbered, LaTeX sets internally the command 
31372 \series bold
31373
31374 \backslash
31375 theequation
31376 \series default
31377  behind the formula.
31378  
31379 \series bold
31380
31381 \backslash
31382 roman{equation}
31383 \begin_inset Index idx
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387 Commands ! R ! 
31388 \backslash
31389 roman
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \series default
31396  outputs the counter as small Roman number.
31397 \end_layout
31398
31399 \begin_layout Standard
31400 All formulas behind the command 
31401 \series bold
31402
31403 \backslash
31404 renew
31405 \series default
31406 c
31407 \series bold
31408 ommand
31409 \series default
31410  are now numbered Roman.
31411  To switch to numbering with big Roman numbers, the command is inserted
31412  again, but 
31413 \series bold
31414
31415 \backslash
31416 roman
31417 \series default
31418  is replaced by 
31419 \series bold
31420
31421 \backslash
31422 Roman
31423 \series default
31424
31425 \begin_inset Index idx
31426 status collapsed
31427
31428 \begin_layout Plain Layout
31429 Commands ! R ! 
31430 \backslash
31431 roman@
31432 \backslash
31433 Roman
31434 \end_layout
31435
31436 \end_inset
31437
31438 .
31439  To 
31440 \begin_inset Quotes eld
31441 \end_inset
31442
31443 number
31444 \begin_inset Quotes erd
31445 \end_inset
31446
31447  with small Latin letters there is the command 
31448 \series bold
31449
31450 \backslash
31451 alph
31452 \series default
31453
31454 \begin_inset Index idx
31455 status collapsed
31456
31457 \begin_layout Plain Layout
31458 Commands ! A ! 
31459 \backslash
31460 alph
31461 \end_layout
31462
31463 \end_inset
31464
31465 , for big ones there is the command 
31466 \series bold
31467
31468 \backslash
31469 Alph
31470 \series default
31471
31472 \begin_inset Index idx
31473 status collapsed
31474
31475 \begin_layout Plain Layout
31476 Commands ! A ! 
31477 \backslash
31478 alph@
31479 \backslash
31480 Alph
31481 \end_layout
31482
31483 \end_inset
31484
31485 .
31486 \end_layout
31487
31488 \begin_layout Standard
31489 \begin_inset Note Greyedout
31490 status open
31491
31492 \begin_layout Plain Layout
31493
31494 \series bold
31495 \color none
31496 Note:
31497 \series default
31498  Only maximal 26
31499 \begin_inset space ~
31500 \end_inset
31501
31502 formulas can be numbered with Latin letters in one document.
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Standard
31511 \begin_inset ERT
31512 status collapsed
31513
31514 \begin_layout Plain Layout
31515
31516
31517 \backslash
31518 renewcommand{
31519 \backslash
31520 theequation}{
31521 \backslash
31522 roman{equation}}
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \begin_layout Standard
31531 \begin_inset Formula 
31532 \begin{equation}
31533 A=\textrm{small roman}
31534 \end{equation}
31535
31536 \end_inset
31537
31538
31539 \begin_inset ERT
31540 status collapsed
31541
31542 \begin_layout Plain Layout
31543
31544
31545 \backslash
31546 renewcommand{
31547 \backslash
31548 theequation}{
31549 \backslash
31550 Roman{equation}}
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \begin_inset Formula 
31557 \begin{equation}
31558 B=\textrm{big Roman}\label{eq:Rom}
31559 \end{equation}
31560
31561 \end_inset
31562
31563
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569
31570 \backslash
31571 renewcommand{
31572 \backslash
31573 theequation}{
31574 \backslash
31575 alph{equation}}
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \begin_inset Formula 
31582 \begin{equation}
31583 C=\textrm{small Latin}
31584 \end{equation}
31585
31586 \end_inset
31587
31588
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 renewcommand{
31597 \backslash
31598 theequation}{
31599 \backslash
31600 Alph{equation}}
31601 \end_layout
31602
31603 \end_inset
31604
31605
31606 \begin_inset Formula 
31607 \begin{equation}
31608 D=\textrm{big Latin}\label{eq:Lat}
31609 \end{equation}
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 To switch back to the default numbering, insert the command:
31618 \end_layout
31619
31620 \begin_layout Standard
31621
31622 \series bold
31623
31624 \backslash
31625 renewcommand{
31626 \backslash
31627 theequation}{
31628 \backslash
31629 arabic{equation}}
31630 \begin_inset Index idx
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634 Commands ! A ! 
31635 \backslash
31636 arabic
31637 \end_layout
31638
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \begin_layout Standard
31645 \begin_inset ERT
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649
31650
31651 \backslash
31652 renewcommand{
31653 \backslash
31654 theequation}{
31655 \backslash
31656 arabic{equation}}
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \begin_inset Formula 
31663 \begin{equation}
31664 E=\textrm{Arabic}
31665 \end{equation}
31666
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \begin_layout Standard
31673 \begin_inset VSpace medskip
31674 \end_inset
31675
31676 As you see, formulas are numbered serially independent from the numbering
31677  style.
31678  When then numbering should start with 
31679 \begin_inset Quotes eld
31680 \end_inset
31681
31682 1
31683 \begin_inset Quotes erd
31684 \end_inset
31685
31686  when the style is changed, new equation counters have to be defined.
31687  A description about this can be found in the file 
31688 \begin_inset CommandInset href
31689 LatexCommand href
31690 name "Formula-numbering.lyx"
31691 target "run:Formula-numbering.lyx"
31692
31693 \end_inset
31694
31695 .
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \begin_inset Newpage newpage
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Section
31706 Chemical Symbols and Equations
31707 \begin_inset CommandInset label
31708 LatexCommand label
31709 name "sub:Chemical-Symbols-and"
31710
31711 \end_inset
31712
31713
31714 \begin_inset Index idx
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718 Chemical characters ! Symbols
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \begin_inset Index idx
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 Chemical equations
31729 \end_layout
31730
31731 \end_inset
31732
31733
31734 \begin_inset Index idx
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 Symbols ! chemical
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \end_layout
31745
31746 \begin_layout Standard
31747 An example text from chemistry:
31748 \end_layout
31749
31750 \begin_layout Quote
31751 The 
31752 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31753 \end_inset
31754
31755 -ion reacts with two 
31756 \begin_inset Formula $\mathrm{Na^{+}}$
31757 \end_inset
31758
31759 -ions to sodium sulfate 
31760 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31761 \end_inset
31762
31763 .
31764  The chemical equation for this is:
31765 \begin_inset Formula 
31766 \begin{equation}
31767 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31768 \end{equation}
31769
31770 \end_inset
31771
31772
31773 \end_layout
31774
31775 \begin_layout Standard
31776 This chemical equation can directly be created as formula.
31777  To avoid that the symbols appear italic, everything is highlighted and
31778  changed by the shortcut 
31779 \begin_inset Info
31780 type  "shortcut"
31781 arg   "font-roman"
31782 \end_inset
31783
31784  to the upright font style.
31785 \begin_inset Foot
31786 status collapsed
31787
31788 \begin_layout Plain Layout
31789 font styles
31790 \series bold
31791  
31792 \series default
31793 see 
31794 \begin_inset CommandInset ref
31795 LatexCommand ref
31796 reference "sub:Font-Styles"
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \end_inset
31804
31805
31806 \end_layout
31807
31808 \begin_layout Standard
31809 A more convenient way to typeset chemical formulas is to use the command
31810  
31811 \series bold
31812
31813 \backslash
31814 ce
31815 \series default
31816
31817 \begin_inset Index idx
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821 Commands ! C ! 
31822 \backslash
31823 ce
31824 \end_layout
31825
31826 \end_inset
31827
31828  that is available when the LaTeX-package 
31829 \series bold
31830 mhchem
31831 \series default
31832
31833 \begin_inset Index idx
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837 Packages ! mhchem
31838 \end_layout
31839
31840 \end_inset
31841
31842  is installed.
31843  After inserting 
31844 \series bold
31845
31846 \backslash
31847 ce
31848 \series default
31849  to a formula a new blue box appears where chemical formulas can be inserted
31850  in an intuitive way.
31851 \end_layout
31852
31853 \begin_layout Standard
31854 \align center
31855 \begin_inset Tabular
31856 <lyxtabular version="3" rows="9" columns="2">
31857 <features tabularvalignment="middle">
31858 <column alignment="center" valignment="top" width="0">
31859 <column alignment="center" valignment="top" width="0">
31860 <row>
31861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31862 \begin_inset Text
31863
31864 \begin_layout Plain Layout
31865 Command
31866 \end_layout
31867
31868 \end_inset
31869 </cell>
31870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 Result
31875 \begin_inset Note Note
31876 status collapsed
31877
31878 \begin_layout Plain Layout
31879
31880 \series bold
31881
31882 \backslash
31883 raisebox
31884 \series default
31885  is only used as spacer.
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 </row>
31896 <row>
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901
31902 \backslash
31903 ce
31904 \begin_inset ERT
31905 status collapsed
31906
31907 \begin_layout Plain Layout
31908
31909
31910 \backslash
31911 spce 
31912 \end_layout
31913
31914 \end_inset
31915
31916 H2CO3
31917 \end_layout
31918
31919 \end_inset
31920 </cell>
31921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31922 \begin_inset Text
31923
31924 \begin_layout Plain Layout
31925 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \end_inset
31932 </cell>
31933 </row>
31934 <row>
31935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Plain Layout
31939
31940 \backslash
31941 ce
31942 \begin_inset ERT
31943 status collapsed
31944
31945 \begin_layout Plain Layout
31946
31947
31948 \backslash
31949 spce 
31950 \end_layout
31951
31952 \end_inset
31953
31954 SO4^2-
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31960 \begin_inset Text
31961
31962 \begin_layout Plain Layout
31963 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31964 \end_inset
31965
31966
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 </row>
31972 <row>
31973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31974 \begin_inset Text
31975
31976 \begin_layout Plain Layout
31977
31978 \backslash
31979 ce
31980 \begin_inset ERT
31981 status collapsed
31982
31983 \begin_layout Plain Layout
31984
31985
31986 \backslash
31987 spce 
31988 \end_layout
31989
31990 \end_inset
31991
31992 (NH4)2S
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \end_inset
32008 </cell>
32009 </row>
32010 <row>
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015
32016 \backslash
32017 ce
32018 \begin_inset ERT
32019 status collapsed
32020
32021 \begin_layout Plain Layout
32022
32023
32024 \backslash
32025 spce 
32026 \end_layout
32027
32028 \end_inset
32029
32030 KCr(SO4)2.12H2O
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32036 \begin_inset Text
32037
32038 \begin_layout Plain Layout
32039 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32040 \end_inset
32041
32042
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 </row>
32048 <row>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053
32054 \backslash
32055 ce
32056 \begin_inset ERT
32057 status collapsed
32058
32059 \begin_layout Plain Layout
32060
32061
32062 \backslash
32063 spce 
32064 \end_layout
32065
32066 \end_inset
32067
32068 A-B
32069 \backslash
32070 dbond
32071 \begin_inset ERT
32072 status collapsed
32073
32074 \begin_layout Plain Layout
32075
32076
32077 \backslash
32078 spce 
32079 \end_layout
32080
32081 \end_inset
32082
32083 C
32084 \backslash
32085 tbond
32086 \begin_inset ERT
32087 status collapsed
32088
32089 \begin_layout Plain Layout
32090
32091
32092 \backslash
32093 spce 
32094 \end_layout
32095
32096 \end_inset
32097
32098 D
32099 \end_layout
32100
32101 \end_inset
32102 </cell>
32103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32104 \begin_inset Text
32105
32106 \begin_layout Plain Layout
32107 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32108 \end_inset
32109
32110
32111 \end_layout
32112
32113 \end_inset
32114 </cell>
32115 </row>
32116 <row>
32117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32118 \begin_inset Text
32119
32120 \begin_layout Plain Layout
32121
32122 \backslash
32123 ce
32124 \begin_inset ERT
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128
32129
32130 \backslash
32131 spce 
32132 \end_layout
32133
32134 \end_inset
32135
32136 ^227
32137 \begin_inset Formula $\downarrow$
32138 \end_inset
32139
32140 _90
32141 \begin_inset Formula $\to$
32142 \end_inset
32143
32144 Th+
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32150 \begin_inset Text
32151
32152 \begin_layout Plain Layout
32153 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32154 \end_inset
32155
32156
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 </row>
32162 <row>
32163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32164 \begin_inset Text
32165
32166 \begin_layout Plain Layout
32167
32168 \backslash
32169 ce
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175
32176 \backslash
32177 spce 
32178 \end_layout
32179
32180 \end_inset
32181
32182 CO2
32183 \begin_inset ERT
32184 status collapsed
32185
32186 \begin_layout Plain Layout
32187
32188
32189 \backslash
32190 spce 
32191 \end_layout
32192
32193 \end_inset
32194
32195 +
32196 \begin_inset ERT
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200
32201
32202 \backslash
32203 spce 
32204 \end_layout
32205
32206 \end_inset
32207
32208 C
32209 \begin_inset ERT
32210 status collapsed
32211
32212 \begin_layout Plain Layout
32213
32214
32215 \backslash
32216 spce 
32217 \end_layout
32218
32219 \end_inset
32220
32221 <=>
32222 \begin_inset ERT
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226
32227
32228 \backslash
32229 spce 
32230 \end_layout
32231
32232 \end_inset
32233
32234 2CO
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32244 \end_inset
32245
32246
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 </row>
32252 <row>
32253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257
32258 \backslash
32259 ce
32260 \begin_inset ERT
32261 status collapsed
32262
32263 \begin_layout Plain Layout
32264
32265
32266 \backslash
32267 spce 
32268 \end_layout
32269
32270 \end_inset
32271
32272 CO2
32273 \begin_inset ERT
32274 status collapsed
32275
32276 \begin_layout Plain Layout
32277
32278
32279 \backslash
32280 spce 
32281 \end_layout
32282
32283 \end_inset
32284
32285 +
32286 \begin_inset ERT
32287 status collapsed
32288
32289 \begin_layout Plain Layout
32290
32291
32292 \backslash
32293 spce 
32294 \end_layout
32295
32296 \end_inset
32297
32298 C
32299 \begin_inset ERT
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303
32304
32305 \backslash
32306 spce 
32307 \end_layout
32308
32309 \end_inset
32310
32311 ->[
32312 \backslash
32313 alpha][
32314 \backslash
32315 beta]
32316 \begin_inset ERT
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320
32321
32322 \backslash
32323 spce 
32324 \end_layout
32325
32326 \end_inset
32327
32328 2CO}
32329 \end_layout
32330
32331 \end_inset
32332 </cell>
32333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32334 \begin_inset Text
32335
32336 \begin_layout Plain Layout
32337 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 </row>
32346 </lyxtabular>
32347
32348 \end_inset
32349
32350
32351 \end_layout
32352
32353 \begin_layout Standard
32354 \begin_inset Note Greyedout
32355 status open
32356
32357 \begin_layout Plain Layout
32358
32359 \series bold
32360 \color none
32361 Note:
32362 \series default
32363  Inserting a formula to a 
32364 \series bold
32365
32366 \backslash
32367 ce
32368 \series default
32369  box will lead to LaTeX errors due to a LyX bug.
32370 \color inherit
32371
32372 \begin_inset Foot
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376 \begin_inset CommandInset href
32377 LatexCommand href
32378 name "LyX-bug #8566"
32379 target "http://www.lyx.org/trac/ticket/8566"
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \end_inset
32387
32388
32389 \color none
32390  In this case TeX code has to be used like for 
32391 \series bold
32392
32393 \backslash
32394 ce{$
32395 \backslash
32396 mu
32397 \backslash
32398 hyphen$Cl}
32399 \series default
32400
32401 \begin_inset ERT
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405
32406
32407 \backslash
32408 ce{$
32409 \backslash
32410 mu
32411 \backslash
32412 hyphen$Cl}
32413 \end_layout
32414
32415 \end_inset
32416
32417  
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 \begin_inset Note Greyedout
32427 status open
32428
32429 \begin_layout Plain Layout
32430
32431 \series bold
32432 \color none
32433 Note:
32434 \series default
32435  It is not possible in LyX to use the character ^ to get an up-arrow as
32436  described in the 
32437 \series bold
32438 mhchem
32439 \series default
32440  manual.
32441  One instead uses a negative thin space followed by the command 
32442 \series bold
32443
32444 \backslash
32445 uparrow
32446 \series default
32447
32448 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \end_layout
32458
32459 \begin_layout Standard
32460 Using 
32461 \series bold
32462
32463 \backslash
32464 ce
32465 \series default
32466  the command for equation
32467 \begin_inset space ~
32468 \end_inset
32469
32470
32471 \begin_inset CommandInset ref
32472 LatexCommand eqref
32473 reference "eq:chem-reaction"
32474
32475 \end_inset
32476
32477  is:
32478 \begin_inset Newline newline
32479 \end_inset
32480
32481
32482 \series bold
32483  
32484 \backslash
32485 ce
32486 \begin_inset ERT
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490
32491
32492 \backslash
32493 spce 
32494 \end_layout
32495
32496 \end_inset
32497
32498 2Na+
32499 \begin_inset ERT
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503
32504
32505 \backslash
32506 spce 
32507 \end_layout
32508
32509 \end_inset
32510
32511 +
32512 \begin_inset ERT
32513 status collapsed
32514
32515 \begin_layout Plain Layout
32516
32517
32518 \backslash
32519 spce 
32520 \end_layout
32521
32522 \end_inset
32523
32524 SO4^2-
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 spce 
32533 \end_layout
32534
32535 \end_inset
32536
32537
32538 \begin_inset ERT
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542
32543
32544 \backslash
32545 spce 
32546 \end_layout
32547
32548 \end_inset
32549
32550 ->
32551 \begin_inset ERT
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555
32556
32557 \backslash
32558 spce 
32559 \end_layout
32560
32561 \end_inset
32562
32563 Na2SO4
32564 \end_layout
32565
32566 \begin_layout Standard
32567 To create multiline chemical equations first a multiline formula is created
32568  as described in 
32569 \begin_inset CommandInset ref
32570 LatexCommand ref
32571 reference "sec:Multiline-Formulas"
32572
32573 \end_inset
32574
32575 .
32576  Afterwards the command 
32577 \series bold
32578
32579 \backslash
32580 ce
32581 \series default
32582  is used in every small blue box of the formula.
32583  
32584 \begin_inset CommandInset ref
32585 LatexCommand eqref
32586 reference "eq:TEOS-reaction-1"
32587
32588 \end_inset
32589
32590  and 
32591 \begin_inset CommandInset ref
32592 LatexCommand eqref
32593 reference "eq:TEOS-reaction-2"
32594
32595 \end_inset
32596
32597  are an example of a multi-stage chemical reaction where every equation
32598  has its own number.
32599 \begin_inset Formula 
32600 \begin{eqnarray}
32601 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32602 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32603 \end{eqnarray}
32604
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Standard
32611 Besides 
32612 \series bold
32613
32614 \backslash
32615 ce
32616 \series default
32617  the 
32618 \series bold
32619 mhchem
32620 \series default
32621  package provides the command 
32622 \series bold
32623
32624 \backslash
32625 cf
32626 \series default
32627
32628 \begin_inset Index idx
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632 Commands ! C ! 
32633 \backslash
32634 cf
32635 \end_layout
32636
32637 \end_inset
32638
32639  that has to be used for special cases.
32640  For more information about 
32641 \series bold
32642
32643 \backslash
32644 cf
32645 \series default
32646  and more examples have a look at the documentation of 
32647 \series bold
32648 mhchem
32649 \series default
32650
32651 \begin_inset CommandInset citation
32652 LatexCommand cite
32653 key "mhchem"
32654
32655 \end_inset
32656
32657 .
32658 \end_layout
32659
32660 \begin_layout Section
32661 Diagrams
32662 \end_layout
32663
32664 \begin_layout Standard
32665 LyX supports two types of commutative diagrams: 
32666 \series bold
32667 amscd
32668 \series default
32669  and 
32670 \series bold
32671 xymatrix
32672 \series default
32673  that are explained in the following.
32674 \end_layout
32675
32676 \begin_layout Subsection
32677 Amscd Diagrams
32678 \begin_inset Index idx
32679 status collapsed
32680
32681 \begin_layout Plain Layout
32682 Diagrams ! amscd
32683 \end_layout
32684
32685 \end_inset
32686
32687
32688 \end_layout
32689
32690 \begin_layout Standard
32691 Diagrams of this type visualize relations by vertical and horizontal lines
32692  or arrows:
32693 \begin_inset Formula 
32694 \[
32695 \begin{CD}A@>>>B@>>>C\\
32696 @AAA@.@VVV\\
32697 F@<<<E@<<<D
32698 \end{CD}
32699 \]
32700
32701 \end_inset
32702
32703
32704 \end_layout
32705
32706 \begin_layout Standard
32707 To get them, the command 
32708 \series bold
32709
32710 \backslash
32711 CD
32712 \begin_inset Index idx
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716 Commands ! C ! 
32717 \backslash
32718 CD
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \series default
32725  is inserted to a formula.
32726  A blue box appears with two dashed lines where further commands can be
32727  inserted.
32728  With 
32729 \begin_inset Info
32730 type  "shortcut"
32731 arg   "newline-insert newline"
32732 \end_inset
32733
32734  a new line is created.
32735  Horizontal relations are inserted in odd, vertical in even formula lines.
32736 \end_layout
32737
32738 \begin_layout Standard
32739 To create the relations there are the following commands:
32740 \end_layout
32741
32742 \begin_layout Itemize
32743
32744 \series bold
32745 @<<<
32746 \series default
32747  creates a left arrow, 
32748 \series bold
32749 @>>>
32750 \series default
32751  a right arrow and 
32752 \series bold
32753 @=
32754 \series default
32755  a long equal sign
32756 \end_layout
32757
32758 \begin_layout Itemize
32759
32760 \series bold
32761 @AAA
32762 \series default
32763  creates an up arrow, 
32764 \series bold
32765 @VVV
32766 \series default
32767  a down arrow and 
32768 \series bold
32769 @|
32770 \series default
32771  a vertical equal sign
32772 \end_layout
32773
32774 \begin_layout Itemize
32775
32776 \series bold
32777 @.
32778
32779 \series default
32780  is a placeholder for non-existent relations
32781 \end_layout
32782
32783 \begin_layout Standard
32784 All arrows can be labeled as follows:
32785 \end_layout
32786
32787 \begin_layout Itemize
32788 If text inserted between the first and second < or >, resp., it is placed
32789  above the arrow.
32790  When it is inserted between the second and third one, it appears under
32791  the arrow.
32792 \end_layout
32793
32794 \begin_layout Itemize
32795 When text for vertical arrows is inserted between the first and second A
32796  or V, resp., it is placed left beside the arrow.
32797  When it is inserted between the second and third one, it appears right
32798  beside the arrow.
32799  If the text contains an A or V, these letters must be set into a TeX-brace.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 As example a diagram with all possible relations:
32804 \end_layout
32805
32806 \begin_layout Standard
32807 \begin_inset Formula 
32808 \[
32809 \begin{CD}A@>j>>B@>>k>C@=F\\
32810 @AmAA@.@VV{V}V@|\\
32811 D@<<j<E@>k>>F@=C
32812 \end{CD}
32813 \]
32814
32815 \end_inset
32816
32817
32818 \end_layout
32819
32820 \begin_layout Standard
32821 The command for this is:
32822 \begin_inset Newline newline
32823 \end_inset
32824
32825
32826 \series bold
32827
32828 \backslash
32829 CD
32830 \begin_inset ERT
32831 status collapsed
32832
32833 \begin_layout Plain Layout
32834
32835
32836 \backslash
32837 spce 
32838 \end_layout
32839
32840 \end_inset
32841
32842 A@>j>>B@>>k>C@=F Ctrl+Return
32843 \begin_inset Newline newline
32844 \end_inset
32845
32846
32847 \begin_inset Phantom HPhantom
32848 status open
32849
32850 \begin_layout Plain Layout
32851
32852 \series bold
32853
32854 \backslash
32855 CD
32856 \begin_inset ERT
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860
32861
32862 \backslash
32863 spce 
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \end_inset
32872
32873 @AmAA@.@VV
32874 \backslash
32875 {V
32876 \series default
32877
32878 \begin_inset Formula $\to$
32879 \end_inset
32880
32881
32882 \series bold
32883 V@| Ctrl+Return
32884 \begin_inset Newline newline
32885 \end_inset
32886
32887
32888 \begin_inset Phantom HPhantom
32889 status open
32890
32891 \begin_layout Plain Layout
32892
32893 \series bold
32894
32895 \backslash
32896 CD
32897 \begin_inset ERT
32898 status collapsed
32899
32900 \begin_layout Plain Layout
32901
32902
32903 \backslash
32904 spce 
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \end_inset
32913
32914 D@<<j<E@>k>>F@=C
32915 \end_layout
32916
32917 \begin_layout Subsection
32918 Xymatrix Diagrams
32919 \begin_inset Index idx
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 Diagrams ! xymatrix
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Standard
32932 To be able to use xymatrices, the LaTeX-package 
32933 \series bold
32934 xypic
32935 \series default
32936  must be installed.
32937  A xymatrix is created by inserting the command 
32938 \series bold
32939
32940 \backslash
32941 xymatrix
32942 \series default
32943  in a formula.
32944  Then you are able to add new matrix columns and rows like for normal matrices,
32945  see 
32946 \begin_inset CommandInset ref
32947 LatexCommand ref
32948 reference "sec:Matrices"
32949
32950 \end_inset
32951
32952 .
32953 \end_layout
32954
32955 \begin_layout Standard
32956 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32957  and much more.
32958  All possibilities to create commutative diagrams and decorations are explained
32959  in detail in the 
32960 \emph on
32961 XY-pic manual
32962 \emph default
32963  that you find in the menu 
32964 \family sans
32965 Help\SpecialChar \menuseparator
32966 Specific
32967 \begin_inset space ~
32968 \end_inset
32969
32970 Manuals
32971 \family default
32972 .
32973 \end_layout
32974
32975 \begin_layout Subsection
32976
32977 \noun on
32978 Feynman
32979 \noun default
32980  Diagrams
32981 \begin_inset Index idx
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 Diagrams ! Feynman
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 To be able to use 
32995 \noun on
32996 Feynman
32997 \noun default
32998 -diagrams, the LaTeX-package 
32999 \series bold
33000 feyn
33001 \series default
33002  must be installed.
33003  A 
33004 \noun on
33005 Feynman
33006 \noun default
33007 -diagram is created by inserting the command 
33008 \series bold
33009
33010 \backslash
33011 Diagram
33012 \series default
33013  in a formula.
33014  Then you are able to add new matrix columns and rows like for normal matrices,
33015  see 
33016 \begin_inset CommandInset ref
33017 LatexCommand ref
33018 reference "sec:Matrices"
33019
33020 \end_inset
33021
33022 .
33023 \end_layout
33024
33025 \begin_layout Standard
33026 Examples how to create 
33027 \noun on
33028 Feynman-
33029 \noun default
33030 diagrams in LyX is given in the 
33031 \emph on
33032 Feynman-diagram manual
33033 \emph default
33034  that you find in the menu 
33035 \family sans
33036 Help\SpecialChar \menuseparator
33037 Specific
33038 \begin_inset space ~
33039 \end_inset
33040
33041 Manuals
33042 \family default
33043 .
33044 \end_layout
33045
33046 \begin_layout Standard
33047 \begin_inset Newpage newpage
33048 \end_inset
33049
33050
33051 \end_layout
33052
33053 \begin_layout Section
33054 User-defined Commands
33055 \begin_inset Index idx
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 User-defined commands
33060 \end_layout
33061
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \begin_inset Note Greyedout
33069 status open
33070
33071 \begin_layout Plain Layout
33072
33073 \series bold
33074 Note:
33075 \series default
33076  The names of user-defined commands and macros may only consist of Latin
33077  letters.
33078 \end_layout
33079
33080 \end_inset
33081
33082
33083 \end_layout
33084
33085 \begin_layout Subsection
33086 The Command 
33087 \backslash
33088 newcommand
33089 \begin_inset CommandInset label
33090 LatexCommand label
33091 name "sub:The-Command-newcommand"
33092
33093 \end_inset
33094
33095
33096 \begin_inset Index idx
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 User-defined commands ! 
33101 \backslash
33102 newcommand
33103 \end_layout
33104
33105 \end_inset
33106
33107
33108 \begin_inset Index idx
33109 status collapsed
33110
33111 \begin_layout Plain Layout
33112 Commands ! N ! 
33113 \backslash
33114 newcommand
33115 \end_layout
33116
33117 \end_inset
33118
33119
33120 \end_layout
33121
33122 \begin_layout Standard
33123 Many LaTeX-commands are too long to be used frequently.
33124  But it is possible to define with the command 
33125 \series bold
33126
33127 \backslash
33128 newcommand
33129 \series default
33130  new shorter commands.
33131 \end_layout
33132
33133 \begin_layout Standard
33134 The command scheme of 
33135 \series bold
33136
33137 \backslash
33138 newcommand
33139 \series default
33140  is:
33141 \end_layout
33142
33143 \begin_layout Standard
33144
33145 \series bold
33146
33147 \backslash
33148 newcommand{new command name}[number of arguments][optional
33149 \series default
33150  
33151 \series bold
33152 value]
33153 \begin_inset Newline newline
33154 \end_inset
33155
33156
33157 \begin_inset Phantom HPhantom
33158 status open
33159
33160 \begin_layout Plain Layout
33161
33162 \series bold
33163
33164 \backslash
33165 newcommand
33166 \end_layout
33167
33168 \end_inset
33169
33170 {command definition}
33171 \end_layout
33172
33173 \begin_layout Standard
33174 \begin_inset Note Greyedout
33175 status open
33176
33177 \begin_layout Plain Layout
33178
33179 \series bold
33180 Note:
33181 \series default
33182  Assure that the name of the new command is not already used in your document
33183  or by LaTeX-packages that you use.
33184  When you for example define the command 
33185 \series bold
33186
33187 \backslash
33188 le
33189 \series default
33190  for 
33191 \series bold
33192
33193 \backslash
33194 Leftarrow
33195 \series default
33196 , you get an error message because 
33197 \series bold
33198
33199 \backslash
33200 le
33201 \series default
33202  is already defined as command for 
33203 \begin_inset Quotes eld
33204 \end_inset
33205
33206
33207 \begin_inset Formula $\le$
33208 \end_inset
33209
33210
33211 \begin_inset Quotes erd
33212 \end_inset
33213
33214 .
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \begin_layout Standard
33223 The number of arguments is an integer in the range 0
33224 \begin_inset space \thinspace{}
33225 \end_inset
33226
33227 -
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 9 and specifies how many arguments the new command should have.
33232  With the optional value a value for an optional argument can be predefined.
33233  When this is done, the 
33234 \emph on
33235 first
33236 \emph default
33237  
33238 \emph on
33239 a
33240 \emph default
33241 rgument of the new command is automatically an optional one.
33242 \end_layout
33243
33244 \begin_layout Standard
33245 Here are some examples:
33246 \end_layout
33247
33248 \begin_layout Itemize
33249 To define the command 
33250 \series bold
33251
33252 \backslash
33253 gr
33254 \series default
33255  for 
33256 \series bold
33257
33258 \backslash
33259 Longrightarrow
33260 \series default
33261 , the LaTeX-preamble line is:
33262 \begin_inset VSpace medskip
33263 \end_inset
33264
33265
33266 \begin_inset Newline newline
33267 \end_inset
33268
33269
33270 \series bold
33271
33272 \backslash
33273 newcommand{
33274 \backslash
33275 gr}{
33276 \backslash
33277 Longrightarrow}
33278 \end_layout
33279
33280 \begin_layout Itemize
33281 To define the command 
33282 \series bold
33283
33284 \backslash
33285 us
33286 \series default
33287  for 
33288 \series bold
33289
33290 \backslash
33291 underline
33292 \series default
33293 , the argument (that should be underlined) must be taken into account.
33294  For this the preamble line is:
33295 \begin_inset VSpace medskip
33296 \end_inset
33297
33298
33299 \begin_inset Newline newline
33300 \end_inset
33301
33302
33303 \series bold
33304
33305 \backslash
33306 newcommand{
33307 \backslash
33308 us}[1]{
33309 \backslash
33310 underline{#1}}
33311 \series default
33312
33313 \begin_inset VSpace medskip
33314 \end_inset
33315
33316
33317 \begin_inset Newline newline
33318 \end_inset
33319
33320 The character 
33321 \series bold
33322 #
33323 \series default
33324  acts as argument placeholder, the 
33325 \series bold
33326 1
33327 \series default
33328  behind it denotes that it is the placeholder for the first argument.
33329 \end_layout
33330
33331 \begin_layout Itemize
33332 For 
33333 \series bold
33334
33335 \backslash
33336 framebox
33337 \series default
33338  one can e.
33339 \begin_inset space \thinspace{}
33340 \end_inset
33341
33342 g.
33343 \begin_inset space \space{}
33344 \end_inset
33345
33346 define the command 
33347 \series bold
33348
33349 \backslash
33350 fb
33351 \series default
33352 :
33353 \begin_inset VSpace medskip
33354 \end_inset
33355
33356
33357 \begin_inset Newline newline
33358 \end_inset
33359
33360
33361 \series bold
33362
33363 \backslash
33364 newcommand{
33365 \backslash
33366 fb}[3]{
33367 \backslash
33368 framebox#1#2{$#3$}}
33369 \series default
33370
33371 \begin_inset VSpace medskip
33372 \end_inset
33373
33374
33375 \begin_inset Newline newline
33376 \end_inset
33377
33378 The two Dollar signs creates the extra formula needed for 
33379 \series bold
33380
33381 \backslash
33382 framebox
33383 \series default
33384 , see 
33385 \begin_inset CommandInset ref
33386 LatexCommand ref
33387 reference "sub:Boxes-with-Frame"
33388
33389 \end_inset
33390
33391 .
33392 \end_layout
33393
33394 \begin_layout Itemize
33395 To create a new command for 
33396 \series bold
33397
33398 \backslash
33399 fcolorbox
33400 \series default
33401  where the color for the box need not be specified, the argument for the
33402  color is defined optional:
33403 \begin_inset VSpace medskip
33404 \end_inset
33405
33406
33407 \begin_inset Newline newline
33408 \end_inset
33409
33410
33411 \series bold
33412
33413 \backslash
33414 newcommand{
33415 \backslash
33416 cb}[3][white]{
33417 \backslash
33418 fcolorbox{#2}{#1}{$#3$}}
33419 \series default
33420
33421 \begin_inset VSpace medskip
33422 \end_inset
33423
33424
33425 \begin_inset Newline newline
33426 \end_inset
33427
33428 When the color is not specified when using 
33429 \series bold
33430
33431 \backslash
33432 cb
33433 \series default
33434 , the predefined color 
33435 \series bold
33436 white
33437 \series default
33438  will be used.
33439 \end_layout
33440
33441 \begin_layout Standard
33442 A test of the new defined commands:
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \align center
33447 \begin_inset Tabular
33448 <lyxtabular version="3" rows="6" columns="2">
33449 <features tabularvalignment="middle">
33450 <column alignment="center" valignment="top" width="0">
33451 <column alignment="center" valignment="top" width="0">
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 Command
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 Result
33467 \begin_inset Note Note
33468 status collapsed
33469
33470 \begin_layout Plain Layout
33471
33472 \series bold
33473
33474 \backslash
33475 raisebox
33476 \series default
33477  is only used as spacer.
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 </row>
33488 <row>
33489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33490 \begin_inset Text
33491
33492 \begin_layout Plain Layout
33493 A
33494 \backslash
33495 gr
33496 \begin_inset ERT
33497 status collapsed
33498
33499 \begin_layout Plain Layout
33500
33501
33502 \backslash
33503 spce 
33504 \end_layout
33505
33506 \end_inset
33507
33508 B
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517 \begin_inset Formula $A\gr B$
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 </row>
33526 <row>
33527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33528 \begin_inset Text
33529
33530 \begin_layout Plain Layout
33531
33532 \backslash
33533 us{ABcd
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556
33557 \backslash
33558 fb{[2cm]
33559 \begin_inset Formula $\to$
33560 \end_inset
33561
33562
33563 \backslash
33564 {
33565 \begin_inset Formula $\to$
33566 \end_inset
33567
33568
33569 \backslash
33570 {
33571 \backslash
33572 int
33573 \begin_inset ERT
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577
33578
33579 \backslash
33580 spce 
33581 \end_layout
33582
33583 \end_inset
33584
33585 A=B
33586 \end_layout
33587
33588 \end_inset
33589 </cell>
33590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33591 \begin_inset Text
33592
33593 \begin_layout Plain Layout
33594 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \end_inset
33601 </cell>
33602 </row>
33603 <row>
33604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608
33609 \backslash
33610 cb{red
33611 \begin_inset Formula $\to$
33612 \end_inset
33613
33614
33615 \backslash
33616 {
33617 \backslash
33618 int
33619 \begin_inset ERT
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623
33624
33625 \backslash
33626 spce 
33627 \end_layout
33628
33629 \end_inset
33630
33631 A=B
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33637 \begin_inset Text
33638
33639 \begin_layout Plain Layout
33640 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33641 \end_inset
33642
33643
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 </row>
33649 <row>
33650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654
33655 \backslash
33656 cb[green]
33657 \backslash
33658 {red
33659 \begin_inset Formula $\to$
33660 \end_inset
33661
33662
33663 \backslash
33664 {
33665 \backslash
33666 int
33667 \begin_inset ERT
33668 status collapsed
33669
33670 \begin_layout Plain Layout
33671
33672
33673 \backslash
33674 spce 
33675 \end_layout
33676
33677 \end_inset
33678
33679 A=B
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33685 \begin_inset Text
33686
33687 \begin_layout Plain Layout
33688 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695 </cell>
33696 </row>
33697 </lyxtabular>
33698
33699 \end_inset
33700
33701
33702 \end_layout
33703
33704 \begin_layout Subsection
33705 Math Macros
33706 \begin_inset Index idx
33707 status collapsed
33708
33709 \begin_layout Plain Layout
33710 User-defined commands! Math macros
33711 \end_layout
33712
33713 \end_inset
33714
33715
33716 \begin_inset Index idx
33717 status collapsed
33718
33719 \begin_layout Plain Layout
33720 Macros
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Standard
33729 User-defined commands are especially convenient for complex expressions.
33730  When you are for example dealing with a document that has quadratic equations,
33731  the same solution type occurs several times.
33732  The general form of a quadratic equation is
33733 \begin_inset Formula 
33734 \[
33735 0=\lambda^{2}+p\lambda+q
33736 \]
33737
33738 \end_inset
33739
33740 The general form of the solution is
33741 \begin_inset Formula 
33742 \[
33743 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33744 \]
33745
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Standard
33752 To define a command for the solution formula where only the three parameters
33753  
33754 \begin_inset Formula $\lambda$
33755 \end_inset
33756
33757
33758 \begin_inset Formula $p$
33759 \end_inset
33760
33761  and 
33762 \begin_inset Formula $q$
33763 \end_inset
33764
33765  need to be specified and the index of 
33766 \begin_inset Formula $\lambda$
33767 \end_inset
33768
33769  can be given optionally, the LaTeX-preamble line is
33770 \begin_inset Newline newline
33771 \end_inset
33772
33773
33774 \series bold
33775
33776 \backslash
33777 newcommand{
33778 \backslash
33779 qG}[4][1,
33780 \backslash
33781 ,2]{#2_{#1}=-
33782 \backslash
33783 frac{#3}{2}
33784 \backslash
33785 pm
33786 \begin_inset Newline newline
33787 \end_inset
33788
33789
33790 \begin_inset Phantom HPhantom
33791 status open
33792
33793 \begin_layout Plain Layout
33794
33795 \series bold
33796
33797 \backslash
33798 newcommand
33799 \end_layout
33800
33801 \end_inset
33802
33803
33804 \backslash
33805 sqrt{
33806 \backslash
33807 frac{#3^{2}}{4}-#4}}
33808 \end_layout
33809
33810 \begin_layout Standard
33811 To create with this the solution formula, the command
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815
33816 \series bold
33817
33818 \backslash
33819 qG{
33820 \backslash
33821 lambda
33822 \begin_inset Formula $\to$
33823 \end_inset
33824
33825
33826 \backslash
33827 {p
33828 \begin_inset Formula $\to$
33829 \end_inset
33830
33831
33832 \backslash
33833 {q
33834 \series default
33835  is inserted to a formula
33836 \series bold
33837 .
33838 \end_layout
33839
33840 \begin_layout Standard
33841 The definition of the new command is unintuitive because one has to know
33842  the schemes of all used LaTeX commands, e.
33843 \begin_inset space \thinspace{}
33844 \end_inset
33845
33846 g.
33847 \begin_inset space \space{}
33848 \end_inset
33849
33850 that a fraction is inserted in LaTeX as 
33851 \series bold
33852
33853 \backslash
33854 frac{numerator}{denominator}
33855 \series default
33856 .
33857  Furthermore one can easily forget a brace in the definition and cannot
33858  see in LyX what the new command is doing.
33859  To avoid these problems LyX offers the possibility to use math macros instead
33860  of the command 
33861 \series bold
33862
33863 \backslash
33864 newcommand
33865 \series default
33866 .
33867 \end_layout
33868
33869 \begin_layout Standard
33870 A math macro is created by using the menu 
33871 \family sans
33872 Insert\SpecialChar \menuseparator
33873 Math\SpecialChar \menuseparator
33874 Macro
33875 \family default
33876  or the toolbar button 
33877 \begin_inset Graphics
33878         filename ../images/math-macro_newmacroname_newcommand.png
33879         scale 85
33880
33881 \end_inset
33882
33883 .
33884  The math macro toolbar appears together with the following box where the
33885  macro is defined:
33886 \begin_inset Newline newline
33887 \end_inset
33888
33889
33890 \begin_inset space \hspace*{\fill}
33891 \end_inset
33892
33893
33894 \begin_inset Graphics
33895         filename clipart/macrobox.png
33896
33897 \end_inset
33898
33899
33900 \begin_inset space \hspace*{\fill}
33901 \end_inset
33902
33903
33904 \begin_inset Newline newline
33905 \end_inset
33906
33907
33908 \begin_inset FormulaMacro
33909 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33910 \end_inset
33911
33912
33913 \backslash
33914 newmacroname is the default name of the macro that should be changed to
33915  something sensible.
33916  The wanted formula is inserted in the first blue box.
33917  An argument placeholder is inserted with the command 
33918 \series bold
33919
33920 \backslash
33921 #argumentnumber
33922 \series default
33923 , e.
33924 \begin_inset space \thinspace{}
33925 \end_inset
33926
33927 g
33928 \begin_inset space \space{}
33929 \end_inset
33930
33931
33932 \series bold
33933
33934 \backslash
33935 #1
33936 \series default
33937  or by using the macro toolbar button 
33938 \begin_inset Graphics
33939         filename ../images/math-macro-add-param.png
33940         scale 85
33941
33942 \end_inset
33943
33944 .
33945  Argument placeholders are displayed red.
33946  A maximum of 9
33947 \begin_inset space ~
33948 \end_inset
33949
33950 arguments are possible.
33951  Optional arguments are created with the toolbar button 
33952 \begin_inset Graphics
33953         filename ../images/math-macro-add-optional-param.png
33954         scale 85
33955
33956 \end_inset
33957
33958 .
33959  The first non-optional argument can be transformed to an optional one with
33960  the toolbar button 
33961 \begin_inset Graphics
33962         filename ../images/math-macro-make-optional.png
33963         scale 85
33964
33965 \end_inset
33966
33967 .
33968  In the second blue box the appearance of the macro in LyX can be defined.
33969  Normally you want to see it as it is defined, so the box is kept empty.
33970  But when you have created a macro that needs lot of space on the screen,
33971  you can insert in the box for example
33972 \begin_inset Newline newline
33973 \end_inset
33974
33975
33976 \series bold
33977 qG: 
33978 \backslash
33979 #1
33980 \series default
33981  
33982 \series bold
33983 ,
33984 \series default
33985  
33986 \series bold
33987
33988 \backslash
33989 #2
33990 \series default
33991  
33992 \series bold
33993 ,
33994 \series default
33995  
33996 \series bold
33997
33998 \backslash
33999 #3, 
34000 \backslash
34001 #4
34002 \begin_inset Newline newline
34003 \end_inset
34004
34005
34006 \series default
34007 For the macro only the arguments with the macro name in front of them will
34008  then be displayed in LyX, leading to a better overview.
34009  The formula appears in the output as defined in the first box.
34010 \begin_inset Newline newline
34011 \end_inset
34012
34013 The appearance of macros in formulas can furthermore be changed for single
34014  macros by setting the cursor in the macro and using the menu 
34015 \family sans
34016 View\SpecialChar \menuseparator
34017 (Un)fold
34018 \begin_inset space ~
34019 \end_inset
34020
34021 Math
34022 \begin_inset space ~
34023 \end_inset
34024
34025 Macro
34026 \family default
34027 .
34028 \end_layout
34029
34030 \begin_layout Standard
34031 To use a macro, the macro name is inserted as command to a formula, in our
34032  case 
34033 \series bold
34034
34035 \backslash
34036 qG
34037 \series default
34038 .
34039  Our macro looks in LyX like this:
34040 \begin_inset Newline newline
34041 \end_inset
34042
34043
34044 \begin_inset space \hspace*{\fill}
34045 \end_inset
34046
34047
34048 \begin_inset Graphics
34049         filename clipart/macrouse.png
34050
34051 \end_inset
34052
34053
34054 \begin_inset space \hspace*{\fill}
34055 \end_inset
34056
34057
34058 \begin_inset Newline newline
34059 \end_inset
34060
34061 Here is our macro example with the arguments 
34062 \begin_inset Formula $x$
34063 \end_inset
34064
34065
34066 \begin_inset Formula $\ln(x)$
34067 \end_inset
34068
34069  and 
34070 \begin_inset Formula $B$
34071 \end_inset
34072
34073 :
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset Formula 
34078 \[
34079 \qG x{\ln(x)}B
34080 \]
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \begin_layout Standard
34088 LyX offers in the menu 
34089 \family sans
34090 Tools\SpecialChar \menuseparator
34091 Preferences\SpecialChar \menuseparator
34092 Editing\SpecialChar \menuseparator
34093 Control
34094 \family default
34095  different styles to edit macros.
34096  To find the style that suits you the most, choose a style and set the cursor
34097  in a macro formula to see the difference.
34098 \end_layout
34099
34100 \begin_layout Standard
34101 A math macro is transformed internally to a 
34102 \series bold
34103
34104 \backslash
34105 newcommand
34106 \series default
34107  command when exporting the document.
34108  The created 
34109 \series bold
34110
34111 \backslash
34112 newcommand
34113 \series default
34114  command is not placed in the LaTeX-preamble, therefore macros can only
34115  be used in formulas that are in the document below the macro definition
34116  box.
34117 \end_layout
34118
34119 \begin_layout Standard
34120 Math macros can also be directly created from a 
34121 \series bold
34122
34123 \backslash
34124 newcommand
34125 \series default
34126  command.
34127  When writing for example the command
34128 \series bold
34129
34130 \begin_inset Newline newline
34131 \end_inset
34132
34133
34134 \backslash
34135 newcommand{
34136 \backslash
34137 larrow}[2]{
34138 \backslash
34139 xleftarrow[#2]{#1}}
34140 \begin_inset Newline newline
34141 \end_inset
34142
34143
34144 \series default
34145 in LyX as normal text, highlighting it completely and using then the shortcut
34146  
34147 \family sans
34148 Ctrl+M
34149 \family default
34150 , the command will be transformed to a math macro.
34151  Using this method you need to be careful that the 
34152 \series bold
34153
34154 \backslash
34155 newcommand
34156 \series default
34157  command is typed correctly, otherwise you get a faulty macro leading to
34158  LaTeX errors.
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Math macros currently have the problem that further formulas in macro definition
34163 s are handled wrongly.
34164  Therefore the example 
34165 \series bold
34166
34167 \backslash
34168 fb
34169 \series default
34170  from 
34171 \begin_inset CommandInset ref
34172 LatexCommand ref
34173 reference "sub:The-Command-newcommand"
34174
34175 \end_inset
34176
34177  cannot be created as macro.
34178 \end_layout
34179
34180 \begin_layout Standard
34181 When the cursor is in a macro definition box, you will see the macro toolbar
34182  in LyX:
34183 \end_layout
34184
34185 \begin_layout Standard
34186 \begin_inset VSpace defskip
34187 \end_inset
34188
34189
34190 \end_layout
34191
34192 \begin_layout Standard
34193 \begin_inset Graphics
34194         filename clipart/MacroToolbar.png
34195
34196 \end_inset
34197
34198
34199 \begin_inset Index idx
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 Macros ! Toolbar
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Standard
34212 \begin_inset VSpace defskip
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Standard
34219 The macro toolbar contains from left to right the following buttons:
34220 \end_layout
34221
34222 \begin_layout Standard
34223 \begin_inset VSpace defskip
34224 \end_inset
34225
34226
34227 \end_layout
34228
34229 \begin_layout Standard
34230 \begin_inset Tabular
34231 <lyxtabular version="3" rows="9" columns="2">
34232 <features islongtable="true" longtabularalignment="center">
34233 <column alignment="left" valignment="top" width="0">
34234 <column alignment="left" valignment="top" width="85col%">
34235 <row interlinespace="2.5mm">
34236 <cell alignment="center" valignment="top" usebox="none">
34237 \begin_inset Text
34238
34239 \begin_layout Plain Layout
34240 \begin_inset Graphics
34241         filename ../images/math-macro-remove-param.png
34242         rotateOrigin center
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \end_inset
34250 </cell>
34251 <cell alignment="center" valignment="top" usebox="none">
34252 \begin_inset Text
34253
34254 \begin_layout Plain Layout
34255
34256 \family sans
34257 Edit\SpecialChar \menuseparator
34258 Math\SpecialChar \menuseparator
34259 Macro
34260 \begin_inset space ~
34261 \end_inset
34262
34263 Definition\SpecialChar \menuseparator
34264 Remove Last Argument
34265 \end_layout
34266
34267 \end_inset
34268 </cell>
34269 </row>
34270 <row interlinespace="2.5mm">
34271 <cell alignment="center" valignment="top" usebox="none">
34272 \begin_inset Text
34273
34274 \begin_layout Plain Layout
34275 \begin_inset Graphics
34276         filename ../images/math-macro-add-param.png
34277         rotateOrigin center
34278
34279 \end_inset
34280
34281
34282 \end_layout
34283
34284 \end_inset
34285 </cell>
34286 <cell alignment="center" valignment="top" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290
34291 \family sans
34292 Edit\SpecialChar \menuseparator
34293 Math\SpecialChar \menuseparator
34294 Macro
34295 \begin_inset space ~
34296 \end_inset
34297
34298 Definition\SpecialChar \menuseparator
34299 Append Argument
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 </row>
34305 <row interlinespace="2.5mm">
34306 <cell alignment="center" valignment="top" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310 \begin_inset Graphics
34311         filename ../images/math-macro-make-optional.png
34312         rotateOrigin center
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \end_inset
34320 </cell>
34321 <cell alignment="center" valignment="top" usebox="none">
34322 \begin_inset Text
34323
34324 \begin_layout Plain Layout
34325
34326 \family sans
34327 Edit\SpecialChar \menuseparator
34328 Math\SpecialChar \menuseparator
34329 Macro
34330 \begin_inset space ~
34331 \end_inset
34332
34333 Definition\SpecialChar \menuseparator
34334 Make First Non-Optional into
34335 \begin_inset Newline newline
34336 \end_inset
34337
34338
34339 \begin_inset Phantom HPhantom
34340 status open
34341
34342 \begin_layout Plain Layout
34343
34344 \family sans
34345 Edit\SpecialChar \menuseparator
34346 Math\SpecialChar \menuseparator
34347 Macro
34348 \begin_inset space ~
34349 \end_inset
34350
34351 Definition\SpecialChar \menuseparator
34352
34353 \end_layout
34354
34355 \end_inset
34356
34357 Optional Argument
34358 \end_layout
34359
34360 \end_inset
34361 </cell>
34362 </row>
34363 <row interlinespace="2.5mm">
34364 <cell alignment="center" valignment="top" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 \begin_inset Graphics
34369         filename ../images/math-macro-make-nonoptional.png
34370         rotateOrigin center
34371
34372 \end_inset
34373
34374
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383
34384 \family sans
34385 Edit\SpecialChar \menuseparator
34386 Math\SpecialChar \menuseparator
34387 Macro
34388 \begin_inset space ~
34389 \end_inset
34390
34391 Definition\SpecialChar \menuseparator
34392 Make Last Optional into
34393 \begin_inset Newline newline
34394 \end_inset
34395
34396
34397 \begin_inset Phantom HPhantom
34398 status open
34399
34400 \begin_layout Plain Layout
34401
34402 \family sans
34403 Edit\SpecialChar \menuseparator
34404 Math\SpecialChar \menuseparator
34405 Macro
34406 \begin_inset space ~
34407 \end_inset
34408
34409 Definition\SpecialChar \menuseparator
34410
34411 \end_layout
34412
34413 \end_inset
34414
34415 Non-Optional Argument
34416 \end_layout
34417
34418 \end_inset
34419 </cell>
34420 </row>
34421 <row interlinespace="2.5mm">
34422 <cell alignment="center" valignment="top" usebox="none">
34423 \begin_inset Text
34424
34425 \begin_layout Plain Layout
34426 \begin_inset Graphics
34427         filename ../images/math-macro-remove-optional-param.png
34428         rotateOrigin center
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441
34442 \family sans
34443 Edit\SpecialChar \menuseparator
34444 Math\SpecialChar \menuseparator
34445 Macro
34446 \begin_inset space ~
34447 \end_inset
34448
34449 Definition\SpecialChar \menuseparator
34450 Remove Optional Argument
34451 \end_layout
34452
34453 \end_inset
34454 </cell>
34455 </row>
34456 <row interlinespace="2.5mm">
34457 <cell alignment="center" valignment="top" usebox="none">
34458 \begin_inset Text
34459
34460 \begin_layout Plain Layout
34461 \begin_inset Graphics
34462         filename ../images/math-macro-add-optional-param.png
34463         rotateOrigin center
34464
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476
34477 \family sans
34478 Edit\SpecialChar \menuseparator
34479 Math\SpecialChar \menuseparator
34480 Macro
34481 \begin_inset space ~
34482 \end_inset
34483
34484 Definition\SpecialChar \menuseparator
34485 Insert Optional Argument
34486 \end_layout
34487
34488 \end_inset
34489 </cell>
34490 </row>
34491 <row interlinespace="2.5mm">
34492 <cell alignment="center" valignment="top" usebox="none">
34493 \begin_inset Text
34494
34495 \begin_layout Plain Layout
34496 \begin_inset Graphics
34497         filename ../images/math-macro-remove-greedy-param.png
34498         rotateOrigin center
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \end_inset
34506 </cell>
34507 <cell alignment="center" valignment="top" usebox="none">
34508 \begin_inset Text
34509
34510 \begin_layout Plain Layout
34511
34512 \family sans
34513 Edit\SpecialChar \menuseparator
34514 Math\SpecialChar \menuseparator
34515 Macro
34516 \begin_inset space ~
34517 \end_inset
34518
34519 Definition\SpecialChar \menuseparator
34520 Remove Last Argument
34521 \begin_inset Newline newline
34522 \end_inset
34523
34524
34525 \begin_inset Phantom HPhantom
34526 status open
34527
34528 \begin_layout Plain Layout
34529
34530 \family sans
34531 Edit\SpecialChar \menuseparator
34532 Math\SpecialChar \menuseparator
34533 Macro
34534 \begin_inset space ~
34535 \end_inset
34536
34537 Definition\SpecialChar \menuseparator
34538
34539 \end_layout
34540
34541 \end_inset
34542
34543 Spitting Out To The Right
34544 \end_layout
34545
34546 \end_inset
34547 </cell>
34548 </row>
34549 <row interlinespace="2.5mm">
34550 <cell alignment="center" valignment="top" usebox="none">
34551 \begin_inset Text
34552
34553 \begin_layout Plain Layout
34554 \begin_inset Graphics
34555         filename ../images/math-macro-append-greedy-param.png
34556         rotateOrigin center
34557
34558 \end_inset
34559
34560
34561 \end_layout
34562
34563 \end_inset
34564 </cell>
34565 <cell alignment="center" valignment="top" usebox="none">
34566 \begin_inset Text
34567
34568 \begin_layout Plain Layout
34569
34570 \family sans
34571 Edit\SpecialChar \menuseparator
34572 Math\SpecialChar \menuseparator
34573 Macro
34574 \begin_inset space ~
34575 \end_inset
34576
34577 Definition\SpecialChar \menuseparator
34578 Append Argument
34579 \begin_inset Newline newline
34580 \end_inset
34581
34582
34583 \begin_inset Phantom HPhantom
34584 status open
34585
34586 \begin_layout Plain Layout
34587
34588 \family sans
34589 Edit\SpecialChar \menuseparator
34590 Math\SpecialChar \menuseparator
34591 Macro
34592 \begin_inset space ~
34593 \end_inset
34594
34595 Definition\SpecialChar \menuseparator
34596
34597 \end_layout
34598
34599 \end_inset
34600
34601 Eating From The Right
34602 \end_layout
34603
34604 \end_inset
34605 </cell>
34606 </row>
34607 <row interlinespace="2.5mm">
34608 <cell alignment="center" valignment="top" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Plain Layout
34612 \begin_inset Graphics
34613         filename ../images/math-macro-add-greedy-optional-param.png
34614         rotateOrigin center
34615
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 <cell alignment="center" valignment="top" usebox="none">
34624 \begin_inset Text
34625
34626 \begin_layout Plain Layout
34627
34628 \family sans
34629 Edit\SpecialChar \menuseparator
34630 Math\SpecialChar \menuseparator
34631 Macro
34632 \begin_inset space ~
34633 \end_inset
34634
34635 Definition\SpecialChar \menuseparator
34636 Append Optional Argument
34637 \begin_inset Newline newline
34638 \end_inset
34639
34640
34641 \begin_inset Phantom HPhantom
34642 status open
34643
34644 \begin_layout Plain Layout
34645
34646 \family sans
34647 Edit\SpecialChar \menuseparator
34648 Math\SpecialChar \menuseparator
34649 Macro
34650 \begin_inset space ~
34651 \end_inset
34652
34653 Definition\SpecialChar \menuseparator
34654
34655 \end_layout
34656
34657 \end_inset
34658
34659 Eating From The Right
34660 \end_layout
34661
34662 \end_inset
34663 </cell>
34664 </row>
34665 </lyxtabular>
34666
34667 \end_inset
34668
34669
34670 \end_layout
34671
34672 \begin_layout Section
34673 Computer Algebra Systems
34674 \end_layout
34675
34676 \begin_layout Standard
34677 LyX offers the exchange between mathematical expressions written in LyX's
34678  math editor and external applications or user defined scripts.
34679  Currently supported applications are 
34680 \family sans
34681 Maple
34682 \family default
34683
34684 \family sans
34685 Mathematica
34686 \family default
34687
34688 \family sans
34689 Maxima
34690 \family default
34691  and 
34692 \family sans
34693 Octave
34694 \family default
34695 .
34696  Note that the set of supported mathematical constructs is limited only
34697  to very simple cases.
34698 \end_layout
34699
34700 \begin_layout Subsection
34701 Usage
34702 \end_layout
34703
34704 \begin_layout Standard
34705 Write some expression in a formula, go to the 
34706 \family sans
34707 Edit\SpecialChar \menuseparator
34708 Math\SpecialChar \menuseparator
34709 Use Computer Algebra System
34710 \family default
34711  menu and choose the application you have installed on the computer.
34712  After that the result of computation should show on the right side of the
34713  expression together with the 
34714 \begin_inset Quotes eld
34715 \end_inset
34716
34717 =
34718 \begin_inset Quotes erd
34719 \end_inset
34720
34721  operator.
34722 \end_layout
34723
34724 \begin_layout Standard
34725 Here are few simple examples (with results from 
34726 \family typewriter
34727 Maxima
34728 \family default
34729 ) to show what kind of computations can be performed:
34730 \end_layout
34731
34732 \begin_layout Itemize
34733 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Itemize
34740 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34741 \end_inset
34742
34743
34744 \end_layout
34745
34746 \begin_layout Itemize
34747 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34748 \end_inset
34749
34750
34751 \end_layout
34752
34753 \begin_layout Itemize
34754 \begin_inset Formula $\det\left[\begin{array}{ccc}
34755 1 & 6 & 7\\
34756 2 & 5 & 8\\
34757 3 & 4 & 17
34758 \end{array}\right]=-56$
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Itemize
34765 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34766 \end_inset
34767
34768
34769 \end_layout
34770
34771 \begin_layout Subsection
34772 Keyboard shortcut
34773 \end_layout
34774
34775 \begin_layout Standard
34776 Currently there is no keyboard shortcut for calling the algebra applications.
34777  One can easily bind a shortcut to the 
34778 \family sans
34779 math-extern
34780 \family default
34781  LyX function (see the 
34782 \family sans
34783 \emph on
34784 LyX Functions
34785 \family default
34786 \emph default
34787  manual).
34788  One could e.
34789 \begin_inset space \thinspace{}
34790 \end_inset
34791
34792 g.
34793 \begin_inset space \space{}
34794 \end_inset
34795
34796 bind the 
34797 \family sans
34798 Return
34799 \family default
34800  key inside the math editor.
34801  To bind it to 
34802 \family typewriter
34803 Maxima
34804 \family default
34805  one would use this shortcut definition command:
34806 \end_layout
34807
34808 \begin_layout Standard
34809
34810 \series bold
34811 command-alternatives break-paragraph;math-extern maxima
34812 \end_layout
34813
34814 \begin_layout Section
34815 Miscellaneous
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Miscellaneous
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Subsection
34829 Negative Numbers
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 Numbers ! negative
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 Negative numbers often look ugly in formulas because the minus sign before
34844  the number is set with the same length as the minus operator sign.
34845  When writing the negative number in normal text, the minus sign appears
34846  correctly.
34847 \end_layout
34848
34849 \begin_layout Standard
34850 Thus, the problem disappears when converting the minus sign to mathematical
34851  text.
34852 \end_layout
34853
34854 \begin_layout Standard
34855 An example to visualize the problem:
34856 \end_layout
34857
34858 \begin_layout Standard
34859 \align center
34860 \begin_inset Tabular
34861 <lyxtabular version="3" rows="3" columns="2">
34862 <features tabularvalignment="middle">
34863 <column alignment="right" valignment="top" width="0">
34864 <column alignment="left" valignment="top" width="0">
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870 normal text:
34871 \end_layout
34872
34873 \end_inset
34874 </cell>
34875 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34876 \begin_inset Text
34877
34878 \begin_layout Plain Layout
34879 x = -2
34880 \end_layout
34881
34882 \end_inset
34883 </cell>
34884 </row>
34885 <row>
34886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34887 \begin_inset Text
34888
34889 \begin_layout Plain Layout
34890 formula:
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34896 \begin_inset Text
34897
34898 \begin_layout Plain Layout
34899 \begin_inset Formula $x=-2$
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \end_inset
34906 </cell>
34907 </row>
34908 <row>
34909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34910 \begin_inset Text
34911
34912 \begin_layout Plain Layout
34913 solution:
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 \begin_inset Formula $x=\textrm{-}2$
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 </row>
34931 </lyxtabular>
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsection
34939 Comma as decimal Separator
34940 \begin_inset Index idx
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944 Comma
34945 \end_layout
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Standard
34953 In LaTeX a comma inside a formula is used, according to the English convention,
34954  as number group separator.
34955  So there will be space added behind all commas in formulas.
34956 \end_layout
34957
34958 \begin_layout Standard
34959 To avoid this, the comma is highlighted and changed to mathematical text
34960  (shortcut 
34961 \begin_inset Info
34962 type  "shortcut"
34963 arg   "math-mode"
34964 \end_inset
34965
34966 ).
34967 \end_layout
34968
34969 \begin_layout Standard
34970 To use all formula commas in the document as decimal separator, the file
34971  
34972 \series bold
34973 icomma.sty
34974 \series default
34975
34976 \begin_inset Foot
34977 status collapsed
34978
34979 \begin_layout Plain Layout
34980
34981 \series bold
34982 icomma
34983 \series default
34984  is part of the LaTeX-package 
34985 \series bold
34986 was
34987 \series default
34988
34989 \begin_inset Index idx
34990 status collapsed
34991
34992 \begin_layout Plain Layout
34993 Packages ! was
34994 \begin_inset ERT
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999
35000 \backslash
35001 vspace{4mm}
35002 \end_layout
35003
35004 \end_inset
35005
35006
35007 \end_layout
35008
35009 \end_inset
35010
35011 .
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \begin_inset Index idx
35018 status collapsed
35019
35020 \begin_layout Plain Layout
35021 Packages ! icomma
35022 \end_layout
35023
35024 \end_inset
35025
35026  is loaded with the LaTeX-preamble line
35027 \end_layout
35028
35029 \begin_layout Standard
35030
35031 \series bold
35032
35033 \backslash
35034 usepackage{icomma}
35035 \end_layout
35036
35037 \begin_layout Subsection
35038 Physical Vectors
35039 \begin_inset CommandInset label
35040 LatexCommand label
35041 name "sub:Physical-Vectors"
35042
35043 \end_inset
35044
35045
35046 \begin_inset Index idx
35047 status collapsed
35048
35049 \begin_layout Plain Layout
35050 Vectors ! physical
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \begin_layout Standard
35059 Predefined vectors are offered by the LaTeX-package 
35060 \series bold
35061 braket
35062 \series default
35063
35064 \begin_inset Index idx
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Packages ! braket
35069 \end_layout
35070
35071 \end_inset
35072
35073  that is loaded with the LaTeX-preamble line
35074 \end_layout
35075
35076 \begin_layout Standard
35077
35078 \series bold
35079
35080 \backslash
35081 usepackage{braket}
35082 \end_layout
35083
35084 \begin_layout Standard
35085 \begin_inset ERT
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089
35090
35091 \backslash
35092 ifbraket 
35093 \end_layout
35094
35095 \end_inset
35096
35097
35098 \begin_inset Note Note
35099 status open
35100
35101 \begin_layout Plain Layout
35102 The following table will only be displayed when the LaTeX-package 
35103 \series bold
35104 braket
35105 \series default
35106  is installed.
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \end_layout
35113
35114 \begin_layout Standard
35115 The following commands are defined:
35116 \end_layout
35117
35118 \begin_layout Standard
35119 \align center
35120 \begin_inset Tabular
35121 <lyxtabular version="3" rows="4" columns="2">
35122 <features tabularvalignment="middle">
35123 <column alignment="center" valignment="top" width="0">
35124 <column alignment="center" valignment="top" width="0">
35125 <row>
35126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130 Command
35131 \end_layout
35132
35133 \end_inset
35134 </cell>
35135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35136 \begin_inset Text
35137
35138 \begin_layout Plain Layout
35139 Result
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 </row>
35145 <row>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150
35151 \backslash
35152 Bra{
35153 \backslash
35154 psi
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163 \begin_inset Formula $\Bra{\psi}$
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177
35178 \backslash
35179 Ket{
35180 \backslash
35181 psi
35182 \end_layout
35183
35184 \end_inset
35185 </cell>
35186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35187 \begin_inset Text
35188
35189 \begin_layout Plain Layout
35190 \begin_inset Formula $\Ket{\psi}$
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 Braket{
35207 \backslash
35208 psi|
35209 \backslash
35210 phi
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219 \begin_inset Formula $\Braket{\psi|\phi}$
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 </row>
35228 </lyxtabular>
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 The command 
35237 \series bold
35238
35239 \backslash
35240 Braket
35241 \series default
35242  assures that all vertical bars are set in the size of the surrounding brackets:
35243 \begin_inset Formula 
35244 \[
35245 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35246 \]
35247
35248 \end_inset
35249
35250
35251 \begin_inset ERT
35252 status collapsed
35253
35254 \begin_layout Plain Layout
35255
35256
35257 \backslash
35258 else 
35259 \end_layout
35260
35261 \end_inset
35262
35263
35264 \begin_inset Note Note
35265 status open
35266
35267 \begin_layout Plain Layout
35268 The following will be displayed when the LaTeX-package 
35269 \series bold
35270 braket
35271 \series default
35272  is not installed:
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Standard
35281 You need to install the LaTeX-package 
35282 \series bold
35283 braket
35284 \series default
35285  to see the rest of this subsection in the output.
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \begin_inset ERT
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294
35295 \backslash
35296 fi 
35297 \end_layout
35298
35299 \end_inset
35300
35301
35302 \end_layout
35303
35304 \begin_layout Standard
35305 The effect of 
35306 \series bold
35307
35308 \backslash
35309 Braket
35310 \series default
35311  can also be achieved using the command 
35312 \series bold
35313
35314 \backslash
35315 middle
35316 \series default
35317 , that is described in 
35318 \begin_inset CommandInset ref
35319 LatexCommand ref
35320 reference "sub:Automatic-Bracket-Size"
35321
35322 \end_inset
35323
35324 .
35325 \end_layout
35326
35327 \begin_layout Subsection
35328 Self-defined Fractions
35329 \begin_inset CommandInset label
35330 LatexCommand label
35331 name "sub:Self-defined-Fractions"
35332
35333 \end_inset
35334
35335
35336 \begin_inset Index idx
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340 Fractions ! self-defined
35341 \end_layout
35342
35343 \end_inset
35344
35345
35346 \end_layout
35347
35348 \begin_layout Standard
35349 To define custom commands for fractions, the command 
35350 \series bold
35351
35352 \backslash
35353 genfrac
35354 \series default
35355
35356 \begin_inset Index idx
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 Commands ! G ! 
35361 \backslash
35362 genfrac
35363 \begin_inset ERT
35364 status collapsed
35365
35366 \begin_layout Plain Layout
35367
35368
35369 \backslash
35370 vspace{4mm}
35371 \end_layout
35372
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \end_inset
35379
35380  is used in the following scheme:
35381 \end_layout
35382
35383 \begin_layout Standard
35384
35385 \series bold
35386
35387 \backslash
35388 genfrac{left
35389 \series default
35390  
35391 \series bold
35392 bracket}{right
35393 \series default
35394  
35395 \series bold
35396 bracket}{fraction bar thickness}{style}
35397 \begin_inset Newline newline
35398 \end_inset
35399
35400
35401 \begin_inset Phantom HPhantom
35402 status open
35403
35404 \begin_layout Plain Layout
35405
35406 \series bold
35407
35408 \backslash
35409 genfrac
35410 \end_layout
35411
35412 \end_inset
35413
35414 {numerator}{denominator}
35415 \end_layout
35416
35417 \begin_layout Standard
35418 The style is a number in the range of 0
35419 \begin_inset space \thinspace{}
35420 \end_inset
35421
35422 -
35423 \begin_inset space \thinspace{}
35424 \end_inset
35425
35426 3.
35427 \end_layout
35428
35429 \begin_layout Standard
35430 \align center
35431 \begin_inset Tabular
35432 <lyxtabular version="3" rows="5" columns="2">
35433 <features tabularvalignment="middle">
35434 <column alignment="center" valignment="top" width="0">
35435 <column alignment="center" valignment="top" width="0">
35436 <row>
35437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35438 \begin_inset Text
35439
35440 \begin_layout Plain Layout
35441 Number
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450 Style (Size)
35451 \end_layout
35452
35453 \end_inset
35454 </cell>
35455 </row>
35456 <row>
35457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35458 \begin_inset Text
35459
35460 \begin_layout Plain Layout
35461 0
35462 \end_layout
35463
35464 \end_inset
35465 </cell>
35466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35467 \begin_inset Text
35468
35469 \begin_layout Plain Layout
35470 display style formula
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 </row>
35476 <row>
35477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35478 \begin_inset Text
35479
35480 \begin_layout Plain Layout
35481 1
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490 inline formula
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 </row>
35496 <row>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 2
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35507 \begin_inset Text
35508
35509 \begin_layout Plain Layout
35510 small
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 </row>
35516 <row>
35517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35518 \begin_inset Text
35519
35520 \begin_layout Plain Layout
35521 3
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35527 \begin_inset Text
35528
35529 \begin_layout Plain Layout
35530 tiny
35531 \end_layout
35532
35533 \end_inset
35534 </cell>
35535 </row>
35536 </lyxtabular>
35537
35538 \end_inset
35539
35540
35541 \end_layout
35542
35543 \begin_layout Standard
35544 When no style is given, the size is adjusted to the surrounding environment
35545  like for the command 
35546 \series bold
35547
35548 \backslash
35549 frac
35550 \series default
35551 .
35552 \end_layout
35553
35554 \begin_layout Standard
35555 When no fraction bar thickness is given, the predefined value of 0.4
35556 \begin_inset space \thinspace{}
35557 \end_inset
35558
35559 pt will be used.
35560 \end_layout
35561
35562 \begin_layout Standard
35563 \begin_inset VSpace medskip
35564 \end_inset
35565
35566 For example, the commands 
35567 \series bold
35568
35569 \backslash
35570 dfrac
35571 \series default
35572  and 
35573 \series bold
35574
35575 \backslash
35576 tbinom
35577 \series default
35578  from 
35579 \begin_inset CommandInset ref
35580 LatexCommand ref
35581 reference "sub:Fractions"
35582
35583 \end_inset
35584
35585  are defined with the commands
35586 \end_layout
35587
35588 \begin_layout Standard
35589
35590 \series bold
35591
35592 \backslash
35593 newcommand{
35594 \backslash
35595 dfrac}[2]{
35596 \backslash
35597 genfrac{}{}{}{0}{#1}{#2}}
35598 \end_layout
35599
35600 \begin_layout Standard
35601 and
35602 \end_layout
35603
35604 \begin_layout Standard
35605
35606 \series bold
35607
35608 \backslash
35609 newcommand{
35610 \backslash
35611 tbinom}[2]{
35612 \backslash
35613 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35614 \end_layout
35615
35616 \begin_layout Standard
35617 \begin_inset VSpace medskip
35618 \end_inset
35619
35620 To define a fraction where the fraction bar thickness can be given as optional
35621  argument, the following line is inserted to the LaTeX-preamble:
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 newcommand{
35630 \backslash
35631 fracS}[3][]{
35632 \backslash
35633 genfrac{}{}{#1}{}{#2}{#3}}
35634 \end_layout
35635
35636 \begin_layout Standard
35637 A test:
35638 \begin_inset Formula 
35639 \begin{align*}
35640 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35641 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35642 \end{align*}
35643
35644 \end_inset
35645
35646 As one can see, the distance of the numerator and the denominator to the
35647  fraction bar is round about three times the bar thickness.
35648 \end_layout
35649
35650 \begin_layout Subsection
35651 Canceled Formulas
35652 \begin_inset Index idx
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656 Formula ! canceled
35657 \end_layout
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665 To cancel formulas or formula parts, the LaTeX-package 
35666 \series bold
35667 cancel
35668 \series default
35669
35670 \begin_inset Index idx
35671 status collapsed
35672
35673 \begin_layout Plain Layout
35674 Packages ! cancel
35675 \end_layout
35676
35677 \end_inset
35678
35679  has to be loaded with the LaTeX-preamble line
35680 \end_layout
35681
35682 \begin_layout Standard
35683
35684 \series bold
35685
35686 \backslash
35687 usepackage{cancel}
35688 \end_layout
35689
35690 \begin_layout Standard
35691 \begin_inset ERT
35692 status collapsed
35693
35694 \begin_layout Plain Layout
35695
35696
35697 \backslash
35698 ifcancel 
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \begin_inset Note Note
35705 status open
35706
35707 \begin_layout Plain Layout
35708 The following table will only be displayed when the LaTeX-package 
35709 \series bold
35710 cancel
35711 \series default
35712  is installed.
35713 \end_layout
35714
35715 \end_inset
35716
35717
35718 \end_layout
35719
35720 \begin_layout Standard
35721 There are four ways to cancel formulas:
35722 \end_layout
35723
35724 \begin_layout Standard
35725 \align center
35726 \begin_inset Tabular
35727 <lyxtabular version="3" rows="5" columns="2">
35728 <features tabularvalignment="middle">
35729 <column alignment="center" valignment="top" width="0">
35730 <column alignment="center" valignment="top" width="0">
35731 <row>
35732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 Command
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745 Result
35746 \begin_inset Note Note
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 The space and
35751 \series bold
35752  
35753 \backslash
35754 raisebox
35755 \series default
35756  are used here as spacer.
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 </row>
35767 <row>
35768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35769 \begin_inset Text
35770
35771 \begin_layout Plain Layout
35772
35773 \backslash
35774 cancel{
35775 \backslash
35776 int
35777 \begin_inset ERT
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781
35782
35783 \backslash
35784 spce 
35785 \end_layout
35786
35787 \end_inset
35788
35789 A=B
35790 \end_layout
35791
35792 \end_inset
35793 </cell>
35794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35795 \begin_inset Text
35796
35797 \begin_layout Plain Layout
35798 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35799 \end_inset
35800
35801
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 </row>
35807 <row>
35808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35809 \begin_inset Text
35810
35811 \begin_layout Plain Layout
35812
35813 \backslash
35814 bcancel{
35815 \backslash
35816 int
35817 \begin_inset ERT
35818 status collapsed
35819
35820 \begin_layout Plain Layout
35821
35822
35823 \backslash
35824 spce 
35825 \end_layout
35826
35827 \end_inset
35828
35829 A=B
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35835 \begin_inset Text
35836
35837 \begin_layout Plain Layout
35838 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \end_inset
35845 </cell>
35846 </row>
35847 <row>
35848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35849 \begin_inset Text
35850
35851 \begin_layout Plain Layout
35852
35853 \backslash
35854 xcancel{
35855 \backslash
35856 int
35857 \begin_inset ERT
35858 status collapsed
35859
35860 \begin_layout Plain Layout
35861
35862
35863 \backslash
35864 spce 
35865 \end_layout
35866
35867 \end_inset
35868
35869 A=B
35870 \end_layout
35871
35872 \end_inset
35873 </cell>
35874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 </row>
35887 <row>
35888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892
35893 \backslash
35894 cancelto{1
35895 \begin_inset Formula $\to$
35896 \end_inset
35897
35898
35899 \backslash
35900 {
35901 \backslash
35902 int
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908
35909 \backslash
35910 spce 
35911 \end_layout
35912
35913 \end_inset
35914
35915 A=B
35916 \end_layout
35917
35918 \end_inset
35919 </cell>
35920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35921 \begin_inset Text
35922
35923 \begin_layout Plain Layout
35924 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35925 \end_inset
35926
35927
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 </row>
35933 </lyxtabular>
35934
35935 \end_inset
35936
35937
35938 \end_layout
35939
35940 \begin_layout Standard
35941
35942 \series bold
35943
35944 \backslash
35945 cancelto
35946 \series default
35947  is especially suitable to visualize the reduction of fractions within formulas:
35948 \begin_inset Formula 
35949 \[
35950 \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}}}
35951 \]
35952
35953 \end_inset
35954
35955
35956 \end_layout
35957
35958 \begin_layout Standard
35959 To change the size of 
35960 \series bold
35961
35962 \backslash
35963 cancelto
35964 \series default
35965 's 
35966 \begin_inset Quotes eld
35967 \end_inset
35968
35969 subscript
35970 \begin_inset Quotes erd
35971 \end_inset
35972
35973  value one can load the package 
35974 \series bold
35975 cancel
35976 \series default
35977  with either the option 
35978 \series bold
35979 samesize
35980 \series default
35981  which leads to the same size as for the canceled value or with the option
35982  
35983 \series bold
35984 Smaller
35985 \series default
35986  which makes is it a bit smaller than the size one gets without using a
35987  package option.
35988  In this document 
35989 \series bold
35990 cancel
35991 \series default
35992  was loaded with this line:
35993 \end_layout
35994
35995 \begin_layout Standard
35996
35997 \series bold
35998
35999 \backslash
36000 usepackage[samesize]{cancel}
36001 \end_layout
36002
36003 \begin_layout Standard
36004 To color the cancellation bar one adds this command as TeX code:
36005 \end_layout
36006
36007 \begin_layout Standard
36008
36009 \series bold
36010
36011 \backslash
36012 renewcommand{
36013 \backslash
36014 CancelColor}{
36015 \backslash
36016 color{red}}
36017 \end_layout
36018
36019 \begin_layout Standard
36020
36021 \series bold
36022 red
36023 \series default
36024  can be replaced by a color of your choice.
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \begin_inset ERT
36029 status collapsed
36030
36031 \begin_layout Plain Layout
36032
36033
36034 \backslash
36035 renewcommand{
36036 \backslash
36037 CancelColor}{
36038 \backslash
36039 color{red}}
36040 \end_layout
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \begin_layout Standard
36048 \begin_inset Formula 
36049 \[
36050 \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}}}
36051 \]
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Standard
36059 \begin_inset ERT
36060 status collapsed
36061
36062 \begin_layout Plain Layout
36063
36064
36065 \backslash
36066 renewcommand{
36067 \backslash
36068 CancelColor}{
36069 \backslash
36070 color{black}}
36071 \end_layout
36072
36073 \end_inset
36074
36075
36076 \begin_inset Note Note
36077 status open
36078
36079 \begin_layout Plain Layout
36080 reset the color
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Standard
36089 For further customizations, see the documentation of the package 
36090 \series bold
36091 cancel
36092 \series default
36093
36094 \begin_inset CommandInset citation
36095 LatexCommand cite
36096 key "cancel"
36097
36098 \end_inset
36099
36100 .
36101 \end_layout
36102
36103 \begin_layout Standard
36104 \begin_inset ERT
36105 status collapsed
36106
36107 \begin_layout Plain Layout
36108
36109
36110 \backslash
36111 else 
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \begin_inset Note Note
36118 status open
36119
36120 \begin_layout Plain Layout
36121 The following will be displayed when the LaTeX-package 
36122 \series bold
36123 cancel
36124 \series default
36125  is not installed:
36126 \end_layout
36127
36128 \end_inset
36129
36130
36131 \end_layout
36132
36133 \begin_layout Standard
36134 You need to install the LaTeX-package 
36135 \series bold
36136 cancel
36137 \series default
36138  to see the rest of this subsection in the output.
36139 \end_layout
36140
36141 \begin_layout Standard
36142 \begin_inset ERT
36143 status collapsed
36144
36145 \begin_layout Plain Layout
36146
36147
36148 \backslash
36149 fi 
36150 \end_layout
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Standard
36158 \begin_inset Newpage newpage
36159 \end_inset
36160
36161
36162 \end_layout
36163
36164 \begin_layout Subsection
36165 Formulas in Section Headings
36166 \begin_inset CommandInset label
36167 LatexCommand label
36168 name "sub:Formulas-in-Section"
36169
36170 \end_inset
36171
36172
36173 \begin_inset Index idx
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177 Formula ! in section headings
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 When formulas are used in section headings, the following has to be taken
36187  into account:
36188 \end_layout
36189
36190 \begin_layout Standard
36191 \begin_inset Note Greyedout
36192 status open
36193
36194 \begin_layout Plain Layout
36195 When 
36196 \series bold
36197 hyperref
36198 \series default
36199
36200 \begin_inset Index idx
36201 status collapsed
36202
36203 \begin_layout Plain Layout
36204 Packages ! hyperref
36205 \end_layout
36206
36207 \end_inset
36208
36209  support is enabled in the document settings dialog under 
36210 \family sans
36211 PDF
36212 \begin_inset space ~
36213 \end_inset
36214
36215 Properties
36216 \family default
36217 , PDF-bookmarks are created for every section heading in the table of contents.
36218  If a section heading contains formulas, they are incorrectly displayed
36219  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36220 s.
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 Both problems can be solved by inserting at the end of the section heading
36230  a short title with the menu 
36231 \family sans
36232 Insert\SpecialChar \menuseparator
36233 Short
36234 \begin_inset space ~
36235 \end_inset
36236
36237 Title
36238 \family default
36239 .
36240  Short titles are used as alternative for multiline section headings to
36241  keep the table of contents clearly arranged.
36242  Only the short title appears in the table of contents and therefore also
36243  in the PDF-bookmark.
36244 \end_layout
36245
36246 \begin_layout Standard
36247 When formulas should be used in the table of contents but 
36248 \series bold
36249 hyperref
36250 \series default
36251  is used, one can use the following command in TeX-mode:
36252 \end_layout
36253
36254 \begin_layout Standard
36255
36256 \series bold
36257
36258 \backslash
36259 texorpdfstring{part}{alternative}
36260 \begin_inset Index idx
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264 Commands ! T ! 
36265 \backslash
36266 texorpdfstring
36267 \end_layout
36268
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \begin_layout Standard
36275 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36276  This can be characters, formulas, footnotes, but also cross-references.
36277  The alternative is used instead of the part for the bookmark.
36278 \end_layout
36279
36280 \begin_layout Standard
36281 Here are two example headings:
36282 \begin_inset VSpace -3mm
36283 \end_inset
36284
36285
36286 \begin_inset ERT
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290
36291
36292 \backslash
36293 boldmath 
36294 \end_layout
36295
36296 \end_inset
36297
36298
36299 \end_layout
36300
36301 \begin_layout Subsubsection
36302 Heading without formula in table of contents 
36303 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36304 \end_inset
36305
36306
36307 \begin_inset Argument
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311 Heading without formula in table of contents
36312 \end_layout
36313
36314 \end_inset
36315
36316
36317 \end_layout
36318
36319 \begin_layout Subsubsection
36320 Heading with formula in table of contents
36321 \begin_inset ERT
36322 status collapsed
36323
36324 \begin_layout Plain Layout
36325
36326
36327 \backslash
36328 texorpdfstring{
36329 \end_layout
36330
36331 \end_inset
36332
36333  
36334 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36335 \end_inset
36336
36337
36338 \begin_inset ERT
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342
36343 }{}
36344 \end_layout
36345
36346 \end_inset
36347
36348
36349 \end_layout
36350
36351 \begin_layout Standard
36352 \begin_inset ERT
36353 status collapsed
36354
36355 \begin_layout Plain Layout
36356
36357
36358 \backslash
36359 unboldmath 
36360 \end_layout
36361
36362 \end_inset
36363
36364 In the first heading a short title was used, in the second one 
36365 \series bold
36366
36367 \backslash
36368 texorpdfstring
36369 \series default
36370 .
36371 \end_layout
36372
36373 \begin_layout Standard
36374 To get the same formatting as for the other headings, the complete heading
36375  was set into a 
36376 \series bold
36377 boldmath
36378 \series default
36379  environment
36380 \begin_inset Foot
36381 status collapsed
36382
36383 \begin_layout Plain Layout
36384 see 
36385 \begin_inset CommandInset ref
36386 LatexCommand ref
36387 reference "sub:Bold-Formulas"
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \end_inset
36395
36396 .
36397 \end_layout
36398
36399 \begin_layout Subsection
36400 Formulas in multi-column Text
36401 \begin_inset Index idx
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405 Formula ! in multi-column text
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Standard
36414 Formulas in multi-column text are often too wide to fit into a column and
36415  thus need to be set over the whole page width.
36416  This is done by using the LaTeX-package 
36417 \series bold
36418 multicol
36419 \series default
36420
36421 \begin_inset Foot
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425
36426 \series bold
36427 multicol
36428 \series default
36429  is part of every LaTeX standard installation.
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \begin_inset Index idx
36436 status collapsed
36437
36438 \begin_layout Plain Layout
36439 Packages ! multicol
36440 \end_layout
36441
36442 \end_inset
36443
36444 , that is loaded with the LaTeX-preamble line
36445 \end_layout
36446
36447 \begin_layout Standard
36448
36449 \series bold
36450
36451 \backslash
36452 usepackage{multicol}
36453 \end_layout
36454
36455 \begin_layout Standard
36456 \begin_inset Note Greyedout
36457 status open
36458
36459 \begin_layout Plain Layout
36460 Note that in this case the setting 
36461 \family sans
36462 Two-column
36463 \begin_inset space ~
36464 \end_inset
36465
36466 document
36467 \family default
36468  in the menu 
36469 \family sans
36470 Document\SpecialChar \menuseparator
36471 Settings
36472 \family default
36473  under 
36474 \family sans
36475 Text
36476 \begin_inset space ~
36477 \end_inset
36478
36479 Layout
36480 \family default
36481 \emph on
36482  
36483 \emph default
36484 must 
36485 \emph on
36486 not
36487 \emph default
36488  be selected.
36489 \end_layout
36490
36491 \end_inset
36492
36493
36494 \end_layout
36495
36496 \begin_layout Standard
36497 Before the multi-column text the command
36498 \end_layout
36499
36500 \begin_layout Standard
36501
36502 \series bold
36503
36504 \backslash
36505 begin{multicols}{column number}
36506 \end_layout
36507
36508 \begin_layout Standard
36509 is written in TeX-mode.
36510  The column number is a number in the range of 2
36511 \begin_inset space \thinspace{}
36512 \end_inset
36513
36514 -
36515 \begin_inset space \thinspace{}
36516 \end_inset
36517
36518 10.
36519  Before the formula the multi-column text is ended by inserting the command
36520 \end_layout
36521
36522 \begin_layout Standard
36523
36524 \series bold
36525
36526 \backslash
36527 end{multicols}
36528 \end_layout
36529
36530 \begin_layout Standard
36531 in TeX-mode.
36532 \end_layout
36533
36534 \begin_layout Standard
36535 Due to the command some space is automatically added before the formula.
36536  To revert this, -6
36537 \begin_inset space \thinspace{}
36538 \end_inset
36539
36540 mm vertical space is inserted before the formula.
36541  When the formula style 
36542 \series bold
36543 Indented
36544 \begin_inset Foot
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 formula styles see 
36549 \begin_inset CommandInset ref
36550 LatexCommand ref
36551 reference "sec:Formula-Styles"
36552
36553 \end_inset
36554
36555
36556 \end_layout
36557
36558 \end_inset
36559
36560
36561 \series default
36562  is used, -9
36563 \begin_inset space \thinspace{}
36564 \end_inset
36565
36566 mm space is inserted instead.
36567 \end_layout
36568
36569 \begin_layout Standard
36570 As example a multi-column text with a displayed formula:
36571 \end_layout
36572
36573 \begin_layout Standard
36574
36575 \lang german
36576 \begin_inset ERT
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580
36581
36582 \backslash
36583 begin{multicols}{2}
36584 \end_layout
36585
36586 \end_inset
36587
36588 Das Spektrum wird fouriertransformiert.
36589  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36590 , Lösungsmittel) zu trennen.
36591  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36592  nun das Aussehen des Ausgangssignals.
36593  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36594  über alle Phasen integrieren muss.
36595  Sei nun 
36596 \begin_inset Formula $S$
36597 \end_inset
36598
36599  unser normiertes Ausgangssignal und 
36600 \begin_inset Formula $P$
36601 \end_inset
36602
36603  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36604 \begin_inset ERT
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608
36609
36610 \backslash
36611 end{multicols}
36612 \end_layout
36613
36614 \end_inset
36615
36616
36617 \begin_inset VSpace -6mm
36618 \end_inset
36619
36620
36621 \begin_inset Formula 
36622 \begin{equation}
36623 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36624 \end{equation}
36625
36626 \end_inset
36627
36628
36629 \begin_inset ERT
36630 status collapsed
36631
36632 \begin_layout Plain Layout
36633
36634
36635 \backslash
36636 begin{multicols}{2}
36637 \end_layout
36638
36639 \end_inset
36640
36641 wobei 
36642 \begin_inset Formula $S_{0}$
36643 \end_inset
36644
36645  das Signal ohne Gradient ist und die Normierungsbedingung 
36646 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36647 \end_inset
36648
36649  gilt.
36650  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36651  Direkt nach dem 
36652 \begin_inset Formula $\nicefrac{\pi}{2}$
36653 \end_inset
36654
36655
36656 \begin_inset space \thinspace{}
36657 \end_inset
36658
36659 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36660  das Signal zusätzlich abschwächt.
36661  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36662  
36663 \begin_inset Formula $T_{2}$
36664 \end_inset
36665
36666 -Zeit.
36667 \end_layout
36668
36669 \begin_layout Standard
36670
36671 \lang german
36672 \begin_inset ERT
36673 status collapsed
36674
36675 \begin_layout Plain Layout
36676
36677
36678 \backslash
36679 end{multicols}
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \begin_layout Subsection
36688 Formulas with Description of Variables
36689 \begin_inset Index idx
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693 Formula ! with description of variables
36694 \end_layout
36695
36696 \end_inset
36697
36698
36699 \end_layout
36700
36701 \begin_layout Standard
36702 To describe variables within a formula, like in formula 
36703 \begin_inset CommandInset ref
36704 LatexCommand eqref
36705 reference "eq:within"
36706
36707 \end_inset
36708
36709 , a 2
36710 \series bold
36711 ×
36712 \series default
36713
36714 \begin_inset Formula $n$
36715 \end_inset
36716
36717
36718 \begin_inset space ~
36719 \end_inset
36720
36721 matrix is used with left aligned columns for the 
36722 \begin_inset Formula $n$
36723 \end_inset
36724
36725  used variables.
36726 \begin_inset Foot
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 matrices see 
36731 \begin_inset CommandInset ref
36732 LatexCommand ref
36733 reference "sec:Matrices"
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \end_inset
36741
36742  To set the description in a smaller size, before the matrix e.
36743 \begin_inset space \thinspace{}
36744 \end_inset
36745
36746 g.
36747 \begin_inset space \space{}
36748 \end_inset
36749
36750 the command 
36751 \series bold
36752
36753 \backslash
36754 footnotesize
36755 \series default
36756  is inserted.
36757 \begin_inset Foot
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761 font sizes see 
36762 \begin_inset CommandInset ref
36763 LatexCommand ref
36764 reference "sub:Font-Sizes"
36765
36766 \end_inset
36767
36768
36769 \end_layout
36770
36771 \end_inset
36772
36773
36774 \end_layout
36775
36776 \begin_layout Standard
36777 When the formula style 
36778 \series bold
36779 Indented
36780 \begin_inset Foot
36781 status collapsed
36782
36783 \begin_layout Plain Layout
36784 formula styles see 
36785 \begin_inset CommandInset ref
36786 LatexCommand ref
36787 reference "sec:Formula-Styles"
36788
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \end_inset
36795
36796
36797 \series default
36798  is used, a 
36799 \series bold
36800
36801 \backslash
36802 hfill
36803 \series default
36804
36805 \begin_inset Foot
36806 status collapsed
36807
36808 \begin_layout Plain Layout
36809
36810 \series bold
36811
36812 \backslash
36813 hfill
36814 \series default
36815  only works in formulas with the style 
36816 \series bold
36817 Indented
36818 \series default
36819 , see 
36820 \begin_inset CommandInset ref
36821 LatexCommand ref
36822 reference "sub:Variable-Space"
36823
36824 \end_inset
36825
36826 .
36827 \end_layout
36828
36829 \end_inset
36830
36831  is inserted before and after the matrix to have the same separation of
36832  the matrix from the equation and the side margin.
36833 \end_layout
36834
36835 \begin_layout Standard
36836 When the formula style 
36837 \series bold
36838 Centered
36839 \series default
36840  is used, the method described in 
36841 \begin_inset CommandInset ref
36842 LatexCommand ref
36843 reference "sub:Flalign-Environment"
36844
36845 \end_inset
36846
36847  is used to indent formulas.
36848  Formula 
36849 \begin_inset CommandInset ref
36850 LatexCommand eqref
36851 reference "eq:within"
36852
36853 \end_inset
36854
36855  consists of five columns where in the first two columns contain the equation,
36856  the third the matrix and the last one an empty TeX-brace.
36857 \begin_inset Formula 
36858 \begin{flalign}
36859 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36860 \rho & \textrm{density}\\
36861 V & \textrm{volume}\\
36862 g & \textrm{gravitational acceleration}
36863 \end{array} &  & {}\label{eq:within}
36864 \end{flalign}
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \begin_layout Subsection
36872 Upright small Greek Letters
36873 \begin_inset CommandInset label
36874 LatexCommand label
36875 name "sub:Upright-small-Greek"
36876
36877 \end_inset
36878
36879
36880 \begin_inset Index idx
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884 Greek letters ! upright
36885 \end_layout
36886
36887 \end_inset
36888
36889
36890 \end_layout
36891
36892 \begin_layout Standard
36893 Most of the math fonts only provide italic small Greek letters.
36894  But for symbols of elementary particles like pions and neutrinos, upright
36895  Greek letters are needed.
36896  The file 
36897 \series bold
36898 upgreek.sty
36899 \series default
36900
36901 \begin_inset Foot
36902 status collapsed
36903
36904 \begin_layout Plain Layout
36905
36906 \series bold
36907 upgreek
36908 \series default
36909  is part of the LaTeX-package 
36910 \series bold
36911 was
36912 \series default
36913
36914 \begin_inset Index idx
36915 status collapsed
36916
36917 \begin_layout Plain Layout
36918 Packages ! was
36919 \begin_inset ERT
36920 status collapsed
36921
36922 \begin_layout Plain Layout
36923
36924
36925 \backslash
36926 vspace{4mm}
36927 \end_layout
36928
36929 \end_inset
36930
36931
36932 \end_layout
36933
36934 \end_inset
36935
36936 .
36937 \end_layout
36938
36939 \end_inset
36940
36941
36942 \begin_inset Index idx
36943 status collapsed
36944
36945 \begin_layout Plain Layout
36946 Packages ! upgreek
36947 \end_layout
36948
36949 \end_inset
36950
36951  that is loaded with the LaTeX-preamble line
36952 \end_layout
36953
36954 \begin_layout Standard
36955
36956 \series bold
36957
36958 \backslash
36959 usepackage{upgreek}
36960 \end_layout
36961
36962 \begin_layout Standard
36963 provides them.
36964  
36965 \begin_inset ERT
36966 status collapsed
36967
36968 \begin_layout Plain Layout
36969
36970
36971 \backslash
36972 ifupgreek 
36973 \end_layout
36974
36975 \end_inset
36976
36977
36978 \begin_inset Note Note
36979 status open
36980
36981 \begin_layout Plain Layout
36982 The following table will only be displayed when the LaTeX-package 
36983 \series bold
36984 upgreek
36985 \series default
36986  is installed:
36987 \end_layout
36988
36989 \end_inset
36990
36991  They are created when the command for a small Greek letter is started with
36992  
36993 \series bold
36994 up
36995 \series default
36996 .
36997  For example the command 
36998 \series bold
36999
37000 \backslash
37001 uptau
37002 \series default
37003  creates this: 
37004 \begin_inset Formula $\uptau$
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Standard
37011 With these commands reactions of elementary particles can be typeset:
37012 \begin_inset Formula 
37013 \[
37014 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37015 \]
37016
37017 \end_inset
37018
37019
37020 \end_layout
37021
37022 \begin_layout Standard
37023 The upright letters are more bold and wider than the italic ones.
37024  They should therefore not be used for units like 
37025 \begin_inset Quotes eld
37026 \end_inset
37027
37028 µm
37029 \begin_inset Quotes erd
37030 \end_inset
37031
37032 .
37033 \end_layout
37034
37035 \begin_layout Standard
37036 \begin_inset ERT
37037 status collapsed
37038
37039 \begin_layout Plain Layout
37040
37041
37042 \backslash
37043 else 
37044 \end_layout
37045
37046 \end_inset
37047
37048
37049 \begin_inset Note Note
37050 status open
37051
37052 \begin_layout Plain Layout
37053 The following will be displayed when the LaTeX-package 
37054 \series bold
37055 upgreek
37056 \series default
37057  is not installed:
37058 \end_layout
37059
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \begin_layout Standard
37066 You need to install the LaTeX-package 
37067 \series bold
37068 upgreek
37069 \series default
37070  to see the rest of this subsection in the output.
37071 \end_layout
37072
37073 \begin_layout Standard
37074 \begin_inset ERT
37075 status collapsed
37076
37077 \begin_layout Plain Layout
37078
37079
37080 \backslash
37081 fi 
37082 \end_layout
37083
37084 \end_inset
37085
37086
37087 \end_layout
37088
37089 \begin_layout Subsection
37090 Text Characters in Formulas
37091 \begin_inset CommandInset label
37092 LatexCommand label
37093 name "sub:Text-Characters-in"
37094
37095 \end_inset
37096
37097
37098 \begin_inset Index idx
37099 status collapsed
37100
37101 \begin_layout Plain Layout
37102 Text ! in formulas
37103 \end_layout
37104
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 In some cases you might want to insert text characters directly into formulas.
37112  When for example the centered dot · is often used in formulas like 
37113 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37114 \end_inset
37115
37116 , one would have to insert the command 
37117 \series bold
37118
37119 \backslash
37120 cdot
37121 \series default
37122
37123 \begin_inset Foot
37124 status collapsed
37125
37126 \begin_layout Plain Layout
37127 see 
37128 \begin_inset CommandInset ref
37129 LatexCommand ref
37130 reference "sub:Binary-Operators"
37131
37132 \end_inset
37133
37134
37135 \end_layout
37136
37137 \end_inset
37138
37139  all the time, because this character is defined in all encodings as text
37140  character.
37141  But the encoding can be changed by this LaTeX-preamble line:
37142 \end_layout
37143
37144 \begin_layout Standard
37145
37146 \series bold
37147
37148 \backslash
37149 Declare Inputtext{183}{
37150 \backslash
37151 ifmmode
37152 \backslash
37153 cdot
37154 \backslash
37155 else
37156 \backslash
37157 textperiodcentered
37158 \backslash
37159 f\SpecialChar \textcompwordmark{}
37160 i}
37161 \end_layout
37162
37163 \begin_layout Standard
37164 The character encoding (menu 
37165 \family sans
37166 Document\SpecialChar \menuseparator
37167 Settings\SpecialChar \menuseparator
37168 Language
37169 \family default
37170 ) specifies what character appears when a keyboard key is pressed.
37171  When the key for the character '·' is pressed, internally the command 
37172 \series bold
37173
37174 \backslash
37175 textperiodcentered
37176 \series default
37177  is used.
37178  But this command is not available in a formula so that you would get LaTeX-erro
37179 rs.
37180  With the changed encoding the right command is chosen automatically, depending
37181  on if the character was inserted into a formula or not.
37182 \end_layout
37183
37184 \begin_layout Standard
37185 The encoding of several characters is saved in definition files.
37186  For example the encoding 
37187 \series bold
37188 latin9
37189 \series default
37190  is defined in the file 
37191 \series bold
37192 latin9.def
37193 \series default
37194  which is in the installation folder of LaTeX.
37195  Encodings should only be changed via the LaTeX-preamble and not in the
37196  definition files.
37197  Otherwise documents could not be edited by other LyX users working on other
37198  computers.
37199 \end_layout
37200
37201 \begin_layout Standard
37202 \begin_inset VSpace medskip
37203 \end_inset
37204
37205 Besides the centered dot, in this document the degree sign ° is defined
37206  with the following LaTeX-preamble line so that it can be directly inserted
37207  into a formula:
37208 \end_layout
37209
37210 \begin_layout Standard
37211
37212 \series bold
37213
37214 \backslash
37215 DeclareInputtext{176}{
37216 \backslash
37217 ifmmode^
37218 \backslash
37219 circ
37220 \backslash
37221 else
37222 \backslash
37223 textdegree
37224 \backslash
37225 f\SpecialChar \textcompwordmark{}
37226 i}
37227 \end_layout
37228
37229 \begin_layout Standard
37230 \begin_inset Newpage newpage
37231 \end_inset
37232
37233
37234 \end_layout
37235
37236 \begin_layout Section
37237 \start_of_appendix
37238 Typographic Advice
37239 \begin_inset Index idx
37240 status collapsed
37241
37242 \begin_layout Plain Layout
37243 Typographic advice
37244 \end_layout
37245
37246 \end_inset
37247
37248
37249 \end_layout
37250
37251 \begin_layout Standard
37252 This section is a summary of the most important typographic rules, listed
37253  in ISO norms.
37254 \begin_inset Foot
37255 status collapsed
37256
37257 \begin_layout Plain Layout
37258 This collection was partly taken from the German semi-official dictionary
37259  called 
37260 \begin_inset Quotes eld
37261 \end_inset
37262
37263 Duden
37264 \begin_inset Quotes erd
37265 \end_inset
37266
37267  
37268 \begin_inset CommandInset citation
37269 LatexCommand cite
37270 key "Duden"
37271
37272 \end_inset
37273
37274  that lists some of the ISO rules.
37275  More rules are listed in 
37276 \begin_inset CommandInset citation
37277 LatexCommand cite
37278 key "Checklist"
37279
37280 \end_inset
37281
37282 .
37283 \end_layout
37284
37285 \end_inset
37286
37287
37288 \end_layout
37289
37290 \begin_layout Itemize
37291 Physical units are 
37292 \emph on
37293 always
37294 \emph default
37295  set upright
37296 \begin_inset Foot
37297 status collapsed
37298
37299 \begin_layout Plain Layout
37300 done with font styles, see 
37301 \begin_inset CommandInset ref
37302 LatexCommand ref
37303 reference "sub:Font-Styles"
37304
37305 \end_inset
37306
37307
37308 \end_layout
37309
37310 \end_inset
37311
37312 , no matter if they appear in italic text: 30
37313 \begin_inset space \thinspace{}
37314 \end_inset
37315
37316 km/h
37317 \begin_inset Newline newline
37318 \end_inset
37319
37320 Between the value and the unit is the smallest space, see 
37321 \begin_inset CommandInset ref
37322 LatexCommand ref
37323 reference "sub:Predefined-Space"
37324
37325 \end_inset
37326
37327 .
37328 \begin_inset Newline newline
37329 \end_inset
37330
37331 This convention is automatically fulfilled when the command 
37332 \series bold
37333
37334 \backslash
37335 unittwo
37336 \series default
37337  is used.
37338  When it is entered to a formula, two boxes appear.
37339  In the first one the value is inserted, in the second one the unit, and
37340  one gets as above: 
37341 \begin_inset Formula $\unit[30]{km/h}$
37342 \end_inset
37343
37344
37345 \begin_inset space \thinspace{}
37346 \end_inset
37347
37348 .
37349  Note that 
37350 \series bold
37351
37352 \backslash
37353 unittwo
37354 \series default
37355  is not a real LaTeX command but the command 
37356 \series bold
37357
37358 \backslash
37359 unit[value]{unit}
37360 \series default
37361 , therefore you cannot use it in TeX code.
37362 \end_layout
37363
37364 \begin_layout Itemize
37365 Percent and perthousand signs are set like physical units:
37366 \begin_inset Newline newline
37367 \end_inset
37368
37369 1,2
37370 \begin_inset space \thinspace{}
37371 \end_inset
37372
37373 ‰ alcohol in blood
37374 \end_layout
37375
37376 \begin_layout Itemize
37377 The degree sign follows directly on the value: 15°, but not when it is used
37378  in units: 15
37379 \begin_inset space \thinspace{}
37380 \end_inset
37381
37382 °C
37383 \end_layout
37384
37385 \begin_layout Itemize
37386 In numbers with more than four digits the smallest space is inserted before
37387  every third digit to group them: 
37388 \family roman
37389 \series medium
37390 \shape up
37391 \size normal
37392 \emph off
37393 \bar no
37394 \noun off
37395 \color none
37396 18
37397 \begin_inset space \thinspace{}
37398 \end_inset
37399
37400 473
37401 \begin_inset space \thinspace{}
37402 \end_inset
37403
37404 588
37405 \end_layout
37406
37407 \begin_layout Itemize
37408 For dimensions like 120×90×40
37409 \begin_inset space \thinspace{}
37410 \end_inset
37411
37412 cm the multiplication sign 
37413 \begin_inset Quotes eld
37414 \end_inset
37415
37416 ×
37417 \begin_inset Quotes erd
37418 \end_inset
37419
37420  is used.
37421  It is available either via the command 
37422 \series bold
37423
37424 \backslash
37425 times
37426 \series default
37427  or via the menu 
37428 \family sans
37429 Insert\SpecialChar \menuseparator
37430 Special Character\SpecialChar \menuseparator
37431 Symbols
37432 \family default
37433 .
37434 \end_layout
37435
37436 \begin_layout Itemize
37437 Functions with names consisting of several letters are set upright to avoid
37438  confusions, see 
37439 \begin_inset CommandInset ref
37440 LatexCommand ref
37441 reference "sub:Predefined-Functions"
37442
37443 \end_inset
37444
37445 .
37446 \end_layout
37447
37448 \begin_layout Itemize
37449 Indices consisting of several letters, are set upright: 
37450 \begin_inset Formula $E_{\mathrm{kin}}$
37451 \end_inset
37452
37453
37454 \begin_inset Newline newline
37455 \end_inset
37456
37457 Components of matrices are set italic: 
37458 \begin_inset Formula $\hat{H}_{kl}$
37459 \end_inset
37460
37461
37462 \end_layout
37463
37464 \begin_layout Itemize
37465 The differentiation/integration operator 'd', the Euler's number 'e' and
37466  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37467  other variables.
37468 \end_layout
37469
37470 \begin_layout Itemize
37471 The character that denotes a 
37472 \noun on
37473 Fourier
37474 \noun default
37475  transformation is inserted either by the command 
37476 \series bold
37477
37478 \backslash
37479 mathscr
37480 \begin_inset ERT
37481 status collapsed
37482
37483 \begin_layout Plain Layout
37484
37485
37486 \backslash
37487 spce 
37488 \end_layout
37489
37490 \end_inset
37491
37492 F
37493 \series default
37494  or via the menu 
37495 \family sans
37496 Insert\SpecialChar \menuseparator
37497 Special Character\SpecialChar \menuseparator
37498 Symbols\SpecialChar \menuseparator
37499 Letterlike
37500 \begin_inset space ~
37501 \end_inset
37502
37503 Symbols
37504 \family default
37505
37506 \begin_inset Formula $\mathscr{F}$
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \begin_layout Standard
37513 \begin_inset Newpage newpage
37514 \end_inset
37515
37516
37517 \end_layout
37518
37519 \begin_layout Section
37520 Synonyms
37521 \begin_inset Index idx
37522 status collapsed
37523
37524 \begin_layout Plain Layout
37525 Synonyms
37526 \end_layout
37527
37528 \end_inset
37529
37530
37531 \end_layout
37532
37533 \begin_layout Standard
37534 Some characters and symbols can be created with several commands.
37535  Here is a list of the synonym commands:
37536 \end_layout
37537
37538 \begin_layout Standard
37539 \begin_inset VSpace bigskip
37540 \end_inset
37541
37542
37543 \begin_inset space \hfill{}
37544 \end_inset
37545
37546
37547 \begin_inset Tabular
37548 <lyxtabular version="3" rows="12" columns="2">
37549 <features tabularvalignment="middle">
37550 <column alignment="center" valignment="top" width="0pt">
37551 <column alignment="center" valignment="top" width="0pt">
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557 Command
37558 \end_layout
37559
37560 \end_inset
37561 </cell>
37562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37563 \begin_inset Text
37564
37565 \begin_layout Plain Layout
37566 equivalent to
37567 \begin_inset Note Note
37568 status collapsed
37569
37570 \begin_layout Plain Layout
37571
37572 \series bold
37573
37574 \backslash
37575 raisebox
37576 \series default
37577  is only used as spacer.
37578 \end_layout
37579
37580 \end_inset
37581
37582
37583 \end_layout
37584
37585 \end_inset
37586 </cell>
37587 </row>
37588 <row>
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593
37594 \backslash
37595 ast
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604 \begin_inset ERT
37605 status collapsed
37606
37607 \begin_layout Plain Layout
37608
37609
37610 \backslash
37611 raisebox{-1.2mm}{
37612 \end_layout
37613
37614 \end_inset
37615
37616 *
37617 \begin_inset ERT
37618 status collapsed
37619
37620 \begin_layout Plain Layout
37621
37622 }
37623 \end_layout
37624
37625 \end_inset
37626
37627
37628 \end_layout
37629
37630 \end_inset
37631 </cell>
37632 </row>
37633 <row>
37634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37635 \begin_inset Text
37636
37637 \begin_layout Plain Layout
37638
37639 \backslash
37640 choose
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649
37650 \backslash
37651 binom
37652 \end_layout
37653
37654 \end_inset
37655 </cell>
37656 </row>
37657 <row>
37658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662
37663 \backslash
37664 geq
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673
37674 \backslash
37675 ge
37676 \end_layout
37677
37678 \end_inset
37679 </cell>
37680 </row>
37681 <row>
37682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37683 \begin_inset Text
37684
37685 \begin_layout Plain Layout
37686
37687 \backslash
37688 lbrace
37689 \end_layout
37690
37691 \end_inset
37692 </cell>
37693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37694 \begin_inset Text
37695
37696 \begin_layout Plain Layout
37697 {
37698 \end_layout
37699
37700 \end_inset
37701 </cell>
37702 </row>
37703 <row>
37704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708
37709 \backslash
37710 lbracket
37711 \end_layout
37712
37713 \end_inset
37714 </cell>
37715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37716 \begin_inset Text
37717
37718 \begin_layout Plain Layout
37719 [
37720 \end_layout
37721
37722 \end_inset
37723 </cell>
37724 </row>
37725 <row>
37726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730
37731 \backslash
37732 leftarrow
37733 \end_layout
37734
37735 \end_inset
37736 </cell>
37737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37738 \begin_inset Text
37739
37740 \begin_layout Plain Layout
37741
37742 \backslash
37743 gets
37744 \end_layout
37745
37746 \end_inset
37747 </cell>
37748 </row>
37749 <row>
37750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754
37755 \backslash
37756 leq
37757 \end_layout
37758
37759 \end_inset
37760 </cell>
37761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37762 \begin_inset Text
37763
37764 \begin_layout Plain Layout
37765
37766 \backslash
37767 le
37768 \end_layout
37769
37770 \end_inset
37771 </cell>
37772 </row>
37773 <row>
37774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778
37779 \backslash
37780 lor
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37786 \begin_inset Text
37787
37788 \begin_layout Plain Layout
37789
37790 \backslash
37791 vee
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 </row>
37797 <row>
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802
37803 \backslash
37804 neq
37805 \end_layout
37806
37807 \end_inset
37808 </cell>
37809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37810 \begin_inset Text
37811
37812 \begin_layout Plain Layout
37813
37814 \backslash
37815 not=
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 </row>
37821 <row>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826
37827 \backslash
37828 slash
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 /
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row>
37844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848
37849 \backslash
37850 vert
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859 |
37860 \end_layout
37861
37862 \end_inset
37863 </cell>
37864 </row>
37865 </lyxtabular>
37866
37867 \end_inset
37868
37869
37870 \begin_inset space \hfill{}
37871 \end_inset
37872
37873
37874 \begin_inset Tabular
37875 <lyxtabular version="3" rows="12" columns="2">
37876 <features tabularvalignment="middle">
37877 <column alignment="center" valignment="top" width="0pt">
37878 <column alignment="center" valignment="top" width="0pt">
37879 <row>
37880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884 Command
37885 \end_layout
37886
37887 \end_inset
37888 </cell>
37889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37890 \begin_inset Text
37891
37892 \begin_layout Plain Layout
37893 equivalent to
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 </row>
37899 <row>
37900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37901 \begin_inset Text
37902
37903 \begin_layout Plain Layout
37904
37905 \backslash
37906 backslash
37907 \end_layout
37908
37909 \end_inset
37910 </cell>
37911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915
37916 \backslash
37917
37918 \backslash
37919
37920 \end_layout
37921
37922 \end_inset
37923 </cell>
37924 </row>
37925 <row>
37926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37927 \begin_inset Text
37928
37929 \begin_layout Plain Layout
37930
37931 \backslash
37932 dasharrow
37933 \end_layout
37934
37935 \end_inset
37936 </cell>
37937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37938 \begin_inset Text
37939
37940 \begin_layout Plain Layout
37941
37942 \backslash
37943 dashrightarrow
37944 \end_layout
37945
37946 \end_inset
37947 </cell>
37948 </row>
37949 <row>
37950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37951 \begin_inset Text
37952
37953 \begin_layout Plain Layout
37954
37955 \backslash
37956 land
37957 \end_layout
37958
37959 \end_inset
37960 </cell>
37961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37962 \begin_inset Text
37963
37964 \begin_layout Plain Layout
37965
37966 \backslash
37967 wedge
37968 \end_layout
37969
37970 \end_inset
37971 </cell>
37972 </row>
37973 <row>
37974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37975 \begin_inset Text
37976
37977 \begin_layout Plain Layout
37978
37979 \backslash
37980 rbrace
37981 \end_layout
37982
37983 \end_inset
37984 </cell>
37985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37986 \begin_inset Text
37987
37988 \begin_layout Plain Layout
37989 }
37990 \end_layout
37991
37992 \end_inset
37993 </cell>
37994 </row>
37995 <row>
37996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37997 \begin_inset Text
37998
37999 \begin_layout Plain Layout
38000
38001 \backslash
38002 rbracket
38003 \end_layout
38004
38005 \end_inset
38006 </cell>
38007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38008 \begin_inset Text
38009
38010 \begin_layout Plain Layout
38011 ]
38012 \end_layout
38013
38014 \end_inset
38015 </cell>
38016 </row>
38017 <row>
38018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38019 \begin_inset Text
38020
38021 \begin_layout Plain Layout
38022
38023 \backslash
38024 rightarrow
38025 \end_layout
38026
38027 \end_inset
38028 </cell>
38029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38030 \begin_inset Text
38031
38032 \begin_layout Plain Layout
38033
38034 \backslash
38035 to
38036 \end_layout
38037
38038 \end_inset
38039 </cell>
38040 </row>
38041 <row>
38042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38043 \begin_inset Text
38044
38045 \begin_layout Plain Layout
38046
38047 \backslash
38048 lnot
38049 \end_layout
38050
38051 \end_inset
38052 </cell>
38053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057
38058 \backslash
38059 neg
38060 \end_layout
38061
38062 \end_inset
38063 </cell>
38064 </row>
38065 <row>
38066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38067 \begin_inset Text
38068
38069 \begin_layout Plain Layout
38070
38071 \backslash
38072 ne
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081
38082 \backslash
38083 not=
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 </row>
38089 <row>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094
38095 \backslash
38096 owns
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105
38106 \backslash
38107 ni
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 </row>
38113 <row>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118
38119 \backslash
38120 square
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129
38130 \backslash
38131 Box
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 </row>
38137 <row>
38138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142
38143 \backslash
38144 Vert
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153
38154 \backslash
38155 |
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 </row>
38161 </lyxtabular>
38162
38163 \end_inset
38164
38165
38166 \begin_inset space \hfill{}
38167 \end_inset
38168
38169
38170 \end_layout
38171
38172 \begin_layout Standard
38173 \begin_inset Newpage newpage
38174 \end_inset
38175
38176
38177 \end_layout
38178
38179 \begin_layout Bibliography
38180 \begin_inset CommandInset bibitem
38181 LatexCommand bibitem
38182 key "TLC2"
38183
38184 \end_inset
38185
38186
38187 \shape smallcaps
38188 Mittelbach, F.
38189  ; Goossens, M.
38190 \shape default
38191
38192 \shape italic
38193 The LaTeX Companion
38194 \shape default
38195 .
38196  Addison Wesley, 2004
38197 \end_layout
38198
38199 \begin_layout Bibliography
38200 \begin_inset CommandInset bibitem
38201 LatexCommand bibitem
38202 key "Mathmode"
38203
38204 \end_inset
38205
38206
38207 \begin_inset CommandInset href
38208 LatexCommand href
38209 name "Description"
38210 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38211
38212 \end_inset
38213
38214  of LaTeX's math abilities
38215 \end_layout
38216
38217 \begin_layout Bibliography
38218 \begin_inset CommandInset bibitem
38219 LatexCommand bibitem
38220 key "AMS"
38221
38222 \end_inset
38223
38224
38225 \begin_inset CommandInset href
38226 LatexCommand href
38227 name "Description"
38228 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38229
38230 \end_inset
38231
38232  of 
38233 \begin_inset ERT
38234 status collapsed
38235
38236 \begin_layout Plain Layout
38237
38238
38239 \backslash
38240 AmS
38241 \end_layout
38242
38243 \end_inset
38244
38245 -LaTeX
38246 \end_layout
38247
38248 \begin_layout Bibliography
38249 \begin_inset CommandInset bibitem
38250 LatexCommand bibitem
38251 key "Symbols"
38252
38253 \end_inset
38254
38255
38256 \begin_inset CommandInset href
38257 LatexCommand href
38258 name "List"
38259 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38260
38261 \end_inset
38262
38263  of all symbols available with LaTeX-packages
38264 \end_layout
38265
38266 \begin_layout Bibliography
38267 \begin_inset CommandInset bibitem
38268 LatexCommand bibitem
38269 key "cancel"
38270
38271 \end_inset
38272
38273
38274 \begin_inset CommandInset href
38275 LatexCommand href
38276 name "Documentation"
38277 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38278
38279 \end_inset
38280
38281  of the LaTeX-package 
38282 \series bold
38283 cancel
38284 \series default
38285
38286 \begin_inset Index idx
38287 status collapsed
38288
38289 \begin_layout Plain Layout
38290 Packages ! cancel
38291 \end_layout
38292
38293 \end_inset
38294
38295
38296 \end_layout
38297
38298 \begin_layout Bibliography
38299 \begin_inset CommandInset bibitem
38300 LatexCommand bibitem
38301 key "hyperref"
38302
38303 \end_inset
38304
38305
38306 \begin_inset CommandInset href
38307 LatexCommand href
38308 name "Documentation"
38309 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38310
38311 \end_inset
38312
38313  of the LaTeX-package 
38314 \series bold
38315 hyperref
38316 \series default
38317
38318 \begin_inset Index idx
38319 status collapsed
38320
38321 \begin_layout Plain Layout
38322 Packages ! hyperref
38323 \end_layout
38324
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \begin_layout Bibliography
38331 \begin_inset CommandInset bibitem
38332 LatexCommand bibitem
38333 key "mhchem"
38334
38335 \end_inset
38336
38337
38338 \begin_inset CommandInset href
38339 LatexCommand href
38340 name "Documentation"
38341 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38342
38343 \end_inset
38344
38345  of the LaTeX-package 
38346 \series bold
38347 mhchem
38348 \series default
38349
38350 \begin_inset Index idx
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354 Packages ! mhchem
38355 \end_layout
38356
38357 \end_inset
38358
38359
38360 \end_layout
38361
38362 \begin_layout Bibliography
38363 \begin_inset CommandInset bibitem
38364 LatexCommand bibitem
38365 key "Mathclap"
38366
38367 \end_inset
38368
38369
38370 \begin_inset CommandInset href
38371 LatexCommand href
38372 name "Description"
38373 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38374
38375 \end_inset
38376
38377  of the command 
38378 \series bold
38379
38380 \backslash
38381 mathclap
38382 \series default
38383 , described in 
38384 \begin_inset CommandInset ref
38385 LatexCommand ref
38386 reference "sub:Operator-Limits"
38387
38388 \end_inset
38389
38390
38391 \begin_inset Index idx
38392 status collapsed
38393
38394 \begin_layout Plain Layout
38395 Commands ! M ! 
38396 \backslash
38397 mathclap
38398 \end_layout
38399
38400 \end_inset
38401
38402
38403 \end_layout
38404
38405 \begin_layout Bibliography
38406 \begin_inset CommandInset bibitem
38407 LatexCommand bibitem
38408 key "Duden"
38409
38410 \end_inset
38411
38412
38413 \emph on
38414 Duden Band 1
38415 \emph default
38416 .
38417  22.
38418  Auflage, Duden 2001
38419 \end_layout
38420
38421 \begin_layout Bibliography
38422 \begin_inset CommandInset bibitem
38423 LatexCommand bibitem
38424 key "Checklist"
38425
38426 \end_inset
38427
38428
38429 \begin_inset CommandInset href
38430 LatexCommand href
38431 name "Check list"
38432 target "http://physics.nist.gov/Document/checklist.pdf"
38433
38434 \end_inset
38435
38436  for reviewing manuscripts
38437 \end_layout
38438
38439 \begin_layout Standard
38440 \begin_inset CommandInset index_print
38441 LatexCommand printindex
38442 type "idx"
38443
38444 \end_inset
38445
38446
38447 \end_layout
38448
38449 \end_body
38450 \end_document