]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
* LFUNs.lyx
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 410
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasenglish{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
50 }
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % used in sec. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % for multiple columns used in sec. 23.7
81 \usepackage{multicol}
82
83 % needed in sec. 19.4
84 \usepackage{remreset}
85
86 % for the Fourier transformation symbol
87 \usepackage{mathrsfs}
88
89 % define a color, used in sec.9.3
90 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % declare operators (see sec. 10.4 and sec. 15.2)
93 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\spce}{\textvisiblespace}
97
98 % example definitions for sec. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % example macro from sec. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % macro from sec. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package eurosym
119 % used for the Euro symbol
120 \newboolean{eurosym}
121 \IfFileExists{eurosym.sty}
122  {\usepackage[gennarrow]{eurosym}
123   \setboolean{eurosym}{true}}
124  {\setboolean{eurosym}{false}}
125
126 % check for package braket
127 % used for physical vectors
128 \newboolean{braket}
129 \IfFileExists{braket.sty}
130  {\usepackage{braket}
131   \setboolean{braket}{true}}
132  {\setboolean{braket}{false}}
133
134 % check for package cancel
135 \newboolean{cancel}
136 \IfFileExists{cancel.sty}
137  {\usepackage{cancel}
138   \setboolean{cancel}{true}}
139  {\setboolean{cancel}{false}}
140
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language english
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \use_non_tex_fonts false
159 \font_sc false
160 \font_osf false
161 \font_sf_scale 100
162 \font_tt_scale 100
163
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyX's Math Manual"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-documentation about math"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 1
190 \use_mhchem 1
191 \use_mathdots 1
192 \cite_engine basic
193 \use_bibtopic false
194 \use_indices false
195 \paperorientation portrait
196 \suppress_date false
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Index
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Math manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.0.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the LaTeX-packages 
288 \series bold
289 braket, cancel, eurosym,
290 \series default
291  
292 \series bold
293 mhchem
294 \series default
295  and 
296 \series bold
297 was
298 \series default
299  should be installed.
300  If they are not installed the document can be export anyway but the sections
301  where the packages are required will not appear in the output.
302  An exeption is 
303 \series bold
304 mhchem
305 \series default
306 ; if it is not installed, this file cannot be exported.
307 \end_layout
308
309 \begin_layout Plain Layout
310 The latest PDF-version of this document can be found here:
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \series bold
316 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
317 \end_layout
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset Newpage newpage
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Section
332 Introduction
333 \end_layout
334
335 \begin_layout Standard
336 This document explains LyX's math features and is furthermore a collection
337  of LaTeX-commands used for mathematical characters and constructs.
338  The explanations are designed for the usage of commands.
339  It is therefore required that you have read the section 
340 \family typewriter
341 Mathematical
342 \begin_inset space ~
343 \end_inset
344
345 Formulas
346 \family default
347  of the User's Guide.
348 \end_layout
349
350 \begin_layout Standard
351 Most of the characters and many constructs explained in this manual are
352  also accessible via the menu 
353 \family sans
354 Insert
355 \series bold
356 \SpecialChar \menuseparator
357
358 \series default
359 Math
360 \family default
361 , or the 
362 \family sans
363 math
364 \family default
365 \series bold
366  
367 \family sans
368 \series default
369 toolbar
370 \family default
371 .
372  But everybody who has to write lots of formulas will notice that it is
373  much faster to use commands instead of the math toolbar.
374  Therefore this manual is focused on commands but also mentions the correspondin
375 g toolbar buttons when available.
376 \end_layout
377
378 \begin_layout Standard
379 If not specially mentioned the commands are only available within formulas.
380  To be able to use all commands explained in this document, the option 
381 \family sans
382 Use AMS math package
383 \family default
384  must be used in the document settings (menu 
385 \family sans
386 Document\SpecialChar \menuseparator
387 Settings\SpecialChar \menuseparator
388 Math
389 \begin_inset space ~
390 \end_inset
391
392 Options
393 \family default
394 ).
395 \begin_inset Foot
396 status collapsed
397
398 \begin_layout Plain Layout
399 The option 
400 \family sans
401 Use AMS math package automatically
402 \family default
403  only uses 
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409
410 \backslash
411 AmS 
412 \end_layout
413
414 \end_inset
415
416 -math when math constructs are found that are supported by LyX.
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 This document doesn't list all 
426 \begin_inset ERT
427 status collapsed
428
429 \begin_layout Plain Layout
430
431
432 \backslash
433 AmS 
434 \end_layout
435
436 \end_inset
437
438 -math commands
439 \begin_inset Foot
440 status collapsed
441
442 \begin_layout Plain Layout
443 A list with all 
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS
452 \end_layout
453
454 \end_inset
455
456 -math commands is in the file 
457 \family sans
458
459 \begin_inset CommandInset href
460 LatexCommand href
461 name "amsguide.ps"
462 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
463
464 \end_inset
465
466
467 \family default
468 , which is part of every LaTeX standard installation.
469 \end_layout
470
471 \end_inset
472
473  for lucidity reasons.
474 \end_layout
475
476 \begin_layout Section
477 General Instructions
478 \end_layout
479
480 \begin_layout Standard
481 To create an inline formula
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Formula ! inline
487 \end_layout
488
489 \end_inset
490
491  that is embedded into a text line, use one of the shortcuts 
492 \begin_inset Info
493 type  "shortcuts"
494 arg   "math-mode"
495 \end_inset
496
497  or the toolbar button 
498 \begin_inset Graphics
499         filename ../images/math-mode.png
500         scale 85
501
502 \end_inset
503
504
505 \begin_inset Newline newline
506 \end_inset
507
508 To create a display style formula
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formula ! display style
514 \end_layout
515
516 \end_inset
517
518  that will appear bigger and in an own paragraph, use one of these shortcuts:
519  
520 \begin_inset Info
521 type  "shortcuts"
522 arg   "math-display"
523 \end_inset
524
525 .
526 \end_layout
527
528 \begin_layout Standard
529 To change a display style formula to an inline formula, set the cursor into
530  the formula and use one of the shortcuts 
531 \begin_inset Info
532 type  "shortcuts"
533 arg   "math-mode"
534 \end_inset
535
536  or the menu 
537 \family sans
538 Edit\SpecialChar \menuseparator
539 Math\SpecialChar \menuseparator
540 Change formula type
541 \family default
542 .
543  The same way is used to change an inline formula to a display style formula.
544 \end_layout
545
546 \begin_layout Standard
547 To display parts of an inline formula in the size of a display style formula,
548  enter the command 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Commands ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  to a formula.
567  Then a new blue box appears in which the desired formula part is inserted.
568 \end_layout
569
570 \begin_layout Standard
571 Only inline formulas are allowed inside tables.
572 \end_layout
573
574 \begin_layout Standard
575 The 
576 \family sans
577 math toolbar
578 \family default
579  can be turned on in the menu 
580 \family sans
581 View\SpecialChar \menuseparator
582 Toolbars
583 \family default
584 .
585  When you click there on 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Math
590 \begin_inset Quotes erd
591 \end_inset
592
593  the toolbar will be shown permanently at the bottom; this state is visualized
594  in the 
595 \family sans
596 Toolbars
597 \family default
598  menu with a checkmark.
599  When you click in this state again on 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Math
604 \begin_inset Quotes erd
605 \end_inset
606
607  in the 
608 \family sans
609 Toolbars
610 \family default
611  menu, the 
612 \family sans
613 math toolbar
614 \family default
615  is only shown when the cursor is within a formula; this state is visualized
616  by the renaming of the menu entry from 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Math
621 \begin_inset Quotes erd
622 \end_inset
623
624  to 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Math
629 \begin_inset space ~
630 \end_inset
631
632 (auto)
633 \begin_inset Quotes erd
634 \end_inset
635
636 .
637 \end_layout
638
639 \begin_layout Standard
640 The TeX-mode
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-mode
646 \end_layout
647
648 \end_inset
649
650  is invoked by pressing the toolbar button 
651 \begin_inset Graphics
652         filename ../images/ert-insert.png
653         scale 85
654
655 \end_inset
656
657  or by using the menu 
658 \family sans
659 Insert\SpecialChar \menuseparator
660 Te
661 \begin_inset ERT
662 status collapsed
663
664 \begin_layout Plain Layout
665
666 {}
667 \end_layout
668
669 \end_inset
670
671 X Code
672 \family default
673  (shortcut 
674 \begin_inset Info
675 type  "shortcut"
676 arg   "ert-insert"
677 \end_inset
678
679 ).
680 \begin_inset Note Note
681 status collapsed
682
683 \begin_layout Plain Layout
684 In LyX there are three 
685 \begin_inset Quotes eld
686 \end_inset
687
688 proper names
689 \begin_inset Quotes erd
690 \end_inset
691
692  that appear in the output with sub- and superscript letters: TeX, LaTeX
693  and LyX
694 \end_layout
695
696 \begin_layout Plain Layout
697 To avoid that these names are recognized as proper names, a TeX-brace pair
698  is inserted.
699 \end_layout
700
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 To change the LaTeX-preamble
708 \begin_inset Index idx
709 status collapsed
710
711 \begin_layout Plain Layout
712 L@LaTeX-preamble
713 \end_layout
714
715 \end_inset
716
717 , use the menu 
718 \family sans
719 Document\SpecialChar \menuseparator
720 Settings\SpecialChar \menuseparator
721 LaT
722 \begin_inset ERT
723 status collapsed
724
725 \begin_layout Plain Layout
726
727 {}
728 \end_layout
729
730 \end_inset
731
732 eX
733 \family default
734  
735 \family sans
736 Preamble
737 \family default
738 .
739 \end_layout
740
741 \begin_layout Standard
742 To edit matrices, case differentiations and multiline formulas subsequently,
743  the menus 
744 \family sans
745 Edit\SpecialChar \menuseparator
746 Math
747 \family default
748  and 
749 \family sans
750 Edit\SpecialChar \menuseparator
751 Rows
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 &
756 \begin_inset space \thinspace{}
757 \end_inset
758
759 Columns,
760 \family default
761  or the 
762 \family sans
763 table toolbar
764 \family default
765  can be used.
766  When lines and columns are swapped via the menu, the column or line where
767  the cursor is in is exchanged with the column to the right or the line
768  below, respectively.
769  Is the cursor in the last column or row, the exchange is done with the
770  column to the left or the line above.
771 \end_layout
772
773 \begin_layout Standard
774 To write text in formulas
775 \begin_inset Foot
776 status collapsed
777
778 \begin_layout Plain Layout
779 For multiline formulas the command 
780 \series bold
781
782 \backslash
783 intertext
784 \series default
785  is used, see 
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "sub:Text-in-multiline"
789
790 \end_inset
791
792 .
793 \end_layout
794
795 \end_inset
796
797  
798 \emph on
799 mathematical text
800 \emph default
801
802 \begin_inset Index idx
803 status collapsed
804
805 \begin_layout Plain Layout
806 Text ! in formulas
807 \end_layout
808
809 \end_inset
810
811
812 \begin_inset Index idx
813 status collapsed
814
815 \begin_layout Plain Layout
816 Mathematical text
817 \end_layout
818
819 \end_inset
820
821  is used.
822  This mode is invoked with the shortcut 
823 \begin_inset Info
824 type  "shortcut"
825 arg   "font-default"
826 \end_inset
827
828  or by the insertion of the command 
829 \series bold
830
831 \backslash
832 text
833 \series default
834
835 \begin_inset Index idx
836 status collapsed
837
838 \begin_layout Plain Layout
839 Commands ! T ! 
840 \backslash
841 text
842 \end_layout
843
844 \end_inset
845
846 .
847  The text appears black in LyX and can therefore be distinguished from the
848  other formula parts that appear blue.
849  In the output mathematical text is set upright, in contrary to other formula
850  parts.
851 \end_layout
852
853 \begin_layout Subsection*
854 Command Scheme
855 \end_layout
856
857 \begin_layout Standard
858 Most of the LaTeX-commands for math constructs have the following scheme:
859 \end_layout
860
861 \begin_layout Standard
862
863 \series bold
864
865 \backslash
866 commandname[optional
867 \series default
868  
869 \series bold
870 argument]{required
871 \series default
872  
873 \series bold
874 argument}
875 \end_layout
876
877 \begin_layout Standard
878 A command starts always with a backslash 
879 \begin_inset Quotes gld
880 \end_inset
881
882
883 \series bold
884
885 \backslash
886
887 \series default
888
889 \begin_inset Quotes grd
890 \end_inset
891
892 .
893  To omit optional arguments, also omit the associated brackets.
894  The braces around the required arguments are named in this document as
895  TeX-braces
896 \begin_inset Index idx
897 status collapsed
898
899 \begin_layout Plain Layout
900 T@TeX-braces
901 \end_layout
902
903 \end_inset
904
905 .
906  If you add in a formula a left brace to a command name, LyX creates automatical
907 ly a TeX-brace.
908  In all other cases TeX-braces are created in formulas with the command
909  
910 \series bold
911
912 \backslash
913 {
914 \series default
915 .
916  TeX-braces appear red in LyX, in contrary to normal braces that appear
917  blue.
918  In TeX-mode no command is needed to get TeX-braces.
919  TeX-braces don't appear in the output.
920 \end_layout
921
922 \begin_layout Standard
923 When commands without arguments, like commands for symbols are entered in
924  TeX-mode, a space character must 
925 \emph on
926 always
927 \emph default
928  be behind the command to end it.
929  This space doesn't appear in the output.
930  When the space should appear in the output, the space must be followed
931  by a protected space in normal text.
932 \end_layout
933
934 \begin_layout Standard
935 A protected space is inserted with 
936 \begin_inset Info
937 type  "shortcut"
938 arg   "space-insert protected"
939 \end_inset
940
941 .
942 \end_layout
943
944 \begin_layout Subsection*
945 \begin_inset Newpage newpage
946 \end_inset
947
948 Syntax Explanation
949 \end_layout
950
951 \begin_layout Itemize
952 The symbol
953 \begin_inset Foot
954 status collapsed
955
956 \begin_layout Plain Layout
957 This visible space character can be created with the command 
958 \series bold
959
960 \backslash
961 textvisiblespace
962 \series default
963
964 \begin_inset Index idx
965 status collapsed
966
967 \begin_layout Plain Layout
968 Commands ! T ! 
969 \backslash
970 textvisiblespace
971 \end_layout
972
973 \end_inset
974
975 , inserted in TeX-mode.
976 \end_layout
977
978 \end_inset
979
980  
981 \begin_inset ERT
982 status collapsed
983
984 \begin_layout Plain Layout
985
986
987 \backslash
988 spce 
989 \end_layout
990
991 \end_inset
992
993
994 \begin_inset space ~
995 \end_inset
996
997 denotes a space character to be input.
998 \end_layout
999
1000 \begin_layout Itemize
1001 An arrow like 
1002 \begin_inset Formula $\to$
1003 \end_inset
1004
1005  denotes the usage of the corresponding arrow key on the keyboard.
1006 \end_layout
1007
1008 \begin_layout Subsection*
1009 Available units
1010 \end_layout
1011
1012 \begin_layout Standard
1013 \align center
1014 \begin_inset Float table
1015 placement H
1016 wide false
1017 sideways false
1018 status open
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Caption
1023
1024 \begin_layout Plain Layout
1025 \begin_inset CommandInset label
1026 LatexCommand label
1027 name "tab:Available-units"
1028
1029 \end_inset
1030
1031 Available units
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Plain Layout
1040 \align center
1041 \begin_inset Tabular
1042 <lyxtabular version="3" rows="13" columns="2">
1043 <features tabularvalignment="middle">
1044 <column alignment="center" valignment="top" width="0">
1045 <column alignment="center" valignment="top" width="0">
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 Unit
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Name / Description
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 mm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Millimeter
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 cm
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Centimeter
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 </row>
1106 <row>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 in
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 Inch (1
1121 \begin_inset space \thinspace{}
1122 \end_inset
1123
1124 in = 2,54
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 cm)
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 </row>
1134 <row>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 pt
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 Point (72.27
1149 \begin_inset space \thinspace{}
1150 \end_inset
1151
1152 pt = 1
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 in)
1157 \end_layout
1158
1159 \end_inset
1160 </cell>
1161 </row>
1162 <row>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 pc
1168 \end_layout
1169
1170 \end_inset
1171 </cell>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 Pica (1
1177 \begin_inset space \thinspace{}
1178 \end_inset
1179
1180 pc = 12
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pt)
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 sp
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 scaled point (65536
1205 \begin_inset space \thinspace{}
1206 \end_inset
1207
1208 sp = 1
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 pt)
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 </row>
1218 <row>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 bp
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 big point (72
1233 \begin_inset space \thinspace{}
1234 \end_inset
1235
1236 bp = 1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 in)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 dd
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Didot (1
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 dd 
1265 \begin_inset Formula $\approx$
1266 \end_inset
1267
1268  0.376
1269 \begin_inset space \thinspace{}
1270 \end_inset
1271
1272 mm)
1273 \end_layout
1274
1275 \end_inset
1276 </cell>
1277 </row>
1278 <row>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 cc
1284 \end_layout
1285
1286 \end_inset
1287 </cell>
1288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1289 \begin_inset Text
1290
1291 \begin_layout Plain Layout
1292 Cicero (1
1293 \begin_inset space \thinspace{}
1294 \end_inset
1295
1296 cc = 12
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 dd)
1301 \end_layout
1302
1303 \end_inset
1304 </cell>
1305 </row>
1306 <row>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 ex
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 Height of letter 
1321 \emph on
1322
1323 \begin_inset Quotes eld
1324 \end_inset
1325
1326 x
1327 \emph default
1328
1329 \begin_inset Quotes erd
1330 \end_inset
1331
1332  in the current font
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 em
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 width of letter 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \emph on
1358 M
1359 \emph default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  in the current font
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 <row>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 mu
1376 \end_layout
1377
1378 \end_inset
1379 </cell>
1380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1381 \begin_inset Text
1382
1383 \begin_layout Plain Layout
1384 math unit (1
1385 \begin_inset space \thinspace{}
1386 \end_inset
1387
1388 mu = 
1389 \begin_inset Formula $\nicefrac{1}{18}$
1390 \end_inset
1391
1392
1393 \begin_inset space \thinspace{}
1394 \end_inset
1395
1396 em)
1397 \end_layout
1398
1399 \end_inset
1400 </cell>
1401 </row>
1402 </lyxtabular>
1403
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \end_inset
1410
1411
1412 \end_layout
1413
1414 \begin_layout Standard
1415 \begin_inset Newpage newpage
1416 \end_inset
1417
1418
1419 \end_layout
1420
1421 \begin_layout Section
1422 Basic Functions
1423 \end_layout
1424
1425 \begin_layout Subsection
1426 Exponents
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Exponents
1432 \end_layout
1433
1434 \end_inset
1435
1436  and Indices
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 Indices
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 Superscripts|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Exponents
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \begin_inset Index idx
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483 Subscripts|see
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 {
1490 \end_layout
1491
1492 \end_inset
1493
1494 Indices
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 }
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \begin_layout Standard
1514 Indices are created with an underscore 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 _
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  or via the math toolbar button 
1523 \begin_inset Graphics
1524         filename ../images/math-subscript.png
1525         scale 85
1526
1527 \end_inset
1528
1529  , exponents with a caret 
1530 \begin_inset Quotes eld
1531 \end_inset
1532
1533 ^
1534 \begin_inset Quotes erd
1535 \end_inset
1536
1537  or via the math toolbar button 
1538 \begin_inset Graphics
1539         filename ../images/math-superscript.png
1540         scale 85
1541
1542 \end_inset
1543
1544 .
1545 \end_layout
1546
1547 \begin_layout Standard
1548 \align center
1549 \begin_inset Tabular
1550 <lyxtabular version="3" rows="4" columns="2">
1551 <features tabularvalignment="middle">
1552 <column alignment="center" valignment="top" width="0pt">
1553 <column alignment="center" valignment="top" width="0pt">
1554 <row>
1555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559 command
1560 \end_layout
1561
1562 \end_inset
1563 </cell>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 Result
1569 \begin_inset Note Note
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573
1574 \series bold
1575
1576 \backslash
1577 raisebox
1578 \series default
1579  is only used as spacer.
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B_V
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $B_{V}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B^V
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1628 \end_inset
1629
1630
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 </row>
1636 <row>
1637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1638 \begin_inset Text
1639
1640 \begin_layout Plain Layout
1641 B^
1642 \begin_inset ERT
1643 status collapsed
1644
1645 \begin_layout Plain Layout
1646
1647
1648 \backslash
1649 spce 
1650 \end_layout
1651
1652 \end_inset
1653
1654 A
1655 \end_layout
1656
1657 \end_inset
1658 </cell>
1659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1660 \begin_inset Text
1661
1662 \begin_layout Plain Layout
1663 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 </row>
1672 </lyxtabular>
1673
1674 \end_inset
1675
1676
1677 \end_layout
1678
1679 \begin_layout Standard
1680 As the caret is in some languages an accent, vowels will be accentuated
1681  in this case and not set as exponents
1682 \begin_inset Foot
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Depending on the used keyboard settings this can also happen for other character
1687 s than vowels.
1688 \end_layout
1689
1690 \end_inset
1691
1692 .
1693  To get in this case exponents, press 
1694 \family sans
1695 Space
1696 \family default
1697  after the caret as in the last example.
1698 \end_layout
1699
1700 \begin_layout Subsection
1701 Fractions
1702 \begin_inset CommandInset label
1703 LatexCommand label
1704 name "sub:Fractions"
1705
1706 \end_inset
1707
1708
1709 \begin_inset Index idx
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713 Fractions
1714 \end_layout
1715
1716 \end_inset
1717
1718
1719 \end_layout
1720
1721 \begin_layout Standard
1722 Fractions are generated with the command 
1723 \series bold
1724
1725 \backslash
1726 frac
1727 \series default
1728
1729 \begin_inset Index idx
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 Commands ! F ! 
1734 \backslash
1735 frac
1736 \end_layout
1737
1738 \end_inset
1739
1740  or via the math toolbar button 
1741 \begin_inset Graphics
1742         filename ../images/math/frac.png
1743         scale 50
1744
1745 \end_inset
1746
1747 .
1748  The font size is adjusted automatically, depending on whether the fraction
1749  is in an inline or display style formula.
1750  With the math toolbar button 
1751 \begin_inset Graphics
1752         filename ../images/math/frac-square.png
1753         scale 85
1754
1755 \end_inset
1756
1757  you can select different fraction types.
1758 \end_layout
1759
1760 \begin_layout Standard
1761 With the command 
1762 \series bold
1763
1764 \backslash
1765 dfrac
1766 \series default
1767
1768 \begin_inset Index idx
1769 status collapsed
1770
1771 \begin_layout Plain Layout
1772 Commands ! D ! 
1773 \backslash
1774 dfrac
1775 \end_layout
1776
1777 \end_inset
1778
1779  a fraction can be created that has in any case the size of a display style
1780  formula.
1781  With 
1782 \series bold
1783
1784 \backslash
1785 tfrac
1786 \series default
1787
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 Commands ! T ! 
1793 \backslash
1794 tfrac
1795 \end_layout
1796
1797 \end_inset
1798
1799  the fraction appears always with the size of an inline formula.
1800  An example:
1801 \end_layout
1802
1803 \begin_layout Standard
1804 A line with the fraction 
1805 \begin_inset Formula $\frac{1}{2}$
1806 \end_inset
1807
1808  that was created with the command 
1809 \series bold
1810
1811 \backslash
1812 frac
1813 \series default
1814 .
1815 \end_layout
1816
1817 \begin_layout Standard
1818 A line with the fraction 
1819 \begin_inset Formula $\dfrac{1}{2}$
1820 \end_inset
1821
1822  that was created with the command 
1823 \series bold
1824
1825 \backslash
1826 dfrac
1827 \series default
1828 .
1829 \end_layout
1830
1831 \begin_layout Standard
1832 \align center
1833 \begin_inset Tabular
1834 <lyxtabular version="3" rows="4" columns="2">
1835 <features tabularvalignment="middle">
1836 <column alignment="center" valignment="top" width="0pt">
1837 <column alignment="center" valignment="top" width="0pt">
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 Command
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852 Result
1853 \begin_inset Note Note
1854 status collapsed
1855
1856 \begin_layout Plain Layout
1857
1858 \series bold
1859
1860 \backslash
1861 raisebox
1862 \series default
1863  is only used as spacer.
1864 \end_layout
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \backslash
1881 frac
1882 \begin_inset ERT
1883 status collapsed
1884
1885 \begin_layout Plain Layout
1886
1887
1888 \backslash
1889 spce 
1890 \end_layout
1891
1892 \end_inset
1893
1894 A
1895 \begin_inset Formula $\downarrow$
1896 \end_inset
1897
1898 B
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1904 \begin_inset Text
1905
1906 \begin_layout Plain Layout
1907 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1908 \end_inset
1909
1910
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 </row>
1916 <row>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921
1922 \backslash
1923 dfrac
1924 \begin_inset ERT
1925 status collapsed
1926
1927 \begin_layout Plain Layout
1928
1929
1930 \backslash
1931 spce 
1932 \end_layout
1933
1934 \end_inset
1935
1936 A
1937 \begin_inset Formula $\downarrow$
1938 \end_inset
1939
1940 B
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1950 \end_inset
1951
1952
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 </row>
1958 <row>
1959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963
1964 \backslash
1965 dfrac
1966 \begin_inset ERT
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970
1971
1972 \backslash
1973 spce 
1974 \end_layout
1975
1976 \end_inset
1977
1978 e^
1979 \begin_inset ERT
1980 status collapsed
1981
1982 \begin_layout Plain Layout
1983
1984
1985 \backslash
1986 spce 
1987 \end_layout
1988
1989 \end_inset
1990
1991
1992 \backslash
1993 frac
1994 \begin_inset ERT
1995 status collapsed
1996
1997 \begin_layout Plain Layout
1998
1999
2000 \backslash
2001 spce 
2002 \end_layout
2003
2004 \end_inset
2005
2006 1
2007 \begin_inset Formula $\downarrow$
2008 \end_inset
2009
2010 2
2011 \begin_inset Formula $\downarrow\downarrow$
2012 \end_inset
2013
2014 3
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2024 \end_inset
2025
2026
2027 \end_layout
2028
2029 \end_inset
2030 </cell>
2031 </row>
2032 </lyxtabular>
2033
2034 \end_inset
2035
2036
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset VSpace bigskip
2041 \end_inset
2042
2043
2044 \begin_inset Newpage newpage
2045 \end_inset
2046
2047 For nested fractions the command 
2048 \series bold
2049
2050 \backslash
2051 cfrac
2052 \series default
2053
2054 \begin_inset Index idx
2055 status collapsed
2056
2057 \begin_layout Plain Layout
2058 Commands ! C ! 
2059 \backslash
2060 cfrac
2061 \end_layout
2062
2063 \end_inset
2064
2065  can be used.
2066  Here is an example:
2067 \begin_inset VSpace -3mm
2068 \end_inset
2069
2070
2071 \end_layout
2072
2073 \begin_layout Standard
2074 \begin_inset Formula \begin{align*}
2075 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2076 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2077 \end{align*}
2078
2079 \end_inset
2080
2081
2082 \end_layout
2083
2084 \begin_layout Standard
2085 The command for the example above is:
2086 \end_layout
2087
2088 \begin_layout Standard
2089
2090 \series bold
2091
2092 \backslash
2093 cfrac
2094 \begin_inset ERT
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098
2099
2100 \backslash
2101 spce 
2102 \end_layout
2103
2104 \end_inset
2105
2106 A
2107 \begin_inset Formula $\downarrow$
2108 \end_inset
2109
2110 B+
2111 \backslash
2112 cfrac
2113 \begin_inset ERT
2114 status collapsed
2115
2116 \begin_layout Plain Layout
2117
2118
2119 \backslash
2120 spce 
2121 \end_layout
2122
2123 \end_inset
2124
2125 C+
2126 \backslash
2127 cfrac
2128 \begin_inset ERT
2129 status collapsed
2130
2131 \begin_layout Plain Layout
2132
2133
2134 \backslash
2135 spce 
2136 \end_layout
2137
2138 \end_inset
2139
2140 E
2141 \begin_inset Formula $\downarrow$
2142 \end_inset
2143
2144 F
2145 \begin_inset Formula $\downarrow$
2146 \end_inset
2147
2148 D
2149 \end_layout
2150
2151 \begin_layout Standard
2152 \begin_inset VSpace medskip
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159
2160 \series bold
2161
2162 \backslash
2163 cfrac
2164 \series default
2165  sets the fraction always in the size of a displayed formula, also when
2166  it is part of another fraction.
2167 \end_layout
2168
2169 \begin_layout Standard
2170 It is possible to specify the alignment of the numerator.
2171  The command 
2172 \series bold
2173
2174 \backslash
2175 cfracleft
2176 \series default
2177  is used to left align it, the command 
2178 \series bold
2179
2180 \backslash
2181 cfracright
2182 \series default
2183  to right-align it.
2184  
2185 \series bold
2186
2187 \backslash
2188 cfrac
2189 \series default
2190  centers the numerator.
2191  These fractions demonstrate the different alignments:
2192 \end_layout
2193
2194 \begin_layout Standard
2195 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2196 \end_inset
2197
2198
2199 \begin_inset Formula $\cfrac{A}{B+C}$
2200 \end_inset
2201
2202
2203 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2204 \end_inset
2205
2206
2207 \end_layout
2208
2209 \begin_layout Standard
2210 \begin_inset Note Greyedout
2211 status open
2212
2213 \begin_layout Plain Layout
2214
2215 \series bold
2216 Note:
2217 \series default
2218  
2219 \series bold
2220
2221 \backslash
2222 cfracleft
2223 \series default
2224  and 
2225 \series bold
2226
2227 \backslash
2228 cfracright
2229 \series default
2230  are no real LaTeX commands but represent the command 
2231 \series bold
2232
2233 \backslash
2234 cfrac[alignment]{numerator}{denominator}
2235 \series default
2236  .
2237  Therefore you cannot use them in TeX code.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 \begin_inset VSpace medskip
2247 \end_inset
2248
2249 It is often advantageous to combine 
2250 \series bold
2251
2252 \backslash
2253 cfrac
2254 \series default
2255  and 
2256 \series bold
2257
2258 \backslash
2259 frac
2260 \series default
2261 :
2262 \begin_inset Formula \[
2263 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2264 \]
2265
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Standard
2272 For inline fractions with a sloped fraction stroke you can use the command
2273  
2274 \series bold
2275
2276 \backslash
2277 nicefrac
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Commands ! N ! 
2285 \backslash
2286 nicefrac
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \begin_inset Formula $\nicefrac{5}{31}$
2293 \end_inset
2294
2295  or 
2296 \series bold
2297
2298 \backslash
2299 unitfrac
2300 \series default
2301
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Commands ! U ! 
2307 \backslash
2308 unitfrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \begin_inset Formula $\unitfrac{5}{31}$
2315 \end_inset
2316
2317  There is furthermore the command 
2318 \series bold
2319
2320 \backslash
2321 unitfracthree
2322 \series default
2323  that offers to write a fraction in combination with a number: 
2324 \begin_inset Formula $\unitfrac[2]{1}{3}$
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 \begin_inset Note Greyedout
2332 status open
2333
2334 \begin_layout Plain Layout
2335
2336 \series bold
2337 Note:
2338 \series default
2339  
2340 \series bold
2341
2342 \backslash
2343 unitfracthree
2344 \series default
2345  is not a real LaTeX command but the command
2346 \begin_inset Newline newline
2347 \end_inset
2348
2349
2350 \series bold
2351
2352 \backslash
2353 unitfrac[number]{numerator}{denominator}
2354 \series default
2355  .
2356  Therefore you cannot use it in TeX code.
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 How to define own fractions where the fraction stroke can be changed, is
2366  explained in 
2367 \begin_inset CommandInset ref
2368 LatexCommand ref
2369 reference "sub:Self-defined-Fractions"
2370
2371 \end_inset
2372
2373 .
2374 \end_layout
2375
2376 \begin_layout Subsection
2377 Roots
2378 \begin_inset Index idx
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Roots
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Square roots are created with 
2392 \series bold
2393
2394 \backslash
2395 sqrt
2396 \series default
2397
2398 \begin_inset Index idx
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Commands ! S ! 
2403 \backslash
2404 sqrt
2405 \end_layout
2406
2407 \end_inset
2408
2409  or the math toolbar button 
2410 \begin_inset Graphics
2411         filename ../images/math/sqrt.png
2412         scale 85
2413
2414 \end_inset
2415
2416 , all other roots with the command 
2417 \series bold
2418
2419 \backslash
2420 root
2421 \series default
2422
2423 \begin_inset Index idx
2424 status collapsed
2425
2426 \begin_layout Plain Layout
2427 Commands ! R ! 
2428 \backslash
2429 root
2430 \end_layout
2431
2432 \end_inset
2433
2434  or with the math toolbar button 
2435 \begin_inset Graphics
2436         filename ../images/math/root.png
2437         scale 85
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Standard
2445 \align center
2446 \begin_inset Tabular
2447 <lyxtabular version="3" rows="3" columns="2">
2448 <features tabularvalignment="middle">
2449 <column alignment="center" valignment="top" width="0pt">
2450 <column alignment="center" valignment="top" width="0pt">
2451 <row>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 Command
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 Result
2466 \begin_inset Note Note
2467 status collapsed
2468
2469 \begin_layout Plain Layout
2470
2471 \series bold
2472
2473 \backslash
2474 raisebox
2475 \series default
2476  is only used as spacer.
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 </row>
2487 <row>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492
2493 \backslash
2494 sqrt
2495 \begin_inset ERT
2496 status collapsed
2497
2498 \begin_layout Plain Layout
2499
2500
2501 \backslash
2502 spce 
2503 \end_layout
2504
2505 \end_inset
2506
2507 A-B
2508 \end_layout
2509
2510 \end_inset
2511 </cell>
2512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2513 \begin_inset Text
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2517 \end_inset
2518
2519
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 </row>
2525 <row>
2526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2527 \begin_inset Text
2528
2529 \begin_layout Plain Layout
2530
2531 \backslash
2532 root
2533 \begin_inset ERT
2534 status collapsed
2535
2536 \begin_layout Plain Layout
2537
2538
2539 \backslash
2540 spce 
2541 \end_layout
2542
2543 \end_inset
2544
2545 3
2546 \begin_inset Formula $\downarrow$
2547 \end_inset
2548
2549 A-B
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2555 \begin_inset Text
2556
2557 \begin_layout Plain Layout
2558 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2559 \end_inset
2560
2561
2562 \end_layout
2563
2564 \end_inset
2565 </cell>
2566 </row>
2567 </lyxtabular>
2568
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \begin_layout Standard
2575 A square root can also be created with 
2576 \series bold
2577
2578 \backslash
2579 root
2580 \series default
2581  when the root index field is left empty.
2582 \end_layout
2583
2584 \begin_layout Standard
2585 With certain indices the distance to the root is too small, like in this
2586  formula: 
2587 \begin_inset Formula $\sqrt[\beta]{B}$
2588 \end_inset
2589
2590
2591 \begin_inset Newline newline
2592 \end_inset
2593
2594 The 
2595 \begin_inset Formula $\beta$
2596 \end_inset
2597
2598  touches the root.
2599  To avoid this, the commands 
2600 \series bold
2601
2602 \backslash
2603 leftroot
2604 \series default
2605
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 Commands ! L ! 
2611 \backslash
2612 leftroot
2613 \end_layout
2614
2615 \end_inset
2616
2617  and 
2618 \series bold
2619
2620 \backslash
2621 uproot
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 Commands ! U ! 
2629 \backslash
2630 uproot
2631 \end_layout
2632
2633 \end_inset
2634
2635  are used with the following scheme:
2636 \end_layout
2637
2638 \begin_layout Standard
2639
2640 \series bold
2641
2642 \backslash
2643 leftroot{distance}
2644 \series default
2645  and 
2646 \series bold
2647
2648 \backslash
2649 uproot{distance}
2650 \end_layout
2651
2652 \begin_layout Standard
2653 Distance is the number of Big Points (unit bp; 
2654 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2655 \end_inset
2656
2657 ), that the index should be moved to the left or top, resp..
2658  The commands are written to the index.
2659  This way the command
2660 \begin_inset Newline newline
2661 \end_inset
2662
2663
2664 \series bold
2665
2666 \backslash
2667 root
2668 \backslash
2669 leftroot{-1
2670 \begin_inset Formula $\to$
2671 \end_inset
2672
2673
2674 \backslash
2675 uproot{2
2676 \begin_inset Formula $\to$
2677 \end_inset
2678
2679
2680 \backslash
2681 beta
2682 \begin_inset ERT
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686
2687
2688 \backslash
2689 spce 
2690 \end_layout
2691
2692 \end_inset
2693
2694
2695 \begin_inset Formula $\to$
2696 \end_inset
2697
2698 B
2699 \begin_inset Newline newline
2700 \end_inset
2701
2702
2703 \series default
2704 produces a correct typeset formula: 
2705 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2706 \end_inset
2707
2708
2709 \end_layout
2710
2711 \begin_layout Subsection
2712 Binomial Coefficients
2713 \begin_inset Index idx
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Binomial coefficients
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \end_layout
2724
2725 \begin_layout Standard
2726 Binomial coefficients are inserted with the command 
2727 \series bold
2728
2729 \backslash
2730 binom
2731 \series default
2732
2733 \begin_inset Index idx
2734 status collapsed
2735
2736 \begin_layout Plain Layout
2737 Commands ! B ! 
2738 \backslash
2739 binom
2740 \end_layout
2741
2742 \end_inset
2743
2744  or with the submenu of the math toolbar button 
2745 \begin_inset Graphics
2746         filename ../images/math/frac-square.png
2747         scale 85
2748
2749 \end_inset
2750
2751 .
2752  Analog to fractions (
2753 \series bold
2754
2755 \backslash
2756 frac
2757 \series default
2758 ) there are besides 
2759 \series bold
2760
2761 \backslash
2762 binom
2763 \series default
2764  the commands 
2765 \series bold
2766
2767 \backslash
2768 dbinom
2769 \series default
2770
2771 \begin_inset Index idx
2772 status collapsed
2773
2774 \begin_layout Plain Layout
2775 Commands ! D ! 
2776 \backslash
2777 dbinom
2778 \end_layout
2779
2780 \end_inset
2781
2782  and 
2783 \series bold
2784
2785 \backslash
2786 tbinom
2787 \series default
2788
2789 \begin_inset Index idx
2790 status collapsed
2791
2792 \begin_layout Plain Layout
2793 Commands ! T ! 
2794 \backslash
2795 tbinom
2796 \end_layout
2797
2798 \end_inset
2799
2800 .
2801  For other brackets around binomial coeficients there are the commands 
2802 \series bold
2803
2804 \backslash
2805 brace
2806 \series default
2807
2808 \begin_inset Index idx
2809 status collapsed
2810
2811 \begin_layout Plain Layout
2812 Commands ! B ! 
2813 \backslash
2814 brace
2815 \end_layout
2816
2817 \end_inset
2818
2819  and 
2820 \series bold
2821
2822 \backslash
2823 brack
2824 \series default
2825
2826 \begin_inset Index idx
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830 Commands ! B ! 
2831 \backslash
2832 brack
2833 \end_layout
2834
2835 \end_inset
2836
2837 .
2838 \end_layout
2839
2840 \begin_layout Standard
2841 \align center
2842 \begin_inset Tabular
2843 <lyxtabular version="3" rows="6" columns="2">
2844 <features tabularvalignment="middle">
2845 <column alignment="center" valignment="top" width="0pt">
2846 <column alignment="center" valignment="top" width="0pt">
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 Command
2853 \end_layout
2854
2855 \end_inset
2856 </cell>
2857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861 Result
2862 \begin_inset Note Note
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867 \series bold
2868
2869 \backslash
2870 raisebox
2871 \series default
2872  is only used as spacer.
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 binom
2891 \begin_inset ERT
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895
2896
2897 \backslash
2898 spce 
2899 \end_layout
2900
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 <row>
2926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930
2931 \backslash
2932 dbinom
2933 \begin_inset ERT
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937
2938
2939 \backslash
2940 spce 
2941 \end_layout
2942
2943 \end_inset
2944
2945 A
2946 \begin_inset Formula $\downarrow$
2947 \end_inset
2948
2949 B
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \end_inset
2965 </cell>
2966 </row>
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972
2973 \backslash
2974 tbinom
2975 \begin_inset ERT
2976 status collapsed
2977
2978 \begin_layout Plain Layout
2979
2980
2981 \backslash
2982 spce 
2983 \end_layout
2984
2985 \end_inset
2986
2987 A
2988 \begin_inset Formula $\downarrow$
2989 \end_inset
2990
2991 B
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 brack
3017 \begin_inset ERT
3018 status collapsed
3019
3020 \begin_layout Plain Layout
3021
3022
3023 \backslash
3024 spce 
3025 \end_layout
3026
3027 \end_inset
3028
3029 A
3030 \begin_inset Formula $\downarrow$
3031 \end_inset
3032
3033 B
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3043 \end_inset
3044
3045
3046 \end_layout
3047
3048 \end_inset
3049 </cell>
3050 </row>
3051 <row>
3052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \backslash
3058 brace
3059 \begin_inset ERT
3060 status collapsed
3061
3062 \begin_layout Plain Layout
3063
3064
3065 \backslash
3066 spce 
3067 \end_layout
3068
3069 \end_inset
3070
3071 A
3072 \begin_inset Formula $\downarrow$
3073 \end_inset
3074
3075 B
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3081 \begin_inset Text
3082
3083 \begin_layout Plain Layout
3084 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 </row>
3093 </lyxtabular>
3094
3095 \end_inset
3096
3097
3098 \end_layout
3099
3100 \begin_layout Subsection
3101 Case Differentiations
3102 \begin_inset Index idx
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 Case differentiations 
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \begin_layout Standard
3115 \align center
3116 \begin_inset Tabular
3117 <lyxtabular version="3" rows="3" columns="2">
3118 <features tabularvalignment="middle">
3119 <column alignment="center" valignment="top" width="0pt">
3120 <column alignment="center" valignment="top" width="0pt">
3121 <row>
3122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3123 \begin_inset Text
3124
3125 \begin_layout Plain Layout
3126 Command
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135 Result
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 </row>
3141 <row>
3142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3143 \begin_inset Text
3144
3145 \begin_layout Plain Layout
3146
3147 \backslash
3148 cases
3149 \begin_inset ERT
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153
3154
3155 \backslash
3156 spce 
3157 \end_layout
3158
3159 \end_inset
3160
3161 A
3162 \begin_inset Formula $\to$
3163 \end_inset
3164
3165 B>0
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Commands ! C ! 
3171 \backslash
3172 cases
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186 \begin_inset Formula $\begin{cases}
3187 A & B>0\end{cases}$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 cases
3204 \begin_inset ERT
3205 status collapsed
3206
3207 \begin_layout Plain Layout
3208
3209
3210 \backslash
3211 spce 
3212 \end_layout
3213
3214 \end_inset
3215
3216
3217 \begin_inset Info
3218 type  "shortcut"
3219 arg   "newline-insert newline"
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231 \begin_inset Formula $\begin{cases}
3232 A & \textrm{for }x>0\\
3233 B & \textrm{for }x=0
3234 \end{cases}$
3235 \end_inset
3236
3237
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 </lyxtabular>
3244
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \begin_layout Standard
3251 After inserting 
3252 \series bold
3253
3254 \backslash
3255 cases
3256 \series default
3257  or the usage of the math toolbar button 
3258 \begin_inset Graphics
3259         filename ../images/math/cases.png
3260         scale 85
3261
3262 \end_inset
3263
3264  you can create new lines with the shortcut 
3265 \begin_inset Info
3266 type  "shortcut"
3267 arg   "newline-insert newline"
3268 \end_inset
3269
3270  or the table toolbar button 
3271 \begin_inset Graphics
3272         filename ../images/tabular-feature_append-row.png
3273         scale 85
3274
3275 \end_inset
3276
3277 .
3278 \end_layout
3279
3280 \begin_layout Standard
3281 The command 
3282 \series bold
3283
3284 \backslash
3285 cases
3286 \series default
3287  is also available via the menu 
3288 \family sans
3289 Insert\SpecialChar \menuseparator
3290 Math\SpecialChar \menuseparator
3291 Cases-Environment
3292 \family default
3293 .
3294 \end_layout
3295
3296 \begin_layout Subsection
3297 Negations
3298 \begin_inset Index idx
3299 status collapsed
3300
3301 \begin_layout Plain Layout
3302 Negations
3303 \end_layout
3304
3305 \end_inset
3306
3307
3308 \end_layout
3309
3310 \begin_layout Standard
3311 By inserting of 
3312 \series bold
3313
3314 \backslash
3315 not
3316 \series default
3317
3318 \begin_inset Index idx
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 Commands ! N ! 
3323 \backslash
3324 not
3325 \end_layout
3326
3327 \end_inset
3328
3329  every character can be displayed canceled.
3330  The characters are quasi accentuated by a slash.
3331 \end_layout
3332
3333 \begin_layout Standard
3334 \align center
3335 \begin_inset Tabular
3336 <lyxtabular version="3" rows="4" columns="2">
3337 <features tabularvalignment="middle">
3338 <column alignment="center" valignment="top" width="0pt">
3339 <column alignment="center" valignment="top" width="0pt">
3340 <row>
3341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Command
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 Result
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \backslash
3367 not=
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 \begin_inset Formula $\not=$
3377 \end_inset
3378
3379
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \backslash
3392 not 
3393 \backslash
3394 le
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 \begin_inset Formula $\not\le$
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \backslash
3419 not 
3420 \backslash
3421 parallel
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $\not\parallel$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 </lyxtabular>
3440
3441 \end_inset
3442
3443
3444 \end_layout
3445
3446 \begin_layout Standard
3447 The last example shows, that not all negations look good.
3448  Therefore there are for some negations special commands (see 
3449 \begin_inset CommandInset ref
3450 LatexCommand ref
3451 reference "sub:Mathematical-Symbols"
3452
3453 \end_inset
3454
3455  and 
3456 \begin_inset CommandInset ref
3457 LatexCommand ref
3458 reference "sec:Relations"
3459
3460 \end_inset
3461
3462 ).
3463 \end_layout
3464
3465 \begin_layout Subsection
3466 Placeholders
3467 \begin_inset CommandInset label
3468 LatexCommand label
3469 name "sub:Placeholders"
3470
3471 \end_inset
3472
3473
3474 \begin_inset Index idx
3475 status collapsed
3476
3477 \begin_layout Plain Layout
3478 Placeholders
3479 \end_layout
3480
3481 \end_inset
3482
3483
3484 \begin_inset Index idx
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488 Chemical characters ! Isotopes
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \begin_inset Index idx
3495 status collapsed
3496
3497 \begin_layout Plain Layout
3498 Isotopes|see
3499 \begin_inset ERT
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503
3504 {
3505 \end_layout
3506
3507 \end_inset
3508
3509 Chemical characters
3510 \begin_inset ERT
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514
3515 }
3516 \end_layout
3517
3518 \end_inset
3519
3520
3521 \end_layout
3522
3523 \end_inset
3524
3525
3526 \end_layout
3527
3528 \begin_layout Standard
3529 When displaying e.
3530 \begin_inset space \thinspace{}
3531 \end_inset
3532
3533 g.
3534 \begin_inset space \space{}
3535 \end_inset
3536
3537 isotopes
3538 \begin_inset Foot
3539 status collapsed
3540
3541 \begin_layout Plain Layout
3542 Typesetting isotopes and chemical symbols is described in 
3543 \begin_inset CommandInset ref
3544 LatexCommand ref
3545 reference "sub:Chemical-Symbols-and"
3546
3547 \end_inset
3548
3549 .
3550 \end_layout
3551
3552 \end_inset
3553
3554  the following problem occurs:
3555 \end_layout
3556
3557 \begin_layout Standard
3558 \align center
3559 \begin_inset Tabular
3560 <lyxtabular version="3" rows="2" columns="2">
3561 <features tabularvalignment="middle">
3562 <column alignment="center" valignment="top" width="0pt">
3563 <column alignment="center" valignment="top" width="0pt">
3564 <row>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Indices created with sub- and superscripts:
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 </row>
3587 <row>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 correct indices:
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 </lyxtabular>
3611
3612 \end_inset
3613
3614
3615 \begin_inset Note Note
3616 status collapsed
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621
3622 \backslash
3623 raisebox
3624 \series default
3625  is only used as spacer.
3626 \end_layout
3627
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \begin_layout Standard
3634 The shorter index is by default placed below or above the first character
3635  of the longer index.
3636  To avoid this there is the command 
3637 \series bold
3638
3639 \backslash
3640 phantom
3641 \series default
3642
3643 \begin_inset Index idx
3644 status collapsed
3645
3646 \begin_layout Plain Layout
3647 Commands ! P ! 
3648 \backslash
3649 phantom
3650 \end_layout
3651
3652 \end_inset
3653
3654  or the math toolbar button
3655 \begin_inset space \thinspace{}
3656 \end_inset
3657
3658
3659 \begin_inset Foot
3660 status collapsed
3661
3662 \begin_layout Plain Layout
3663 can be found in the submenu of the toolbar button 
3664 \begin_inset Graphics
3665         filename ../images/math/space.png
3666         scale 85
3667
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674
3675  
3676 \begin_inset Graphics
3677         filename ../images/math/phantom.png
3678         scale 85
3679
3680 \end_inset
3681
3682  that creates one or more phantom characters.
3683  When inserting 
3684 \series bold
3685
3686 \backslash
3687 phantom
3688 \series default
3689  a small blue box appears that is superposed with two red arrows.
3690  The arrows indicate that the complete width and height of the box content
3691  will be created as placeholder.
3692  Phantom characters are accordingly placeholders with the size of the characters.
3693 \end_layout
3694
3695 \begin_layout Standard
3696 \align center
3697 \begin_inset Tabular
3698 <lyxtabular version="3" rows="4" columns="2">
3699 <features tabularvalignment="middle">
3700 <column alignment="center" valignment="top" width="0">
3701 <column alignment="center" valignment="top" width="0">
3702 <row>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Command
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Result
3717 \begin_inset Note Note
3718 status collapsed
3719
3720 \begin_layout Plain Layout
3721
3722 \series bold
3723
3724 \backslash
3725 raisebox
3726 \series default
3727  is only used as spacer.
3728 \end_layout
3729
3730 \end_inset
3731
3732
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 ^19
3744 \begin_inset ERT
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748
3749
3750 \backslash
3751 spce 
3752 \end_layout
3753
3754 \end_inset
3755
3756 _
3757 \backslash
3758 phantom
3759 \begin_inset ERT
3760 status collapsed
3761
3762 \begin_layout Plain Layout
3763
3764
3765 \backslash
3766 spce 
3767 \end_layout
3768
3769 \end_inset
3770
3771 1
3772 \begin_inset Formula $\to$
3773 \end_inset
3774
3775 9
3776 \begin_inset ERT
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780
3781
3782 \backslash
3783 spce 
3784 \end_layout
3785
3786 \end_inset
3787
3788 F
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3798 \end_inset
3799
3800
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 </row>
3806 <row>
3807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 ^235
3812 \begin_inset ERT
3813 status collapsed
3814
3815 \begin_layout Plain Layout
3816
3817
3818 \backslash
3819 spce 
3820 \end_layout
3821
3822 \end_inset
3823
3824 _
3825 \backslash
3826 phantom
3827 \begin_inset ERT
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831
3832
3833 \backslash
3834 spce 
3835 \end_layout
3836
3837 \end_inset
3838
3839 23
3840 \begin_inset Formula $\to$
3841 \end_inset
3842
3843 9
3844 \begin_inset ERT
3845 status collapsed
3846
3847 \begin_layout Plain Layout
3848
3849
3850 \backslash
3851 spce 
3852 \end_layout
3853
3854 \end_inset
3855
3856 F
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3866 \end_inset
3867
3868
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \backslash
3881 Lambda^
3882 \begin_inset ERT
3883 status collapsed
3884
3885 \begin_layout Plain Layout
3886
3887
3888 \backslash
3889 spce 
3890 \end_layout
3891
3892 \end_inset
3893
3894
3895 \backslash
3896 phantom
3897 \begin_inset ERT
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901
3902
3903 \backslash
3904 spce 
3905 \end_layout
3906
3907 \end_inset
3908
3909 ii
3910 \begin_inset Formula $\to$
3911 \end_inset
3912
3913 t
3914 \begin_inset ERT
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918
3919
3920 \backslash
3921 spce 
3922 \end_layout
3923
3924 \end_inset
3925
3926 _MMt
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 </lyxtabular>
3945
3946 \end_inset
3947
3948
3949 \end_layout
3950
3951 \begin_layout Standard
3952 Furthermore there are the commands 
3953 \series bold
3954
3955 \backslash
3956 vphantom
3957 \series default
3958
3959 \begin_inset Index idx
3960 status collapsed
3961
3962 \begin_layout Plain Layout
3963 Commands ! V ! 
3964 \backslash
3965 vphantom
3966 \end_layout
3967
3968 \end_inset
3969
3970  (toolbar button 
3971 \begin_inset space ~
3972 \end_inset
3973
3974
3975 \begin_inset Graphics
3976         filename ../images/math/vphantom.png
3977         scale 85
3978
3979 \end_inset
3980
3981 ) and 
3982 \series bold
3983
3984 \backslash
3985 hphantom
3986 \series default
3987
3988 \begin_inset Index idx
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992 Commands ! H ! 
3993 \backslash
3994 hphantom
3995 \end_layout
3996
3997 \end_inset
3998
3999  (toolbar button 
4000 \begin_inset space ~
4001 \end_inset
4002
4003
4004 \begin_inset Graphics
4005         filename ../images/math/hphantom.png
4006         scale 85
4007
4008 \end_inset
4009
4010 ).
4011  
4012 \series bold
4013
4014 \backslash
4015 hphantom
4016 \series default
4017  creates only space for the maximal height of the characters in the box
4018  but not for its width.
4019  
4020 \series bold
4021
4022 \backslash
4023 vphantom
4024 \series default
4025  creates only space for the width of the box content.
4026  Therefore  the boxes of both commands have only one red arrow.
4027 \end_layout
4028
4029 \begin_layout Standard
4030 For example creates 
4031 \series bold
4032
4033 \backslash
4034 vphantom
4035 \series default
4036
4037 \begin_inset ERT
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041
4042
4043 \backslash
4044 spce 
4045 \end_layout
4046
4047 \end_inset
4048
4049
4050 \series bold
4051 a
4052 \backslash
4053 int
4054 \series default
4055  space for the height of the integral sign,
4056 \begin_inset Foot
4057 status collapsed
4058
4059 \begin_layout Plain Layout
4060 The command 
4061 \series bold
4062
4063 \backslash
4064 int
4065 \series default
4066  creates an integral sign, see 
4067 \begin_inset CommandInset ref
4068 LatexCommand ref
4069 reference "sub:Big-Operators"
4070
4071 \end_inset
4072
4073 .
4074 \end_layout
4075
4076 \end_inset
4077
4078  because this is the larger character.
4079  An example application is in 
4080 \begin_inset CommandInset ref
4081 LatexCommand ref
4082 reference "sub:Multiline-Brackets"
4083
4084 \end_inset
4085
4086 .
4087 \end_layout
4088
4089 \begin_layout Standard
4090 Placeholders can also be used for text when it is inserted via the menu
4091  
4092 \family sans
4093 Insert\SpecialChar \menuseparator
4094 Formatting\SpecialChar \menuseparator
4095 Phantom
4096 \family default
4097 :
4098 \end_layout
4099
4100 \begin_layout Standard
4101 This is a sentence.
4102 \begin_inset Newline newline
4103 \end_inset
4104
4105
4106 \begin_inset Phantom Phantom
4107 status open
4108
4109 \begin_layout Plain Layout
4110 This
4111 \end_layout
4112
4113 \end_inset
4114
4115  is a sentence.
4116 \end_layout
4117
4118 \begin_layout Subsection
4119 Lines
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Lines
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \begin_inset Index idx
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Formula ! underlined
4135 \end_layout
4136
4137 \end_inset
4138
4139
4140 \end_layout
4141
4142 \begin_layout Standard
4143 \align center
4144 \begin_inset Tabular
4145 <lyxtabular version="3" rows="4" columns="2">
4146 <features tabularvalignment="middle">
4147 <column alignment="center" valignment="top" width="0pt">
4148 <column alignment="center" valignment="top" width="0pt">
4149 <row>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Command
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 Result
4164 \begin_inset Note Note
4165 status collapsed
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170
4171 \backslash
4172 raisebox
4173 \series default
4174  is only used as spacer.
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \backslash
4192 overline
4193 \begin_inset ERT
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197
4198
4199 \backslash
4200 spce 
4201 \end_layout
4202
4203 \end_inset
4204
4205 A+B
4206 \begin_inset Index idx
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commands ! O ! 
4211 \backslash
4212 overline
4213 \end_layout
4214
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4227 \end_inset
4228
4229
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \backslash
4242 underline
4243 \begin_inset ERT
4244 status collapsed
4245
4246 \begin_layout Plain Layout
4247
4248
4249 \backslash
4250 spce 
4251 \end_layout
4252
4253 \end_inset
4254
4255 A+B
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 Commands ! U ! 
4261 \backslash
4262 underline
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4277 \end_inset
4278
4279
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \backslash
4292 overline
4293 \begin_inset ERT
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297
4298
4299 \backslash
4300 spce 
4301 \end_layout
4302
4303 \end_inset
4304
4305
4306 \backslash
4307 underline
4308 \begin_inset ERT
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312
4313
4314 \backslash
4315 spce 
4316 \end_layout
4317
4318 \end_inset
4319
4320 A+B
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 </lyxtabular>
4339
4340 \end_inset
4341
4342
4343 \end_layout
4344
4345 \begin_layout Standard
4346 In the last example it doesn't matter if first 
4347 \series bold
4348
4349 \backslash
4350 overline
4351 \series default
4352  or 
4353 \series bold
4354
4355 \backslash
4356 underline
4357 \series default
4358  is inserted.
4359 \end_layout
4360
4361 \begin_layout Standard
4362 To double underline e.
4363 \begin_inset space \thinspace{}
4364 \end_inset
4365
4366 g.
4367 \begin_inset space \space{}
4368 \end_inset
4369
4370 results, one uses 
4371 \series bold
4372
4373 \backslash
4374 underline
4375 \series default
4376  twice.
4377 \end_layout
4378
4379 \begin_layout Standard
4380 It is possible to place up to 6 lines above or below characters.
4381 \end_layout
4382
4383 \begin_layout Standard
4384 \begin_inset VSpace bigskip
4385 \end_inset
4386
4387 Custom lines can be created using the command 
4388 \series bold
4389
4390 \backslash
4391 rule
4392 \series default
4393
4394 \begin_inset Index idx
4395 status collapsed
4396
4397 \begin_layout Plain Layout
4398 Commands ! R ! 
4399 \backslash
4400 rule
4401 \end_layout
4402
4403 \end_inset
4404
4405  which has the following scheme:
4406 \end_layout
4407
4408 \begin_layout Standard
4409
4410 \series bold
4411
4412 \backslash
4413 rule[vertical offset]{length}{thickness}
4414 \end_layout
4415
4416 \begin_layout Standard
4417 The optional vertical offset shifts the line upwards (or downwards, when
4418  the value is negative).
4419  The units listed in 
4420 \begin_inset CommandInset ref
4421 LatexCommand ref
4422 reference "tab:Available-units"
4423
4424 \end_inset
4425
4426  can be used for the values.
4427  Here are two example lines created with the commands
4428 \begin_inset Newline newline
4429 \end_inset
4430
4431
4432 \series bold
4433
4434 \backslash
4435 rule[-2ex]{3cm}{2pt}
4436 \series default
4437  and 
4438 \series bold
4439
4440 \backslash
4441 rule{2cm}{1pt}
4442 \series default
4443 :
4444 \end_layout
4445
4446 \begin_layout Standard
4447 This is a sentence 
4448 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4449 \end_inset
4450
4451  with two lines.
4452 \end_layout
4453
4454 \begin_layout Standard
4455
4456 \series bold
4457
4458 \backslash
4459 rule
4460 \series default
4461  can also be used for text when a line is inserted via the menu 
4462 \family sans
4463 Insert\SpecialChar \menuseparator
4464 Formatting\SpecialChar \menuseparator
4465 Horizontal
4466 \begin_inset space ~
4467 \end_inset
4468
4469 Line
4470 \family default
4471 :
4472 \end_layout
4473
4474 \begin_layout Standard
4475 This is a sentence 
4476 \begin_inset CommandInset line
4477 LatexCommand rule
4478 offset "0.5ex"
4479 width "3cm"
4480 height "1pt"
4481
4482 \end_inset
4483
4484  with one line.
4485 \end_layout
4486
4487 \begin_layout Subsection
4488 Ellipses
4489 \begin_inset CommandInset label
4490 LatexCommand label
4491 name "sub:Ellipses"
4492
4493 \end_inset
4494
4495
4496 \begin_inset Index idx
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500 Ellipses
4501 \end_layout
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \begin_layout Standard
4509 There are different types of ellipses available.
4510 \begin_inset Foot
4511 status collapsed
4512
4513 \begin_layout Plain Layout
4514 In the math toolbar in the submenu of the button 
4515 \begin_inset Graphics
4516         filename ../images/math/ldots.png
4517         scale 85
4518
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525
4526  For listings dots at the baseline are used (
4527 \series bold
4528
4529 \backslash
4530 ldots
4531 \series default
4532
4533 \begin_inset Index idx
4534 status collapsed
4535
4536 \begin_layout Plain Layout
4537 Commands ! L ! 
4538 \backslash
4539 ldots
4540 \end_layout
4541
4542 \end_inset
4543
4544 ), while for operations dots are needed that are on the same height as the
4545  operators (
4546 \series bold
4547
4548 \backslash
4549 cdots
4550 \series default
4551
4552 \begin_inset Index idx
4553 status collapsed
4554
4555 \begin_layout Plain Layout
4556 Commands ! C ! 
4557 \backslash
4558 cdots
4559 \end_layout
4560
4561 \end_inset
4562
4563 ).
4564  When using the command 
4565 \series bold
4566
4567 \backslash
4568 dots
4569 \series default
4570
4571 \begin_inset Index idx
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575 Commands ! D ! 
4576 \backslash
4577 dots
4578 \end_layout
4579
4580 \end_inset
4581
4582 , LaTeX decides on the basis of the next character what type is used.
4583 \end_layout
4584
4585 \begin_layout Standard
4586 \align center
4587 \begin_inset Tabular
4588 <lyxtabular version="3" rows="9" columns="2">
4589 <features tabularvalignment="middle">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <column alignment="center" valignment="top" width="0pt">
4592 <row>
4593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 Command
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Result
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 </row>
4612 <row>
4613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 A_1
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 spce 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,
4631 \backslash
4632 dots
4633 \begin_inset ERT
4634 status collapsed
4635
4636 \begin_layout Plain Layout
4637
4638
4639 \backslash
4640 spce 
4641 \end_layout
4642
4643 \end_inset
4644
4645 ,A_n
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 \begin_inset Formula $A_{1},\dots,A_{n}$
4655 \end_inset
4656
4657
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 A_1
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 spce 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +
4682 \backslash
4683 dots
4684 \begin_inset ERT
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688
4689
4690 \backslash
4691 spce 
4692 \end_layout
4693
4694 \end_inset
4695
4696 +A_n
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 \begin_inset Formula $A_{1}+\dots+A_{n}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 A_1
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 spce 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,
4733 \backslash
4734 ldots
4735 \begin_inset ERT
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739
4740
4741 \backslash
4742 spce 
4743 \end_layout
4744
4745 \end_inset
4746
4747 ,A_n
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 \begin_inset Formula $A_{1},\ldots,A_{n}$
4757 \end_inset
4758
4759
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 </row>
4765 <row>
4766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 A_1
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 spce 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +
4784 \backslash
4785 cdots
4786 \begin_inset ERT
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790
4791
4792 \backslash
4793 spce 
4794 \end_layout
4795
4796 \end_inset
4797
4798 +A_n
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821
4822 \backslash
4823 vdots
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $\vdots$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 ddots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\ddots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \backslash
4873 iddots
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 \begin_inset Formula $\iddots$
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 3×3
4897 \begin_inset space \thinspace{}
4898 \end_inset
4899
4900 matrix with the different dots
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 \begin_inset Formula $\begin{array}{ccc}
4910 A_{11} & \cdots & A_{1m}\\
4911 \vdots & \ddots & \vdots\\
4912 A_{n1} & \cdots & A_{nm}
4913 \end{array}$
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 </row>
4922 </lyxtabular>
4923
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \begin_layout Standard
4930 The ellipses available in menu 
4931 \family sans
4932 Insert\SpecialChar \menuseparator
4933 Special
4934 \begin_inset space ~
4935 \end_inset
4936
4937 Character
4938 \family default
4939  are 
4940 \series bold
4941
4942 \backslash
4943 ldots
4944 \series default
4945 .
4946 \end_layout
4947
4948 \begin_layout Standard
4949 \begin_inset VSpace medskip
4950 \end_inset
4951
4952 To use 
4953 \series bold
4954
4955 \backslash
4956 iddots
4957 \series default
4958 , one of the options 
4959 \family sans
4960 Use mathdots package (automatically)
4961 \family default
4962  must be set in the document settings under 
4963 \family sans
4964 Math
4965 \begin_inset space ~
4966 \end_inset
4967
4968 Options
4969 \family default
4970 .
4971 \begin_inset Newline newline
4972 \end_inset
4973
4974 Using the option 
4975 \family sans
4976 Use mathdots package
4977 \family default
4978  will improve the appearance of all dots in the documents if their font
4979  style or size is not the default.
4980 \end_layout
4981
4982 \begin_layout Standard
4983 \begin_inset VSpace medskip
4984 \end_inset
4985
4986 Specially for matrices there are ellipses that span over several columns.
4987  They are created with the command 
4988 \series bold
4989
4990 \backslash
4991 hdotsfor
4992 \series default
4993
4994 \begin_inset Index idx
4995 status collapsed
4996
4997 \begin_layout Plain Layout
4998 Commands ! H ! 
4999 \backslash
5000 hdotsfor
5001 \end_layout
5002
5003 \end_inset
5004
5005 , that has the following scheme:
5006 \end_layout
5007
5008 \begin_layout Standard
5009
5010 \series bold
5011
5012 \backslash
5013 hdotsfor[distance]{number of columns}
5014 \end_layout
5015
5016 \begin_layout Standard
5017 The number of columns specifies how many columns should be spanned.
5018  Distance is a factor for the distance between the dots.
5019 \end_layout
5020
5021 \begin_layout Standard
5022 In the following matrix the command 
5023 \series bold
5024
5025 \backslash
5026 hdotsfor[2]{4}
5027 \series default
5028  was inserted in the first box of the second line, to get an ellipsis with
5029  a dot distance twice as long as with the command 
5030 \series bold
5031
5032 \backslash
5033 dots
5034 \series default
5035 :
5036 \begin_inset Formula \[
5037 \left(\begin{array}{cccc}
5038 A & B & C & D\\
5039 \hdotsfor[2]{4}\\
5040 q & w & e & r
5041 \end{array}\right)
5042 \]
5043
5044 \end_inset
5045
5046 Note that the matrix fields that should be spanned must be empty, otherwise
5047  you get LaTeX-errors.
5048 \end_layout
5049
5050 \begin_layout Standard
5051 \begin_inset VSpace bigskip
5052 \end_inset
5053
5054 Furthermore you can fill with the command 
5055 \series bold
5056
5057 \backslash
5058 dotfill
5059 \series default
5060
5061 \begin_inset Index idx
5062 status collapsed
5063
5064 \begin_layout Plain Layout
5065 Commands ! D ! 
5066 \backslash
5067 dotfill
5068 \end_layout
5069
5070 \end_inset
5071
5072  the rest of a line with dots.
5073  The effect of these commands is the same like with 
5074 \series bold
5075
5076 \backslash
5077 hfill
5078 \series default
5079 , see 
5080 \begin_inset CommandInset ref
5081 LatexCommand ref
5082 reference "sub:Variable-Space"
5083
5084 \end_inset
5085
5086 .
5087 \end_layout
5088
5089 \begin_layout Standard
5090 For example the command 
5091 \series bold
5092 A
5093 \backslash
5094 dotfill
5095 \begin_inset ERT
5096 status collapsed
5097
5098 \begin_layout Plain Layout
5099
5100
5101 \backslash
5102 spce 
5103 \end_layout
5104
5105 \end_inset
5106
5107 B
5108 \series default
5109  produces
5110 \end_layout
5111
5112 \begin_layout Standard
5113 \begin_inset Formula $A\dotfill B$
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \begin_layout Standard
5120 Analog to
5121 \series bold
5122  
5123 \backslash
5124 dotfill
5125 \series default
5126  there is for a line the command 
5127 \series bold
5128
5129 \backslash
5130 hrulefill
5131 \series default
5132
5133 \begin_inset Index idx
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 Commands ! H ! 
5138 \backslash
5139 hrulefill
5140 \end_layout
5141
5142 \end_inset
5143
5144 :
5145 \end_layout
5146
5147 \begin_layout Standard
5148 \begin_inset Formula $A\hrulefill B$
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \begin_layout Standard
5155 To use the commands for text, they have to be inserted in TeX-mode.
5156 \end_layout
5157
5158 \begin_layout Section
5159 Matrices
5160 \begin_inset CommandInset label
5161 LatexCommand label
5162 name "sec:Matrices"
5163
5164 \end_inset
5165
5166
5167 \begin_inset Index idx
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Matrices
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Matrices can be inserted via the math toolbar button 
5181 \begin_inset Graphics
5182         filename ../images/dialog-show_mathmatrix.png
5183         scale 85
5184
5185 \end_inset
5186
5187  or the menu 
5188 \family sans
5189 Insert\SpecialChar \menuseparator
5190 Math\SpecialChar \menuseparator
5191 Matrix
5192 \family default
5193 .
5194  In the matrix dialog you can specify the number of columns and rows, the
5195  alignment and the decoration.
5196  The vertical alignment is hereby only of importance for matrices in inline
5197  formulas:
5198 \end_layout
5199
5200 \begin_layout Standard
5201 The first matrix is top 
5202 \begin_inset Formula $\begin{array}[t]{cccc}
5203 A & D & G & J\\
5204 B & E & H & K\\
5205 C & F & I & L
5206 \end{array}$
5207 \end_inset
5208
5209 , the second middle 
5210 \begin_inset Formula $\begin{array}{cccc}
5211 A & D & G & J\\
5212 B & E & H & K\\
5213 C & F & I & L
5214 \end{array}$
5215 \end_inset
5216
5217  and the third bottom 
5218 \begin_inset Formula $\begin{array}[b]{cccc}
5219 A & D & G & J\\
5220 B & E & H & K\\
5221 C & F & I & L
5222 \end{array}$
5223 \end_inset
5224
5225  aligned.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 The horizontal alignment specifies how the column entries should be aligned.
5230  It is set by entering a letter for every column.
5231  
5232 \emph on
5233 l
5234 \emph default
5235  denotes left aligned, 
5236 \emph on
5237 c
5238 \emph default
5239  centered and 
5240 \emph on
5241 r
5242 \emph default
5243  right aligned.
5244  To create for example a 4
5245 \series bold
5246 ×
5247 \series default
5248 4
5249 \begin_inset space ~
5250 \end_inset
5251
5252 matrix where the first column is left aligned, the second and third are
5253  centered and the last one is right aligned, one enters for the horizontal
5254  alignment 
5255 \series bold
5256 lccr
5257 \series default
5258 .
5259  Normally are in a matrix all columns centered, therefore the default is
5260  for every column is a 
5261 \series bold
5262 c
5263 \series default
5264 .
5265 \end_layout
5266
5267 \begin_layout Standard
5268 Horizontal alignment:
5269 \end_layout
5270
5271 \begin_layout Standard
5272
5273 \series bold
5274 lll
5275 \series default
5276  : 
5277 \begin_inset Formula $\begin{array}{lll}
5278 10000 & D & G\\
5279 B & 10000 & H\\
5280 C & F & 10000
5281 \end{array}$
5282 \end_inset
5283
5284  , 
5285 \series bold
5286 ccc
5287 \series default
5288  : 
5289 \begin_inset Formula $\begin{array}{ccc}
5290 10000 & D & G\\
5291 B & 10000 & H\\
5292 C & F & 10000
5293 \end{array}$
5294 \end_inset
5295
5296  , 
5297 \series bold
5298 rrr
5299 \series default
5300  : 
5301 \begin_inset Formula $\begin{array}{rrr}
5302 10000 & D & G\\
5303 B & 10000 & H\\
5304 C & F & 10000
5305 \end{array}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 To add or delete rows and columns subsequently, the math toolbar buttons
5313  
5314 \begin_inset Graphics
5315         filename ../images/tabular-feature_append-row.png
5316         scale 85
5317
5318 \end_inset
5319
5320
5321 \begin_inset Graphics
5322         filename ../images/tabular-feature_delete-row.png
5323         scale 85
5324
5325 \end_inset
5326
5327 , etc.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 , or the menu 
5332 \family sans
5333 Edit\SpecialChar \menuseparator
5334 Rows & Columns
5335 \family default
5336  can be used.
5337  New rows can also be created with 
5338 \begin_inset Info
5339 type  "shortcut"
5340 arg   "newline-insert newline"
5341 \end_inset
5342
5343 .
5344 \end_layout
5345
5346 \begin_layout Standard
5347 \begin_inset VSpace bigskip
5348 \end_inset
5349
5350 The 
5351 \family sans
5352 Decoration
5353 \family default
5354  adds parentheses in the selected style around the matrix.
5355  Alternatively, parentheses can can either be created with the commands
5356  
5357 \series bold
5358
5359 \backslash
5360 left
5361 \series default
5362
5363 \begin_inset Index idx
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367 Commands ! L ! 
5368 \backslash
5369 left
5370 \end_layout
5371
5372 \end_inset
5373
5374  and 
5375 \series bold
5376
5377 \backslash
5378 right
5379 \series default
5380
5381 \begin_inset Index idx
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385 Commands ! R ! 
5386 \backslash
5387 right
5388 \end_layout
5389
5390 \end_inset
5391
5392  (shortcut 
5393 \family sans
5394 Alt+M
5395 \begin_inset space ~
5396 \end_inset
5397
5398 Parenthesis
5399 \family default
5400 ), see 
5401 \begin_inset CommandInset ref
5402 LatexCommand ref
5403 reference "sub:Automatic-Bracket-Size"
5404
5405 \end_inset
5406
5407 , or by using the following commands:
5408 \begin_inset VSpace medskip
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Standard
5415 \begin_inset space \hfill{}
5416 \end_inset
5417
5418
5419 \begin_inset Tabular
5420 <lyxtabular version="3" rows="4" columns="2">
5421 <features tabularvalignment="middle">
5422 <column alignment="center" valignment="top" width="0">
5423 <column alignment="center" valignment="top" width="0">
5424 <row>
5425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 Command
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Result
5439 \begin_inset Note Note
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445
5446 \backslash
5447 raisebox
5448 \series default
5449  is only used as spacer.
5450 \end_layout
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \backslash
5467 bmatrix
5468 \begin_inset ERT
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472
5473
5474 \backslash
5475 spce 
5476 \end_layout
5477
5478 \end_inset
5479
5480 2
5481 \series bold
5482 ×
5483 \series default
5484 2
5485 \begin_inset space \thinspace{}
5486 \end_inset
5487
5488 matrix
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5498 0 & \textrm{-}\mathrm{i}\\
5499 \mathrm{i} & 0
5500 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 Bmatrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matrix
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0
5549 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \backslash
5565 pmatrix
5566 \begin_inset ERT
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570
5571
5572 \backslash
5573 spce 
5574 \end_layout
5575
5576 \end_inset
5577
5578 2
5579 \series bold
5580 ×
5581 \series default
5582 2
5583 \begin_inset space \thinspace{}
5584 \end_inset
5585
5586 matrix
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5596 0 & \textrm{-}\mathrm{i}\\
5597 \mathrm{i} & 0
5598 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 </lyxtabular>
5608
5609 \end_inset
5610
5611
5612 \begin_inset space \hfill{}
5613 \end_inset
5614
5615
5616 \begin_inset Tabular
5617 <lyxtabular version="3" rows="4" columns="2">
5618 <features tabularvalignment="middle">
5619 <column alignment="center" valignment="top" width="0">
5620 <column alignment="center" valignment="top" width="0">
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 Command
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 Result
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646
5647 \backslash
5648 vmatrix
5649 \begin_inset ERT
5650 status collapsed
5651
5652 \begin_layout Plain Layout
5653
5654
5655 \backslash
5656 spce 
5657 \end_layout
5658
5659 \end_inset
5660
5661 2
5662 \series bold
5663 ×
5664 \series default
5665 2
5666 \begin_inset space \thinspace{}
5667 \end_inset
5668
5669 matrix
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5679 0 & \textrm{-}\mathrm{i}\\
5680 \mathrm{i} & 0
5681 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \backslash
5697 Vmatrix
5698 \begin_inset ERT
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702
5703
5704 \backslash
5705 spce 
5706 \end_layout
5707
5708 \end_inset
5709
5710 2
5711 \series bold
5712 ×
5713 \series default
5714 2
5715 \begin_inset space \thinspace{}
5716 \end_inset
5717
5718 matrix
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5728 0 & \textrm{-}\mathrm{i}\\
5729 \mathrm{i} & 0
5730 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744
5745 \backslash
5746 matrix
5747 \begin_inset ERT
5748 status collapsed
5749
5750 \begin_layout Plain Layout
5751
5752
5753 \backslash
5754 spce 
5755 \end_layout
5756
5757 \end_inset
5758
5759 2
5760 \series bold
5761 ×
5762 \series default
5763 2
5764 \begin_inset space \thinspace{}
5765 \end_inset
5766
5767 matrix
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5777 0 & \textrm{-}\mathrm{i}\\
5778 \mathrm{i} & 0
5779 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 </row>
5788 </lyxtabular>
5789
5790 \end_inset
5791
5792
5793 \begin_inset space \hfill{}
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Standard
5800 \begin_inset VSpace medskip
5801 \end_inset
5802
5803 When e.
5804 \begin_inset space \thinspace{}
5805 \end_inset
5806
5807 g.
5808 \begin_inset space \space{}
5809 \end_inset
5810
5811
5812 \series bold
5813
5814 \backslash
5815 vmatrix
5816 \series default
5817  is inserted, a blue box appears between two vertical lines where the matrix
5818  is inserted.
5819 \begin_inset Newline newline
5820 \end_inset
5821
5822 Note that decorated matrices ignore the vertical alignment.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 \begin_inset VSpace bigskip
5827 \end_inset
5828
5829 As all multiline formulas are matrices, the length 
5830 \series bold
5831
5832 \backslash
5833 arraycolsep
5834 \series default
5835
5836 \begin_inset Index idx
5837 status collapsed
5838
5839 \begin_layout Plain Layout
5840 Commands ! A ! 
5841 \backslash
5842 arraycolsep
5843 \end_layout
5844
5845 \end_inset
5846
5847  that is described in 
5848 \begin_inset CommandInset ref
5849 LatexCommand ref
5850 reference "sub:Column-Separation"
5851
5852 \end_inset
5853
5854  can also be used to change the column separation of matrices.
5855 \end_layout
5856
5857 \begin_layout Standard
5858 To change the row separation, the command 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864
5865 \begin_inset Index idx
5866 status collapsed
5867
5868 \begin_layout Plain Layout
5869 Commands ! A ! 
5870 \backslash
5871 arraystretch
5872 \end_layout
5873
5874 \end_inset
5875
5876  is used.
5877  It is used as follows:
5878 \end_layout
5879
5880 \begin_layout Standard
5881
5882 \series bold
5883
5884 \backslash
5885 renewcommand{
5886 \backslash
5887 arraystretch}{stretch factor}
5888 \begin_inset Index idx
5889 status collapsed
5890
5891 \begin_layout Plain Layout
5892 Commands ! R ! 
5893 \backslash
5894 renewcommand
5895 \end_layout
5896
5897 \end_inset
5898
5899
5900 \end_layout
5901
5902 \begin_layout Standard
5903 The command 
5904 \series bold
5905
5906 \backslash
5907 renewcommand
5908 \series default
5909  assigns the stretch factor to the predefined command 
5910 \series bold
5911
5912 \backslash
5913 arraystretch
5914 \series default
5915 .
5916  To double e.
5917 \begin_inset space \thinspace{}
5918 \end_inset
5919
5920 g.
5921 \begin_inset space \space{}
5922 \end_inset
5923
5924 the row separation, use the factor 2.
5925  This is then used for all following matrices.
5926  To go back to the original separation, assign the factor 1 to 
5927 \series bold
5928
5929 \backslash
5930 arraystretch
5931 \series default
5932 .
5933 \end_layout
5934
5935 \begin_layout Standard
5936 To set matrices into a text line, the command 
5937 \series bold
5938
5939 \backslash
5940 smallmatrix
5941 \series default
5942
5943 \begin_inset Index idx
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 Commands ! S ! 
5948 \backslash
5949 smallmatrix
5950 \end_layout
5951
5952 \end_inset
5953
5954  is used.
5955  When it is inserted a blue box with two dashed lines appears.
5956  In this box the matrix is inserted.
5957 \end_layout
5958
5959 \begin_layout Standard
5960 This is a matrix 
5961 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5962 C & D
5963 \end{smallmatrix}\right)$
5964 \end_inset
5965
5966  in a text line.
5967 \end_layout
5968
5969 \begin_layout Section
5970 Brackets and Delimiters
5971 \begin_inset Index idx
5972 status collapsed
5973
5974 \begin_layout Plain Layout
5975 Brackets
5976 \end_layout
5977
5978 \end_inset
5979
5980
5981 \begin_inset Index idx
5982 status collapsed
5983
5984 \begin_layout Plain Layout
5985 Delimiters
5986 \end_layout
5987
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \begin_layout Subsection
5994 Vertical Brackets and Delimiters
5995 \begin_inset Index idx
5996 status collapsed
5997
5998 \begin_layout Plain Layout
5999 Brackets ! vertical
6000 \end_layout
6001
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \begin_layout Standard
6008 \begin_inset space \hfill{}
6009 \end_inset
6010
6011
6012 \begin_inset Tabular
6013 <lyxtabular version="3" rows="9" columns="2">
6014 <features tabularvalignment="middle">
6015 <column alignment="center" valignment="top" width="0pt">
6016 <column alignment="center" valignment="top" width="0pt">
6017 <row>
6018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 Command
6023 \end_layout
6024
6025 \end_inset
6026 </cell>
6027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6028 \begin_inset Text
6029
6030 \begin_layout Plain Layout
6031 Result
6032 \end_layout
6033
6034 \end_inset
6035 </cell>
6036 </row>
6037 <row>
6038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042 (
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 \begin_inset Formula $($
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 {
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 \begin_inset Formula $\{$
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 <row>
6084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088 [
6089 \end_layout
6090
6091 \end_inset
6092 </cell>
6093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6094 \begin_inset Text
6095
6096 \begin_layout Plain Layout
6097 \begin_inset Formula $[$
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 </row>
6106 <row>
6107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \backslash
6113 langle
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 \begin_inset Formula $\langle$
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \end_inset
6129 </cell>
6130 </row>
6131 <row>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \backslash
6138 lceil
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 \begin_inset Formula $\lceil$
6148 \end_inset
6149
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 </row>
6156 <row>
6157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6158 \begin_inset Text
6159
6160 \begin_layout Plain Layout
6161
6162 \backslash
6163 lfloor
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172 \begin_inset Formula $\lfloor$
6173 \end_inset
6174
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 </row>
6181 <row>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 /
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 \begin_inset Formula $/$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 |
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 \begin_inset Formula $|$
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 </lyxtabular>
6228
6229 \end_inset
6230
6231
6232 \begin_inset space \hfill{}
6233 \end_inset
6234
6235
6236 \begin_inset Tabular
6237 <lyxtabular version="3" rows="9" columns="2">
6238 <features tabularvalignment="middle">
6239 <column alignment="center" valignment="top" width="0pt">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 Command
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 Result
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 )
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 \begin_inset Formula $)$
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 </row>
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 }
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 \begin_inset Formula $\}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 ]
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 \begin_inset Formula $]$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \backslash
6337 rangle
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Formula $\rangle$
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 rceil
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\rceil$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387 rfloor
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 \begin_inset Formula $\rfloor$
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410
6411 \backslash
6412
6413 \backslash
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 \begin_inset Formula $\backslash$
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 <row>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \backslash
6439 |
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 \begin_inset Formula $\|$
6449 \end_inset
6450
6451
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 </row>
6457 </lyxtabular>
6458
6459 \end_inset
6460
6461
6462 \begin_inset space \hfill{}
6463 \end_inset
6464
6465
6466 \end_layout
6467
6468 \begin_layout Standard
6469
6470 \series medium
6471 \begin_inset Note Greyedout
6472 status open
6473
6474 \begin_layout Plain Layout
6475
6476 \series bold
6477 Note:
6478 \series default
6479  In TeX-mode the command 
6480 \series bold
6481
6482 \backslash
6483 textbackslash
6484 \series default
6485
6486 \begin_inset Index idx
6487 status collapsed
6488
6489 \begin_layout Plain Layout
6490 Commands ! T ! 
6491 \backslash
6492 textbackslash
6493 \end_layout
6494
6495 \end_inset
6496
6497  must be used for the backslash, because the command 
6498 \series bold
6499
6500 \backslash
6501
6502 \backslash
6503
6504 \series default
6505  produces there a line break.
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \begin_layout Standard
6514 For all characters listed above the size can be adjusted with the commands
6515  described in the following two subsections.
6516  When using these commands, the characters < and > can directly be used
6517  instead of the commands 
6518 \series bold
6519
6520 \backslash
6521 langle
6522 \series default
6523  and 
6524 \series bold
6525
6526 \backslash
6527 rangle
6528 \series default
6529 .
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Manual Bracket Size
6534 \begin_inset CommandInset label
6535 LatexCommand label
6536 name "sub:Manual-Bracket-Size"
6537
6538 \end_inset
6539
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Bracket size ! manual
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 The bracket size can be specified manually by the LaTeX-commands 
6555 \series bold
6556
6557 \backslash
6558 big
6559 \series default
6560
6561 \begin_inset Index idx
6562 status collapsed
6563
6564 \begin_layout Plain Layout
6565 Commands ! B ! 
6566 \backslash
6567 big
6568 \end_layout
6569
6570 \end_inset
6571
6572
6573 \series bold
6574
6575 \backslash
6576 Big
6577 \series default
6578
6579 \series bold
6580
6581 \backslash
6582 bigg
6583 \series default
6584  and 
6585 \series bold
6586
6587 \backslash
6588 Bigg
6589 \series default
6590 .
6591  
6592 \series bold
6593
6594 \backslash
6595 big
6596 \series default
6597  denotes the smallest and 
6598 \series bold
6599
6600 \backslash
6601 Bigg
6602 \series default
6603  the largest bracket size.
6604 \end_layout
6605
6606 \begin_layout Standard
6607 These commands are used to emphasize levels of brackets:
6608 \end_layout
6609
6610 \begin_layout Standard
6611 \align center
6612 \begin_inset Tabular
6613 <lyxtabular version="3" rows="2" columns="2">
6614 <features tabularvalignment="middle">
6615 <column alignment="center" valignment="top" width="0pt">
6616 <column alignment="center" valignment="top" width="0pt">
6617 <row>
6618 <cell alignment="center" valignment="top" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 all brackets in the same size:
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6632 \end_inset
6633
6634
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 this looks better:
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6655 \end_inset
6656
6657
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 </row>
6663 </lyxtabular>
6664
6665 \end_inset
6666
6667
6668 \begin_inset Note Note
6669 status collapsed
6670
6671 \begin_layout Plain Layout
6672
6673 \series bold
6674
6675 \backslash
6676 raisebox
6677 \series default
6678  is only used as spacer.
6679 \end_layout
6680
6681 \end_inset
6682
6683
6684 \end_layout
6685
6686 \begin_layout Standard
6687 For the second formula the command 
6688 \series bold
6689
6690 \backslash
6691 Big((A+B)(A-B)
6692 \backslash
6693 Big)^
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 spce 
6702 \end_layout
6703
6704 \end_inset
6705
6706 C
6707 \series default
6708  has been used.
6709 \end_layout
6710
6711 \begin_layout Standard
6712 Here is an overview about all bracket sizes:
6713 \end_layout
6714
6715 \begin_layout Standard
6716 \align center
6717
6718 \backslash
6719 Bigg(
6720 \backslash
6721 exp
6722 \backslash
6723 bigg<
6724 \backslash
6725 Big[
6726 \backslash
6727 big{
6728 \backslash
6729 ln(3x)
6730 \backslash
6731 big}^2
6732 \begin_inset ERT
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736
6737
6738 \backslash
6739 spce 
6740 \end_layout
6741
6742 \end_inset
6743
6744
6745 \backslash
6746 sin(x)
6747 \backslash
6748 Big]^
6749 \begin_inset ERT
6750 status collapsed
6751
6752 \begin_layout Plain Layout
6753
6754
6755 \backslash
6756 spce 
6757 \end_layout
6758
6759 \end_inset
6760
6761 A
6762 \begin_inset ERT
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766
6767
6768 \backslash
6769 spce 
6770 \end_layout
6771
6772 \end_inset
6773
6774
6775 \backslash
6776 bigg>
6777 \backslash
6778 Bigg)^0,5
6779 \end_layout
6780
6781 \begin_layout Standard
6782 \align center
6783 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6784 \end_inset
6785
6786
6787 \end_layout
6788
6789 \begin_layout Standard
6790 Besides the 
6791 \series bold
6792
6793 \backslash
6794 big
6795 \series default
6796 -commands there is the variant 
6797 \series bold
6798
6799 \backslash
6800 bigm
6801 \series default
6802
6803 \begin_inset Index idx
6804 status collapsed
6805
6806 \begin_layout Plain Layout
6807 Commands ! B ! 
6808 \backslash
6809 bigm
6810 \end_layout
6811
6812 \end_inset
6813
6814  that adds a bit more space between the bracket and its content, and the
6815  variant 
6816 \series bold
6817
6818 \backslash
6819 bigl
6820 \series default
6821 -
6822 \series bold
6823
6824 \backslash
6825 bigr
6826 \series default
6827
6828 \begin_inset Index idx
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832 Commands ! B ! 
6833 \backslash
6834 bigl - 
6835 \backslash
6836 bigr
6837 \end_layout
6838
6839 \end_inset
6840
6841 , that don't add additional space.
6842  The 
6843 \emph on
6844 l
6845 \emph default
6846  at the end of the command 
6847 \series bold
6848
6849 \backslash
6850 bigl
6851 \series default
6852  is for a left bracket; for a right bracket this will be replaced by an
6853  
6854 \emph on
6855 r
6856 \emph default
6857 .
6858  A left or right bracket can each be an opening or closing bracket.
6859 \end_layout
6860
6861 \begin_layout Standard
6862 In the following table is a comparison of the variants:
6863 \end_layout
6864
6865 \begin_layout Standard
6866 \align center
6867 \begin_inset Tabular
6868 <lyxtabular version="3" rows="5" columns="2">
6869 <features tabularvalignment="middle">
6870 <column alignment="center" valignment="middle" width="0">
6871 <column alignment="center" valignment="middle" width="0">
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 Command
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 Result
6887 \begin_inset Note Note
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892 \series bold
6893
6894 \backslash
6895 raisebox
6896 \series default
6897  is only used as spacer.
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 </row>
6908 <row>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913
6914 \backslash
6915 Bigm(
6916 \backslash
6917 bigm(
6918 \backslash
6919 ln(3x)
6920 \backslash
6921 bigm)^2
6922 \series bold
6923
6924 \begin_inset ERT
6925 status collapsed
6926
6927 \begin_layout Plain Layout
6928
6929
6930 \backslash
6931 spce 
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \series default
6938
6939 \backslash
6940 Bigm)
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \backslash
6965 Big(
6966 \backslash
6967 big(
6968 \backslash
6969 ln(3x)
6970 \backslash
6971 big)^2
6972 \series bold
6973
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 spce 
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \series default
6988
6989 \backslash
6990 Big)
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7000 \end_inset
7001
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013
7014 \backslash
7015 Bigl(
7016 \backslash
7017 bigl(
7018 \backslash
7019 ln(3x)
7020 \backslash
7021 bigr)^2
7022 \series bold
7023
7024 \begin_inset ERT
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028
7029
7030 \backslash
7031 spce 
7032 \end_layout
7033
7034 \end_inset
7035
7036
7037 \series default
7038
7039 \backslash
7040 Bigr)
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063
7064 \backslash
7065 bigl)
7066 \backslash
7067 ln(3x)
7068 \backslash
7069 bigr(
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7079 \end_inset
7080
7081
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 </row>
7087 </lyxtabular>
7088
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \begin_layout Subsubsection
7095 Automatic Bracket Size
7096 \begin_inset CommandInset label
7097 LatexCommand label
7098 name "sub:Automatic-Bracket-Size"
7099
7100 \end_inset
7101
7102
7103 \begin_inset Index idx
7104 status collapsed
7105
7106 \begin_layout Plain Layout
7107 Bracket size ! automatic
7108 \end_layout
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Standard
7116 Brackets with variable size can be inserted with the commands 
7117 \series bold
7118
7119 \backslash
7120 left
7121 \series default
7122
7123 \begin_inset Index idx
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Commands ! L ! 
7128 \backslash
7129 left
7130 \end_layout
7131
7132 \end_inset
7133
7134  and 
7135 \series bold
7136
7137 \backslash
7138 right
7139 \series default
7140
7141 \begin_inset Index idx
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145 Commands ! R ! 
7146 \backslash
7147 right
7148 \end_layout
7149
7150 \end_inset
7151
7152  or via the math toolbar button 
7153 \begin_inset Graphics
7154         filename ../images/dialog-show_mathdelimiter.png
7155         scale 85
7156
7157 \end_inset
7158
7159 .
7160  Directly behind 
7161 \series bold
7162
7163 \backslash
7164 left
7165 \series default
7166  and 
7167 \series bold
7168
7169 \backslash
7170 right
7171 \series default
7172  the wanted bracket must be inserted.
7173  The bracket size will then automatically be calculated for the output.
7174 \end_layout
7175
7176 \begin_layout Standard
7177 \align center
7178 normal bracket: The command 
7179 \series bold
7180
7181 \backslash
7182 ln(
7183 \backslash
7184 frac
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 spce 
7193 \end_layout
7194
7195 \end_inset
7196
7197 A
7198 \begin_inset Formula $\downarrow$
7199 \end_inset
7200
7201 C
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 spce 
7210 \end_layout
7211
7212 \end_inset
7213
7214 )
7215 \series default
7216  creates
7217 \begin_inset Formula \[
7218 \ln(\frac{A}{C})
7219 \]
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \begin_layout Standard
7227 \align center
7228 multiline bracket: The command 
7229 \series bold
7230
7231 \backslash
7232 ln
7233 \backslash
7234 left(
7235 \backslash
7236 frac
7237 \begin_inset ERT
7238 status collapsed
7239
7240 \begin_layout Plain Layout
7241
7242
7243 \backslash
7244 spce 
7245 \end_layout
7246
7247 \end_inset
7248
7249 A
7250 \begin_inset Formula $\downarrow$
7251 \end_inset
7252
7253 C
7254 \begin_inset ERT
7255 status collapsed
7256
7257 \begin_layout Plain Layout
7258
7259
7260 \backslash
7261 spce 
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \backslash
7268 right)
7269 \series default
7270  creates
7271 \begin_inset Formula \[
7272 \ln\left(\frac{A}{C}\right)
7273 \]
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \begin_layout Standard
7281 Instead of 
7282 \series bold
7283
7284 \backslash
7285 left
7286 \series default
7287  and 
7288 \series bold
7289
7290 \backslash
7291 right
7292 \series default
7293  the shortcut 
7294 \family sans
7295 Alt+M
7296 \begin_inset space ~
7297 \end_inset
7298
7299 Bracket
7300 \family default
7301  can be used.
7302  This has the advantage that you can see in LyX immediately the real bracket
7303  size and that the matching right bracket will be created too.
7304 \begin_inset Newline newline
7305 \end_inset
7306
7307 The command for the last example would then be: 
7308 \series bold
7309
7310 \backslash
7311 ln Alt+M
7312 \series default
7313  
7314 \series bold
7315 (
7316 \backslash
7317 frac
7318 \begin_inset ERT
7319 status collapsed
7320
7321 \begin_layout Plain Layout
7322
7323
7324 \backslash
7325 spce 
7326 \end_layout
7327
7328 \end_inset
7329
7330 A
7331 \begin_inset Formula $\downarrow$
7332 \end_inset
7333
7334 C
7335 \end_layout
7336
7337 \begin_layout Standard
7338 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7339  For example the command 
7340 \series bold
7341
7342 \backslash
7343 left.
7344 \backslash
7345 frac
7346 \begin_inset ERT
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350
7351
7352 \backslash
7353 spce 
7354 \end_layout
7355
7356 \end_inset
7357
7358 A
7359 \begin_inset Formula $\downarrow$
7360 \end_inset
7361
7362 B
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375
7376 \backslash
7377 right}
7378 \series default
7379  creates:
7380 \series bold
7381
7382 \begin_inset Formula \[
7383 \left.\frac{A}{B}\right\} 
7384 \]
7385
7386 \end_inset
7387
7388
7389 \series default
7390 The commands 
7391 \series bold
7392
7393 \backslash
7394 left
7395 \series default
7396  and 
7397 \series bold
7398
7399 \backslash
7400 right
7401 \series default
7402  will be converted by LyX to brackets in the right size when the document
7403  is reloaded and an omitted bracket will appear as dashed line.
7404 \end_layout
7405
7406 \begin_layout Standard
7407 \begin_inset VSpace bigskip
7408 \end_inset
7409
7410 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7411  the command 
7412 \series bold
7413
7414 \backslash
7415 middle
7416 \series default
7417
7418 \begin_inset Index idx
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 Commands ! M ! 
7423 \backslash
7424 middle
7425 \end_layout
7426
7427 \end_inset
7428
7429  is additionally available for all brackets and limits.
7430  With this command the height of the following character is adapted to the
7431  one of the surrounding brackets, what is e.
7432 \begin_inset space \thinspace{}
7433 \end_inset
7434
7435 g.
7436 \begin_inset space \space{}
7437 \end_inset
7438
7439 needed for physical vectors:
7440 \begin_inset Formula \[
7441 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7442 \]
7443
7444 \end_inset
7445
7446 For physical vectors there is a special LaTeX-package, described in 
7447 \begin_inset CommandInset ref
7448 LatexCommand ref
7449 reference "sub:Physical-Vectors"
7450
7451 \end_inset
7452
7453 .
7454 \end_layout
7455
7456 \begin_layout Subsection
7457 Horizontal Brackets
7458 \begin_inset Index idx
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 Brackets ! horizontal
7463 \end_layout
7464
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \begin_layout Standard
7471 \align center
7472 \begin_inset Tabular
7473 <lyxtabular version="3" rows="4" columns="2">
7474 <features tabularvalignment="middle">
7475 <column alignment="center" valignment="top" width="0pt">
7476 <column alignment="center" valignment="top" width="0pt">
7477 <row>
7478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 Command
7483 \begin_inset Note Note
7484 status collapsed
7485
7486 \begin_layout Plain Layout
7487
7488 \series bold
7489
7490 \backslash
7491 raisebox
7492 \series default
7493  is only used as spacer.
7494 \end_layout
7495
7496 \end_inset
7497
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 Result
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 \begin_inset ERT
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522
7523
7524 \backslash
7525 raisebox{2.3mm}{
7526 \end_layout
7527
7528 \end_inset
7529
7530
7531 \backslash
7532 overbrace
7533 \begin_inset ERT
7534 status collapsed
7535
7536 \begin_layout Plain Layout
7537
7538
7539 \backslash
7540 spce 
7541 \end_layout
7542
7543 \end_inset
7544
7545 A+B
7546 \begin_inset ERT
7547 status collapsed
7548
7549 \begin_layout Plain Layout
7550
7551
7552 \backslash
7553 spce 
7554 \end_layout
7555
7556 \end_inset
7557
7558 ^
7559 \begin_inset ERT
7560 status collapsed
7561
7562 \begin_layout Plain Layout
7563
7564
7565 \backslash
7566 spce 
7567 \end_layout
7568
7569 \end_inset
7570
7571 3
7572 \begin_inset ERT
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576
7577 }
7578 \end_layout
7579
7580 \end_inset
7581
7582
7583 \begin_inset Index idx
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587 Commands ! O ! 
7588 \backslash
7589 overbrace
7590 \end_layout
7591
7592 \end_inset
7593
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 \begin_inset Formula $\overbrace{A+B}^{3}$
7604 \end_inset
7605
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset ERT
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621
7622
7623 \backslash
7624 raisebox{-2.2mm}{
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \backslash
7631 underbrace
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637
7638 \backslash
7639 spce 
7640 \end_layout
7641
7642 \end_inset
7643
7644 A+B
7645 \begin_inset ERT
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649
7650
7651 \backslash
7652 spce 
7653 \end_layout
7654
7655 \end_inset
7656
7657 _5
7658 \begin_inset ERT
7659 status collapsed
7660
7661 \begin_layout Plain Layout
7662
7663 }
7664 \end_layout
7665
7666 \end_inset
7667
7668
7669 \begin_inset Index idx
7670 status collapsed
7671
7672 \begin_layout Plain Layout
7673 Commands ! U ! 
7674 \backslash
7675 underbrace
7676 \end_layout
7677
7678 \end_inset
7679
7680
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689 \begin_inset Formula $\underbrace{A+B}_{5}$
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \backslash
7705 overbrace
7706 \begin_inset ERT
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710
7711
7712 \backslash
7713 spce 
7714 \end_layout
7715
7716 \end_inset
7717
7718
7719 \backslash
7720 underbrace
7721 \begin_inset ERT
7722 status collapsed
7723
7724 \begin_layout Plain Layout
7725
7726
7727 \backslash
7728 spce 
7729 \end_layout
7730
7731 \end_inset
7732
7733 A+B_w
7734 \begin_inset ERT
7735 status collapsed
7736
7737 \begin_layout Plain Layout
7738
7739
7740 \backslash
7741 spce 
7742 \end_layout
7743
7744 \end_inset
7745
7746
7747 \begin_inset ERT
7748 status collapsed
7749
7750 \begin_layout Plain Layout
7751
7752
7753 \backslash
7754 spce 
7755 \end_layout
7756
7757 \end_inset
7758
7759 _7
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 spce 
7768 \end_layout
7769
7770 \end_inset
7771
7772
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 spce 
7781 \end_layout
7782
7783 \end_inset
7784
7785 ^
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 spce 
7794 \end_layout
7795
7796 \end_inset
7797
7798 C
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 </lyxtabular>
7817
7818 \end_inset
7819
7820
7821 \end_layout
7822
7823 \begin_layout Standard
7824 In the last example it doesn't matter if 
7825 \series bold
7826
7827 \backslash
7828 overbrace
7829 \series default
7830  or 
7831 \series bold
7832
7833 \backslash
7834 underbrace
7835 \series default
7836  is inserted at first.
7837 \end_layout
7838
7839 \begin_layout Standard
7840 \begin_inset VSpace bigskip
7841 \end_inset
7842
7843 When brackets are needed that overlap each other, multiline formulas, as
7844  described in 
7845 \begin_inset CommandInset ref
7846 LatexCommand ref
7847 reference "sec:Multiline-Formulas"
7848
7849 \end_inset
7850
7851 , must be used:
7852 \begin_inset Formula \begin{eqnarray*}
7853 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7854  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7855 \end{eqnarray*}
7856
7857 \end_inset
7858
7859 In the first row the formula is inserted together with the first brace.
7860  It is hereby important that the space command
7861 \begin_inset Foot
7862 status collapsed
7863
7864 \begin_layout Plain Layout
7865 Space commands are explained in 
7866 \begin_inset CommandInset ref
7867 LatexCommand ref
7868 reference "sub:Predefined-Space"
7869
7870 \end_inset
7871
7872 .
7873 \end_layout
7874
7875 \end_inset
7876
7877  
7878 \series bold
7879
7880 \backslash
7881 :
7882 \series default
7883  is inserted before the first 
7884 \begin_inset Formula $d$
7885 \end_inset
7886
7887 , because the brace that ends behind the 
7888 \begin_inset Formula $q$
7889 \end_inset
7890
7891  prevents that the following 
7892 \begin_inset Quotes eld
7893 \end_inset
7894
7895 +
7896 \begin_inset Quotes erd
7897 \end_inset
7898
7899  is surrounded by space.
7900 \begin_inset Foot
7901 status collapsed
7902
7903 \begin_layout Plain Layout
7904 because a bracket is not handled as character, see 
7905 \begin_inset CommandInset ref
7906 LatexCommand ref
7907 reference "sub:Binary-Operators"
7908
7909 \end_inset
7910
7911
7912 \end_layout
7913
7914 \end_inset
7915
7916  In the second row the second brace is inserted.
7917  As it should begin before the 
7918 \begin_inset Formula $b$
7919 \end_inset
7920
7921 , first the command 
7922 \series bold
7923
7924 \backslash
7925 hphantom{gggg+
7926 \backslash
7927 :}
7928 \series default
7929  is inserted.
7930 \begin_inset Foot
7931 status collapsed
7932
7933 \begin_layout Plain Layout
7934 more about 
7935 \series bold
7936
7937 \backslash
7938 hphantom
7939 \series default
7940  see 
7941 \begin_inset CommandInset ref
7942 LatexCommand ref
7943 reference "sub:Placeholders"
7944
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951
7952  This space is needed because the 
7953 \begin_inset Quotes eld
7954 \end_inset
7955
7956 +
7957 \begin_inset Quotes erd
7958 \end_inset
7959
7960  is also surrounded by space in the formula.
7961  The brace is placed under the command 
7962 \series bold
7963
7964 \backslash
7965 hphantom{bbqq+dddd}
7966 \series default
7967 .
7968 \end_layout
7969
7970 \begin_layout Standard
7971 It gets more complicated when brackets overlap each other, like in the following
7972  example:
7973 \begin_inset ERT
7974 status collapsed
7975
7976 \begin_layout Plain Layout
7977
7978
7979 \backslash
7980 setlength{
7981 \backslash
7982 jot}{-6pt}
7983 \end_layout
7984
7985 \end_inset
7986
7987
7988 \begin_inset Formula \begin{eqnarray*}
7989  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7990 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7991 \end{eqnarray*}
7992
7993 \end_inset
7994
7995
7996 \begin_inset ERT
7997 status collapsed
7998
7999 \begin_layout Plain Layout
8000
8001
8002 \backslash
8003 setlength{
8004 \backslash
8005 jot}{3pt}
8006 \end_layout
8007
8008 \end_inset
8009
8010 The first formula row is the same as the second row of the previous example,
8011  with the difference that the brace is above.
8012  The second row contains the formula together with the second brace.
8013  To avoid that there is space between the upper brace in the first row and
8014  the formula, the row spacing need to be reduced.
8015  This is not easily possible due to a bug in LyX
8016 \begin_inset Foot
8017 status collapsed
8018
8019 \begin_layout Plain Layout
8020 \begin_inset CommandInset href
8021 LatexCommand href
8022 name "LyX-bug #1505"
8023 target "http://www.lyx.org/trac/ticket/1505"
8024
8025 \end_inset
8026
8027
8028 \end_layout
8029
8030 \end_inset
8031
8032 .
8033  As solution for the problem, the global formula row separation 
8034 \series bold
8035
8036 \backslash
8037 jot
8038 \series default
8039
8040 \begin_inset Index idx
8041 status collapsed
8042
8043 \begin_layout Plain Layout
8044 Commands ! J ! 
8045 \backslash
8046 jot
8047 \end_layout
8048
8049 \end_inset
8050
8051  must be changed to -6
8052 \begin_inset space \thinspace{}
8053 \end_inset
8054
8055 pt before the formula with the command 
8056 \series bold
8057
8058 \backslash
8059 setlength{
8060 \backslash
8061 jot}{-6pt}
8062 \series default
8063  in TeX-mode.
8064  
8065 \series bold
8066
8067 \backslash
8068 jot
8069 \series default
8070  is set back after the formula to the standard value of 3
8071 \begin_inset space \thinspace{}
8072 \end_inset
8073
8074 pt using the same command.
8075  More about the row separation in formulas is explained in 
8076 \begin_inset CommandInset ref
8077 LatexCommand ref
8078 reference "sub:Line-Separation"
8079
8080 \end_inset
8081
8082 .
8083 \end_layout
8084
8085 \begin_layout Section
8086 Arrows
8087 \begin_inset Index idx
8088 status collapsed
8089
8090 \begin_layout Plain Layout
8091 Arrows
8092 \end_layout
8093
8094 \end_inset
8095
8096
8097 \end_layout
8098
8099 \begin_layout Standard
8100 Arrows can be inserted via the math toolbar button 
8101 \begin_inset Graphics
8102         filename ../images/math/leftarrow.png
8103         scale 85
8104
8105 \end_inset
8106
8107  or the commands listed in the following subsections.
8108 \end_layout
8109
8110 \begin_layout Standard
8111 \begin_inset Newpage newpage
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \begin_layout Subsection
8118 Horizontal Arrows
8119 \begin_inset Index idx
8120 status collapsed
8121
8122 \begin_layout Plain Layout
8123 Arrows ! horizontal
8124 \end_layout
8125
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \begin_layout Standard
8132 \begin_inset space \hfill{}
8133 \end_inset
8134
8135
8136 \begin_inset Tabular
8137 <lyxtabular version="3" rows="8" columns="2">
8138 <features tabularvalignment="middle">
8139 <column alignment="center" valignment="top" width="0pt">
8140 <column alignment="center" valignment="top" width="0pt">
8141 <row>
8142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Command
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Result
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \backslash
8168 gets
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 \begin_inset Formula $\gets$
8178 \end_inset
8179
8180
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 Leftarrow
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\Leftarrow$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \backslash
8218 longleftarrow
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 \begin_inset Formula $\longleftarrow$
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \backslash
8243 Longleftarrow
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 \begin_inset Formula $\Longleftarrow$
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \backslash
8268 leftharpoonup
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 \begin_inset Formula $\leftharpoonup$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 leftharpoondown
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\leftharpoondown$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \backslash
8318 hookleftarrow
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 \begin_inset Formula $\hookleftarrow$
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 </lyxtabular>
8337
8338 \end_inset
8339
8340
8341 \begin_inset space \hfill{}
8342 \end_inset
8343
8344
8345 \begin_inset Tabular
8346 <lyxtabular version="3" rows="8" columns="2">
8347 <features tabularvalignment="middle">
8348 <column alignment="center" valignment="top" width="0pt">
8349 <column alignment="center" valignment="top" width="0pt">
8350 <row>
8351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Command
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 Result
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \backslash
8377 to
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 \begin_inset Formula $\to$
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 Rightarrow
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\Rightarrow$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 longrightarrow
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\longrightarrow$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 Longrightarrow
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\Longrightarrow$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \backslash
8477 rightharpoonup
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 \begin_inset Formula $\rightharpoonup$
8487 \end_inset
8488
8489
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \backslash
8502 rightharpoondown
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 \begin_inset Formula $\rightharpoondown$
8512 \end_inset
8513
8514
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \backslash
8527 hookrightarrow
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 \begin_inset Formula $\hookrightarrow$
8537 \end_inset
8538
8539
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 </lyxtabular>
8546
8547 \end_inset
8548
8549
8550 \begin_inset space \hfill{}
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \begin_layout Standard
8557 \begin_inset space \hfill{}
8558 \end_inset
8559
8560
8561 \begin_inset Tabular
8562 <lyxtabular version="3" rows="6" columns="2">
8563 <features tabularvalignment="middle">
8564 <column alignment="center" valignment="top" width="0pt">
8565 <column alignment="center" valignment="top" width="0pt">
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 Command
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Result
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 </row>
8586 <row>
8587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 leftrightarrow
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 \begin_inset Formula $\leftrightarrow$
8603 \end_inset
8604
8605
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \backslash
8618 Leftrightarrow
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 \begin_inset Formula $\Leftrightarrow$
8628 \end_inset
8629
8630
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \backslash
8643 longleftrightarrow
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 \begin_inset Formula $\longleftrightarrow$
8653 \end_inset
8654
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \backslash
8668 Longleftrightarrow
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 \begin_inset Formula $\Longleftrightarrow$
8678 \end_inset
8679
8680
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \backslash
8693 rightleftharpoons
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\rightleftharpoons$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 </lyxtabular>
8712
8713 \end_inset
8714
8715
8716 \begin_inset space \hspace{}
8717 \length 25pt
8718 \end_inset
8719
8720
8721 \begin_inset space \hfill{}
8722 \end_inset
8723
8724
8725 \begin_inset Tabular
8726 <lyxtabular version="3" rows="5" columns="2">
8727 <features tabularvalignment="middle">
8728 <column alignment="center" valignment="top" width="0pt">
8729 <column alignment="center" valignment="top" width="0pt">
8730 <row>
8731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Command
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Result
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \backslash
8757 mapsto
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 \begin_inset Formula $\mapsto$
8767 \end_inset
8768
8769
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \backslash
8782 longmapsto
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 \begin_inset Formula $\longmapsto$
8792 \end_inset
8793
8794
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \backslash
8807 leadsto
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 \begin_inset Formula $\leadsto$
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \backslash
8832 dasharrow
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 \begin_inset Formula $\dasharrow$
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 </lyxtabular>
8851
8852 \end_inset
8853
8854
8855 \begin_inset space \hfill{}
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \begin_layout Standard
8862 \begin_inset VSpace medskip
8863 \end_inset
8864
8865 Arrows used as accent like e.
8866 \begin_inset space \thinspace{}
8867 \end_inset
8868
8869 g.
8870 \begin_inset space \space{}
8871 \end_inset
8872
8873 vector arrows are listed in 
8874 \begin_inset CommandInset ref
8875 LatexCommand ref
8876 reference "sec:Accents"
8877
8878 \end_inset
8879
8880 .
8881 \end_layout
8882
8883 \begin_layout Standard
8884 \begin_inset VSpace bigskip
8885 \end_inset
8886
8887 Furthermore there are the labeled arrows
8888 \begin_inset Index idx
8889 status collapsed
8890
8891 \begin_layout Plain Layout
8892 Arrows ! labeled
8893 \end_layout
8894
8895 \end_inset
8896
8897  
8898 \series bold
8899
8900 \backslash
8901 xleftarrow
8902 \series default
8903
8904 \begin_inset Index idx
8905 status collapsed
8906
8907 \begin_layout Plain Layout
8908 Commands ! X ! 
8909 \backslash
8910 xleftarrow
8911 \end_layout
8912
8913 \end_inset
8914
8915  and 
8916 \series bold
8917
8918 \backslash
8919 xrightarrow
8920 \series default
8921
8922 \begin_inset Index idx
8923 status collapsed
8924
8925 \begin_layout Plain Layout
8926 Commands ! X ! 
8927 \backslash
8928 xrightarrow
8929 \begin_inset ERT
8930 status collapsed
8931
8932 \begin_layout Plain Layout
8933
8934
8935 \backslash
8936 vspace{4mm}
8937 \end_layout
8938
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945
8946 .
8947  When inserting one of these commands in a formula, an arrow with two blue
8948  boxes appear where the label can be inserted.
8949  The length of the arrow adapts to the label width.
8950 \end_layout
8951
8952 \begin_layout Standard
8953 \align center
8954 \begin_inset Tabular
8955 <lyxtabular version="3" rows="3" columns="2">
8956 <features tabularvalignment="middle">
8957 <column alignment="center" valignment="top" width="0pt">
8958 <column alignment="center" valignment="top" width="0pt">
8959 <row>
8960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Command
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 Result
8974 \begin_inset Note Note
8975 status collapsed
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980
8981 \backslash
8982 raisebox
8983 \series default
8984  is only used as spacer.
8985 \end_layout
8986
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 F(a)
9001 \backslash
9002 xleftarrow
9003 \begin_inset ERT
9004 status collapsed
9005
9006 \begin_layout Plain Layout
9007
9008
9009 \backslash
9010 spce 
9011 \end_layout
9012
9013 \end_inset
9014
9015 x=a
9016 \begin_inset Formula $\downarrow$
9017 \end_inset
9018
9019 x>0
9020 \begin_inset Formula $\to$
9021 \end_inset
9022
9023 F(x)
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9033 \end_inset
9034
9035
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 F(x)
9047 \backslash
9048 xrightarrow
9049 \begin_inset ERT
9050 status collapsed
9051
9052 \begin_layout Plain Layout
9053
9054
9055 \backslash
9056 spce 
9057 \end_layout
9058
9059 \end_inset
9060
9061 x=a
9062 \begin_inset Formula $\downarrow$
9063 \end_inset
9064
9065 x>0
9066 \begin_inset Formula $\to$
9067 \end_inset
9068
9069 F(a)
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 </lyxtabular>
9088
9089 \end_inset
9090
9091
9092 \end_layout
9093
9094 \begin_layout Subsection
9095 Vertical and diagonal Arrows
9096 \begin_inset Index idx
9097 status collapsed
9098
9099 \begin_layout Plain Layout
9100 Arrows ! diagonal
9101 \end_layout
9102
9103 \end_inset
9104
9105
9106 \begin_inset Index idx
9107 status collapsed
9108
9109 \begin_layout Plain Layout
9110 Arrows ! vertical
9111 \end_layout
9112
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \begin_layout Standard
9119 \begin_inset space \hfill{}
9120 \end_inset
9121
9122
9123 \begin_inset Tabular
9124 <lyxtabular version="3" rows="7" columns="2">
9125 <features tabularvalignment="middle">
9126 <column alignment="center" valignment="top" width="0pt">
9127 <column alignment="center" valignment="top" width="0pt">
9128 <row>
9129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Command
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 Result
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \backslash
9155 uparrow
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 \begin_inset Formula $\uparrow$
9165 \end_inset
9166
9167
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 </row>
9173 <row>
9174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9175 \begin_inset Text
9176
9177 \begin_layout Plain Layout
9178
9179 \backslash
9180 Uparrow
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 \begin_inset Formula $\Uparrow$
9190 \end_inset
9191
9192
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \backslash
9205 updownarrow
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 \begin_inset Formula $\updownarrow$
9215 \end_inset
9216
9217
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \backslash
9230 Updownarrow
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 \begin_inset Formula $\Updownarrow$
9240 \end_inset
9241
9242
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \backslash
9255 Downarrow
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 \begin_inset Formula $\Downarrow$
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \backslash
9280 downarrow
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 \begin_inset Formula $\downarrow$
9290 \end_inset
9291
9292
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 </lyxtabular>
9299
9300 \end_inset
9301
9302
9303 \begin_inset space \hfill{}
9304 \end_inset
9305
9306
9307 \begin_inset Tabular
9308 <lyxtabular version="3" rows="5" columns="2">
9309 <features tabularvalignment="middle">
9310 <column alignment="center" valignment="top" width="0pt">
9311 <column alignment="center" valignment="top" width="0pt">
9312 <row>
9313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 Command
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Result
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 </row>
9332 <row>
9333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337
9338 \backslash
9339 nearrow
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\nearrow$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \backslash
9364 searrow
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Plain Layout
9373 \begin_inset Formula $\searrow$
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387
9388 \backslash
9389 swarrow
9390 \end_layout
9391
9392 \end_inset
9393 </cell>
9394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398 \begin_inset Formula $\swarrow$
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 </row>
9407 <row>
9408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412
9413 \backslash
9414 nwarrow
9415 \end_layout
9416
9417 \end_inset
9418 </cell>
9419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9420 \begin_inset Text
9421
9422 \begin_layout Plain Layout
9423 \begin_inset Formula $\nwarrow$
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 </lyxtabular>
9433
9434 \end_inset
9435
9436
9437 \begin_inset space \hfill{}
9438 \end_inset
9439
9440
9441 \end_layout
9442
9443 \begin_layout Standard
9444 \begin_inset VSpace medskip
9445 \end_inset
9446
9447 Vertical arrows can be used also as delimiter together with the commands
9448  described in 
9449 \begin_inset CommandInset ref
9450 LatexCommand ref
9451 reference "sub:Manual-Bracket-Size"
9452
9453 \end_inset
9454
9455  and 
9456 \begin_inset CommandInset ref
9457 LatexCommand ref
9458 reference "sub:Automatic-Bracket-Size"
9459
9460 \end_inset
9461
9462 .
9463 \end_layout
9464
9465 \begin_layout Standard
9466 \begin_inset Newpage newpage
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \begin_layout Section
9473 Accents
9474 \begin_inset CommandInset label
9475 LatexCommand label
9476 name "sec:Accents"
9477
9478 \end_inset
9479
9480
9481 \begin_inset Index idx
9482 status collapsed
9483
9484 \begin_layout Plain Layout
9485 Accents
9486 \end_layout
9487
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \begin_layout Standard
9494 Accents can be inserted via the math toolbar button 
9495 \begin_inset Graphics
9496         filename ../images/math/hat.png
9497         scale 85
9498
9499 \end_inset
9500
9501  or the commands listed in the following subsections.
9502 \end_layout
9503
9504 \begin_layout Subsection
9505 Accents for one Character
9506 \begin_inset ERT
9507 status collapsed
9508
9509 \begin_layout Plain Layout
9510
9511
9512 \backslash
9513 texorpdfstring{
9514 \end_layout
9515
9516 \end_inset
9517
9518
9519 \begin_inset Foot
9520 status collapsed
9521
9522 \begin_layout Plain Layout
9523 accents in text see 
9524 \begin_inset CommandInset ref
9525 LatexCommand ref
9526 reference "sub:Accents-in-Text"
9527
9528 \end_inset
9529
9530
9531 \end_layout
9532
9533 \end_inset
9534
9535
9536 \begin_inset ERT
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540
9541 }{}
9542 \end_layout
9543
9544 \end_inset
9545
9546
9547 \begin_inset Note Note
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553
9554 \backslash
9555 texorpdfstring
9556 \series default
9557  is used to avoid that the footnote appears in the PDF-bookmark.
9558 \end_layout
9559
9560 \begin_layout Plain Layout
9561 More about 
9562 \series bold
9563
9564 \backslash
9565 texorpdfstring
9566 \series default
9567  is in section 
9568 \begin_inset CommandInset ref
9569 LatexCommand ref
9570 reference "sub:Formulas-in-Section"
9571
9572 \end_inset
9573
9574 .
9575 \end_layout
9576
9577 \end_inset
9578
9579
9580 \begin_inset CommandInset label
9581 LatexCommand label
9582 name "sub:Accents-for-one"
9583
9584 \end_inset
9585
9586
9587 \begin_inset Index idx
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591 Accents ! for one character
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \begin_layout Standard
9600 \begin_inset space \hfill{}
9601 \end_inset
9602
9603
9604 \begin_inset Tabular
9605 <lyxtabular version="3" rows="8" columns="2">
9606 <features tabularvalignment="middle">
9607 <column alignment="center" valignment="top" width="0pt">
9608 <column alignment="center" valignment="top" width="0pt">
9609 <row>
9610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 Command
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623 Result
9624 \begin_inset Note Note
9625 status collapsed
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630
9631 \backslash
9632 raisebox
9633 \series default
9634  is only used as spacer.
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \backslash
9652 dot
9653 \begin_inset ERT
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657
9658
9659 \backslash
9660 spce 
9661 \end_layout
9662
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 ddot
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 spce 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 dddot
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 spce 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 ddddot
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 spce 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 vec
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 spce 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \begin_inset Index idx
9819 status collapsed
9820
9821 \begin_layout Plain Layout
9822 Vectors
9823 \end_layout
9824
9825 \end_inset
9826
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \backslash
9852 bar
9853 \begin_inset ERT
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857
9858
9859 \backslash
9860 spce 
9861 \end_layout
9862
9863 \end_inset
9864
9865 A
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 mathring
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 spce 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 </lyxtabular>
9922
9923 \end_inset
9924
9925
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \begin_inset Tabular
9931 <lyxtabular version="3" rows="7" columns="2">
9932 <features tabularvalignment="middle">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <column alignment="center" valignment="top" width="0pt">
9935 <row>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Command
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Result
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \backslash
9962 tilde
9963 \begin_inset ERT
9964 status collapsed
9965
9966 \begin_layout Plain Layout
9967
9968
9969 \backslash
9970 spce 
9971 \end_layout
9972
9973 \end_inset
9974
9975 A
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 hat
10001 \begin_inset ERT
10002 status collapsed
10003
10004 \begin_layout Plain Layout
10005
10006
10007 \backslash
10008 spce 
10009 \end_layout
10010
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \backslash
10038 check
10039 \begin_inset ERT
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043
10044
10045 \backslash
10046 spce 
10047 \end_layout
10048
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 acute
10077 \begin_inset ERT
10078 status collapsed
10079
10080 \begin_layout Plain Layout
10081
10082
10083 \backslash
10084 spce 
10085 \end_layout
10086
10087 \end_inset
10088
10089 A
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \backslash
10114 grave
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 spce 
10123 \end_layout
10124
10125 \end_inset
10126
10127 A
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \backslash
10152 breve
10153 \begin_inset ERT
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157
10158
10159 \backslash
10160 spce 
10161 \end_layout
10162
10163 \end_inset
10164
10165 A
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 </lyxtabular>
10184
10185 \end_inset
10186
10187
10188 \begin_inset space \hfill{}
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Standard
10195 \begin_inset VSpace bigskip
10196 \end_inset
10197
10198
10199 \end_layout
10200
10201 \begin_layout Standard
10202 You can directly insert accents like é to formulas.
10203  LyX will transform them to the corresponding accent command.
10204  For umlauts
10205 \begin_inset Index idx
10206 status collapsed
10207
10208 \begin_layout Plain Layout
10209 Umlauts
10210 \end_layout
10211
10212 \end_inset
10213
10214  it is better to insert a quotation mark before the vowel.
10215  These two characters are then treated by LaTeX as 
10216 \emph on
10217 one
10218 \emph default
10219  character when the formula part with the umlaut is marked as German.
10220  In contrary to 
10221 \series bold
10222
10223 \backslash
10224 ddot
10225 \series default
10226 , with this method 
10227 \begin_inset Quotes eld
10228 \end_inset
10229
10230 real
10231 \begin_inset Quotes erd
10232 \end_inset
10233
10234  umlauts are created as demonstrated in the following example:
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset VSpace -2mm
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \begin_layout Standard
10245 \align center
10246 \begin_inset Tabular
10247 <lyxtabular version="3" rows="3" columns="2">
10248 <features tabularvalignment="middle">
10249 <column alignment="center" valignment="top" width="0">
10250 <column alignment="center" valignment="top" width="0">
10251 <row>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Command
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 Result
10266 \begin_inset Note Note
10267 status collapsed
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272
10273 \backslash
10274 raisebox
10275 \series default
10276  and the 0
10277 \begin_inset space \thinspace{}
10278 \end_inset
10279
10280 pt space are only used as spacer.
10281 \end_layout
10282
10283 \end_inset
10284
10285
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 </row>
10291 <row>
10292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \lang ngerman
10298 \begin_inset Quotes grd
10299 \end_inset
10300
10301 i
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset space \hspace{}
10311 \length 0pt
10312 \end_inset
10313
10314
10315 \lang ngerman
10316
10317 \begin_inset Formula $"i$
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \backslash
10333 ddot
10334 \begin_inset ERT
10335 status collapsed
10336
10337 \begin_layout Plain Layout
10338
10339
10340 \backslash
10341 spce 
10342 \end_layout
10343
10344 \end_inset
10345
10346 i
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10356 \end_inset
10357
10358
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 </lyxtabular>
10365
10366 \end_inset
10367
10368
10369 \end_layout
10370
10371 \begin_layout Standard
10372 Another advantage to 
10373 \series bold
10374
10375 \backslash
10376 ddot
10377 \series default
10378  is that umlauts can directly be converted to mathematical text because
10379  the accent commands above are 
10380 \emph on
10381 not allowed
10382 \emph default
10383  
10384 \emph on
10385 in mathematical text
10386 \emph default
10387 .
10388  To convert an accented character to mathematical text, only the character
10389  under the accent may be converted.
10390  This applies also for all other conversions, e.
10391 \begin_inset space \thinspace{}
10392 \end_inset
10393
10394 g.
10395 \begin_inset space \space{}
10396 \end_inset
10397
10398 to italic or bold.
10399 \end_layout
10400
10401 \begin_layout Standard
10402 In mathematical text, umlauts and other accented characters can directly
10403  be inserted.
10404 \end_layout
10405
10406 \begin_layout Subsection
10407 Accents for Operators
10408 \begin_inset Index idx
10409 status collapsed
10410
10411 \begin_layout Plain Layout
10412 Accents ! for operators
10413 \end_layout
10414
10415 \end_inset
10416
10417
10418 \end_layout
10419
10420 \begin_layout Standard
10421 With the commands 
10422 \series bold
10423
10424 \backslash
10425 overset
10426 \series default
10427
10428 \begin_inset Index idx
10429 status collapsed
10430
10431 \begin_layout Plain Layout
10432 Commands ! O ! 
10433 \backslash
10434 overset
10435 \end_layout
10436
10437 \end_inset
10438
10439  and 
10440 \series bold
10441
10442 \backslash
10443 underset
10444 \series default
10445
10446 \begin_inset Index idx
10447 status collapsed
10448
10449 \begin_layout Plain Layout
10450 Commands ! U ! 
10451 \backslash
10452 underset
10453 \end_layout
10454
10455 \end_inset
10456
10457  characters can be placed above or below an operator, respectively, to accent
10458  it.
10459  With the command 
10460 \series bold
10461
10462 \backslash
10463 sideset
10464 \series default
10465
10466 \begin_inset Index idx
10467 status collapsed
10468
10469 \begin_layout Plain Layout
10470 Commands ! S ! 
10471 \backslash
10472 sideset
10473 \end_layout
10474
10475 \end_inset
10476
10477  characters can be set before and behind an operator.
10478  The command scheme is:
10479 \end_layout
10480
10481 \begin_layout Standard
10482
10483 \series bold
10484
10485 \backslash
10486 sideset{character
10487 \series default
10488  
10489 \series bold
10490 before}{character
10491 \series default
10492  
10493 \series bold
10494 behind}
10495 \end_layout
10496
10497 \begin_layout Standard
10498
10499 \series bold
10500
10501 \backslash
10502 sideset
10503 \series default
10504  must always be before the operator that should be accented.
10505  You can accent with several characters and even with other operators and
10506  symbols.
10507  To place with 
10508 \series bold
10509
10510 \backslash
10511 sideset
10512 \series default
10513  for example only characters behind an operator, write nothing between the
10514  first braces but don't omit the braces.
10515 \end_layout
10516
10517 \begin_layout Standard
10518 For example the command 
10519 \series bold
10520
10521 \backslash
10522 sideset{
10523 \begin_inset Formula $\to$
10524 \end_inset
10525
10526
10527 \backslash
10528 {
10529 \series default
10530 '
10531 \series bold
10532
10533 \begin_inset Formula $\to$
10534 \end_inset
10535
10536
10537 \backslash
10538 sum_k=1
10539 \begin_inset ERT
10540 status collapsed
10541
10542 \begin_layout Plain Layout
10543
10544
10545 \backslash
10546 spce 
10547 \end_layout
10548
10549 \end_inset
10550
10551
10552 \series default
10553 ^
10554 \series bold
10555 n
10556 \series default
10557  produces:
10558 \begin_inset Formula \[
10559 \sideset{}{'}\sum_{k=1}^{n}
10560 \]
10561
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \begin_layout Standard
10568 The command 
10569 \series bold
10570
10571 \backslash
10572 overset
10573 \begin_inset ERT
10574 status collapsed
10575
10576 \begin_layout Plain Layout
10577
10578
10579 \backslash
10580 spce 
10581 \end_layout
10582
10583 \end_inset
10584
10585
10586 \backslash
10587 maltese
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600
10601 \series default
10602
10603 \begin_inset Formula $\uparrow$
10604 \end_inset
10605
10606
10607 \series bold
10608 a
10609 \series default
10610  produces:
10611 \begin_inset Formula \[
10612 \overset{a}{\maltese}
10613 \]
10614
10615 \end_inset
10616
10617 As seen in the last example, with 
10618 \series bold
10619
10620 \backslash
10621 overset
10622 \series default
10623  and 
10624 \series bold
10625
10626 \backslash
10627 underset
10628 \series default
10629  also symbols and characters can be accented; with 
10630 \series bold
10631
10632 \backslash
10633 sideset
10634 \series default
10635  this is not possible.
10636 \end_layout
10637
10638 \begin_layout Subsection
10639 Accents for several Characters
10640 \begin_inset Index idx
10641 status collapsed
10642
10643 \begin_layout Plain Layout
10644 Accents ! for several characters
10645 \end_layout
10646
10647 \end_inset
10648
10649
10650 \end_layout
10651
10652 \begin_layout Standard
10653 \begin_inset space \hfill{}
10654 \end_inset
10655
10656
10657 \begin_inset Tabular
10658 <lyxtabular version="3" rows="5" columns="2">
10659 <features tabularvalignment="middle">
10660 <column alignment="center" valignment="top" width="0pt">
10661 <column alignment="center" valignment="top" width="0pt">
10662 <row>
10663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Command
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 Result
10677 \begin_inset Note Note
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683
10684 \backslash
10685 raisebox
10686 \series default
10687  is only used as spacer.
10688 \end_layout
10689
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 overleftarrow
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 spce 
10714 \end_layout
10715
10716 \end_inset
10717
10718 A=B
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743 underleftarrow
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 spce 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \backslash
10781 overleftrightarrow
10782 \begin_inset ERT
10783 status collapsed
10784
10785 \begin_layout Plain Layout
10786
10787
10788 \backslash
10789 spce 
10790 \end_layout
10791
10792 \end_inset
10793
10794 A=B
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \backslash
10819 underleftrightarrow
10820 \begin_inset ERT
10821 status collapsed
10822
10823 \begin_layout Plain Layout
10824
10825
10826 \backslash
10827 spce 
10828 \end_layout
10829
10830 \end_inset
10831
10832 A=B
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 </lyxtabular>
10851
10852 \end_inset
10853
10854
10855 \begin_inset space \hfill{}
10856 \end_inset
10857
10858
10859 \begin_inset Tabular
10860 <lyxtabular version="3" rows="5" columns="2">
10861 <features tabularvalignment="middle">
10862 <column alignment="center" valignment="top" width="0pt">
10863 <column alignment="center" valignment="top" width="0pt">
10864 <row>
10865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 Command
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Result
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889
10890 \backslash
10891 overrightarrow
10892 \begin_inset ERT
10893 status collapsed
10894
10895 \begin_layout Plain Layout
10896
10897
10898 \backslash
10899 spce 
10900 \end_layout
10901
10902 \end_inset
10903
10904 A=B
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10914 \end_inset
10915
10916
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \backslash
10929 underrightarrow
10930 \begin_inset ERT
10931 status collapsed
10932
10933 \begin_layout Plain Layout
10934
10935
10936 \backslash
10937 spce 
10938 \end_layout
10939
10940 \end_inset
10941
10942 A=B
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10952 \end_inset
10953
10954
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965
10966 \backslash
10967 widetilde
10968 \begin_inset ERT
10969 status collapsed
10970
10971 \begin_layout Plain Layout
10972
10973
10974 \backslash
10975 spce 
10976 \end_layout
10977
10978 \end_inset
10979
10980 A=B
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003
11004 \backslash
11005 widehat
11006 \begin_inset ERT
11007 status collapsed
11008
11009 \begin_layout Plain Layout
11010
11011
11012 \backslash
11013 spce 
11014 \end_layout
11015
11016 \end_inset
11017
11018 A=B
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 </lyxtabular>
11037
11038 \end_inset
11039
11040
11041 \begin_inset space \hfill{}
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \begin_layout Standard
11048 \begin_inset VSpace medskip
11049 \end_inset
11050
11051 With these commands as many characters as you like can be accented.
11052  But the accents 
11053 \series bold
11054
11055 \backslash
11056 widetilde
11057 \series default
11058  and 
11059 \series bold
11060
11061 \backslash
11062 widehat
11063 \series default
11064  will only be set in the output with a length of three characters, as shown
11065  in the following example:
11066 \begin_inset Formula \[
11067 \widetilde{A+B=C-D}
11068 \]
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \begin_layout Standard
11076 With the commands 
11077 \series bold
11078
11079 \backslash
11080 overset
11081 \series default
11082
11083 \begin_inset Index idx
11084 status collapsed
11085
11086 \begin_layout Plain Layout
11087 Commands ! O ! 
11088 \backslash
11089 overset
11090 \end_layout
11091
11092 \end_inset
11093
11094  and 
11095 \series bold
11096
11097 \backslash
11098 underset
11099 \series default
11100
11101 \begin_inset Index idx
11102 status collapsed
11103
11104 \begin_layout Plain Layout
11105 Commands ! U ! 
11106 \backslash
11107 underset
11108 \end_layout
11109
11110 \end_inset
11111
11112  described in the previous subsection it is also possible to accent several
11113  characters.
11114  The command 
11115 \series bold
11116
11117 \backslash
11118 underset
11119 \begin_inset ERT
11120 status collapsed
11121
11122 \begin_layout Plain Layout
11123
11124
11125 \backslash
11126 spce 
11127 \end_layout
11128
11129 \end_inset
11130
11131 A=B
11132 \begin_inset Formula $\downarrow$
11133 \end_inset
11134
11135 ***
11136 \series default
11137  creates:
11138 \begin_inset Formula \[
11139 \underset{***}{A=B}
11140 \]
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Section
11148 Space
11149 \begin_inset CommandInset label
11150 LatexCommand label
11151 name "sub:Space"
11152
11153 \end_inset
11154
11155
11156 \begin_inset Index idx
11157 status collapsed
11158
11159 \begin_layout Plain Layout
11160 Space ! horizontal
11161 \end_layout
11162
11163 \end_inset
11164
11165
11166 \end_layout
11167
11168 \begin_layout Subsection
11169 Predefined Space
11170 \begin_inset CommandInset label
11171 LatexCommand label
11172 name "sub:Predefined-Space"
11173
11174 \end_inset
11175
11176
11177 \begin_inset Index idx
11178 status collapsed
11179
11180 \begin_layout Plain Layout
11181 Space ! horizontal ! predefined
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Standard
11190 Sometimes it is necessary to insert horizontal space to a formula.
11191  This is done by inserting a protected space (shortcut 
11192 \begin_inset Info
11193 type  "shortcut"
11194 arg   "space-insert protected"
11195 \end_inset
11196
11197 ).
11198  A 
11199 \begin_inset Quotes eld
11200 \end_inset
11201
11202
11203 \color blue
11204
11205 \begin_inset ERT
11206 status collapsed
11207
11208 \begin_layout Plain Layout
11209
11210
11211 \backslash
11212 spce 
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \color inherit
11219
11220 \begin_inset Quotes erd
11221 \end_inset
11222
11223  appears and by pressing 
11224 \family sans
11225 Space
11226 \family default
11227  several times one can select one of eight different space sizes.
11228  The spaces can also be inserted using the math toolbar button 
11229 \begin_inset Graphics
11230         filename ../images/math/space.png
11231         scale 85
11232
11233 \end_inset
11234
11235  or special commands.
11236  Independent from the inserted command, one can select the size again by
11237  pressing 
11238 \family sans
11239 Space
11240 \family default
11241  afterwards.
11242 \end_layout
11243
11244 \begin_layout Standard
11245 \noindent
11246 \align center
11247 \begin_inset VSpace -5mm
11248 \end_inset
11249
11250
11251 \begin_inset Tabular
11252 <lyxtabular version="3" rows="3" columns="7">
11253 <features tabularvalignment="middle">
11254 <column alignment="center" valignment="middle" width="6.8cm">
11255 <column alignment="center" valignment="top" width="0">
11256 <column alignment="center" valignment="top" width="0">
11257 <column alignment="center" valignment="top" width="0">
11258 <column alignment="center" valignment="top" width="0">
11259 <column alignment="center" valignment="top" width="0">
11260 <column alignment="center" valignment="top" width="0">
11261 <row>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 Command
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275
11276 \backslash
11277 ,
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286
11287 \backslash
11288 :
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297
11298 \backslash
11299 ;
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308
11309 \backslash
11310 quad
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319
11320 \backslash
11321 qquad
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330
11331 \backslash
11332 !
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 </row>
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 Number of 
11344 \family sans
11345 Space
11346 \family default
11347  keystrokes after inserting the protected space
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 0
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 1
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 2
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 3
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 4
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 5
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 <row>
11408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412 Result
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 \begin_inset Formula $A\, B$
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 \begin_inset Formula $A\: B$
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A\; B$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $A\quad B$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 \begin_inset Formula $A\qquad B$
11470 \end_inset
11471
11472
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 \begin_inset Formula $A\! B$
11482 \end_inset
11483
11484
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 </row>
11490 </lyxtabular>
11491
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \begin_layout Standard
11498 The last size seem to produce no space.
11499  It is displayed red in LyX contrary to the other sizes, because it is a
11500  negative space.
11501  There are two more negative spaces:
11502 \end_layout
11503
11504 \begin_layout Standard
11505 \align center
11506 \begin_inset Tabular
11507 <lyxtabular version="3" rows="3" columns="3">
11508 <features tabularvalignment="middle">
11509 <column alignment="center" valignment="middle" width="6.8cm">
11510 <column alignment="center" valignment="top" width="0pt">
11511 <column alignment="center" valignment="top" width="0pt">
11512 <row>
11513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11514 \begin_inset Text
11515
11516 \begin_layout Plain Layout
11517 Command
11518 \end_layout
11519
11520 \end_inset
11521 </cell>
11522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526
11527 \backslash
11528 negmedspace
11529 \end_layout
11530
11531 \end_inset
11532 </cell>
11533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11534 \begin_inset Text
11535
11536 \begin_layout Plain Layout
11537
11538 \backslash
11539 negthickspace
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 <row>
11546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 Number of 
11551 \family sans
11552 Space
11553 \family default
11554  keystrokes after inserting the protected space
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 6
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11569 \begin_inset Text
11570
11571 \begin_layout Plain Layout
11572 7
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 </row>
11578 <row>
11579 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 Result
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11589 \begin_inset Text
11590
11591 \begin_layout Plain Layout
11592 \begin_inset Formula $A\negmedspace B$
11593 \end_inset
11594
11595
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 \begin_inset Formula $A\negthickspace B$
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 </lyxtabular>
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \begin_layout Standard
11621 Negative spaces can lead to characters overlapping each other.
11622  Thus they can be used to enforce ligatures, what is e.
11623 \begin_inset space \thinspace{}
11624 \end_inset
11625
11626 g.
11627 \begin_inset space \space{}
11628 \end_inset
11629
11630 useful for summation operators: 
11631 \end_layout
11632
11633 \begin_layout Standard
11634 \align center
11635 \begin_inset Tabular
11636 <lyxtabular version="3" rows="3" columns="2">
11637 <features tabularvalignment="middle">
11638 <column alignment="center" valignment="top" width="0">
11639 <column alignment="center" valignment="top" width="0">
11640 <row>
11641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 Command
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 Result
11655 \begin_inset Note Note
11656 status collapsed
11657
11658 \begin_layout Plain Layout
11659
11660 \series bold
11661
11662 \backslash
11663 raisebox
11664 \series default
11665  is only used as spacer.
11666 \end_layout
11667
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681
11682 \backslash
11683 sum
11684 \backslash
11685 sum
11686 \begin_inset ERT
11687 status collapsed
11688
11689 \begin_layout Plain Layout
11690
11691
11692 \backslash
11693 spce 
11694 \end_layout
11695
11696 \end_inset
11697
11698 f_kl
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11704 \begin_inset Text
11705
11706 \begin_layout Plain Layout
11707 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11708 \end_inset
11709
11710
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721
11722 \backslash
11723 sum
11724 \backslash
11725 negmedspace
11726 \backslash
11727 sum
11728 \begin_inset ERT
11729 status collapsed
11730
11731 \begin_layout Plain Layout
11732
11733
11734 \backslash
11735 spce 
11736 \end_layout
11737
11738 \end_inset
11739
11740 f_kl
11741 \end_layout
11742
11743 \end_inset
11744 </cell>
11745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11746 \begin_inset Text
11747
11748 \begin_layout Plain Layout
11749 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11750 \end_inset
11751
11752
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 </lyxtabular>
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \begin_layout Standard
11766 Relations like for example equal signs, are always surrounded by space.
11767  To suppress this, the equal sign is placed into a TeX-brace.
11768  The following example demonstrates this:
11769 \end_layout
11770
11771 \begin_layout Standard
11772 \align center
11773 \begin_inset Tabular
11774 <lyxtabular version="3" rows="2" columns="2">
11775 <features tabularvalignment="middle">
11776 <column alignment="center" valignment="top" width="0pt">
11777 <column alignment="center" valignment="top" width="0pt">
11778 <row>
11779 <cell alignment="center" valignment="top" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 normal equation
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell alignment="center" valignment="top" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792 \begin_inset Formula $A=B$
11793 \end_inset
11794
11795
11796 \end_layout
11797
11798 \end_inset
11799 </cell>
11800 </row>
11801 <row>
11802 <cell alignment="center" valignment="top" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 \begin_inset Note Note
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810
11811 \series bold
11812
11813 \backslash
11814 raisebox
11815 \series default
11816  is only used as spacer.
11817 \end_layout
11818
11819 \end_inset
11820
11821
11822 \begin_inset Formula $\raisebox{5mm}{}$
11823 \end_inset
11824
11825 equation without space
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 \begin_inset Formula $A{=}B$
11835 \end_inset
11836
11837
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 </lyxtabular>
11844
11845 \end_inset
11846
11847
11848 \end_layout
11849
11850 \begin_layout Standard
11851 \noindent
11852 The command for the last formula is: 
11853 \series bold
11854 A
11855 \backslash
11856 {=
11857 \begin_inset Formula $\to$
11858 \end_inset
11859
11860 B
11861 \end_layout
11862
11863 \begin_layout Standard
11864 \begin_inset VSpace bigskip
11865 \end_inset
11866
11867 Spaces are needed for physical units, because the space between the value
11868  and the unit is the smallest one and not a normal space.
11869  For units in text, the smallest space is inserted via the menu 
11870 \family sans
11871 Insert\SpecialChar \menuseparator
11872 Formatting\SpecialChar \menuseparator
11873 Thin
11874 \begin_inset space ~
11875 \end_inset
11876
11877 Space
11878 \family default
11879  (shortcut 
11880 \begin_inset Info
11881 type  "shortcut"
11882 arg   "space-insert thin"
11883 \end_inset
11884
11885 ).
11886 \end_layout
11887
11888 \begin_layout Standard
11889 An example to visualize the difference:
11890 \end_layout
11891
11892 \begin_layout Standard
11893 \begin_inset Tabular
11894 <lyxtabular version="3" rows="2" columns="2">
11895 <features tabularvalignment="middle">
11896 <column alignment="left" valignment="top" width="0">
11897 <column alignment="left" valignment="top" width="0">
11898 <row>
11899 <cell alignment="center" valignment="top" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 24 kW
11904 \begin_inset Formula $\cdot$
11905 \end_inset
11906
11907 h
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 <cell alignment="center" valignment="top" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 space between value and unit
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 </row>
11922 <row>
11923 <cell alignment="center" valignment="top" usebox="none">
11924 \begin_inset Text
11925
11926 \begin_layout Plain Layout
11927 24
11928 \begin_inset space \thinspace{}
11929 \end_inset
11930
11931 kW
11932 \begin_inset Formula $\cdot$
11933 \end_inset
11934
11935 h
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 <cell alignment="center" valignment="top" usebox="none">
11941 \begin_inset Text
11942
11943 \begin_layout Plain Layout
11944 smallest space between value and unit
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 </row>
11950 </lyxtabular>
11951
11952 \end_inset
11953
11954
11955 \end_layout
11956
11957 \begin_layout Subsection
11958 Variable Space
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 texorpdfstring{
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \begin_inset Foot
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 for vertical space in formulas see 
11977 \begin_inset CommandInset ref
11978 LatexCommand ref
11979 reference "sub:Line-Separation"
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \begin_inset ERT
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993
11994 }{}
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \begin_inset Note Note
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 \backslash
12006 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12007 \end_layout
12008
12009 \begin_layout Plain Layout
12010 More about 
12011 \backslash
12012 texorpdfstring is in section 
12013 \begin_inset CommandInset ref
12014 LatexCommand ref
12015 reference "sub:Formulas-in-Section"
12016
12017 \end_inset
12018
12019 .
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \begin_inset CommandInset label
12026 LatexCommand label
12027 name "sub:Variable-Space"
12028
12029 \end_inset
12030
12031
12032 \begin_inset Index idx
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036 Space ! horizontal ! variable
12037 \end_layout
12038
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \begin_layout Standard
12045 Space with a defined length can be inserted with the command 
12046 \series bold
12047
12048 \backslash
12049 hspace
12050 \series default
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Commands ! H ! 
12057 \backslash
12058 hspace
12059 \end_layout
12060
12061 \end_inset
12062
12063 .
12064  Then a long 
12065 \begin_inset Quotes eld
12066 \end_inset
12067
12068
12069 \color blue
12070
12071 \begin_inset ERT
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075
12076
12077 \backslash
12078 spce 
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \color inherit
12085
12086 \begin_inset Quotes erd
12087 \end_inset
12088
12089  appears.
12090  The length can be specified by left-clicking on the 
12091 \begin_inset Quotes eld
12092 \end_inset
12093
12094
12095 \color blue
12096
12097 \begin_inset ERT
12098 status collapsed
12099
12100 \begin_layout Plain Layout
12101
12102
12103 \backslash
12104 spce 
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \color inherit
12111
12112 \begin_inset Quotes erd
12113 \end_inset
12114
12115 .
12116  The length may also be negative.
12117  To insert so many space that the formula uses all available space, the
12118  command 
12119 \series bold
12120
12121 \backslash
12122 hfill
12123 \series default
12124
12125 \begin_inset Index idx
12126 status collapsed
12127
12128 \begin_layout Plain Layout
12129 Commands ! H ! 
12130 \backslash
12131 hfill
12132 \end_layout
12133
12134 \end_inset
12135
12136  is used.
12137 \end_layout
12138
12139 \begin_layout Standard
12140 \begin_inset VSpace -1mm
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \begin_layout Standard
12147 \align center
12148 \begin_inset Tabular
12149 <lyxtabular version="3" rows="4" columns="2">
12150 <features tabularvalignment="middle">
12151 <column alignment="center" valignment="top" width="0">
12152 <column alignment="center" valignment="top" width="0">
12153 <row>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 Command (
12159 \backslash
12160 hspace length)
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 Result
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 </row>
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 A=B
12181 \backslash
12182 hspace
12183 \begin_inset ERT
12184 status collapsed
12185
12186 \begin_layout Plain Layout
12187
12188
12189 \backslash
12190 spce 
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \begin_inset Formula $\to$
12197 \end_inset
12198
12199 A
12200 \backslash
12201 not=C (3
12202 \begin_inset space \thinspace{}
12203 \end_inset
12204
12205 cm)
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 </row>
12223 <row>
12224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 A
12229 \backslash
12230 hspace
12231 \begin_inset ERT
12232 status collapsed
12233
12234 \begin_layout Plain Layout
12235
12236
12237 \backslash
12238 spce 
12239 \end_layout
12240
12241 \end_inset
12242
12243
12244 \begin_inset Formula $\to$
12245 \end_inset
12246
12247 A
12248 \backslash
12249 not=A (-1
12250 \begin_inset space \thinspace{}
12251 \end_inset
12252
12253 mm)
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12263 \end_inset
12264
12265
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 </row>
12271 <row>
12272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 A=A
12277 \backslash
12278 hfill
12279 \begin_inset ERT
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283
12284
12285 \backslash
12286 spce 
12287 \end_layout
12288
12289 \end_inset
12290
12291 B=B
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 \begin_inset Formula $A=A\hfill B=B$
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 </lyxtabular>
12310
12311 \end_inset
12312
12313
12314 \end_layout
12315
12316 \begin_layout Standard
12317 In the last example the available space is given by the longest column entry
12318  of the table.
12319  In an inline formula the space depends on the length of the line in which
12320  
12321 \series bold
12322
12323 \backslash
12324 hfill
12325 \series default
12326  is inserted.
12327  Thus, when the line uses the full width, no space will be created.
12328  
12329 \series bold
12330
12331 \backslash
12332 hfill
12333 \series default
12334  only has an effect on displayed formulas when the formula style 
12335 \series bold
12336 Indented
12337 \series default
12338  is used.
12339  (Formula styles are explained in 
12340 \begin_inset CommandInset ref
12341 LatexCommand ref
12342 reference "sec:Formula-Styles"
12343
12344 \end_inset
12345
12346 .)
12347 \end_layout
12348
12349 \begin_layout Standard
12350 Besides 
12351 \series bold
12352
12353 \backslash
12354 hfill
12355 \series default
12356 , there are the commands 
12357 \series bold
12358
12359 \backslash
12360 dotfill
12361 \series default
12362  and 
12363 \series bold
12364
12365 \backslash
12366 hrulefill
12367 \series default
12368  that fill the space with a pattern, see 
12369 \begin_inset CommandInset ref
12370 LatexCommand ref
12371 reference "sub:Ellipses"
12372
12373 \end_inset
12374
12375  for an example.
12376 \end_layout
12377
12378 \begin_layout Standard
12379 For text, variable space can be inserted via the menu 
12380 \family sans
12381 Insert\SpecialChar \menuseparator
12382 Formatting\SpecialChar \menuseparator
12383 Horizontal
12384 \begin_inset space ~
12385 \end_inset
12386
12387 Space
12388 \family default
12389 :
12390 \end_layout
12391
12392 \begin_layout Standard
12393 This is a line with
12394 \begin_inset space \hspace{}
12395 \length 2cm
12396 \end_inset
12397
12398 2
12399 \begin_inset space \thinspace{}
12400 \end_inset
12401
12402 cm space.
12403 \end_layout
12404
12405 \begin_layout Standard
12406 This is a line with
12407 \begin_inset space \hfill{}
12408 \end_inset
12409
12410 maximum space.
12411 \end_layout
12412
12413 \begin_layout Subsection
12414 Space besides inline Formulas
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 Space ! besides inline formulas
12420 \end_layout
12421
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \begin_layout Standard
12428 The space that surrounds inline formulas can be adjusted with the length
12429  
12430 \series bold
12431
12432 \backslash
12433 mathsurround
12434 \series default
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Commands ! M ! 
12441 \backslash
12442 mathsurround
12443 \end_layout
12444
12445 \end_inset
12446
12447 .
12448  The value of a length is set with the command 
12449 \series bold
12450
12451 \backslash
12452 setlength
12453 \series default
12454
12455 \begin_inset Index idx
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459 Commands ! S ! 
12460 \backslash
12461 setlength
12462 \end_layout
12463
12464 \end_inset
12465
12466  that has the following scheme:
12467 \end_layout
12468
12469 \begin_layout Standard
12470
12471 \series bold
12472
12473 \backslash
12474 setlength{length name}{value}
12475 \end_layout
12476
12477 \begin_layout Standard
12478 To set 
12479 \series bold
12480
12481 \backslash
12482 mathsurround
12483 \series default
12484  to the value 5
12485 \begin_inset space \thinspace{}
12486 \end_inset
12487
12488 mm, the command
12489 \end_layout
12490
12491 \begin_layout Standard
12492
12493 \series bold
12494
12495 \backslash
12496 setlength{
12497 \backslash
12498 mathsurround}{5mm}
12499 \end_layout
12500
12501 \begin_layout Standard
12502 is inserted in TeX-mode.
12503  5
12504 \begin_inset space \thinspace{}
12505 \end_inset
12506
12507 mm space will now be set around all inline formulas:
12508 \begin_inset ERT
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513
12514 \backslash
12515 setlength{
12516 \backslash
12517 mathsurround}{5mm}
12518 \end_layout
12519
12520 \end_inset
12521
12522
12523 \end_layout
12524
12525 \begin_layout Standard
12526 This is a line with an inline formula 
12527 \begin_inset Formula $A=B$
12528 \end_inset
12529
12530  with 5
12531 \begin_inset space \thinspace{}
12532 \end_inset
12533
12534 mm surrounding space.
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540
12541 \backslash
12542 setlength{
12543 \backslash
12544 mathsurround}{0pt}
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 To return to the predefined value, 
12554 \series bold
12555
12556 \backslash
12557 mathsurround
12558 \series default
12559  is set to the value 0
12560 \begin_inset space \thinspace{}
12561 \end_inset
12562
12563 pt.
12564 \end_layout
12565
12566 \begin_layout Section
12567 Boxes and Frames
12568 \begin_inset Index idx
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Boxes
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \begin_inset Index idx
12579 status collapsed
12580
12581 \begin_layout Plain Layout
12582 Frames | see
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588 {
12589 \end_layout
12590
12591 \end_inset
12592
12593 Boxes
12594 \begin_inset ERT
12595 status collapsed
12596
12597 \begin_layout Plain Layout
12598
12599 }
12600 \end_layout
12601
12602 \end_inset
12603
12604
12605 \end_layout
12606
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 Boxes for text are described in chapter 
12614 \family typewriter
12615 Boxes
12616 \family default
12617  in the 
12618 \family typewriter
12619 Embedded
12620 \begin_inset space ~
12621 \end_inset
12622
12623 Objects
12624 \family default
12625  manual.
12626 \end_layout
12627
12628 \begin_layout Subsection
12629 Boxes with Frame
12630 \begin_inset CommandInset label
12631 LatexCommand label
12632 name "sub:Boxes-with-Frame"
12633
12634 \end_inset
12635
12636
12637 \begin_inset Index idx
12638 status collapsed
12639
12640 \begin_layout Plain Layout
12641 Boxes ! with frame
12642 \end_layout
12643
12644 \end_inset
12645
12646
12647 \end_layout
12648
12649 \begin_layout Standard
12650 It is possible to frame formulas or parts of it with the commands 
12651 \series bold
12652
12653 \backslash
12654 fbox
12655 \series default
12656
12657 \begin_inset Index idx
12658 status collapsed
12659
12660 \begin_layout Plain Layout
12661 Commands ! F ! 
12662 \backslash
12663 fbox
12664 \end_layout
12665
12666 \end_inset
12667
12668  and 
12669 \series bold
12670
12671 \backslash
12672 boxed
12673 \series default
12674
12675 \begin_inset Index idx
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679 Commands ! B ! 
12680 \backslash
12681 boxed
12682 \end_layout
12683
12684 \end_inset
12685
12686 .
12687 \end_layout
12688
12689 \begin_layout Standard
12690 When one of these commands is inserted to a formula, a blue box appears
12691  within a frame to enter formula parts.
12692  For 
12693 \series bold
12694
12695 \backslash
12696 fbox
12697 \series default
12698  an additional formula has to be created by 
12699 \family sans
12700 Ctrl+M
12701 \family default
12702  within this box, because the box content will otherwise be treated as mathemati
12703 cal text.
12704  When 
12705 \series bold
12706
12707 \backslash
12708 boxed
12709 \series default
12710  is used, a new formula is automatically created inside the frame.
12711 \end_layout
12712
12713 \begin_layout Standard
12714 The command 
12715 \series bold
12716
12717 \backslash
12718 fbox
12719 \series default
12720  is not suitable to frame displayed formulas because the formula will always
12721  be set in the size of the text.
12722  
12723 \series bold
12724
12725 \backslash
12726 boxed
12727 \series default
12728  is in contrary not suitable to frame inline formulas, because the formula
12729  will always be set in the size of a displayed formula.
12730 \end_layout
12731
12732 \begin_layout Standard
12733 As extension to 
12734 \series bold
12735
12736 \backslash
12737 fbox
12738 \series default
12739  there is the command 
12740 \series bold
12741
12742 \backslash
12743 framebox
12744 \series default
12745
12746 \begin_inset Index idx
12747 status collapsed
12748
12749 \begin_layout Plain Layout
12750 Commands ! F ! 
12751 \backslash
12752 framebox
12753 \end_layout
12754
12755 \end_inset
12756
12757  where additionally the frame width and the alignment can be specified.
12758  
12759 \series bold
12760
12761 \backslash
12762 framebox
12763 \series default
12764  is used in the following scheme:
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 framebox[frame width][position]{box content}
12773 \end_layout
12774
12775 \begin_layout Standard
12776 The position can either be 
12777 \emph on
12778 l
12779 \emph default
12780  or 
12781 \emph on
12782 r
12783 \emph default
12784 .
12785  
12786 \emph on
12787 l
12788 \emph default
12789  left aligns, 
12790 \emph on
12791 r
12792 \emph default
12793  right aligns the formula in the box.
12794  When no position is given, the formula will be centered.
12795 \begin_inset Newline newline
12796 \end_inset
12797
12798 Is no width given, also no position can be given.
12799  In this case the frame width is adjusted to the box content like for 
12800 \series bold
12801
12802 \backslash
12803 fbox
12804 \series default
12805 .
12806 \end_layout
12807
12808 \begin_layout Standard
12809 When the command 
12810 \series bold
12811
12812 \backslash
12813 framebox
12814 \series default
12815  is inserted, a box appears containing three blue boxes.
12816  The first two boxes are surrounded by brackets and denote the two optional
12817  arguments.
12818  The third box is for formula parts like for 
12819 \series bold
12820
12821 \backslash
12822 fbox
12823 \series default
12824 .
12825 \end_layout
12826
12827 \begin_layout Standard
12828 \align center
12829 \begin_inset Tabular
12830 <lyxtabular version="3" rows="5" columns="2">
12831 <features tabularvalignment="middle">
12832 <column alignment="center" valignment="top" width="0">
12833 <column alignment="center" valignment="top" width="0">
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 Command
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 Result
12849 \begin_inset Note Note
12850 status collapsed
12851
12852 \begin_layout Plain Layout
12853
12854 \series bold
12855
12856 \backslash
12857 raisebox
12858 \series default
12859  is only used as spacer.
12860 \end_layout
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875
12876 \backslash
12877 fbox
12878 \begin_inset ERT
12879 status collapsed
12880
12881 \begin_layout Plain Layout
12882
12883
12884 \backslash
12885 spce 
12886 \end_layout
12887
12888 \end_inset
12889
12890
12891 \family sans
12892 Ctrl+M
12893 \family default
12894  
12895 \backslash
12896 int
12897 \begin_inset ERT
12898 status collapsed
12899
12900 \begin_layout Plain Layout
12901
12902
12903 \backslash
12904 spce 
12905 \end_layout
12906
12907 \end_inset
12908
12909 A=B
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 </row>
12927 <row>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932
12933 \backslash
12934 boxed
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 spce 
12943 \end_layout
12944
12945 \end_inset
12946
12947
12948 \backslash
12949 int
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 spce 
12958 \end_layout
12959
12960 \end_inset
12961
12962 A=B
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Plain Layout
12971 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12972 \end_inset
12973
12974
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 </row>
12980 <row>
12981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Plain Layout
12985 A+
12986 \backslash
12987 fbox
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992
12993
12994 \backslash
12995 spce 
12996 \end_layout
12997
12998 \end_inset
12999
13000 B
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023
13024 \backslash
13025 framebox
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 spce 
13034 \end_layout
13035
13036 \end_inset
13037
13038 20mm
13039 \begin_inset Formula $\to$
13040 \end_inset
13041
13042
13043 \begin_inset Formula $\to$
13044 \end_inset
13045
13046
13047 \family sans
13048 Ctrl+M
13049 \family default
13050  
13051 \backslash
13052 frac
13053 \begin_inset ERT
13054 status collapsed
13055
13056 \begin_layout Plain Layout
13057
13058
13059 \backslash
13060 spce 
13061 \end_layout
13062
13063 \end_inset
13064
13065 A
13066 \begin_inset Formula $\downarrow$
13067 \end_inset
13068
13069 B
13070 \end_layout
13071
13072 \end_inset
13073 </cell>
13074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13075 \begin_inset Text
13076
13077 \begin_layout Plain Layout
13078 \begin_inset Formula $\raisebox{6mm}{}$
13079 \end_inset
13080
13081
13082 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13083 \end_inset
13084
13085
13086 \begin_inset Formula $\raisebox{-4mm}{}$
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \end_inset
13093 </cell>
13094 </row>
13095 </lyxtabular>
13096
13097 \end_inset
13098
13099
13100 \end_layout
13101
13102 \begin_layout Standard
13103 The frame thickness can also be adjusted.
13104  To do this the following commands have to be inserted in TeX-mode before
13105  the formula
13106 \end_layout
13107
13108 \begin_layout Standard
13109
13110 \series bold
13111
13112 \backslash
13113 fboxrule
13114 \series default
13115  
13116 \series bold
13117
13118 \begin_inset Quotes eld
13119 \end_inset
13120
13121 thickness
13122 \begin_inset Quotes erd
13123 \end_inset
13124
13125
13126 \series default
13127  
13128 \series bold
13129
13130 \backslash
13131 fboxsep
13132 \series default
13133  
13134 \series bold
13135
13136 \begin_inset Quotes eld
13137 \end_inset
13138
13139 distance
13140 \begin_inset Quotes erd
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \begin_layout Standard
13147 \begin_inset Quotes eld
13148 \end_inset
13149
13150 distance
13151 \begin_inset Quotes erd
13152 \end_inset
13153
13154  specifies the minimal distance between the frame and the first character
13155  in the box.
13156  An example for this is the following framed formula:
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 fboxrule 2mm 
13165 \backslash
13166 fboxsep 3mm
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \begin_inset Formula \[
13173 \boxed{A+B=C}
13174 \]
13175
13176 \end_inset
13177
13178 Before this formula the commands
13179 \end_layout
13180
13181 \begin_layout Standard
13182
13183 \series bold
13184
13185 \backslash
13186 fboxrule
13187 \series default
13188  
13189 \series bold
13190 2mm
13191 \series default
13192  
13193 \series bold
13194
13195 \backslash
13196 fboxsep
13197 \series default
13198  
13199 \series bold
13200 3mm
13201 \end_layout
13202
13203 \begin_layout Standard
13204 were inserted in TeX-mode.
13205  The given values are used for all following boxes.
13206 \end_layout
13207
13208 \begin_layout Standard
13209 To return to the standard frame size, the command
13210 \end_layout
13211
13212 \begin_layout Standard
13213
13214 \series bold
13215
13216 \backslash
13217 fboxrule
13218 \series default
13219  
13220 \series bold
13221 0.4pt
13222 \series default
13223  
13224 \series bold
13225
13226 \backslash
13227 fboxsep
13228 \series default
13229  
13230 \series bold
13231 3pt
13232 \series default
13233
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239
13240 \backslash
13241 fboxrule 0.4pt 
13242 \backslash
13243 fboxsep 3pt
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Standard
13252 is inserted in TeX-mode before the next formula.
13253 \end_layout
13254
13255 \begin_layout Subsection
13256 Boxes without Frame
13257 \begin_inset CommandInset label
13258 LatexCommand label
13259 name "sub:Boxes-without-Frame"
13260
13261 \end_inset
13262
13263
13264 \begin_inset Index idx
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268 Boxes ! without frame
13269 \end_layout
13270
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277 For boxes without a frame there are the following box commands: 
13278 \series bold
13279
13280 \backslash
13281 mbox
13282 \series default
13283
13284 \begin_inset Index idx
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288 Commands ! M ! 
13289 \backslash
13290 mbox
13291 \end_layout
13292
13293 \end_inset
13294
13295
13296 \series bold
13297
13298 \backslash
13299 makebox
13300 \series default
13301
13302 \begin_inset Index idx
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306 Commands ! M ! 
13307 \backslash
13308 makebox
13309 \end_layout
13310
13311 \end_inset
13312
13313  and 
13314 \series bold
13315
13316 \backslash
13317 raisebox
13318 \series default
13319
13320 \begin_inset Index idx
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 Commands ! R ! 
13325 \backslash
13326 raisebox
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Standard
13335 With 
13336 \series bold
13337
13338 \backslash
13339 raisebox
13340 \series default
13341  a box can be super- or subscripted.
13342  But in contrary to normal super- and subscripting, the characters in the
13343  box keep their font size.
13344  
13345 \series bold
13346
13347 \backslash
13348 raisebox
13349 \series default
13350  is used in the following scheme:
13351 \end_layout
13352
13353 \begin_layout Standard
13354
13355 \series bold
13356
13357 \backslash
13358 raisebox{height}{box content}
13359 \end_layout
13360
13361 \begin_layout Standard
13362 When the box should contain a formula, an extra formula is needed like for
13363  
13364 \series bold
13365
13366 \backslash
13367 fbox
13368 \series default
13369 .
13370  
13371 \series medium
13372
13373 \begin_inset Note Greyedout
13374 status open
13375
13376 \begin_layout Plain Layout
13377
13378 \series bold
13379 Note:
13380 \series default
13381  For 
13382 \series bold
13383
13384 \backslash
13385 raisebox
13386 \series default
13387  this extra formula is created by pressing 
13388 \family sans
13389 Ctrl+M
13390 \family default
13391  twice instead of once because LyX doesn't yet support 
13392 \series bold
13393
13394 \backslash
13395 raisebox
13396 \series default
13397  directly.
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406 \align center
13407 \begin_inset Tabular
13408 <lyxtabular version="3" rows="4" columns="2">
13409 <features tabularvalignment="middle">
13410 <column alignment="center" valignment="top" width="0">
13411 <column alignment="center" valignment="top" width="0">
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 Command
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Result
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 <row>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 H
13438 \backslash
13439 raisebox{2mm
13440 \begin_inset Formula $\to$
13441 \end_inset
13442
13443
13444 \backslash
13445 {al
13446 \begin_inset Formula $\to$
13447 \end_inset
13448
13449  lo
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 H
13473 \backslash
13474 raisebox{-2mm
13475 \begin_inset Formula $\to$
13476 \end_inset
13477
13478
13479 \backslash
13480 {al
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484 lo
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 </row>
13502 <row>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 A=
13508 \backslash
13509 raisebox{-2mm
13510 \begin_inset Formula $\to$
13511 \end_inset
13512
13513
13514 \backslash
13515 {
13516 \family sans
13517 Ctrl+M
13518 \family default
13519  
13520 \family sans
13521 Ctrl+M
13522 \family default
13523  
13524 \backslash
13525 sqrt
13526 \begin_inset ERT
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530
13531
13532 \backslash
13533 spce 
13534 \end_layout
13535
13536 \end_inset
13537
13538
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 </lyxtabular>
13557
13558 \end_inset
13559
13560
13561 \end_layout
13562
13563 \begin_layout Standard
13564 The command 
13565 \series bold
13566
13567 \backslash
13568 mbox
13569 \series default
13570  is equivalent to 
13571 \series bold
13572
13573 \backslash
13574 fbox
13575 \series default
13576  and 
13577 \series bold
13578
13579 \backslash
13580 makebox
13581 \series default
13582  is equivalent to 
13583 \series bold
13584
13585 \backslash
13586 framebox
13587 \series default
13588 , with the difference that there is no frame.
13589 \end_layout
13590
13591 \begin_layout Subsection
13592 Colored Boxes
13593 \begin_inset CommandInset label
13594 LatexCommand label
13595 name "sub:Colored-Boxes"
13596
13597 \end_inset
13598
13599
13600 \begin_inset Index idx
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604 Boxes ! colored
13605 \end_layout
13606
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Standard
13613 To be able to use all commands explained in this section, the LaTeX-package
13614  
13615 \series bold
13616 color
13617 \series default
13618
13619 \begin_inset Foot
13620 status collapsed
13621
13622 \begin_layout Plain Layout
13623 The LaTeX-package 
13624 \series bold
13625 color
13626 \series default
13627  is part of every LaTeX standard installation.
13628 \end_layout
13629
13630 \end_inset
13631
13632
13633 \begin_inset Index idx
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637 Packages ! color
13638 \end_layout
13639
13640 \end_inset
13641
13642  has to be loaded in the LaTeX-preamble with the line
13643 \begin_inset Foot
13644 status collapsed
13645
13646 \begin_layout Plain Layout
13647 When text is colored somewhere in the document with a predefined color,
13648  LyX loads the LaTeX-package 
13649 \series bold
13650 color
13651 \series default
13652  automatically.
13653  Thus it is possible that the package is loaded twice, but this doesn't
13654  arise problems.
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \begin_inset Note Note
13661 status collapsed
13662
13663 \begin_layout Plain Layout
13664 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13665 amble.
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674
13675 \series bold
13676
13677 \backslash
13678 usepackage{color}
13679 \end_layout
13680
13681 \begin_layout Standard
13682 \begin_inset VSpace medskip
13683 \end_inset
13684
13685 To color boxes, the command 
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691
13692 \begin_inset Index idx
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696 Commands ! C ! 
13697 \backslash
13698 colorbox
13699 \end_layout
13700
13701 \end_inset
13702
13703  is used in the following scheme:
13704 \end_layout
13705
13706 \begin_layout Standard
13707
13708 \series bold
13709
13710 \backslash
13711 colorbox{color}{box content}
13712 \end_layout
13713
13714 \begin_layout Standard
13715 The box content can also be a box and a 
13716 \series bold
13717
13718 \backslash
13719 colorbox
13720 \series default
13721  can also be part of another box (see the 2nd and 3rd example).
13722  When the box should contain a formula, an extra formula has to be created,
13723  the same way as for 
13724 \series bold
13725
13726 \backslash
13727 raisebox
13728 \series default
13729 .
13730 \begin_inset Foot
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734 This also applies for the command 
13735 \series bold
13736
13737 \backslash
13738 fcolorbox
13739 \series default
13740 .
13741 \end_layout
13742
13743 \end_inset
13744
13745
13746 \end_layout
13747
13748 \begin_layout Standard
13749 One of the following predefined colors can be chosen:
13750 \end_layout
13751
13752 \begin_layout Standard
13753
13754 \series bold
13755 black
13756 \series default
13757
13758 \series bold
13759 blue
13760 \series default
13761
13762 \series bold
13763 cyan
13764 \series default
13765
13766 \series bold
13767 green
13768 \series default
13769
13770 \series bold
13771 magenta
13772 \series default
13773
13774 \series bold
13775 red
13776 \series default
13777
13778 \series bold
13779 white
13780 \series default
13781  and 
13782 \series bold
13783 yellow
13784 \end_layout
13785
13786 \begin_layout Standard
13787 \align center
13788 \begin_inset Tabular
13789 <lyxtabular version="3" rows="4" columns="2">
13790 <features tabularvalignment="middle">
13791 <column alignment="center" valignment="top" width="0">
13792 <column alignment="center" valignment="top" width="0">
13793 <row>
13794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798 Command
13799 \end_layout
13800
13801 \end_inset
13802 </cell>
13803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13804 \begin_inset Text
13805
13806 \begin_layout Plain Layout
13807 Result
13808 \begin_inset Note Note
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813 \series bold
13814
13815 \backslash
13816 raisebox
13817 \series default
13818  is only used as spacer.
13819 \end_layout
13820
13821 \end_inset
13822
13823
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 <row>
13830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13831 \begin_inset Text
13832
13833 \begin_layout Plain Layout
13834
13835 \backslash
13836 colorbox{yellow
13837 \begin_inset Formula $\to$
13838 \end_inset
13839
13840
13841 \backslash
13842 {A=B
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13852 \end_inset
13853
13854
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 </row>
13860 <row>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865
13866 \backslash
13867 colorbox{green
13868 \begin_inset Formula $\to$
13869 \end_inset
13870
13871
13872 \backslash
13873 {
13874 \backslash
13875 fbox
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881
13882 \backslash
13883 spce 
13884 \end_layout
13885
13886 \end_inset
13887
13888 A=B
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13898 \end_inset
13899
13900
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 <row>
13907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13908 \begin_inset Text
13909
13910 \begin_layout Plain Layout
13911
13912 \backslash
13913 fbox
13914 \begin_inset ERT
13915 status collapsed
13916
13917 \begin_layout Plain Layout
13918
13919
13920 \backslash
13921 spce 
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \backslash
13928 colorbox{green
13929 \begin_inset Formula $\to$
13930 \end_inset
13931
13932
13933 \backslash
13934 {
13935 \family sans
13936 Ctrl+M
13937 \family default
13938  
13939 \family sans
13940 Ctrl+M
13941 \family default
13942  
13943 \backslash
13944 int
13945 \begin_inset ERT
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949
13950
13951 \backslash
13952 spce 
13953 \end_layout
13954
13955 \end_inset
13956
13957 C=D
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 </row>
13975 </lyxtabular>
13976
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \begin_layout Standard
13983
13984 \series bold
13985
13986 \backslash
13987 colorbox
13988 \series default
13989  only colors the box but not the characters in the box.
13990  To color all characters, the whole formula is highlighted and the wanted
13991  color is chosen in the 
13992 \family sans
13993 Text
13994 \begin_inset space ~
13995 \end_inset
13996
13997 Style
13998 \family default
13999  dialog.
14000  The dialog can be called with the toolbar button 
14001 \begin_inset Graphics
14002         filename ../images/dialog-show_character.png
14003         scale 85
14004
14005 \end_inset
14006
14007  or the menu 
14008 \family sans
14009 Edit\SpecialChar \menuseparator
14010 Text
14011 \begin_inset space ~
14012 \end_inset
14013
14014 Style\SpecialChar \menuseparator
14015 Customized
14016 \family default
14017 .
14018  The formula number has then the same color as the formula.
14019  When the formula number should get another color than the formula characters,
14020  the color must be changed within the formula.
14021 \end_layout
14022
14023 \begin_layout Standard
14024 An example:
14025 \end_layout
14026
14027 \begin_layout Standard
14028
14029 \color red
14030 \begin_inset Formula \begin{equation}
14031 \int A=B\label{eq:red}
14032 \end{equation}
14033
14034 \end_inset
14035
14036
14037 \color green
14038
14039 \begin_inset Formula \begin{equation}
14040 \textcolor{red}{\int A=B}\label{eq:redgreen}
14041 \end{equation}
14042
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \begin_layout Standard
14049 Formula 
14050 \begin_inset CommandInset ref
14051 LatexCommand eqref
14052 reference "eq:red"
14053
14054 \end_inset
14055
14056  is completely colored red.
14057 \begin_inset Newline newline
14058 \end_inset
14059
14060 Formula 
14061 \begin_inset CommandInset ref
14062 LatexCommand eqref
14063 reference "eq:redgreen"
14064
14065 \end_inset
14066
14067  was first completely colored green to set the color for the formula number.
14068  Subsequently the formula characters were colored red.
14069 \end_layout
14070
14071 \begin_layout Standard
14072 \begin_inset VSpace bigskip
14073 \end_inset
14074
14075 To color the frame different than the rest of the box, the command 
14076 \series bold
14077
14078 \backslash
14079 fcolorbox
14080 \series default
14081
14082 \begin_inset Index idx
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086 Commands ! F ! 
14087 \backslash
14088 fcolorbox
14089 \end_layout
14090
14091 \end_inset
14092
14093  is used in the following scheme:
14094 \end_layout
14095
14096 \begin_layout Standard
14097
14098 \series bold
14099
14100 \backslash
14101 fcolorbox{frame color}{color}{box content}
14102 \end_layout
14103
14104 \begin_layout Standard
14105 So 
14106 \series bold
14107
14108 \backslash
14109 fcolorbox
14110 \series default
14111  is an extension of the command 
14112 \series bold
14113
14114 \backslash
14115 colorbox
14116 \series default
14117 .
14118  The frame width is set, like for 
14119 \series bold
14120
14121 \backslash
14122 framebox
14123 \series default
14124 , with 
14125 \series bold
14126
14127 \backslash
14128 fboxrule
14129 \series default
14130  and 
14131 \series bold
14132
14133 \backslash
14134 fboxsep
14135 \series default
14136 .
14137  An example:
14138 \begin_inset ERT
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142
14143
14144 \backslash
14145 fboxrule 1mm 
14146 \backslash
14147 fboxsep 1mm
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \begin_inset Formula \[
14154 \fcolorbox{cyan}{magenta}{A=B}
14155 \]
14156
14157 \end_inset
14158
14159
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165
14166 \backslash
14167 fboxrule 0.4pt 
14168 \backslash
14169 fboxsep 3pt
14170 \end_layout
14171
14172 \end_inset
14173
14174
14175 \end_layout
14176
14177 \begin_layout Standard
14178 This formula was created with the command
14179 \begin_inset Newline newline
14180 \end_inset
14181
14182
14183 \series bold
14184
14185 \backslash
14186 fcolorbox{cyan
14187 \begin_inset Formula $\to$
14188 \end_inset
14189
14190
14191 \backslash
14192 {magenta
14193 \begin_inset Formula $\to$
14194 \end_inset
14195
14196
14197 \backslash
14198 {A=B
14199 \series default
14200 .
14201 \end_layout
14202
14203 \begin_layout Standard
14204 \begin_inset VSpace bigskip
14205 \end_inset
14206
14207 To use other colors than the predefined ones, they have to be defined first.
14208 \end_layout
14209
14210 \begin_layout Standard
14211 One can for example define the color 
14212 \begin_inset Quotes eld
14213 \end_inset
14214
14215
14216 \series bold
14217 darkgreen
14218 \series default
14219
14220 \begin_inset Quotes erd
14221 \end_inset
14222
14223  with the LaTeX-preamble line:
14224 \end_layout
14225
14226 \begin_layout Standard
14227
14228 \series bold
14229
14230 \backslash
14231 definecolor{darkgreen}{cmyk}{0.5,
14232 \series default
14233  
14234 \series bold
14235 0,
14236 \series default
14237  
14238 \series bold
14239 1,
14240 \series default
14241  
14242 \series bold
14243 0.5}
14244 \series default
14245
14246 \begin_inset Index idx
14247 status collapsed
14248
14249 \begin_layout Plain Layout
14250 Commands ! D ! 
14251 \backslash
14252 definecolor
14253 \end_layout
14254
14255 \end_inset
14256
14257
14258 \end_layout
14259
14260 \begin_layout Standard
14261
14262 \series bold
14263 cmyk
14264 \series default
14265  is the color space that denotes the colors 
14266 \series bold
14267 cyan
14268 \series default
14269
14270 \series bold
14271 magenta
14272 \series default
14273
14274 \series bold
14275 yellow
14276 \series default
14277  and 
14278 \series bold
14279 black
14280 \series default
14281 .
14282  The four comma separated numbers are the portion factor for the corresponding
14283  colors of the color space.
14284  The factors can be in the range of 0
14285 \begin_inset space \thinspace{}
14286 \end_inset
14287
14288 -
14289 \begin_inset space \thinspace{}
14290 \end_inset
14291
14292 1.
14293  Instead of 
14294 \series bold
14295 cmyk
14296 \series default
14297  also the color space 
14298 \series bold
14299 rgb
14300 \series default
14301  can be used for definitions.
14302  
14303 \series bold
14304 rgb
14305 \series default
14306  denotes 
14307 \series bold
14308 red
14309 \series default
14310
14311 \series bold
14312 green
14313 \series default
14314  and 
14315 \series bold
14316 blue
14317 \series default
14318 , so that there are in this case three portion factors for the corresponding
14319  colors.
14320  Furthermore there is the color space 
14321 \series bold
14322 gray
14323 \series default
14324  with one portion factor for the gray value.
14325 \end_layout
14326
14327 \begin_layout Standard
14328 As example a framed box with the new defined color 
14329 \series bold
14330 darkgreen
14331 \series default
14332  where the characters have been colored 
14333 \series bold
14334 yellow
14335 \series default
14336 :
14337 \begin_inset Formula \begin{equation}
14338 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14339 \end{equation}
14340
14341 \end_inset
14342
14343
14344 \end_layout
14345
14346 \begin_layout Standard
14347 Self-defined colors can also be used for text with the help of the command
14348  
14349 \series bold
14350
14351 \backslash
14352 textcolor
14353 \series default
14354 :
14355 \begin_inset Index idx
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 Text ! colored
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \begin_layout Standard
14368 \begin_inset ERT
14369 status collapsed
14370
14371 \begin_layout Plain Layout
14372
14373
14374 \backslash
14375 textcolor{darkgreen}{
14376 \end_layout
14377
14378 \end_inset
14379
14380 This sentence is 
14381 \begin_inset Quotes eld
14382 \end_inset
14383
14384 darkgreen
14385 \begin_inset Quotes erd
14386 \end_inset
14387
14388 .
14389 \begin_inset ERT
14390 status collapsed
14391
14392 \begin_layout Plain Layout
14393
14394 }
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Standard
14403
14404 \series bold
14405
14406 \backslash
14407 textcolor
14408 \series default
14409
14410 \begin_inset Index idx
14411 status collapsed
14412
14413 \begin_layout Plain Layout
14414 Commands ! T ! 
14415 \backslash
14416 textcolor
14417 \end_layout
14418
14419 \end_inset
14420
14421  is used in the scheme 
14422 \series bold
14423
14424 \backslash
14425 textcolor{color}{characters to color}
14426 \series default
14427 .
14428 \end_layout
14429
14430 \begin_layout Subsection
14431 Paragraph Boxes
14432 \begin_inset CommandInset label
14433 LatexCommand label
14434 name "sub:Paragraph-Boxes"
14435
14436 \end_inset
14437
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 Boxes ! as paragraph
14444 \end_layout
14445
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \begin_layout Standard
14452 A box that can contain several lines and paragraphs, a so called paragraph
14453  box (parbox), can be created with the menu 
14454 \family sans
14455 Insert\SpecialChar \menuseparator
14456 Box
14457 \family default
14458  or the toolbar button 
14459 \begin_inset Graphics
14460         filename ../images/box-insert.png
14461         scale 85
14462
14463 \end_inset
14464
14465 .
14466 \end_layout
14467
14468 \begin_layout Standard
14469 The following example shows a framed parbox in a line:
14470 \end_layout
14471
14472 \begin_layout Standard
14473 \begin_inset VSpace medskip
14474 \end_inset
14475
14476 This is a line 
14477 \begin_inset Box Boxed
14478 position "c"
14479 hor_pos "c"
14480 has_inner_box 1
14481 inner_pos "t"
14482 use_parbox 1
14483 use_makebox 0
14484 width "5cm"
14485 special "none"
14486 height "1in"
14487 height_special "totalheight"
14488 status open
14489
14490 \begin_layout Plain Layout
14491 This is a paragraph box.
14492  It is exactly 5
14493 \begin_inset space \thinspace{}
14494 \end_inset
14495
14496 cm long and can also contain formulas: 
14497 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14498 \end_inset
14499
14500
14501 \end_layout
14502
14503 \end_inset
14504
14505  with a parbox.
14506 \end_layout
14507
14508 \begin_layout Standard
14509 \begin_inset VSpace medskip
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \begin_layout Standard
14516 Such a box is created by right-clicking on the gray box inset.
14517  A dialog pops up showing the box properties.
14518  In our case set: 
14519 \emph on
14520 Decoration
14521 \emph default
14522 : Recangular box, 
14523 \emph on
14524 Inner Box
14525 \emph default
14526 : Parbox, 
14527 \emph on
14528 Width
14529 \emph default
14530 : 5
14531 \begin_inset space \thinspace{}
14532 \end_inset
14533
14534 cm, 
14535 \emph on
14536 Vertical Box Alignment
14537 \emph default
14538 : Middle
14539 \end_layout
14540
14541 \begin_layout Standard
14542 \begin_inset VSpace medskip
14543 \end_inset
14544
14545 In LaTeX a parbox is created with the command 
14546 \series bold
14547
14548 \backslash
14549 parbox
14550 \series default
14551
14552 \begin_inset Index idx
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556 Commands ! P ! 
14557 \backslash
14558 parbox
14559 \end_layout
14560
14561 \end_inset
14562
14563  that has the following scheme:
14564 \end_layout
14565
14566 \begin_layout Standard
14567
14568 \series bold
14569
14570 \backslash
14571 parbox[position]{width}{box content}
14572 \end_layout
14573
14574 \begin_layout Standard
14575 The positions 
14576 \emph on
14577 b
14578 \emph default
14579  and 
14580 \emph on
14581 t
14582 \emph default
14583  are possible.
14584  
14585 \emph on
14586 b
14587 \emph default
14588  for bottom means that the box is aligned within the surrounding text with
14589  its last line.
14590  With 
14591 \emph on
14592 t
14593 \emph default
14594  for top this is done with the first line.
14595  When no position is given, the box will be vertically centered, see section
14596  
14597 \emph on
14598 Boxes
14599 \emph default
14600  of the 
14601 \emph on
14602 Embedded
14603 \begin_inset space ~
14604 \end_inset
14605
14606 Objects
14607 \emph default
14608  manual for examples.
14609 \end_layout
14610
14611 \begin_layout Standard
14612 \begin_inset VSpace bigskip
14613 \end_inset
14614
14615 To frame formulas completely, including the formula number, the formula
14616  must be set into a parbox.
14617  To do this, the command 
14618 \series bold
14619
14620 \backslash
14621 fbox{
14622 \backslash
14623 parbox{
14624 \backslash
14625 linewidth-2
14626 \backslash
14627 fboxsep-2
14628 \backslash
14629 fboxrule}{
14630 \series default
14631  is inserted in TeX-mode before the formula.
14632  
14633 \series bold
14634
14635 \backslash
14636 linewidth
14637 \series default
14638
14639 \begin_inset Index idx
14640 status collapsed
14641
14642 \begin_layout Plain Layout
14643 Commands ! L ! 
14644 \backslash
14645 linewidth
14646 \end_layout
14647
14648 \end_inset
14649
14650  is hereby the line width set for the document.
14651  Because the frame is outside the parbox, 2
14652 \begin_inset space \thinspace{}
14653 \end_inset
14654
14655 times the frame separation and the frame thickness must be subtracted from
14656  the line width.
14657  As this is not automatically done by LyX due to a bug
14658 \begin_inset Foot
14659 status collapsed
14660
14661 \begin_layout Plain Layout
14662 \begin_inset CommandInset href
14663 LatexCommand href
14664 name "LyX-bug #4483"
14665 target "http://www.lyx.org/trac/ticket/4483"
14666
14667 \end_inset
14668
14669
14670 \end_layout
14671
14672 \end_inset
14673
14674 , TeX-mode has to be used.
14675  To be able to multiply and subtract in arguments, the LaTeX-package 
14676 \series bold
14677 calc
14678 \series default
14679
14680 \begin_inset Foot
14681 status collapsed
14682
14683 \begin_layout Plain Layout
14684
14685 \series bold
14686 calc
14687 \series default
14688  is part of every LaTeX standard installation.
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \begin_inset Index idx
14695 status collapsed
14696
14697 \begin_layout Plain Layout
14698 Packages ! calc
14699 \end_layout
14700
14701 \end_inset
14702
14703  must be loaded in the LaTeX-preamble with the line
14704 \end_layout
14705
14706 \begin_layout Standard
14707
14708 \series bold
14709
14710 \backslash
14711 usepackage{calc}
14712 \end_layout
14713
14714 \begin_layout Standard
14715 Behind the formula both boxes are closed by entering 
14716 \series bold
14717 }}
14718 \series default
14719  in TeX-mode.
14720  Here is an example:
14721 \begin_inset ERT
14722 status collapsed
14723
14724 \begin_layout Plain Layout
14725
14726
14727 \backslash
14728 fboxsep 5mm 
14729 \backslash
14730 fboxrule 5mm
14731 \end_layout
14732
14733 \end_inset
14734
14735
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset ERT
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743
14744
14745 \backslash
14746 fbox{
14747 \backslash
14748 parbox{
14749 \backslash
14750 linewidth-2
14751 \backslash
14752 fboxsep-2
14753 \backslash
14754 fboxrule}{
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \begin_inset Formula \begin{equation}
14761 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14762 \end{equation}
14763
14764 \end_inset
14765
14766
14767 \begin_inset ERT
14768 status collapsed
14769
14770 \begin_layout Plain Layout
14771
14772 }}
14773 \end_layout
14774
14775 \end_inset
14776
14777
14778 \begin_inset ERT
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782
14783
14784 \backslash
14785 fboxrule 0.4pt 
14786 \backslash
14787 fboxsep 3pt
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \begin_layout Standard
14796 \begin_inset VSpace medskip
14797 \end_inset
14798
14799 As a parbox is used as argument of 
14800 \series bold
14801
14802 \backslash
14803 fbox
14804 \series default
14805 , there is in this case no difference between 
14806 \series bold
14807
14808 \backslash
14809 fbox
14810 \series default
14811  and 
14812 \series bold
14813
14814 \backslash
14815 boxed
14816 \series default
14817 .
14818 \end_layout
14819
14820 \begin_layout Standard
14821 \begin_inset VSpace bigskip
14822 \end_inset
14823
14824 Paragraph boxes are very useful to comment formulas directly.
14825  To do this, 
14826 \series bold
14827
14828 \backslash
14829 parbox
14830 \series default
14831  is used in combination with the command 
14832 \series bold
14833
14834 \backslash
14835 tag
14836 \series default
14837 .
14838  (more about 
14839 \series bold
14840
14841 \backslash
14842 tag
14843 \series default
14844  see 
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "sub:User-defined-Numbering"
14848
14849 \end_inset
14850
14851 )
14852 \end_layout
14853
14854 \begin_layout Standard
14855 An example of a formula commented with 
14856 \series bold
14857
14858 \backslash
14859 parbox
14860 \series default
14861 :
14862 \end_layout
14863
14864 \begin_layout Standard
14865 \begin_inset ERT
14866 status collapsed
14867
14868 \begin_layout Plain Layout
14869
14870
14871 \backslash
14872 [5x-7b=3b
14873 \backslash
14874 tag*{
14875 \backslash
14876 parbox{5cm}{
14877 \end_layout
14878
14879 \end_inset
14880
14881 This is a description.
14882  It is distinctly separated from the formula and multiline.
14883 \begin_inset ERT
14884 status collapsed
14885
14886 \begin_layout Plain Layout
14887
14888 }}
14889 \backslash
14890 ]
14891 \end_layout
14892
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Standard
14899 Such a formula must be inserted completely in TeX-mode because LyX does
14900  not yet support the command 
14901 \series bold
14902
14903 \backslash
14904 parbox
14905 \series default
14906  in formulas.
14907  The formula is created with the following command sequence:
14908 \end_layout
14909
14910 \begin_layout Standard
14911 The command 
14912 \series bold
14913
14914 \backslash
14915 [5x-7b=3b
14916 \backslash
14917 tag*
14918 \backslash
14919 {
14920 \backslash
14921 parbox{5cm}{
14922 \series default
14923  is inserted in TeX-mode.
14924 \begin_inset Foot
14925 status collapsed
14926
14927 \begin_layout Plain Layout
14928 When the formula style 
14929 \series bold
14930 Indented
14931 \series default
14932  is used, 
14933 \series bold
14934
14935 \backslash
14936 tag*
14937 \backslash
14938 {
14939 \series default
14940  can also be replaced by 
14941 \series bold
14942
14943 \backslash
14944 hfill
14945 \series default
14946 .
14947  (formula styles see 
14948 \begin_inset CommandInset ref
14949 LatexCommand ref
14950 reference "sec:Formula-Styles"
14951
14952 \end_inset
14953
14954 )
14955 \end_layout
14956
14957 \end_inset
14958
14959  Then the description follows as normal text and finally 
14960 \series bold
14961 }}
14962 \backslash
14963 ]
14964 \series default
14965  is inserted in TeX-mode.
14966  The commands 
14967 \series bold
14968
14969 \backslash
14970 [
14971 \series default
14972  and 
14973 \series bold
14974
14975 \backslash
14976 ]
14977 \series default
14978  hereby create a displayed formula.
14979 \end_layout
14980
14981 \begin_layout Standard
14982 The advantages of 
14983 \series bold
14984
14985 \backslash
14986 parbox
14987 \series default
14988  can be seen in this example that was 
14989 \begin_inset Quotes eld
14990 \end_inset
14991
14992 commented
14993 \begin_inset Quotes erd
14994 \end_inset
14995
14996  using the mathematical textmode:
14997 \begin_inset Formula \[
14998 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14999 \]
15000
15001 \end_inset
15002
15003
15004 \end_layout
15005
15006 \begin_layout Section
15007 Operators
15008 \begin_inset Index idx
15009 status collapsed
15010
15011 \begin_layout Plain Layout
15012 Operators
15013 \end_layout
15014
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \begin_layout Subsection
15021 Big Operators
15022 \begin_inset CommandInset label
15023 LatexCommand label
15024 name "sub:Big-Operators"
15025
15026 \end_inset
15027
15028
15029 \begin_inset Index idx
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033 Operators ! big
15034 \end_layout
15035
15036 \end_inset
15037
15038
15039 \begin_inset Index idx
15040 status collapsed
15041
15042 \begin_layout Plain Layout
15043 Sums
15044 \end_layout
15045
15046 \end_inset
15047
15048
15049 \begin_inset Index idx
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 Integrals
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Standard
15062 To be able to use all integral operators listed here, the option 
15063 \family sans
15064 Use esint package automatically
15065 \family default
15066  must be set in the document settings under 
15067 \family sans
15068 Math
15069 \begin_inset space ~
15070 \end_inset
15071
15072 Options
15073 \family default
15074 .
15075 \end_layout
15076
15077 \begin_layout Standard
15078 \begin_inset space \hfill{}
15079 \end_inset
15080
15081
15082 \begin_inset Tabular
15083 <lyxtabular version="3" rows="11" columns="2">
15084 <features tabularvalignment="middle">
15085 <column alignment="center" valignment="top" width="0pt">
15086 <column alignment="center" valignment="top" width="0pt">
15087 <row>
15088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092 Command
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 Result
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 </row>
15107 <row>
15108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112
15113 \backslash
15114 int
15115 \begin_inset Index idx
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119 Commands ! I ! 
15120 \backslash
15121 int
15122 \end_layout
15123
15124 \end_inset
15125
15126
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 \begin_inset Formula $\int$
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \backslash
15151 oint
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset Formula $\oint$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 <row>
15170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174
15175 \backslash
15176 ointctrclockwise
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 \begin_inset Formula $\ointctrclockwise$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 ointclockwise
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 \begin_inset Formula $\ointclockwise$
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 <row>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \backslash
15226 sqint
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 \begin_inset Formula $\sqint$
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 </row>
15244 <row>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \backslash
15251 fint
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260  
15261 \begin_inset Formula $\fint$
15262 \end_inset
15263
15264
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 </row>
15270 <row>
15271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275
15276 \backslash
15277 landupint
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  
15287 \begin_inset Formula $\landupint$
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 </row>
15296 <row>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \backslash
15303 landdownint
15304 \end_layout
15305
15306 \end_inset
15307 </cell>
15308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15309 \begin_inset Text
15310
15311 \begin_layout Plain Layout
15312  
15313 \begin_inset Formula $\landdownint$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 bigcap
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 \begin_inset Formula $\bigcap$
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \backslash
15354 bigcup
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363 \begin_inset Formula $\bigcup$
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 </lyxtabular>
15373
15374 \end_inset
15375
15376
15377 \begin_inset space \hfill{}
15378 \end_inset
15379
15380
15381 \begin_inset Tabular
15382 <lyxtabular version="3" rows="11" columns="2">
15383 <features tabularvalignment="middle">
15384 <column alignment="center" valignment="top" width="0pt">
15385 <column alignment="center" valignment="top" width="0pt">
15386 <row>
15387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15388 \begin_inset Text
15389
15390 \begin_layout Plain Layout
15391 Command
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 Result
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 </row>
15406 <row>
15407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15408 \begin_inset Text
15409
15410 \begin_layout Plain Layout
15411
15412 \backslash
15413 sum
15414 \begin_inset Index idx
15415 status collapsed
15416
15417 \begin_layout Plain Layout
15418 Commands ! S ! 
15419 \backslash
15420 sum
15421 \end_layout
15422
15423 \end_inset
15424
15425
15426 \end_layout
15427
15428 \end_inset
15429 </cell>
15430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 \begin_inset Formula $\sum$
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \end_inset
15441 </cell>
15442 </row>
15443 <row>
15444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448
15449 \backslash
15450 prod
15451 \begin_inset Index idx
15452 status collapsed
15453
15454 \begin_layout Plain Layout
15455 Commands ! P ! 
15456 \backslash
15457 prod
15458 \end_layout
15459
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \end_inset
15466 </cell>
15467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15468 \begin_inset Text
15469
15470 \begin_layout Plain Layout
15471 \begin_inset Formula $\prod$
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 </row>
15480 <row>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \backslash
15487 coprod
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 \begin_inset Formula $\coprod$
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \backslash
15512 bigodot
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Formula $\bigodot$
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 <row>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \backslash
15537 bigotimes
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 \begin_inset Formula $\bigotimes$
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 <row>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \backslash
15562 bigoplus
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571 \begin_inset Formula $\bigoplus$
15572 \end_inset
15573
15574
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585
15586 \backslash
15587 bigwedge
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 \begin_inset Formula $\bigwedge$
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \end_inset
15603 </cell>
15604 </row>
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610
15611 \backslash
15612 bigvee
15613 \end_layout
15614
15615 \end_inset
15616 </cell>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621 \begin_inset Formula $\bigvee$
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 </row>
15630 <row>
15631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15632 \begin_inset Text
15633
15634 \begin_layout Plain Layout
15635
15636 \backslash
15637 bigsqcup
15638 \end_layout
15639
15640 \end_inset
15641 </cell>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Formula $\bigsqcup$
15647 \end_inset
15648
15649
15650 \end_layout
15651
15652 \end_inset
15653 </cell>
15654 </row>
15655 <row>
15656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15657 \begin_inset Text
15658
15659 \begin_layout Plain Layout
15660
15661 \backslash
15662 biguplus
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 \begin_inset Formula $\biguplus$
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \end_inset
15678 </cell>
15679 </row>
15680 </lyxtabular>
15681
15682 \end_inset
15683
15684
15685 \begin_inset space \hfill{}
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \begin_layout Standard
15692 All big operators can also be inserted via the math toolbar button 
15693 \begin_inset Graphics
15694         filename ../images/math/intop.png
15695         scale 85
15696
15697 \end_inset
15698
15699 .
15700 \end_layout
15701
15702 \begin_layout Standard
15703 The operators are called big because they are bigger than the sometimes
15704  equal looking binary operators.
15705  All big operators can have limits as described in the next subsection.
15706 \end_layout
15707
15708 \begin_layout Standard
15709 For all integral operators there is a second version available, ending on
15710  
15711 \series bold
15712 op
15713 \series default
15714
15715 \series bold
15716
15717 \backslash
15718 intop
15719 \series default
15720
15721 \series bold
15722
15723 \backslash
15724 ointop
15725 \series default
15726  etc..
15727  These operators are different from 
15728 \series bold
15729
15730 \backslash
15731 int
15732 \series default
15733  etc.
15734 \begin_inset space \space{}
15735 \end_inset
15736
15737 in the style the operator limits are displayed, see 
15738 \begin_inset CommandInset ref
15739 LatexCommand ref
15740 reference "sub:Operator-Limits"
15741
15742 \end_inset
15743
15744 .
15745  
15746 \end_layout
15747
15748 \begin_layout Subsubsection*
15749 Advice for Integrals
15750 \end_layout
15751
15752 \begin_layout Standard
15753 The letter 
15754 \emph on
15755 d
15756 \emph default
15757  in an integral is an operator, that therefore has to be set upright.
15758  This is done by highlighting the 
15759 \emph on
15760 d
15761 \emph default
15762  and using the keyboard shortcut 
15763 \begin_inset Info
15764 type  "shortcut"
15765 arg   "font-roman"
15766 \end_inset
15767
15768
15769 \begin_inset Foot
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773 Font styles
15774 \series bold
15775  
15776 \series default
15777 see 
15778 \begin_inset CommandInset ref
15779 LatexCommand ref
15780 reference "sub:Font-Styles"
15781
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788
15789 .
15790  Finally the smallest space is inserted before the 
15791 \emph on
15792 d
15793 \emph default
15794 , as this is usual for operators.
15795  An example:
15796 \end_layout
15797
15798 \begin_layout Standard
15799 incorrect: 
15800 \begin_inset Formula $\int A(x)dx$
15801 \end_inset
15802
15803
15804 \begin_inset Newline newline
15805 \end_inset
15806
15807
15808 \begin_inset Phantom HPhantom
15809 status open
15810
15811 \begin_layout Plain Layout
15812 in
15813 \end_layout
15814
15815 \end_inset
15816
15817 correct: 
15818 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Standard
15825 For multiple integrals there are the following commands:
15826 \begin_inset VSpace medskip
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Standard
15833 \begin_inset space \hfill{}
15834 \end_inset
15835
15836
15837 \begin_inset Tabular
15838 <lyxtabular version="3" rows="4" columns="2">
15839 <features tabularvalignment="middle">
15840 <column alignment="center" valignment="top" width="0">
15841 <column alignment="center" valignment="top" width="0">
15842 <row>
15843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 Command
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 Result
15857 \begin_inset Note Note
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861
15862 \series bold
15863
15864 \backslash
15865 raisebox
15866 \series default
15867  is only used as spacer.
15868 \end_layout
15869
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 iint
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908
15909 \backslash
15910 oiint
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 sqiint
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 </lyxtabular>
15954
15955 \end_inset
15956
15957
15958 \begin_inset space \hfill{}
15959 \end_inset
15960
15961
15962 \begin_inset Tabular
15963 <lyxtabular version="3" rows="4" columns="2">
15964 <features tabularvalignment="middle">
15965 <column alignment="center" valignment="top" width="0">
15966 <column alignment="center" valignment="top" width="0">
15967 <row>
15968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 Command
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 Result
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \backslash
15994 iiint
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \backslash
16019 iiiint
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \backslash
16044 dotsint
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 </lyxtabular>
16063
16064 \end_inset
16065
16066
16067 \begin_inset space \hfill{}
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \begin_layout Subsection
16074 Operator Limits
16075 \begin_inset CommandInset label
16076 LatexCommand label
16077 name "sub:Operator-Limits"
16078
16079 \end_inset
16080
16081
16082 \begin_inset Index idx
16083 status collapsed
16084
16085 \begin_layout Plain Layout
16086 Operators ! Limits
16087 \end_layout
16088
16089 \end_inset
16090
16091
16092 \end_layout
16093
16094 \begin_layout Standard
16095 Limits are created by super- and subscripts:
16096 \end_layout
16097
16098 \begin_layout Standard
16099 \align center
16100 \begin_inset Tabular
16101 <lyxtabular version="3" rows="2" columns="2">
16102 <features tabularvalignment="middle">
16103 <column alignment="center" valignment="top" width="0pt">
16104 <column alignment="center" valignment="top" width="0pt">
16105 <row>
16106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 Command
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 Result
16120 \begin_inset Note Note
16121 status collapsed
16122
16123 \begin_layout Plain Layout
16124
16125 \series bold
16126
16127 \backslash
16128 raisebox
16129 \series default
16130  is only used as spacer.
16131 \end_layout
16132
16133 \end_inset
16134
16135
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 </row>
16141 <row>
16142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146
16147 \backslash
16148 prod^
16149 \backslash
16150 infty
16151 \begin_inset ERT
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156
16157 \backslash
16158 spce 
16159 \end_layout
16160
16161 \end_inset
16162
16163
16164 \begin_inset Formula $\to$
16165 \end_inset
16166
16167 _0
16168 \begin_inset Formula $\to$
16169 \end_inset
16170
16171 A(x)
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 </lyxtabular>
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \begin_layout Standard
16197 Limits of inline formulas are set right beside the operator.
16198  Limits in displayed formulas are set above or below the operator, except
16199  for integral limits.
16200 \end_layout
16201
16202 \begin_layout Standard
16203 To force that the limits are set beside the operator, the cursor is set
16204  directly behind the operator and the limits type is changed with the menu
16205  
16206 \family sans
16207 Edit\SpecialChar \menuseparator
16208 Math\SpecialChar \menuseparator
16209 Change Limits Type
16210 \family default
16211  to 
16212 \family sans
16213 \series bold
16214 Inline
16215 \family default
16216 \series default
16217  (shortcut 
16218 \begin_inset Info
16219 type  "shortcut"
16220 arg   "math-limits"
16221 \end_inset
16222
16223 ).
16224  An example:
16225 \end_layout
16226
16227 \begin_layout Standard
16228 The default limits type is this:
16229 \begin_inset Formula \[
16230 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16231 \]
16232
16233 \end_inset
16234
16235 This is how it looks when the limits type was changed to 
16236 \family sans
16237 \series bold
16238 Inline
16239 \family default
16240 \series default
16241 :
16242 \begin_inset Formula \[
16243 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16244 \]
16245
16246 \end_inset
16247
16248 For integrals, except those ending with 
16249 \series bold
16250 op
16251 \series default
16252  like 
16253 \series bold
16254
16255 \backslash
16256 intop
16257 \series default
16258
16259 \series bold
16260
16261 \backslash
16262 ointop
16263 \series default
16264  etc., the limits are by default set beside the operator.
16265  But for multiple integrals the limits are often set below the operator.
16266  In the following example the limits type was therefore set to 
16267 \series bold
16268 Display
16269 \series default
16270  and so set below the integrals:
16271 \begin_inset Formula \begin{equation}
16272 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16273 \end{equation}
16274
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \begin_layout Standard
16281 \begin_inset VSpace medskip
16282 \end_inset
16283
16284 To specify conditions for limits, the commands 
16285 \series bold
16286
16287 \backslash
16288 subarray
16289 \series default
16290
16291 \begin_inset Index idx
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 Commands ! S ! 
16296 \backslash
16297 subarray
16298 \end_layout
16299
16300 \end_inset
16301
16302  and 
16303 \series bold
16304
16305 \backslash
16306 substack
16307 \series default
16308
16309 \begin_inset Index idx
16310 status collapsed
16311
16312 \begin_layout Plain Layout
16313 Commands ! S ! 
16314 \backslash
16315 substack
16316 \end_layout
16317
16318 \end_inset
16319
16320  are used.
16321  To create for example this expression 
16322 \begin_inset Formula \begin{equation}
16323 \sum_{\begin{subarray}{c}
16324 0<k<1000\\
16325 \\
16326 k\,\in\,\mathbb{N}
16327 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16328 \end{equation}
16329
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \begin_layout Standard
16336 the following has to be done:
16337 \begin_inset Newline newline
16338 \end_inset
16339
16340 First the command 
16341 \series bold
16342
16343 \backslash
16344 sum
16345 \series default
16346 ^
16347 \series bold
16348 n
16349 \begin_inset ERT
16350 status collapsed
16351
16352 \begin_layout Plain Layout
16353
16354
16355 \backslash
16356 spce 
16357 \end_layout
16358
16359 \end_inset
16360
16361 _
16362 \series default
16363  is typed in.
16364  One is now in a blue box under the summation operator and insert there
16365  the command 
16366 \series bold
16367
16368 \backslash
16369 subarray
16370 \begin_inset ERT
16371 status collapsed
16372
16373 \begin_layout Plain Layout
16374
16375
16376 \backslash
16377 spce 
16378 \end_layout
16379
16380 \end_inset
16381
16382
16383 \series default
16384 .
16385  The blue box is now within a purple box and now several lines can be written
16386  among each other.
16387  A new line is created by inserting a line break (
16388 \begin_inset Info
16389 type  "shortcut"
16390 arg   "newline-insert newline"
16391 \end_inset
16392
16393 ).
16394  When now
16395 \begin_inset Newline newline
16396 \end_inset
16397
16398
16399 \series bold
16400 0<k<1000 Ctrl+Return
16401 \begin_inset Newline newline
16402 \end_inset
16403
16404
16405 \series default
16406 is typed in, a new box appears below for the new line.
16407 \end_layout
16408
16409 \begin_layout Standard
16410 The alignment of the lines can be changed to left aligned with the 
16411 \family sans
16412 table
16413 \family default
16414  
16415 \family sans
16416 toolbar
16417 \family default
16418  or the menu 
16419 \family sans
16420 Edit\SpecialChar \menuseparator
16421 Rows &Columns
16422 \family default
16423 .
16424  To get right alignment, 
16425 \series bold
16426
16427 \backslash
16428 hfill
16429 \begin_inset ERT
16430 status collapsed
16431
16432 \begin_layout Plain Layout
16433
16434
16435 \backslash
16436 spce 
16437 \end_layout
16438
16439 \end_inset
16440
16441
16442 \series default
16443  is inserted at the beginning of the line.
16444 \end_layout
16445
16446 \begin_layout Standard
16447 The command 
16448 \series bold
16449
16450 \backslash
16451 substack
16452 \series default
16453  is equivalent to 
16454 \series bold
16455
16456 \backslash
16457 subarray
16458 \series default
16459  with the difference that the lines are always centered.
16460 \end_layout
16461
16462 \begin_layout Standard
16463 \begin_inset VSpace bigskip
16464 \end_inset
16465
16466 Like in formula 
16467 \begin_inset CommandInset ref
16468 LatexCommand eqref
16469 reference "eq:substack"
16470
16471 \end_inset
16472
16473  there can be too much space beside an operator, because the characters
16474  following the operator are set beside the limits.
16475 \end_layout
16476
16477 \begin_layout Standard
16478 To avoid this, the following macro can be used in the LaTeX-preamble:
16479 \end_layout
16480
16481 \begin_layout Standard
16482
16483 \series bold
16484
16485 \backslash
16486 def
16487 \backslash
16488 clap#1{
16489 \backslash
16490 hbox to 0pt{
16491 \backslash
16492 hss #1
16493 \backslash
16494 hss}}
16495 \begin_inset Newline newline
16496 \end_inset
16497
16498
16499 \backslash
16500 def
16501 \backslash
16502 mathclap {
16503 \backslash
16504 mathpalette 
16505 \backslash
16506 mathclapinternal}
16507 \begin_inset Newline newline
16508 \end_inset
16509
16510
16511 \backslash
16512 def
16513 \backslash
16514 mathclapinternal #1#2{
16515 \backslash
16516 clap{$
16517 \backslash
16518 mathsurround =0pt #1{#2}$}}
16519 \end_layout
16520
16521 \begin_layout Standard
16522 This defines the command 
16523 \series bold
16524
16525 \backslash
16526 mathclap
16527 \series default
16528
16529 \begin_inset Index idx
16530 status collapsed
16531
16532 \begin_layout Plain Layout
16533 Commands ! M ! 
16534 \backslash
16535 mathclap
16536 \end_layout
16537
16538 \end_inset
16539
16540  that sets the width of the limit to 0
16541 \begin_inset space \thinspace{}
16542 \end_inset
16543
16544 pt.
16545  The command scheme is
16546 \end_layout
16547
16548 \begin_layout Standard
16549
16550 \series bold
16551
16552 \backslash
16553 mathclap{limit}
16554 \end_layout
16555
16556 \begin_layout Standard
16557 where the limit can consist of several conditions.
16558 \end_layout
16559
16560 \begin_layout Standard
16561 Applied on formula 
16562 \begin_inset CommandInset ref
16563 LatexCommand eqref
16564 reference "eq:substack"
16565
16566 \end_inset
16567
16568 , one uses the command
16569 \end_layout
16570
16571 \begin_layout Standard
16572
16573 \series bold
16574
16575 \backslash
16576 sum_
16577 \backslash
16578 mathclap{
16579 \backslash
16580 substack
16581 \begin_inset ERT
16582 status collapsed
16583
16584 \begin_layout Plain Layout
16585
16586
16587 \backslash
16588 spce 
16589 \end_layout
16590
16591 \end_inset
16592
16593 0<k<1000 Ctrl+Return
16594 \end_layout
16595
16596 \begin_layout Standard
16597 to create the lower limit.
16598  The summand is now directly behind the summation operator:
16599 \begin_inset Formula \[
16600 \sum_{\mathclap{\substack{0<k<1000\\
16601 \\
16602 k\,\in\,\mathbb{N}
16603 }
16604 }}^{n}k^{-2}
16605 \]
16606
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \begin_layout Standard
16613 \begin_inset VSpace bigskip
16614 \end_inset
16615
16616 How to use one limit for several operators is described in 
16617 \begin_inset CommandInset ref
16618 LatexCommand ref
16619 reference "sub:Self-defined-Operators"
16620
16621 \end_inset
16622
16623 .
16624 \end_layout
16625
16626 \begin_layout Subsection
16627 Binary Operators
16628 \begin_inset CommandInset label
16629 LatexCommand label
16630 name "sub:Binary-Operators"
16631
16632 \end_inset
16633
16634
16635 \begin_inset Index idx
16636 status collapsed
16637
16638 \begin_layout Plain Layout
16639 Operators ! binary
16640 \end_layout
16641
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \begin_layout Standard
16648 Binary operators are surrounded by space when there is a character before
16649  and behind them.
16650 \begin_inset VSpace medskip
16651 \end_inset
16652
16653
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset space \hfill{}
16658 \end_inset
16659
16660
16661 \begin_inset Tabular
16662 <lyxtabular version="3" rows="13" columns="2">
16663 <features tabularvalignment="middle">
16664 <column alignment="center" valignment="top" width="0pt">
16665 <column alignment="center" valignment="top" width="0pt">
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 Command
16672 \begin_inset Note Note
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677 \series bold
16678
16679 \backslash
16680 raisebox
16681 \series default
16682  is only used as spacer.
16683 \end_layout
16684
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 Result
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 +
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $+$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 -
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $-$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \backslash
16755 pm
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 \begin_inset Formula $\pm$
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 </row>
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \backslash
16780 mp
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\mp$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803
16804 \backslash
16805 cdot
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Formula $\cdot$
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \backslash
16830 times
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset Formula $\times$
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \backslash
16855 div
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\div$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 \begin_inset ERT
16879 status collapsed
16880
16881 \begin_layout Plain Layout
16882
16883
16884 \backslash
16885 raisebox{-1.2mm}{
16886 \end_layout
16887
16888 \end_inset
16889
16890 *
16891 \begin_inset ERT
16892 status collapsed
16893
16894 \begin_layout Plain Layout
16895
16896 }
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $*$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924
16925 \backslash
16926 star
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 \begin_inset Formula $\star$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949
16950 \backslash
16951 circ
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16957 \begin_inset Text
16958
16959 \begin_layout Plain Layout
16960 \begin_inset Formula $\circ$
16961 \end_inset
16962
16963
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 </row>
16969 <row>
16970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974
16975 \backslash
16976 diamond
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985 \begin_inset Formula $\diamond$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 </row>
16994 <row>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999
17000 \backslash
17001 bullet
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\bullet$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 </row>
17019 </lyxtabular>
17020
17021 \end_inset
17022
17023
17024 \begin_inset space \hfill{}
17025 \end_inset
17026
17027
17028 \begin_inset Tabular
17029 <lyxtabular version="3" rows="13" columns="2">
17030 <features tabularvalignment="middle">
17031 <column alignment="center" valignment="top" width="0pt">
17032 <column alignment="center" valignment="top" width="0pt">
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 Command
17039 \end_layout
17040
17041 \end_inset
17042 </cell>
17043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047 Result
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058
17059 \backslash
17060 nabla
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Formula $\nabla$
17070 \end_inset
17071
17072
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 </row>
17078 <row>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083
17084 \backslash
17085 bigtriangledown
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094 \begin_inset Formula $\bigtriangledown$
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108
17109 \backslash
17110 bigtriangleup
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17116 \begin_inset Text
17117
17118 \begin_layout Plain Layout
17119 \begin_inset Formula $\bigtriangleup$
17120 \end_inset
17121
17122
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 </row>
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133
17134 \backslash
17135 Box
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\Box$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 </row>
17153 <row>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \backslash
17160 cap 
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17166 \begin_inset Text
17167
17168 \begin_layout Plain Layout
17169 \begin_inset Formula $\cap$
17170 \end_inset
17171
17172
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 </row>
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \backslash
17185 cup
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\cup$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \backslash
17210 dagger
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 \begin_inset Formula $\dagger$
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 </row>
17228 <row>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \backslash
17235 ddagger
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17241 \begin_inset Text
17242
17243 \begin_layout Plain Layout
17244 \begin_inset Formula $\ddagger$
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 </row>
17253 <row>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258
17259 \backslash
17260 wr
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17266 \begin_inset Text
17267
17268 \begin_layout Plain Layout
17269 \begin_inset Formula $\wr$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 <row>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283
17284 \backslash
17285 bigcirc
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 \begin_inset Formula $\bigcirc$
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308
17309 \backslash
17310 wedge
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17316 \begin_inset Text
17317
17318 \begin_layout Plain Layout
17319 \begin_inset Formula $\wedge$
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 vee
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Formula $\vee$
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \end_inset
17351 </cell>
17352 </row>
17353 </lyxtabular>
17354
17355 \end_inset
17356
17357
17358 \begin_inset space \hfill{}
17359 \end_inset
17360
17361
17362 \begin_inset Tabular
17363 <lyxtabular version="3" rows="13" columns="2">
17364 <features tabularvalignment="middle">
17365 <column alignment="center" valignment="top" width="0pt">
17366 <column alignment="center" valignment="top" width="0pt">
17367 <row>
17368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 Command
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 Result
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 oplus
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 \begin_inset Formula $\oplus$
17404 \end_inset
17405
17406
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417
17418 \backslash
17419 ominus
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 \begin_inset Formula $\ominus$
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442
17443 \backslash
17444 otimes
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453 \begin_inset Formula $\otimes$
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 <row>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467
17468 \backslash
17469 oslash
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 \begin_inset Formula $\oslash$
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \backslash
17494 odot
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 \begin_inset Formula $\odot$
17504 \end_inset
17505
17506
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 </row>
17512 <row>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517
17518 \backslash
17519 amalg
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17525 \begin_inset Text
17526
17527 \begin_layout Plain Layout
17528 \begin_inset Formula $\amalg$
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 </row>
17537 <row>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542
17543 \backslash
17544 uplus
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 \begin_inset Formula $\uplus$
17554 \end_inset
17555
17556
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 </row>
17562 <row>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567
17568 \backslash
17569 setminus
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Formula $\setminus$
17579 \end_inset
17580
17581
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 </row>
17587 <row>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592
17593 \backslash
17594 sqcap
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Formula $\sqcap$
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 <row>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617
17618 \backslash
17619 sqcup
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 \begin_inset Formula $\sqcup$
17629 \end_inset
17630
17631
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 <row>
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642
17643 \backslash
17644 triangleleft
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17650 \begin_inset Text
17651
17652 \begin_layout Plain Layout
17653 \begin_inset Formula $\triangleleft$
17654 \end_inset
17655
17656
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667
17668 \backslash
17669 triangleright
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678 \begin_inset Formula $\triangleright$
17679 \end_inset
17680
17681
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 </row>
17687 </lyxtabular>
17688
17689 \end_inset
17690
17691
17692 \begin_inset space \hfill{}
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Standard
17699 All binary operators can also be inserted via the math toolbar button 
17700 \begin_inset Graphics
17701         filename ../images/math/pm.png
17702         scale 85
17703
17704 \end_inset
17705
17706 .
17707 \end_layout
17708
17709 \begin_layout Standard
17710 To typeset the Laplace operator also 
17711 \series bold
17712
17713 \backslash
17714 Delta
17715 \series default
17716  or 
17717 \series bold
17718
17719 \backslash
17720 nabla
17721 \series default
17722 ^
17723 \series bold
17724 2
17725 \series default
17726  (
17727 \begin_inset Formula $\nabla^{2}$
17728 \end_inset
17729
17730 ) can be used instead of 
17731 \series bold
17732
17733 \backslash
17734 bigtriangleup
17735 \series default
17736  .
17737 \end_layout
17738
17739 \begin_layout Standard
17740 The character 
17741 \family sans
17742 Menu Separator
17743 \family default
17744  from the menu 
17745 \family sans
17746 Insert\SpecialChar \menuseparator
17747 Special Character
17748 \family default
17749  is the operator 
17750 \series bold
17751
17752 \backslash
17753 triangleright
17754 \series default
17755 .
17756 \end_layout
17757
17758 \begin_layout Subsection
17759 Self-defined Operators
17760 \begin_inset CommandInset label
17761 LatexCommand label
17762 name "sub:Self-defined-Operators"
17763
17764 \end_inset
17765
17766
17767 \begin_inset Index idx
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 Operators ! self-defined
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 With the help of the command 
17781 \series bold
17782
17783 \backslash
17784 DeclareMathOperator
17785 \series default
17786
17787 \begin_inset Index idx
17788 status collapsed
17789
17790 \begin_layout Plain Layout
17791 Commands ! D ! 
17792 \backslash
17793 dbinom@
17794 \backslash
17795 DeclareMathOperator
17796 \end_layout
17797
17798 \end_inset
17799
17800  custom operators can be defined in the LaTeX-preamble.
17801  Its command scheme is:
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807
17808 \backslash
17809 DeclareMathOperator{new command}{display}
17810 \end_layout
17811
17812 \begin_layout Standard
17813 Display can be characters or symbols that define how the operator looks
17814  in the output.
17815  To define a big operator a * is set behind the command.
17816  All self-defined big operators can have limits as described in 
17817 \begin_inset CommandInset ref
17818 LatexCommand ref
17819 reference "sub:Operator-Limits"
17820
17821 \end_inset
17822
17823 .
17824 \end_layout
17825
17826 \begin_layout Standard
17827 For example the LaTeX-preamble line
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833
17834 \backslash
17835 DeclareMathOperator*{
17836 \backslash
17837 Lozenge}{
17838 \backslash
17839 blacklozenge}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 defines the command 
17844 \series bold
17845
17846 \backslash
17847 Lozenge
17848 \series default
17849 , that inserts a big operator consisting of the lozenge symbol from 
17850 \begin_inset CommandInset ref
17851 LatexCommand ref
17852 reference "sub:Miscellaneous-Symbols"
17853
17854 \end_inset
17855
17856 :
17857 \begin_inset Formula \[
17858 \Lozenge_{n=1}^{\infty}
17859 \]
17860
17861 \end_inset
17862
17863 The command for this formula is: 
17864 \series bold
17865
17866 \backslash
17867 Lozenge
17868 \series default
17869 ^
17870 \series bold
17871
17872 \backslash
17873 infty
17874 \begin_inset Formula $\to$
17875 \end_inset
17876
17877 _n=1
17878 \end_layout
17879
17880 \begin_layout Standard
17881 \begin_inset VSpace bigskip
17882 \end_inset
17883
17884 When self-defined operators are not used several times in the document,
17885  they can also be defined with the commands 
17886 \series bold
17887
17888 \backslash
17889 mathop
17890 \series default
17891
17892 \begin_inset Index idx
17893 status collapsed
17894
17895 \begin_layout Plain Layout
17896 Commands ! M ! 
17897 \backslash
17898 mathop
17899 \end_layout
17900
17901 \end_inset
17902
17903  and 
17904 \series bold
17905
17906 \backslash
17907 mathbin
17908 \series default
17909
17910 \begin_inset Index idx
17911 status collapsed
17912
17913 \begin_layout Plain Layout
17914 Commands ! M ! 
17915 \backslash
17916 mathbin
17917 \end_layout
17918
17919 \end_inset
17920
17921 , which have the following scheme:
17922 \end_layout
17923
17924 \begin_layout Standard
17925
17926 \series bold
17927
17928 \backslash
17929 mathop{display}
17930 \series default
17931  and 
17932 \series bold
17933
17934 \backslash
17935 mathbin{display}
17936 \end_layout
17937
17938 \begin_layout Standard
17939
17940 \series bold
17941
17942 \backslash
17943 mathop
17944 \series default
17945  defines big operators, 
17946 \series bold
17947
17948 \backslash
17949 mathbin
17950 \series default
17951  binary operators.
17952 \end_layout
17953
17954 \begin_layout Standard
17955
17956 \series bold
17957
17958 \backslash
17959 mathop
17960 \series default
17961  can e.
17962 \begin_inset space \thinspace{}
17963 \end_inset
17964
17965 g.
17966 \begin_inset space \space{}
17967 \end_inset
17968
17969 be used to use one limit for several operators:
17970 \end_layout
17971
17972 \begin_layout Standard
17973 \begin_inset Formula \[
17974 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17975 \]
17976
17977 \end_inset
17978
17979
17980 \end_layout
17981
17982 \begin_layout Standard
17983 The command for the formula above is:
17984 \begin_inset Newline newline
17985 \end_inset
17986
17987
17988 \series bold
17989
17990 \backslash
17991 mathop{
17992 \backslash
17993 sum
17994 \backslash
17995 negmedspace
17996 \backslash
17997 sum
17998 \series default
17999
18000 \begin_inset ERT
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004
18005
18006 \backslash
18007 spce 
18008 \end_layout
18009
18010 \end_inset
18011
18012
18013 \series bold
18014
18015 \begin_inset Formula $\to$
18016 \end_inset
18017
18018 ^N
18019 \series default
18020
18021 \begin_inset ERT
18022 status collapsed
18023
18024 \begin_layout Plain Layout
18025
18026
18027 \backslash
18028 spce 
18029 \end_layout
18030
18031 \end_inset
18032
18033
18034 \series bold
18035 _i,j=1
18036 \end_layout
18037
18038 \begin_layout Section
18039 Fonts
18040 \begin_inset Index idx
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044 Fonts
18045 \end_layout
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Subsection
18053 Font Styles
18054 \begin_inset CommandInset label
18055 LatexCommand label
18056 name "sub:Font-Styles"
18057
18058 \end_inset
18059
18060
18061 \begin_inset Index idx
18062 status collapsed
18063
18064 \begin_layout Plain Layout
18065 Font ! style
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \begin_layout Standard
18074 Latin letters in formulas can be set in one of the following font styles:
18075 \begin_inset VSpace -2mm
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \begin_layout Standard
18082 \align center
18083 \begin_inset Tabular
18084 <lyxtabular version="3" rows="7" columns="3">
18085 <features tabularvalignment="middle">
18086 <column alignment="center" valignment="top" width="0">
18087 <column alignment="center" valignment="top" width="0">
18088 <column alignment="center" valignment="top" width="0">
18089 <row>
18090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18091 \begin_inset Text
18092
18093 \begin_layout Plain Layout
18094 Command
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103 Result
18104 \end_layout
18105
18106 \end_inset
18107 </cell>
18108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112 shortcut
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 <row>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \backslash
18125 mathbb
18126 \series bold
18127
18128 \begin_inset ERT
18129 status collapsed
18130
18131 \begin_layout Plain Layout
18132
18133
18134 \backslash
18135 spce 
18136 \end_layout
18137
18138 \end_inset
18139
18140
18141 \series default
18142 ABC
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 \begin_inset Formula $\mathbb{ABC}$
18152 \end_inset
18153
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 \begin_inset Info
18164 type  "shortcuts"
18165 arg   "font-noun"
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathbf
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 AbC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathbf{AbC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Info
18220 type  "shortcuts"
18221 arg   "font-bold"
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 boldsymbol
18238 \series bold
18239
18240 \begin_inset ERT
18241 status collapsed
18242
18243 \begin_layout Plain Layout
18244
18245
18246 \backslash
18247 spce 
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \series default
18254 AbC
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 \begin_inset Formula $\boldsymbol{AbC}$
18264 \end_inset
18265
18266
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18272 \begin_inset Text
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Info
18276 type  "shortcuts"
18277 arg   "font-boldsymbol"
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 </row>
18286 <row>
18287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291
18292 \backslash
18293 mathcal
18294 \series bold
18295
18296 \begin_inset ERT
18297 status collapsed
18298
18299 \begin_layout Plain Layout
18300
18301
18302 \backslash
18303 spce 
18304 \end_layout
18305
18306 \end_inset
18307
18308
18309 \series default
18310 ABC
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 \begin_inset Formula $\mathcal{ABC}$
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Info
18332 type  "shortcuts"
18333 arg   "font-emph"
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 </row>
18342 <row>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347
18348 \backslash
18349 mathfrak
18350 \series bold
18351
18352 \begin_inset ERT
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356
18357
18358 \backslash
18359 spce 
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \series default
18366 AbC
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 \begin_inset Formula $\mathfrak{AbC}$
18376 \end_inset
18377
18378
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 -
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \backslash
18400 mathscr
18401 \series bold
18402
18403 \begin_inset ERT
18404 status collapsed
18405
18406 \begin_layout Plain Layout
18407
18408
18409 \backslash
18410 spce 
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \series default
18417 AbC
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 \begin_inset Formula $\mathscr{AbC}$
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 -
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 </row>
18444 </lyxtabular>
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Standard
18452 \align center
18453 \begin_inset Tabular
18454 <lyxtabular version="3" rows="5" columns="3">
18455 <features tabularvalignment="middle">
18456 <column alignment="center" valignment="top" width="0">
18457 <column alignment="center" valignment="top" width="0">
18458 <column alignment="center" valignment="top" width="0">
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 Command
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 Result
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 shortcut
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 <row>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493
18494 \backslash
18495 mathit
18496 \series bold
18497
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 spce 
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \series default
18512 AbC
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521 \begin_inset Formula $\mathit{AbC}$
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 -
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 <row>
18540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544
18545 \backslash
18546 mathrm
18547 \series bold
18548
18549 \begin_inset ERT
18550 status collapsed
18551
18552 \begin_layout Plain Layout
18553
18554
18555 \backslash
18556 spce 
18557 \end_layout
18558
18559 \end_inset
18560
18561
18562 \series default
18563 AbC
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 \begin_inset Formula $\mathrm{AbC}$
18573 \end_inset
18574
18575
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Info
18585 type  "shortcuts"
18586 arg   "font-roman"
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \backslash
18602 mathsf
18603 \series bold
18604
18605 \begin_inset ERT
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609
18610
18611 \backslash
18612 spce 
18613 \end_layout
18614
18615 \end_inset
18616
18617
18618 \series default
18619 AbC
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 \begin_inset Formula $\mathsf{AbC}$
18629 \end_inset
18630
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 \begin_inset Info
18641 type  "shortcuts"
18642 arg   "font-sans"
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656
18657 \backslash
18658 mathtt
18659 \series bold
18660
18661 \begin_inset ERT
18662 status collapsed
18663
18664 \begin_layout Plain Layout
18665
18666
18667 \backslash
18668 spce 
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \series default
18675 AbC
18676 \end_layout
18677
18678 \end_inset
18679 </cell>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684 \begin_inset Formula $\mathtt{AbC}$
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 \begin_inset Info
18697 type  "shortcuts"
18698 arg   "font-typewriter"
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 </row>
18707 </lyxtabular>
18708
18709 \end_inset
18710
18711
18712 \end_layout
18713
18714 \begin_layout Standard
18715 \begin_inset Note Greyedout
18716 status open
18717
18718 \begin_layout Plain Layout
18719
18720 \series bold
18721 Note:
18722 \series default
18723  The styles 
18724 \series bold
18725
18726 \backslash
18727 mathbb
18728 \series default
18729  and 
18730 \series bold
18731
18732 \backslash
18733 mathcal
18734 \series default
18735  can only be used for big letters.
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 Predefined is the style 
18745 \series bold
18746
18747 \backslash
18748 mathnormal
18749 \series default
18750 .
18751 \end_layout
18752
18753 \begin_layout Standard
18754 The style commands work also for letters in mathematical constructs:
18755 \begin_inset Formula \[
18756 \mathfrak{A=\frac{b}{C}}
18757 \]
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 Characters in mathematical text don't appear in a math font style but in
18766  the text font style 
18767 \series bold
18768
18769 \backslash
18770 textrm
18771 \series default
18772 .
18773  That their style can't be set correctly via the text style dialog is a
18774  bug in LyX.
18775 \begin_inset Foot
18776 status collapsed
18777
18778 \begin_layout Plain Layout
18779 \begin_inset CommandInset href
18780 LatexCommand href
18781 name "LyX-bug #4629"
18782 target "http://www.lyx.org/trac/ticket/4629"
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Instead of the style commands the dialog 
18796 \family sans
18797 Edit\SpecialChar \menuseparator
18798 Math\SpecialChar \menuseparator
18799 Text Style
18800 \family default
18801  or the toolbar button 
18802 \begin_inset Graphics
18803         filename ../images/math/font.png
18804         scale 85
18805
18806 \end_inset
18807
18808  can be used.
18809 \end_layout
18810
18811 \begin_layout Subsection
18812 Bold Formulas
18813 \begin_inset CommandInset label
18814 LatexCommand label
18815 name "sub:Bold-Formulas"
18816
18817 \end_inset
18818
18819
18820 \begin_inset Index idx
18821 status collapsed
18822
18823 \begin_layout Plain Layout
18824 Formula ! bold
18825 \end_layout
18826
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \begin_layout Standard
18833 To make a complete formula bold, the command 
18834 \series bold
18835
18836 \backslash
18837 mathbf
18838 \series default
18839  from the previous subsection cannot be used, because it doesn't work for
18840  small Greek letters.
18841  Furthermore it prints Latin letters always upright, like in the following
18842  equation:
18843 \end_layout
18844
18845 \begin_layout Standard
18846 \begin_inset Formula \[
18847 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18848 \]
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Standard
18856 To display the formula correctly, the command 
18857 \series bold
18858
18859 \backslash
18860 boldsymbol
18861 \series default
18862  is used:
18863 \begin_inset Formula \[
18864 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18865 \]
18866
18867 \end_inset
18868
18869 It is also possible to set the formula in a 
18870 \series bold
18871 boldmath environment
18872 \series default
18873 .
18874  This environment is created by inserting the command 
18875 \series bold
18876
18877 \backslash
18878 boldmath
18879 \series default
18880
18881 \begin_inset Index idx
18882 status collapsed
18883
18884 \begin_layout Plain Layout
18885 Commands ! B ! 
18886 \backslash
18887 boldmath
18888 \end_layout
18889
18890 \end_inset
18891
18892  in TeX-mode.
18893  To end the environment, the command 
18894 \series bold
18895
18896 \backslash
18897 unboldmath
18898 \series default
18899
18900 \begin_inset Index idx
18901 status collapsed
18902
18903 \begin_layout Plain Layout
18904 Commands ! U ! 
18905 \backslash
18906 unboldmath
18907 \end_layout
18908
18909 \end_inset
18910
18911  is inserted in TeX-mode.
18912 \begin_inset ERT
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916
18917
18918 \backslash
18919 boldmath 
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \begin_inset Formula \[
18926 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18927 \]
18928
18929 \end_inset
18930
18931
18932 \begin_inset ERT
18933 status collapsed
18934
18935 \begin_layout Plain Layout
18936
18937
18938 \backslash
18939 unboldmath 
18940 \end_layout
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Subsection
18948 Colored Formulas
18949 \begin_inset Index idx
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953 Formula ! colored
18954 \end_layout
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \begin_layout Standard
18962 Formulas can be colored like normal text: Highlight a formula or a formula
18963  part and use the 
18964 \family sans
18965 Text Style
18966 \family default
18967  dialog.
18968  Here is a formula in magenta:
18969 \begin_inset Formula \[
18970 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18971 \]
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Standard
18979 You can also define your own colors as described in 
18980 \begin_inset CommandInset ref
18981 LatexCommand ref
18982 reference "sub:Colored-Boxes"
18983
18984 \end_inset
18985
18986 .
18987  They can be used with the TeX code command 
18988 \series bold
18989
18990 \backslash
18991 textcolor
18992 \series default
18993
18994 \begin_inset Index idx
18995 status collapsed
18996
18997 \begin_layout Plain Layout
18998 Commands ! T ! 
18999 \backslash
19000 textcolor
19001 \end_layout
19002
19003 \end_inset
19004
19005  in the scheme
19006 \end_layout
19007
19008 \begin_layout Standard
19009
19010 \series bold
19011
19012 \backslash
19013 textcolor{color}{characters or formula}
19014 \end_layout
19015
19016 \begin_layout Standard
19017 The following example was colored completely dark green and partly red:
19018 \end_layout
19019
19020 \begin_layout Standard
19021 \begin_inset ERT
19022 status collapsed
19023
19024 \begin_layout Plain Layout
19025
19026
19027 \backslash
19028 textcolor{darkgreen}{
19029 \end_layout
19030
19031 \end_inset
19032
19033
19034 \begin_inset Formula \[
19035 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19036 \]
19037
19038 \end_inset
19039
19040
19041 \begin_inset ERT
19042 status collapsed
19043
19044 \begin_layout Plain Layout
19045
19046 }
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \begin_layout Standard
19055 Due to a bug in LyX only complete formulas can be colored with self-defined
19056  colors.
19057 \begin_inset Foot
19058 status collapsed
19059
19060 \begin_layout Plain Layout
19061 \begin_inset CommandInset href
19062 LatexCommand href
19063 name "LyX-bug #5269"
19064 target "http://www.lyx.org/trac/ticket/5269"
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Subsection
19077 Font Sizes
19078 \begin_inset CommandInset label
19079 LatexCommand label
19080 name "sub:Font-Sizes"
19081
19082 \end_inset
19083
19084
19085 \begin_inset Index idx
19086 status collapsed
19087
19088 \begin_layout Plain Layout
19089 Font ! size
19090 \end_layout
19091
19092 \end_inset
19093
19094
19095 \end_layout
19096
19097 \begin_layout Standard
19098 For characters in formulas there are, analog to characters in text, the
19099  following size commands:
19100 \end_layout
19101
19102 \begin_layout Standard
19103
19104 \series bold
19105
19106 \backslash
19107 Huge
19108 \series default
19109
19110 \series bold
19111
19112 \backslash
19113 huge
19114 \series default
19115
19116 \series bold
19117
19118 \backslash
19119 LARGE
19120 \series default
19121
19122 \series bold
19123
19124 \backslash
19125 Large
19126 \series default
19127
19128 \series bold
19129
19130 \backslash
19131 large
19132 \series default
19133
19134 \series bold
19135
19136 \backslash
19137 normalsize
19138 \series default
19139
19140 \series bold
19141
19142 \backslash
19143 small
19144 \series default
19145 ,
19146 \begin_inset Newline newline
19147 \end_inset
19148
19149
19150 \series bold
19151
19152 \backslash
19153 footnotesize
19154 \series default
19155
19156 \series bold
19157
19158 \backslash
19159 scriptsize
19160 \series default
19161  and 
19162 \series bold
19163
19164 \backslash
19165 tiny
19166 \end_layout
19167
19168 \begin_layout Standard
19169 The size produced by the commands depends on the document font size, that
19170  corresponds with the command 
19171 \series bold
19172
19173 \backslash
19174 normalsize
19175 \series default
19176 .
19177  The other commands produce smaller or larger sizes than 
19178 \series bold
19179
19180 \backslash
19181 normalsize
19182 \series default
19183 .
19184  The font size can however not exceed a certain value.
19185  Is for example the document font size 12
19186 \begin_inset space \thinspace{}
19187 \end_inset
19188
19189 pt, the command 
19190 \series bold
19191
19192 \backslash
19193 Huge
19194 \series default
19195  switches to the same size as 
19196 \series bold
19197
19198 \backslash
19199 huge
19200 \series default
19201 .
19202  
19203 \end_layout
19204
19205 \begin_layout Standard
19206 A size command is inserted in TeX-mode before the formula and sets the size
19207  for all following formula and text characters.
19208  To switch back to the initial size, the command 
19209 \series bold
19210
19211 \backslash
19212 normalsize
19213 \series default
19214  is inserted behind the formula in TeX-mode.
19215 \end_layout
19216
19217 \begin_layout Standard
19218 \begin_inset Newpage newpage
19219 \end_inset
19220
19221
19222 \end_layout
19223
19224 \begin_layout Standard
19225 Within a formula the size can be changed using the following size commands:
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \noindent
19230 \align center
19231 \begin_inset Tabular
19232 <lyxtabular version="3" rows="5" columns="2">
19233 <features tabularvalignment="middle">
19234 <column alignment="center" valignment="top" width="0">
19235 <column alignment="center" valignment="top" width="0">
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 Command
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 Result
19251 \begin_inset Note Note
19252 status collapsed
19253
19254 \begin_layout Plain Layout
19255
19256 \series bold
19257
19258 \backslash
19259 raisebox
19260 \series default
19261  is only used as spacer.
19262 \end_layout
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \backslash
19279 displaystyle
19280 \begin_inset Index idx
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 Commands ! D ! 
19285 \backslash
19286 displaystyle
19287 \end_layout
19288
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 </row>
19309 <row>
19310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19311 \begin_inset Text
19312
19313 \begin_layout Plain Layout
19314
19315 \backslash
19316 textstyle
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 scriptstyle
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 scriptscriptstyle
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 </lyxtabular>
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 After entering these commands, a blue box appears in which the formula parts
19393  are inserted.
19394 \end_layout
19395
19396 \begin_layout Standard
19397 There is a further method to change the font size, that though only works
19398  for symbols or letters in mathematical text.
19399  To use it, one of the above text size commands is inserted in mathematical
19400  text.
19401  All following characters until the end of the mathematical text or until
19402  another size command will have the selected size.
19403  Two examples:
19404 \begin_inset VSpace -2mm
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Standard
19411 \begin_inset ERT
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415
19416
19417 \backslash
19418 huge 
19419 \end_layout
19420
19421 \end_inset
19422
19423
19424 \begin_inset Formula \[
19425 A=\frac{B}{c}\cdot\maltese
19426 \]
19427
19428 \end_inset
19429
19430
19431 \begin_inset Formula \[
19432 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19433 \]
19434
19435 \end_inset
19436
19437
19438 \begin_inset ERT
19439 status collapsed
19440
19441 \begin_layout Plain Layout
19442
19443
19444 \backslash
19445 normalsize 
19446 \end_layout
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \begin_layout Standard
19454 \begin_inset VSpace medskip
19455 \end_inset
19456
19457 Before both formulas the command 
19458 \series bold
19459
19460 \backslash
19461 huge
19462 \series default
19463  was inserted.
19464  The command for the second formula is:
19465 \begin_inset Newline newline
19466 \end_inset
19467
19468
19469 \series bold
19470
19471 \backslash
19472 maltese
19473 \begin_inset ERT
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477
19478
19479 \backslash
19480 spce 
19481 \end_layout
19482
19483 \end_inset
19484
19485 A Alt+M M 
19486 \backslash
19487 Large
19488 \begin_inset ERT
19489 status collapsed
19490
19491 \begin_layout Plain Layout
19492
19493
19494 \backslash
19495 spce 
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \backslash
19502 maltese
19503 \begin_inset ERT
19504 status collapsed
19505
19506 \begin_layout Plain Layout
19507
19508
19509 \backslash
19510 spce 
19511 \end_layout
19512
19513 \end_inset
19514
19515
19516 \backslash
19517 textit
19518 \begin_inset ERT
19519 status collapsed
19520
19521 \begin_layout Plain Layout
19522
19523
19524 \backslash
19525 spce 
19526 \end_layout
19527
19528 \end_inset
19529
19530 A
19531 \begin_inset Formula $\to$
19532 \end_inset
19533
19534
19535 \begin_inset Formula $\to$
19536 \end_inset
19537
19538
19539 \begin_inset Newline newline
19540 \end_inset
19541
19542
19543 \begin_inset space \hspace*{}
19544 \length 1cm
19545 \end_inset
19546
19547 Alt+M
19548 \series default
19549  
19550 \series bold
19551
19552 \backslash
19553 tiny
19554 \begin_inset ERT
19555 status collapsed
19556
19557 \begin_layout Plain Layout
19558
19559
19560 \backslash
19561 spce 
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \backslash
19568 maltese
19569 \begin_inset ERT
19570 status collapsed
19571
19572 \begin_layout Plain Layout
19573
19574
19575 \backslash
19576 spce 
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \backslash
19583 textit
19584 \begin_inset ERT
19585 status collapsed
19586
19587 \begin_layout Plain Layout
19588
19589
19590 \backslash
19591 spce 
19592 \end_layout
19593
19594 \end_inset
19595
19596 A
19597 \end_layout
19598
19599 \begin_layout Standard
19600 If a symbol cannot be displayed in different sizes, it will always be displayed
19601  in the default size.
19602 \end_layout
19603
19604 \begin_layout Standard
19605 \begin_inset Newpage newpage
19606 \end_inset
19607
19608
19609 \end_layout
19610
19611 \begin_layout Section
19612 Greek Letters
19613 \begin_inset Index idx
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617 Greek letters
19618 \end_layout
19619
19620 \end_inset
19621
19622
19623 \end_layout
19624
19625 \begin_layout Standard
19626 Greek letters can also be inserted via the toolbar button 
19627 \begin_inset Graphics
19628         filename ../images/math/alpha.png
19629         scale 85
19630
19631 \end_inset
19632
19633 .
19634  All international typesetting norms purport that Greek letters in math
19635  have to be typeset italic/slanted.
19636  In some languages, like French or Russian, they are nevertheless sometimes
19637  typeset upright.
19638 \end_layout
19639
19640 \begin_layout Subsection
19641 Small Letters
19642 \begin_inset Index idx
19643 status collapsed
19644
19645 \begin_layout Plain Layout
19646 Greek letters ! small
19647 \end_layout
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \begin_layout Standard
19655 \begin_inset space \hfill{}
19656 \end_inset
19657
19658
19659 \begin_inset Tabular
19660 <lyxtabular version="3" rows="11" columns="2">
19661 <features tabularvalignment="middle">
19662 <column alignment="center" valignment="top" width="0pt">
19663 <column alignment="center" valignment="top" width="0pt">
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 Command
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 Result
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 alpha
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\alpha$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 beta
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\beta$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 gamma
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\gamma$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 delta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\delta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 epsilon
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\epsilon$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \backslash
19816 varepsilon
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset Formula $\varepsilon$
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 zeta
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\zeta$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 eta
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\eta$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 theta
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\theta$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 vartheta
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\vartheta$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 </lyxtabular>
19935
19936 \end_inset
19937
19938
19939 \begin_inset space \hfill{}
19940 \end_inset
19941
19942
19943 \begin_inset Tabular
19944 <lyxtabular version="3" rows="12" columns="2">
19945 <features tabularvalignment="middle">
19946 <column alignment="center" valignment="top" width="0pt">
19947 <column alignment="center" valignment="top" width="0pt">
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 Command
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 Result
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 iota
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\iota$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 kappa
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\kappa$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 varkappa
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\varkappa$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \backslash
20050 lambda
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 \begin_inset Formula $\lambda$
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 mu
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Formula $\mu$
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \backslash
20100 nu
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\nu$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \backslash
20125 xi
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Formula $\xi$
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 o
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $o$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171
20172 \backslash
20173 pi
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 \begin_inset Formula $\pi$
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row>
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \backslash
20198 varpi
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $\varpi$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row>
20217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221
20222 \backslash
20223 rho
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset Formula $\rho$
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 </lyxtabular>
20242
20243 \end_inset
20244
20245
20246 \begin_inset space \hfill{}
20247 \end_inset
20248
20249
20250 \begin_inset Tabular
20251 <lyxtabular version="3" rows="11" columns="2">
20252 <features tabularvalignment="middle">
20253 <column alignment="center" valignment="top" width="0pt">
20254 <column alignment="center" valignment="top" width="0pt">
20255 <row>
20256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 Command
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 Result
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 varrho
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\varrho$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 sigma
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\sigma$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 varsigma
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\varsigma$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 tau
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\tau$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 upsilon
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\upsilon$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 phi
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\phi$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 <row>
20426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20427 \begin_inset Text
20428
20429 \begin_layout Plain Layout
20430
20431 \backslash
20432 varphi
20433 \end_layout
20434
20435 \end_inset
20436 </cell>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441 \begin_inset Formula $\varphi$
20442 \end_inset
20443
20444
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 </row>
20450 <row>
20451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20452 \begin_inset Text
20453
20454 \begin_layout Plain Layout
20455
20456 \backslash
20457 chi
20458 \end_layout
20459
20460 \end_inset
20461 </cell>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466 \begin_inset Formula $\chi$
20467 \end_inset
20468
20469
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 </row>
20475 <row>
20476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20477 \begin_inset Text
20478
20479 \begin_layout Plain Layout
20480
20481 \backslash
20482 psi
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491 \begin_inset Formula $\psi$
20492 \end_inset
20493
20494
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 </row>
20500 <row>
20501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20502 \begin_inset Text
20503
20504 \begin_layout Plain Layout
20505
20506 \backslash
20507 omega
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516 \begin_inset Formula $\omega$
20517 \end_inset
20518
20519
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 </row>
20525 </lyxtabular>
20526
20527 \end_inset
20528
20529
20530 \begin_inset space \hfill{}
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Standard
20537 \begin_inset VSpace medskip
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \begin_layout Standard
20544 How to create special upright Greek letters is explained in 
20545 \begin_inset CommandInset ref
20546 LatexCommand ref
20547 reference "sub:Upright-small-Greek"
20548
20549 \end_inset
20550
20551 .
20552 \end_layout
20553
20554 \begin_layout Subsection
20555 Big Letters
20556 \begin_inset Index idx
20557 status collapsed
20558
20559 \begin_layout Plain Layout
20560 Greek letters ! big
20561 \end_layout
20562
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \begin_layout Standard
20569 \begin_inset space \hfill{}
20570 \end_inset
20571
20572
20573 \begin_inset Tabular
20574 <lyxtabular version="3" rows="7" columns="2">
20575 <features tabularvalignment="middle">
20576 <column alignment="center" valignment="top" width="0pt">
20577 <column alignment="center" valignment="top" width="0pt">
20578 <row>
20579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583 Command
20584 \end_layout
20585
20586 \end_inset
20587 </cell>
20588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20589 \begin_inset Text
20590
20591 \begin_layout Plain Layout
20592 Result
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 Gamma
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\Gamma$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 Delta
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\Delta$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 Theta
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\Theta$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 Lambda
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\Lambda$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 <row>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703
20704 \backslash
20705 Xi
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 \begin_inset Formula $\Xi$
20715 \end_inset
20716
20717
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 </row>
20723 <row>
20724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728
20729 \backslash
20730 Pi
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739 \begin_inset Formula $\Pi$
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 </lyxtabular>
20749
20750 \end_inset
20751
20752
20753 \begin_inset space \hfill{}
20754 \end_inset
20755
20756
20757 \begin_inset Tabular
20758 <lyxtabular version="3" rows="6" columns="2">
20759 <features tabularvalignment="middle">
20760 <column alignment="center" valignment="top" width="0pt">
20761 <column alignment="center" valignment="top" width="0pt">
20762 <row>
20763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767 Command
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 Result
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \backslash
20789 Sigma
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Formula $\Sigma$
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \backslash
20814 Upsilon
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823 \begin_inset Formula $\Upsilon$
20824 \end_inset
20825
20826
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \backslash
20839 Phi
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 \begin_inset Formula $\Phi$
20849 \end_inset
20850
20851
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \backslash
20864 Psi
20865 \end_layout
20866
20867 \end_inset
20868 </cell>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873 \begin_inset Formula $\Psi$
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \backslash
20889 Omega
20890 \end_layout
20891
20892 \end_inset
20893 </cell>
20894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898 \begin_inset Formula $\Omega$
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 </lyxtabular>
20908
20909 \end_inset
20910
20911
20912 \begin_inset space \hfill{}
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \begin_layout Standard
20919 \begin_inset VSpace medskip
20920 \end_inset
20921
20922 That the big Greek letters appear upright is caused by a design bug when
20923  TeX was developed.
20924  To get correct italic big letters, begin every command with 
20925 \series bold
20926 var
20927 \series default
20928 .
20929  For example the command 
20930 \series bold
20931
20932 \backslash
20933 varGamma
20934 \series default
20935  produces 
20936 \begin_inset Formula $\varGamma$
20937 \end_inset
20938
20939 .
20940  Another way is to load the package 
20941 \series bold
20942 fixmath
20943 \series default
20944
20945 \begin_inset Foot
20946 status collapsed
20947
20948 \begin_layout Plain Layout
20949
20950 \series bold
20951 fixmath
20952 \series default
20953  is part of the LaTeX-package 
20954 \series bold
20955 was
20956 \series default
20957
20958 \begin_inset Index idx
20959 status collapsed
20960
20961 \begin_layout Plain Layout
20962 Packages ! was
20963 \begin_inset ERT
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967
20968
20969 \backslash
20970 vspace{4mm}
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \end_inset
20979
20980 .
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \begin_inset Index idx
20987 status collapsed
20988
20989 \begin_layout Plain Layout
20990 Packages ! fixmath
20991 \end_layout
20992
20993 \end_inset
20994
20995  with the LaTeX-preamble line
20996 \end_layout
20997
20998 \begin_layout Standard
20999
21000 \series bold
21001
21002 \backslash
21003 usepackage{fixmath}
21004 \end_layout
21005
21006 \begin_layout Standard
21007 Then all big Greek letters in a document will automatically be typeset italic.
21008 \end_layout
21009
21010 \begin_layout Subsection
21011 Bold Letters
21012 \begin_inset Index idx
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016 Greek letters ! bold
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \begin_layout Standard
21025 Greek letters cannot be set with different font styles like Latin letters.
21026  They can only be made bold with the command 
21027 \series bold
21028
21029 \backslash
21030 boldsymbol
21031 \series default
21032
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 Commands ! B ! 
21038 \backslash
21039 boldsymbol
21040 \end_layout
21041
21042 \end_inset
21043
21044 .
21045 \end_layout
21046
21047 \begin_layout Standard
21048 \align center
21049 \begin_inset Tabular
21050 <lyxtabular version="3" rows="3" columns="2">
21051 <features tabularvalignment="middle">
21052 <column alignment="center" valignment="top" width="0">
21053 <column alignment="center" valignment="top" width="0">
21054 <row>
21055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 Command
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 Result
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079
21080 \backslash
21081 Upsilon
21082 \backslash
21083 boldsymbol
21084 \backslash
21085 Upsilon
21086 \end_layout
21087
21088 \end_inset
21089 </cell>
21090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21091 \begin_inset Text
21092
21093 \begin_layout Plain Layout
21094 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 <row>
21104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108
21109 \backslash
21110 theta
21111 \backslash
21112 boldsymbol
21113 \backslash
21114 theta
21115 \end_layout
21116
21117 \end_inset
21118 </cell>
21119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 \begin_inset Formula $\theta\boldsymbol{\theta}$
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 </row>
21132 </lyxtabular>
21133
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \begin_layout Section
21140 Symbols
21141 \begin_inset ERT
21142 status collapsed
21143
21144 \begin_layout Plain Layout
21145
21146
21147 \backslash
21148 texorpdfstring{
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \begin_inset Foot
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 A list with all symbols of most of the LaTeX-packages can be found in 
21159 \begin_inset CommandInset citation
21160 LatexCommand cite
21161 key "Symbols"
21162
21163 \end_inset
21164
21165 .
21166 \end_layout
21167
21168 \end_inset
21169
21170
21171 \begin_inset ERT
21172 status collapsed
21173
21174 \begin_layout Plain Layout
21175
21176 }{}
21177 \end_layout
21178
21179 \end_inset
21180
21181
21182 \begin_inset Note Note
21183 status collapsed
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21189 \end_layout
21190
21191 \begin_layout Plain Layout
21192 More about 
21193 \backslash
21194 texorpdfstring is in section 
21195 \begin_inset CommandInset ref
21196 LatexCommand ref
21197 reference "sub:Formulas-in-Section"
21198
21199 \end_inset
21200
21201 .
21202 \end_layout
21203
21204 \end_inset
21205
21206
21207 \begin_inset Index idx
21208 status collapsed
21209
21210 \begin_layout Plain Layout
21211 Symbols
21212 \end_layout
21213
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \begin_layout Standard
21220 Many of the symbols listed in this section can also be inserted via the
21221  toolbar buttons 
21222 \begin_inset Graphics
21223         filename ../images/math/nabla.png
21224         scale 85
21225
21226 \end_inset
21227
21228  and 
21229 \begin_inset Graphics
21230         filename ../images/math/digamma.png
21231         scale 85
21232
21233 \end_inset
21234
21235 .
21236 \end_layout
21237
21238 \begin_layout Subsection
21239 Mathematical Symbols
21240 \begin_inset CommandInset label
21241 LatexCommand label
21242 name "sub:Mathematical-Symbols"
21243
21244 \end_inset
21245
21246
21247 \begin_inset Index idx
21248 status collapsed
21249
21250 \begin_layout Plain Layout
21251 Symbols ! mathematical
21252 \end_layout
21253
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \begin_layout Standard
21260 \begin_inset space \hfill{}
21261 \end_inset
21262
21263
21264 \begin_inset Tabular
21265 <lyxtabular version="3" rows="10" columns="2">
21266 <features tabularvalignment="middle">
21267 <column alignment="center" valignment="top" width="0pt">
21268 <column alignment="center" valignment="top" width="0pt">
21269 <row>
21270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 Command
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 Result
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294
21295 \backslash
21296 neg
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset Formula $\neg$
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 <row>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319
21320 \backslash
21321 Im
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 \begin_inset Formula $\Im$
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 </row>
21339 <row>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344
21345 \backslash
21346 Re
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\Re$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 <row>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \backslash
21371 aleph
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\aleph$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 <row>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394
21395 \backslash
21396 partial
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $\partial$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 </row>
21414 <row>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419
21420 \backslash
21421 infty
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $\infty$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 </row>
21439 <row>
21440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444
21445 \backslash
21446 wp
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455 \begin_inset Formula $\wp$
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \backslash
21471 imath
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 \begin_inset Formula $\imath$
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 jmath
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\jmath$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 </lyxtabular>
21515
21516 \end_inset
21517
21518
21519 \begin_inset space \hfill{}
21520 \end_inset
21521
21522
21523 \begin_inset Tabular
21524 <lyxtabular version="3" rows="10" columns="2">
21525 <features tabularvalignment="middle">
21526 <column alignment="center" valignment="top" width="0pt">
21527 <column alignment="center" valignment="top" width="0pt">
21528 <row>
21529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533 Command
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 Result
21543 \begin_inset Note Note
21544 status collapsed
21545
21546 \begin_layout Plain Layout
21547
21548 \series bold
21549
21550 \backslash
21551 raisebox
21552 \series default
21553  is only used as spacer.
21554 \end_layout
21555
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 <row>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \backslash
21571 forall
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Formula $\forall$
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 exists
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\exists$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 nexists
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\nexists$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 emptyset
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Formula $\emptyset$
21656 \end_inset
21657
21658
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 </row>
21664 <row>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669
21670 \backslash
21671 varnothing
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 \begin_inset Formula $\varnothing$
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 dag
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\dag$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 <row>
21715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719
21720 \backslash
21721 ddag
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21727 \begin_inset Text
21728
21729 \begin_layout Plain Layout
21730 \begin_inset Formula $\ddag$
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 </row>
21739 <row>
21740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744
21745 \backslash
21746 complement
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 \begin_inset ERT
21756 status collapsed
21757
21758 \begin_layout Plain Layout
21759
21760
21761 \backslash
21762 raisebox{-0.8mm}{
21763 \end_layout
21764
21765 \end_inset
21766
21767
21768 \begin_inset Formula $\complement$
21769 \end_inset
21770
21771
21772 \begin_inset ERT
21773 status collapsed
21774
21775 \begin_layout Plain Layout
21776
21777 }
21778 \end_layout
21779
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \end_inset
21786 </cell>
21787 </row>
21788 <row>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \backslash
21795 Bbbk
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804 \begin_inset Formula $\Bbbk$
21805 \end_inset
21806
21807
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 </row>
21813 </lyxtabular>
21814
21815 \end_inset
21816
21817
21818 \begin_inset space \hfill{}
21819 \end_inset
21820
21821
21822 \begin_inset Tabular
21823 <lyxtabular version="3" rows="10" columns="2">
21824 <features tabularvalignment="middle">
21825 <column alignment="center" valignment="top" width="0pt">
21826 <column alignment="center" valignment="top" width="0pt">
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 Command
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 Result
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 prime
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\prime$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 backprime
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\backprime$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 mho
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\mho$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 triangle
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\triangle$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 angle
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\angle$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 measuredangle
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\measuredangle$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 sphericalangle
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\sphericalangle$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 top
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\top$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 <row>
22048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 bot
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 \begin_inset Formula $\bot$
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 </row>
22072 </lyxtabular>
22073
22074 \end_inset
22075
22076
22077 \begin_inset space \hfill{}
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Subsection
22084 Miscellaneous Symbols
22085 \begin_inset CommandInset label
22086 LatexCommand label
22087 name "sub:Miscellaneous-Symbols"
22088
22089 \end_inset
22090
22091
22092 \begin_inset Index idx
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 Symbols ! miscellaneous
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Standard
22105 \noindent
22106 \align center
22107 \begin_inset Tabular
22108 <lyxtabular version="3" rows="10" columns="2">
22109 <features tabularvalignment="middle">
22110 <column alignment="center" valignment="top" width="0pt">
22111 <column alignment="center" valignment="top" width="0pt">
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 Command
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 Result
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 </row>
22132 <row>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137
22138 \backslash
22139 flat
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 \begin_inset Formula $\flat$
22149 \end_inset
22150
22151
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 </row>
22157 <row>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162
22163 \backslash
22164 natural
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 \begin_inset Formula $\natural$
22174 \end_inset
22175
22176
22177 \end_layout
22178
22179 \end_inset
22180 </cell>
22181 </row>
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187
22188 \backslash
22189 sharp
22190 \end_layout
22191
22192 \end_inset
22193 </cell>
22194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Formula $\sharp$
22199 \end_inset
22200
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \backslash
22214 surd
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223 \begin_inset Formula $\surd$
22224 \end_inset
22225
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 </row>
22232 <row>
22233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 checkmark
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\checkmark$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262
22263 \backslash
22264 yen
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273 \begin_inset Formula $\yen$
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \end_inset
22280 </cell>
22281 </row>
22282 <row>
22283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \backslash
22289 pounds
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298 \begin_inset Formula $\pounds$
22299 \end_inset
22300
22301
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 </row>
22307 <row>
22308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 $
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Formula $\$$
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 </row>
22330 <row>
22331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 §
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $§$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 </lyxtabular>
22354
22355 \end_inset
22356
22357
22358 \begin_inset Tabular
22359 <lyxtabular version="3" rows="10" columns="2">
22360 <features tabularvalignment="middle">
22361 <column alignment="center" valignment="top" width="0">
22362 <column alignment="center" valignment="top" width="0">
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 Command
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 Result
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 <row>
22384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388
22389 \backslash
22390 hbar
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 \begin_inset Formula $\hbar$
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 </row>
22408 <row>
22409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22410 \begin_inset Text
22411
22412 \begin_layout Plain Layout
22413
22414 \backslash
22415 hslash
22416 \end_layout
22417
22418 \end_inset
22419 </cell>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 \begin_inset Formula $\hslash$
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 </row>
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438
22439 \backslash
22440 clubsuit
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Formula $\clubsuit$
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 </row>
22458 <row>
22459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22460 \begin_inset Text
22461
22462 \begin_layout Plain Layout
22463
22464 \backslash
22465 spadesuit
22466 \end_layout
22467
22468 \end_inset
22469 </cell>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474 \begin_inset Formula $\spadesuit$
22475 \end_inset
22476
22477
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 </row>
22483 <row>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488
22489 \backslash
22490 bigstar
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Formula $\bigstar$
22500 \end_inset
22501
22502
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 </row>
22508 <row>
22509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22510 \begin_inset Text
22511
22512 \begin_layout Plain Layout
22513
22514 \backslash
22515 blacklozenge
22516 \end_layout
22517
22518 \end_inset
22519 </cell>
22520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524 \begin_inset Formula $\blacklozenge$
22525 \end_inset
22526
22527
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 </row>
22533 <row>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538
22539 \backslash
22540 blacktriangle
22541 \end_layout
22542
22543 \end_inset
22544 </cell>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549 \begin_inset Formula $\blacktriangle$
22550 \end_inset
22551
22552
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 </row>
22558 <row>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \backslash
22565 blacktiangledown
22566 \end_layout
22567
22568 \end_inset
22569 </cell>
22570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22571 \begin_inset Text
22572
22573 \begin_layout Plain Layout
22574 \begin_inset Formula $\blacktriangledown$
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 </row>
22583 <row>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588
22589 \backslash
22590 bullet
22591 \end_layout
22592
22593 \end_inset
22594 </cell>
22595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22596 \begin_inset Text
22597
22598 \begin_layout Plain Layout
22599 \begin_inset Formula $\bullet$
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 </lyxtabular>
22609
22610 \end_inset
22611
22612
22613 \begin_inset Tabular
22614 <lyxtabular version="3" rows="10" columns="2">
22615 <features tabularvalignment="middle">
22616 <column alignment="center" valignment="top" width="0pt">
22617 <column alignment="center" valignment="top" width="0pt">
22618 <row>
22619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 Command
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 Result
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 diamondsuit
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\diamondsuit$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \backslash
22670 Diamond
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Formula $\Diamond$
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \backslash
22695 heartsuit
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Formula $\heartsuit$
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \backslash
22720 P
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $\P$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 copyright
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\copyright$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 circledR
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\circledR$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 maltese
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\maltese$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 diagup
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\diagup$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 diagdown
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\diagdown$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 </lyxtabular>
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Standard
22871 \begin_inset VSpace medskip
22872 \end_inset
22873
22874 More symbols are listed in 
22875 \begin_inset CommandInset ref
22876 LatexCommand ref
22877 reference "sub:Miscellaneous-special-Characters"
22878
22879 \end_inset
22880
22881 .
22882 \end_layout
22883
22884 \begin_layout Standard
22885 Some symbols can be displayed in different sizes, see 
22886 \begin_inset CommandInset ref
22887 LatexCommand ref
22888 reference "sub:Font-Sizes"
22889
22890 \end_inset
22891
22892 .
22893 \end_layout
22894
22895 \begin_layout Subsection
22896 The Euro-Symbol €
22897 \begin_inset Index idx
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901 Symbols ! Euro-symbol
22902 \end_layout
22903
22904 \end_inset
22905
22906
22907 \begin_inset Index idx
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912 \backslash
22913 @
22914 \begin_inset ERT
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918
22919
22920 \backslash
22921 officialeuro
22922 \end_layout
22923
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930
22931
22932 \end_layout
22933
22934 \begin_layout Standard
22935 To use the Euro symbol in formulas, the LaTeX-package 
22936 \series bold
22937 eurosym
22938 \series default
22939
22940 \begin_inset Index idx
22941 status collapsed
22942
22943 \begin_layout Plain Layout
22944 Packages ! eurosym
22945 \end_layout
22946
22947 \end_inset
22948
22949  must be installed and loaded with the LaTeX-preamble line
22950 \end_layout
22951
22952 \begin_layout Standard
22953
22954 \series bold
22955
22956 \backslash
22957 usepackage[gennarrow]{eurosym}
22958 \end_layout
22959
22960 \begin_layout Standard
22961 The Euro symbol can now be inserted with the command 
22962 \series bold
22963
22964 \backslash
22965 euro
22966 \series default
22967
22968 \begin_inset Index idx
22969 status collapsed
22970
22971 \begin_layout Plain Layout
22972 Commands ! E ! 
22973 \backslash
22974 euro
22975 \end_layout
22976
22977 \end_inset
22978
22979 .
22980 \end_layout
22981
22982 \begin_layout Standard
22983 The Euro symbol can directly be inserted with the € key in mathematical
22984  text, without having 
22985 \series bold
22986 eurosym
22987 \series default
22988  installed.
22989  When 
22990 \series bold
22991 eurosym
22992 \series default
22993  is installed, 
22994 \series bold
22995
22996 \backslash
22997 euro
22998 \series default
22999  can also be inserted in TeX-mode.
23000  The official currency symbol can then be inserted with the command 
23001 \series bold
23002
23003 \backslash
23004 officialeuro
23005 \series default
23006
23007 \begin_inset Index idx
23008 status collapsed
23009
23010 \begin_layout Plain Layout
23011 Commands ! O ! 
23012 \backslash
23013 officialeuro
23014 \end_layout
23015
23016 \end_inset
23017
23018 , that is only available in TeX-mode.
23019 \end_layout
23020
23021 \begin_layout Standard
23022 \begin_inset ERT
23023 status collapsed
23024
23025 \begin_layout Plain Layout
23026
23027
23028 \backslash
23029 ifeurosym 
23030 \end_layout
23031
23032 \end_inset
23033
23034
23035 \begin_inset Note Note
23036 status open
23037
23038 \begin_layout Plain Layout
23039 The following table will only be displayed when the LaTeX-package 
23040 \series bold
23041 eurosym
23042 \series default
23043  is installed.
23044 \end_layout
23045
23046 \end_inset
23047
23048
23049 \end_layout
23050
23051 \begin_layout Standard
23052 An overview about the different Euro symbols:
23053 \end_layout
23054
23055 \begin_layout Standard
23056 \align center
23057 \begin_inset Tabular
23058 <lyxtabular version="3" rows="4" columns="3">
23059 <features tabularvalignment="middle">
23060 <column alignment="center" valignment="top" width="0pt">
23061 <column alignment="center" valignment="top" width="0pt">
23062 <column alignment="center" valignment="top" width="0pt">
23063 <row>
23064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23074 \begin_inset Text
23075
23076 \begin_layout Plain Layout
23077 Command 
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 Result
23087 \end_layout
23088
23089 \end_inset
23090 </cell>
23091 </row>
23092 <row>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 formula
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \backslash
23108 euro
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 \begin_inset Formula $\euro$
23118 \end_inset
23119
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 </row>
23126 <row>
23127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 mathematical text
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\mbox{€}$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 TeX-mode
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172
23173 \backslash
23174 officialeuro
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 \begin_inset ERT
23184 status collapsed
23185
23186 \begin_layout Plain Layout
23187
23188
23189 \backslash
23190 officialeuro
23191 \end_layout
23192
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 </lyxtabular>
23202
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \begin_layout Standard
23209 \begin_inset ERT
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213
23214
23215 \backslash
23216 else 
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \begin_inset Note Note
23223 status open
23224
23225 \begin_layout Plain Layout
23226 The following will be displayed when the LaTeX-package 
23227 \series bold
23228 eurosym
23229 \series default
23230  is not installed:
23231 \end_layout
23232
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \begin_layout Standard
23239 You need to install the LaTeX-package 
23240 \series bold
23241 eurosym
23242 \series default
23243  to see the rest of this subsection in the output.
23244 \end_layout
23245
23246 \begin_layout Standard
23247 \begin_inset ERT
23248 status collapsed
23249
23250 \begin_layout Plain Layout
23251
23252
23253 \backslash
23254 fi 
23255 \end_layout
23256
23257 \end_inset
23258
23259
23260 \end_layout
23261
23262 \begin_layout Section
23263 Relations
23264 \begin_inset CommandInset label
23265 LatexCommand label
23266 name "sec:Relations"
23267
23268 \end_inset
23269
23270
23271 \begin_inset Index idx
23272 status collapsed
23273
23274 \begin_layout Plain Layout
23275 Relations
23276 \end_layout
23277
23278 \end_inset
23279
23280
23281 \begin_inset Index idx
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285 Comparisons|see
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291 {
23292 \end_layout
23293
23294 \end_inset
23295
23296 Relations
23297 \begin_inset ERT
23298 status collapsed
23299
23300 \begin_layout Plain Layout
23301
23302 }
23303 \end_layout
23304
23305 \end_inset
23306
23307
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \begin_layout Standard
23316 All relations can also be inserted via the toolbar button 
23317 \begin_inset Graphics
23318         filename ../images/math/leq.png
23319         scale 85
23320
23321 \end_inset
23322
23323 .
23324 \end_layout
23325
23326 \begin_layout Standard
23327 \begin_inset space \hfill{}
23328 \end_inset
23329
23330
23331 \begin_inset Tabular
23332 <lyxtabular version="3" rows="17" columns="2">
23333 <features tabularvalignment="middle">
23334 <column alignment="center" valignment="top" width="0pt">
23335 <column alignment="center" valignment="top" width="0pt">
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 Command
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 Result
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361 <
23362 \end_layout
23363
23364 \end_inset
23365 </cell>
23366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23367 \begin_inset Text
23368
23369 \begin_layout Plain Layout
23370 \begin_inset Formula $<$
23371 \end_inset
23372
23373
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 </row>
23379 <row>
23380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384
23385 \backslash
23386 le
23387 \end_layout
23388
23389 \end_inset
23390 </cell>
23391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23392 \begin_inset Text
23393
23394 \begin_layout Plain Layout
23395 \begin_inset Formula $\le$
23396 \end_inset
23397
23398
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409
23410 \backslash
23411 ll
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset Formula $\ll$
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \backslash
23436 prec
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 \begin_inset Formula $\prec$
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 </row>
23454 <row>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459
23460 \backslash
23461 preceq
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \begin_inset Formula $\preceq$
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \backslash
23486 subset
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Formula $\subset$
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \backslash
23511 subseteq
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 \begin_inset Formula $\subseteq$
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 </row>
23529 <row>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \backslash
23536 sqsubseteq
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 \begin_inset Formula $\sqsubseteq$
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \backslash
23561 in
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 \begin_inset Formula $\in$
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 </row>
23579 <row>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584
23585 \backslash
23586 vdash
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 \begin_inset Formula $\vdash$
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 </row>
23604 <row>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609
23610 \backslash
23611 smile
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 \begin_inset Formula $\smile$
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 </row>
23629 <row>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634
23635 \backslash
23636 lhd
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 \begin_inset Formula $\lhd$
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 </row>
23654 <row>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \backslash
23661 unlhd
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 \begin_inset Formula $\unlhd$
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 </row>
23679 <row>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \backslash
23686 gtrless
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695 \begin_inset Formula $\gtrless$
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 </row>
23704 <row>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709
23710 \backslash
23711 mid
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 \begin_inset Formula $\mid$
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 </row>
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \backslash
23736 nmid
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 \begin_inset Formula $\nmid$
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 </lyxtabular>
23755
23756 \end_inset
23757
23758
23759 \begin_inset space \hfill{}
23760 \end_inset
23761
23762
23763 \begin_inset Tabular
23764 <lyxtabular version="3" rows="17" columns="2">
23765 <features tabularvalignment="middle">
23766 <column alignment="center" valignment="top" width="0pt">
23767 <column alignment="center" valignment="top" width="0pt">
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 Command
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 Result
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 =
23794 \end_layout
23795
23796 \end_inset
23797 </cell>
23798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23799 \begin_inset Text
23800
23801 \begin_layout Plain Layout
23802 \begin_inset Formula $=$
23803 \end_inset
23804
23805
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 </row>
23811 <row>
23812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816
23817 \backslash
23818 not=
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 \begin_inset Formula $\not=$
23828 \end_inset
23829
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841
23842 \backslash
23843 equiv
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Formula $\equiv$
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 sim
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\sim$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 simeq
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\simeq$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 approx
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\approx$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 cong
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\cong$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 bowtie
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\bowtie$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 notin
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\notin$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 perp
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Formula $\perp$
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 propto
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\propto$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 asymp
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 \begin_inset Formula $\asymp$
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 </row>
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 doteq
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 \begin_inset Formula $\doteq$
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 </row>
24111 <row>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \backslash
24118 circeq
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 \begin_inset Formula $\circeq$
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 </row>
24136 <row>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 models
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Formula $\models$
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 widehat=
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Formula $\widehat{=}$
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 </lyxtabular>
24187
24188 \end_inset
24189
24190
24191 \begin_inset space \hfill{}
24192 \end_inset
24193
24194
24195 \begin_inset Tabular
24196 <lyxtabular version="3" rows="17" columns="2">
24197 <features tabularvalignment="middle">
24198 <column alignment="center" valignment="top" width="0pt">
24199 <column alignment="center" valignment="top" width="0pt">
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 Command
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 Result
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 </row>
24220 <row>
24221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 >
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234 \begin_inset Formula $>$
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241 </cell>
24242 </row>
24243 <row>
24244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24245 \begin_inset Text
24246
24247 \begin_layout Plain Layout
24248
24249 \backslash
24250 ge
24251 \end_layout
24252
24253 \end_inset
24254 </cell>
24255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24256 \begin_inset Text
24257
24258 \begin_layout Plain Layout
24259 \begin_inset Formula $\ge$
24260 \end_inset
24261
24262
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273
24274 \backslash
24275 gg
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 \begin_inset Formula $\gg$
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 </row>
24293 <row>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 succ
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 \begin_inset Formula $\succ$
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 </row>
24318 <row>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 succeq
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334 \begin_inset Formula $\succeq$
24335 \end_inset
24336
24337
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 </row>
24343 <row>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 supset
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 \begin_inset Formula $\supset$
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 supseteq
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 \begin_inset Formula $\supseteq$
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 </row>
24393 <row>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \backslash
24400 sqsupseteq
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 \begin_inset Formula $\sqsupseteq$
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 ni
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 \begin_inset Formula $\ni$
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 dashv
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 \begin_inset Formula $\dashv$
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 </row>
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \backslash
24475 frown
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 \begin_inset Formula $\frown$
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 </row>
24493 <row>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 rhd
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 \begin_inset Formula $\rhd$
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 </row>
24518 <row>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 unrhd
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 \begin_inset Formula $\unrhd$
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 lessgtr
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Formula $\lessgtr$
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 parallel
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Formula $\parallel$
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 nparallel
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\nparallel$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 </lyxtabular>
24619
24620 \end_inset
24621
24622
24623 \begin_inset space \hfill{}
24624 \end_inset
24625
24626
24627 \end_layout
24628
24629 \begin_layout Standard
24630 \begin_inset VSpace medskip
24631 \end_inset
24632
24633 The characters 
24634 \series bold
24635
24636 \backslash
24637 lhd
24638 \series default
24639  and 
24640 \series bold
24641
24642 \backslash
24643 rhd
24644 \series default
24645  are bigger than the equal looking operators 
24646 \series bold
24647
24648 \backslash
24649 triangleleft
24650 \series default
24651  and 
24652 \series bold
24653
24654 \backslash
24655 triangleright
24656 \series default
24657 , respectively.
24658 \end_layout
24659
24660 \begin_layout Standard
24661 Relations are, in contrary to symbols, always surrounded by space.
24662 \end_layout
24663
24664 \begin_layout Standard
24665 Relations with labels can be created with the command 
24666 \series bold
24667
24668 \backslash
24669 stackrel
24670 \series default
24671
24672 \begin_inset Index idx
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676 Commands ! S ! 
24677 \backslash
24678 stackrel
24679 \end_layout
24680
24681 \end_inset
24682
24683 :
24684 \end_layout
24685
24686 \begin_layout Standard
24687 \align center
24688 \begin_inset Tabular
24689 <lyxtabular version="3" rows="2" columns="2">
24690 <features tabularvalignment="middle">
24691 <column alignment="center" valignment="top" width="0">
24692 <column alignment="center" valignment="top" width="0">
24693 <row>
24694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 Command
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 Result
24708 \begin_inset Note Note
24709 status collapsed
24710
24711 \begin_layout Plain Layout
24712
24713 \series bold
24714
24715 \backslash
24716 raisebox
24717 \series default
24718  is only used as spacer.
24719 \end_layout
24720
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 A(r)
24735 \backslash
24736 stackrel
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 spce 
24745 \end_layout
24746
24747 \end_inset
24748
24749 r
24750 \backslash
24751 to
24752 \backslash
24753 infty
24754 \begin_inset ERT
24755 status collapsed
24756
24757 \begin_layout Plain Layout
24758
24759
24760 \backslash
24761 spce 
24762 \end_layout
24763
24764 \end_inset
24765
24766
24767 \begin_inset Formula $\downarrow$
24768 \end_inset
24769
24770
24771 \backslash
24772 approx
24773 \begin_inset ERT
24774 status collapsed
24775
24776 \begin_layout Plain Layout
24777
24778
24779 \backslash
24780 spce 
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \begin_inset ERT
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790
24791
24792 \backslash
24793 spce 
24794 \end_layout
24795
24796 \end_inset
24797
24798 B
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 </row>
24816 </lyxtabular>
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Section
24824 Functions
24825 \end_layout
24826
24827 \begin_layout Subsection
24828 Predefined Functions
24829 \begin_inset CommandInset label
24830 LatexCommand label
24831 name "sub:Predefined-Functions"
24832
24833 \end_inset
24834
24835
24836 \begin_inset Index idx
24837 status collapsed
24838
24839 \begin_layout Plain Layout
24840 Functions ! predefined
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 In general, variables are set 
24850 \emph on
24851 italic
24852 \emph default
24853  in mathematical expressions, but not function names, because 
24854 \begin_inset Formula $sin$
24855 \end_inset
24856
24857  could be misunderstood as 
24858 \begin_inset Formula $s\cdot i\cdot n$
24859 \end_inset
24860
24861 .
24862  Therefore there are predefined functions, that are additionally a bit separated
24863  from prefactors.
24864  They are inserted as commands starting with a backslash before their name.
24865 \end_layout
24866
24867 \begin_layout Standard
24868 \align center
24869 \begin_inset Tabular
24870 <lyxtabular version="3" rows="2" columns="4">
24871 <features tabularvalignment="middle">
24872 <column alignment="center" valignment="top" width="0pt">
24873 <column alignment="center" valignment="top" width="0pt">
24874 <column alignment="center" valignment="top" width="0pt">
24875 <column alignment="center" valignment="top" width="0pt">
24876 <row>
24877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24878 \begin_inset Text
24879
24880 \begin_layout Plain Layout
24881 Command
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 Result
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 Command
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Result
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 </row>
24914 <row>
24915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 Asin(x)+B
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928 \begin_inset Formula $Asin(x)+B$
24929 \end_inset
24930
24931
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 A
24941 \backslash
24942 sin(x)+B
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951 \begin_inset Formula $A\sin(x)+B$
24952 \end_inset
24953
24954
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 </row>
24960 </lyxtabular>
24961
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 The following functions are predefined:
24969 \end_layout
24970
24971 \begin_layout Standard
24972 \begin_inset VSpace -2mm
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 \align center
24980 \begin_inset Tabular
24981 <lyxtabular version="3" rows="9" columns="4">
24982 <features tabularvalignment="middle">
24983 <column alignment="center" valignment="top" width="0pt">
24984 <column alignment="center" valignment="top" width="0pt">
24985 <column alignment="center" valignment="top" width="0pt">
24986 <column alignment="center" valignment="top" width="0pt">
24987 <row>
24988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 Command
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001 Command
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010 Command
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 Command
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 </row>
25025 <row>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 sin
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 sinh
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 arcsin
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 sup
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 cos
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 cosh
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 arccos
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 inf
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 </row>
25117 <row>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 tan
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 tanh
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 arctan
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 lim
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 </row>
25163 <row>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 cot
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 coth
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 arg
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 liminf
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 </row>
25209 <row>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 sec
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 min
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 deg
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 limsup
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 </row>
25255 <row>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260
25261 \backslash
25262 csc
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 max
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 det
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 Pr
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 </row>
25301 <row>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 ln
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 exp
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 dim
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 hom
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 </row>
25347 <row>
25348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352
25353 \backslash
25354 lg
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 log
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 ker
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385
25386 \backslash
25387 gcd
25388 \end_layout
25389
25390 \end_inset
25391 </cell>
25392 </row>
25393 </lyxtabular>
25394
25395 \end_inset
25396
25397
25398 \end_layout
25399
25400 \begin_layout Standard
25401 They can also be inserted with the math toolbar button 
25402 \begin_inset Graphics
25403         filename ../images/math/functions.png
25404         scale 85
25405
25406 \end_inset
25407
25408 .
25409 \end_layout
25410
25411 \begin_layout Subsection
25412 Self-defined Functions
25413 \begin_inset Index idx
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417 Functions ! self-defined
25418 \end_layout
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 To use a function that is not predefined, like for example the sign function
25427  sgn(x), there are two possibilities:
25428 \end_layout
25429
25430 \begin_layout Itemize
25431 Define the function by inserting the following line to the LaTeX-preamble
25432 \begin_inset Foot
25433 status collapsed
25434
25435 \begin_layout Plain Layout
25436 For more about 
25437 \series bold
25438
25439 \backslash
25440 DeclareMathOperator
25441 \series default
25442  see 
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "sub:Self-defined-Operators"
25446
25447 \end_inset
25448
25449 .
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \begin_inset Newline newline
25456 \end_inset
25457
25458
25459 \begin_inset VSpace -3mm
25460 \end_inset
25461
25462
25463 \begin_inset Newline newline
25464 \end_inset
25465
25466
25467 \series bold
25468
25469 \backslash
25470 DeclareMathOperator{
25471 \backslash
25472 sgn}{sgn}
25473 \series default
25474
25475 \begin_inset Index idx
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 Commands ! D ! 
25480 \backslash
25481 dbinom@
25482 \backslash
25483 DeclareMathOperator
25484 \end_layout
25485
25486 \end_inset
25487
25488
25489 \begin_inset Newline newline
25490 \end_inset
25491
25492
25493 \begin_inset VSpace -2mm
25494 \end_inset
25495
25496
25497 \begin_inset Newline newline
25498 \end_inset
25499
25500 Now the new defined function can be called with the command 
25501 \series bold
25502
25503 \backslash
25504 sgn
25505 \series default
25506 .
25507 \end_layout
25508
25509 \begin_layout Itemize
25510 Write the formula as usual, mark the formula name, in our example the letters
25511  
25512 \emph on
25513 sgn
25514 \emph default
25515 , and change it to mathematical text.
25516  At last a space is inserted between prefactor and function.
25517 \end_layout
25518
25519 \begin_layout Standard
25520 The result is the same with both methods as with a predefined function
25521 \begin_inset Foot
25522 status collapsed
25523
25524 \begin_layout Plain Layout
25525 In LyX self-defined functions are displayed red, predefined ones black.
25526 \end_layout
25527
25528 \end_inset
25529
25530 :
25531 \end_layout
25532
25533 \begin_layout Standard
25534 \align center
25535 \begin_inset Tabular
25536 <lyxtabular version="3" rows="3" columns="2">
25537 <features tabularvalignment="middle">
25538 <column alignment="center" valignment="top" width="0pt">
25539 <column alignment="center" valignment="top" width="0pt">
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545 Command
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 Result
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565 A
25566 \backslash
25567 sgn(x)+B
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 \begin_inset Formula $A\sgn(x)+B$
25577 \end_inset
25578
25579
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 </row>
25585 <row>
25586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 A
25591 \backslash
25592 ,
25593 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25594 \end_inset
25595
25596 (x)+B
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 </lyxtabular>
25615
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \begin_layout Standard
25622 The first method is more suitable when the self-defined function should
25623  be used several times.
25624 \end_layout
25625
25626 \begin_layout Subsection
25627 Limits
25628 \begin_inset Index idx
25629 status collapsed
25630
25631 \begin_layout Plain Layout
25632 Limits
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Standard
25641 For limits there are defined besides 
25642 \series bold
25643
25644 \backslash
25645 lim
25646 \series default
25647
25648 \begin_inset Index idx
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652 Commands ! L ! 
25653 \backslash
25654 lim
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \series bold
25661
25662 \backslash
25663 liminf
25664 \series default
25665  and 
25666 \series bold
25667
25668 \backslash
25669 limsup
25670 \series default
25671  furthermore the following functions:
25672 \end_layout
25673
25674 \begin_layout Standard
25675 \align center
25676 \begin_inset Tabular
25677 <lyxtabular version="3" rows="5" columns="2">
25678 <features tabularvalignment="middle">
25679 <column alignment="center" valignment="top" width="0">
25680 <column alignment="center" valignment="top" width="0">
25681 <row>
25682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686 Command
25687 \end_layout
25688
25689 \end_inset
25690 </cell>
25691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695 Result
25696 \begin_inset Note Note
25697 status collapsed
25698
25699 \begin_layout Plain Layout
25700
25701 \series bold
25702
25703 \backslash
25704 raisebox
25705 \series default
25706  is only used as spacer.
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 </row>
25717 <row>
25718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722
25723 \backslash
25724 varliminf
25725 \end_layout
25726
25727 \end_inset
25728 </cell>
25729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733 \begin_inset Formula $\varliminf$
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row>
25743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 varlimsup
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 \begin_inset Formula $\varlimsup$
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 </row>
25767 <row>
25768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772
25773 \backslash
25774 varprojlim
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783 \begin_inset Formula $\varprojlim$
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 varinjlim
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset Formula $\varinjlim$
25809 \end_inset
25810
25811
25812 \begin_inset Formula $\raisebox{-2.5mm}{}$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 </lyxtabular>
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \begin_layout Standard
25829 \begin_inset VSpace medskip
25830 \end_inset
25831
25832 The limit is created by inserting a subscript.
25833  It is set right beside the function in an inline formula:
25834 \end_layout
25835
25836 \begin_layout Standard
25837 \align center
25838 \begin_inset Tabular
25839 <lyxtabular version="3" rows="2" columns="2">
25840 <features tabularvalignment="middle">
25841 <column alignment="center" valignment="top" width="0pt">
25842 <column alignment="center" valignment="top" width="0pt">
25843 <row>
25844 <cell alignment="center" valignment="top" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848 Command
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 <cell alignment="center" valignment="top" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857 \begin_inset space \hspace{}
25858 \length 1cm
25859 \end_inset
25860
25861 Result
25862 \begin_inset Note Note
25863 status collapsed
25864
25865 \begin_layout Plain Layout
25866 The space and
25867 \series bold
25868  
25869 \backslash
25870 raisebox
25871 \series default
25872  are used here as spacer.
25873 \end_layout
25874
25875 \end_inset
25876
25877
25878 \end_layout
25879
25880 \end_inset
25881 </cell>
25882 </row>
25883 <row>
25884 <cell alignment="center" valignment="top" usebox="none">
25885 \begin_inset Text
25886
25887 \begin_layout Plain Layout
25888
25889 \backslash
25890 lim_x
25891 \backslash
25892 to
25893 \begin_inset ERT
25894 status collapsed
25895
25896 \begin_layout Plain Layout
25897
25898
25899 \backslash
25900 spce 
25901 \end_layout
25902
25903 \end_inset
25904
25905 A
25906 \begin_inset ERT
25907 status collapsed
25908
25909 \begin_layout Plain Layout
25910
25911
25912 \backslash
25913 spce 
25914 \end_layout
25915
25916 \end_inset
25917
25918 x=B
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 </row>
25936 </lyxtabular>
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 In a displayed formula the limit is set below the formula, as usual:
25945 \begin_inset Formula \[
25946 \lim_{x\to A}x=B
25947 \]
25948
25949 \end_inset
25950
25951
25952 \end_layout
25953
25954 \begin_layout Subsection
25955 Modulo-Functions
25956 \begin_inset Index idx
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960 Functions ! modulo-
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 The modulo-function is special, because it exists in four variants.
25970 \end_layout
25971
25972 \begin_layout Standard
25973 The variants in a displayed formula:
25974 \begin_inset Formula \begin{align*}
25975 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25976 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25977 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25978 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25979 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25980 \end{align*}
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Standard
25988 In an inline formula less space is set before the function names for all
25989  variants.
25990 \end_layout
25991
25992 \begin_layout Section
25993 Special Characters
25994 \begin_inset Index idx
25995 status collapsed
25996
25997 \begin_layout Plain Layout
25998 Special characters
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Subsection
26007 Special Characters in Mathematical Text
26008 \end_layout
26009
26010 \begin_layout Standard
26011 The following commands can only be used in mathematical text or in TeX-mode:
26012 \end_layout
26013
26014 \begin_layout Standard
26015 \begin_inset space \hfill{}
26016 \end_inset
26017
26018
26019 \begin_inset Tabular
26020 <lyxtabular version="3" rows="8" columns="2">
26021 <features tabularvalignment="middle">
26022 <column alignment="block" valignment="top" width="0">
26023 <column alignment="block" valignment="top" width="0">
26024 <row>
26025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26026 \begin_inset Text
26027
26028 \begin_layout Plain Layout
26029 Command
26030 \end_layout
26031
26032 \end_inset
26033 </cell>
26034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038 Result
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 </row>
26044 <row>
26045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049
26050 \backslash
26051 oe
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060 \begin_inset Formula $\textrm{œ}$
26061 \end_inset
26062
26063
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 </row>
26069 <row>
26070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074
26075 \backslash
26076 OE
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26082 \begin_inset Text
26083
26084 \begin_layout Plain Layout
26085 \begin_inset Formula $\textrm{Œ}$
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \end_inset
26092 </cell>
26093 </row>
26094 <row>
26095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099
26100 \backslash
26101 ae
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 \begin_inset Formula $\textrm{æ}$
26111 \end_inset
26112
26113
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 </row>
26119 <row>
26120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124
26125 \backslash
26126 AE
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135 \begin_inset Formula $\textrm{Æ}$
26136 \end_inset
26137
26138
26139 \end_layout
26140
26141 \end_inset
26142 </cell>
26143 </row>
26144 <row>
26145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26146 \begin_inset Text
26147
26148 \begin_layout Plain Layout
26149
26150 \backslash
26151 aa
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160 \begin_inset Formula $\textrm{\aa}$
26161 \end_inset
26162
26163
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 </row>
26169 <row>
26170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26171 \begin_inset Text
26172
26173 \begin_layout Plain Layout
26174
26175 \backslash
26176 AA
26177 \begin_inset Index idx
26178 status collapsed
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 @
26184 \begin_inset ERT
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188
26189
26190 \backslash
26191 textrm{
26192 \backslash
26193 AA}
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset Formula $\textrm{Å}$
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 </row>
26221 <row>
26222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26223 \begin_inset Text
26224
26225 \begin_layout Plain Layout
26226
26227 \backslash
26228 i
26229 \end_layout
26230
26231 \end_inset
26232 </cell>
26233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237 \begin_inset Formula $\textrm{ı}$
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 </row>
26246 </lyxtabular>
26247
26248 \end_inset
26249
26250
26251 \begin_inset space \hfill{}
26252 \end_inset
26253
26254
26255 \begin_inset Tabular
26256 <lyxtabular version="3" rows="8" columns="2">
26257 <features tabularvalignment="middle">
26258 <column alignment="block" valignment="top" width="0">
26259 <column alignment="center" valignment="top" width="0">
26260 <row>
26261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26262 \begin_inset Text
26263
26264 \begin_layout Plain Layout
26265 command
26266 \begin_inset Note Note
26267 status collapsed
26268
26269 \begin_layout Plain Layout
26270 The space of 0
26271 \begin_inset space \thinspace{}
26272 \end_inset
26273
26274 mm is used for separation, because otherwise the output will be ¡ and ¿
26275  respectively.
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 Result
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 <row>
26296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300
26301 \backslash
26302 o
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 \begin_inset Formula $\textrm{ø}$
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 </row>
26320 <row>
26321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325
26326 \backslash
26327 O
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 \begin_inset Formula $\textrm{Ø}$
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350
26351 \backslash
26352 l
26353 \end_layout
26354
26355 \end_inset
26356 </cell>
26357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361 \begin_inset Formula $\textrm{ł}$
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 </row>
26370 <row>
26371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375
26376 \backslash
26377 L
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386 \begin_inset Formula $\textrm{Ł}$
26387 \end_inset
26388
26389
26390 \end_layout
26391
26392 \end_inset
26393 </cell>
26394 </row>
26395 <row>
26396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 !
26401 \begin_inset space \hspace{}
26402 \length 0mm
26403 \end_inset
26404
26405 `
26406 \begin_inset ERT
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410
26411
26412 \backslash
26413 spce 
26414 \end_layout
26415
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26424 \begin_inset Text
26425
26426 \begin_layout Plain Layout
26427 \begin_inset Formula $\textrm{!`}$
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 </row>
26436 <row>
26437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26438 \begin_inset Text
26439
26440 \begin_layout Plain Layout
26441 ?
26442 \begin_inset space \hspace{}
26443 \length 0mm
26444 \end_inset
26445
26446 `
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 spce 
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 \begin_inset Formula $\textrm{?`}$
26469 \end_inset
26470
26471
26472 \end_layout
26473
26474 \end_inset
26475 </cell>
26476 </row>
26477 <row>
26478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482
26483 \backslash
26484 j
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493 \begin_inset Formula $\textrm{ȷ}$
26494 \end_inset
26495
26496
26497 \end_layout
26498
26499 \end_inset
26500 </cell>
26501 </row>
26502 </lyxtabular>
26503
26504 \end_inset
26505
26506
26507 \begin_inset space \hfill{}
26508 \end_inset
26509
26510
26511 \end_layout
26512
26513 \begin_layout Standard
26514 The characters 
26515 \begin_inset Formula $\textrm{\textrm{Å}}$
26516 \end_inset
26517
26518  and 
26519 \begin_inset Formula $\textrm{\textrm{Ø}}$
26520 \end_inset
26521
26522  can also be inserted via the math toolbar button 
26523 \begin_inset Graphics
26524         filename ../images/math/digamma.png
26525         scale 85
26526
26527 \end_inset
26528
26529 .
26530 \end_layout
26531
26532 \begin_layout Standard
26533 An exception are the commands 
26534 \series bold
26535 !
26536 \begin_inset space \hspace{}
26537 \length 0mm
26538 \end_inset
26539
26540 `
26541 \series default
26542  and 
26543 \series bold
26544 ?
26545 \begin_inset space \hspace{}
26546 \length 0mm
26547 \end_inset
26548
26549 `
26550 \series default
26551 , because they can be inserted in LyX directly to text.
26552 \end_layout
26553
26554 \begin_layout Subsection
26555 Accents in Text
26556 \begin_inset CommandInset label
26557 LatexCommand label
26558 name "sub:Accents-in-Text"
26559
26560 \end_inset
26561
26562
26563 \begin_inset Index idx
26564 status collapsed
26565
26566 \begin_layout Plain Layout
26567 Accents ! in text
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 With the following commands all letters can be accented.
26577  The commands must be inserted in TeX-mode.
26578 \end_layout
26579
26580 \begin_layout Standard
26581 \begin_inset space \hfill{}
26582 \end_inset
26583
26584
26585 \begin_inset Tabular
26586 <lyxtabular version="3" rows="8" columns="2">
26587 <features tabularvalignment="middle">
26588 <column alignment="block" valignment="top" width="0">
26589 <column alignment="block" valignment="top" width="0">
26590 <row>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595 Command
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 Result
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 </row>
26610 <row>
26611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615
26616 \backslash
26617
26618 \begin_inset Quotes grd
26619 \end_inset
26620
26621 e
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26627 \begin_inset Text
26628
26629 \begin_layout Plain Layout
26630 \begin_inset ERT
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634
26635
26636 \backslash
26637 "e
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646 </cell>
26647 </row>
26648 <row>
26649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Plain Layout
26653
26654 \backslash
26655 `e
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 \begin_inset ERT
26665 status collapsed
26666
26667 \begin_layout Plain Layout
26668
26669
26670 \backslash
26671 `e
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 </row>
26682 <row>
26683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26684 \begin_inset Text
26685
26686 \begin_layout Plain Layout
26687
26688 \backslash
26689 ^
26690 \begin_inset ERT
26691 status collapsed
26692
26693 \begin_layout Plain Layout
26694
26695
26696 \backslash
26697 spce 
26698 \end_layout
26699
26700 \end_inset
26701
26702 e
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711 \begin_inset ERT
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715
26716
26717 \backslash
26718 ^e
26719 \end_layout
26720
26721 \end_inset
26722
26723
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 </row>
26729 <row>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734
26735 \backslash
26736 =e
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26742 \begin_inset Text
26743
26744 \begin_layout Plain Layout
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750
26751 \backslash
26752 =e
26753 \end_layout
26754
26755 \end_inset
26756
26757
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 </row>
26763 <row>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768
26769 \backslash
26770 u
26771 \begin_inset ERT
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 spce 
26779 \end_layout
26780
26781 \end_inset
26782
26783 e
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 \begin_inset ERT
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796
26797
26798 \backslash
26799 u e
26800 \end_layout
26801
26802 \end_inset
26803
26804
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 </row>
26810 <row>
26811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815
26816 \backslash
26817 b
26818 \begin_inset ERT
26819 status collapsed
26820
26821 \begin_layout Plain Layout
26822
26823
26824 \backslash
26825 spce 
26826 \end_layout
26827
26828 \end_inset
26829
26830 e
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 b e
26847 \end_layout
26848
26849 \end_inset
26850
26851
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 </row>
26857 <row>
26858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862
26863 \backslash
26864 t
26865 \begin_inset ERT
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869
26870
26871 \backslash
26872 spce 
26873 \end_layout
26874
26875 \end_inset
26876
26877 ee
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Plain Layout
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 t ee
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 </row>
26904 </lyxtabular>
26905
26906 \end_inset
26907
26908
26909 \begin_inset space \hfill{}
26910 \end_inset
26911
26912
26913 \begin_inset Tabular
26914 <lyxtabular version="3" rows="8" columns="2">
26915 <features tabularvalignment="middle">
26916 <column alignment="block" valignment="top" width="0">
26917 <column alignment="center" valignment="top" width="0">
26918 <row>
26919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 Command
26924 \end_layout
26925
26926 \end_inset
26927 </cell>
26928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 Result
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 </row>
26938 <row>
26939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943
26944 \backslash
26945 H
26946 \begin_inset ERT
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950
26951
26952 \backslash
26953 spce 
26954 \end_layout
26955
26956 \end_inset
26957
26958 e
26959 \end_layout
26960
26961 \end_inset
26962 </cell>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 H e
26975 \end_layout
26976
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \end_inset
26983 </cell>
26984 </row>
26985 <row>
26986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990
26991 \backslash
26992 'e
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 \begin_inset ERT
27002 status collapsed
27003
27004 \begin_layout Plain Layout
27005
27006
27007 \backslash
27008 'e
27009 \end_layout
27010
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 </row>
27019 <row>
27020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27021 \begin_inset Text
27022
27023 \begin_layout Plain Layout
27024
27025 \backslash
27026 ~e
27027 \begin_inset Index idx
27028 status collapsed
27029
27030 \begin_layout Plain Layout
27031 Tilde
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045 \begin_inset ERT
27046 status collapsed
27047
27048 \begin_layout Plain Layout
27049
27050
27051 \backslash
27052 ~e
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 </row>
27063 <row>
27064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068
27069 \backslash
27070 .e
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 \begin_inset ERT
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083
27084
27085 \backslash
27086 .e
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \end_layout
27093
27094 \end_inset
27095 </cell>
27096 </row>
27097 <row>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102
27103 \backslash
27104 v
27105 \begin_inset ERT
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109
27110
27111 \backslash
27112 spce 
27113 \end_layout
27114
27115 \end_inset
27116
27117 e
27118 \end_layout
27119
27120 \end_inset
27121 </cell>
27122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27123 \begin_inset Text
27124
27125 \begin_layout Plain Layout
27126 \begin_inset ERT
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130
27131
27132 \backslash
27133 v e
27134 \end_layout
27135
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 </row>
27144 <row>
27145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Plain Layout
27149
27150 \backslash
27151 d
27152 \begin_inset ERT
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157
27158 \backslash
27159 spce 
27160 \end_layout
27161
27162 \end_inset
27163
27164 e
27165 \end_layout
27166
27167 \end_inset
27168 </cell>
27169 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27170 \begin_inset Text
27171
27172 \begin_layout Plain Layout
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 d e
27181 \end_layout
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 </row>
27191 <row>
27192 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27193 \begin_inset Text
27194
27195 \begin_layout Plain Layout
27196
27197 \backslash
27198 c
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 spce 
27207 \end_layout
27208
27209 \end_inset
27210
27211 e
27212 \end_layout
27213
27214 \end_inset
27215 </cell>
27216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27217 \begin_inset Text
27218
27219 \begin_layout Plain Layout
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 c e
27228 \end_layout
27229
27230 \end_inset
27231
27232
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 </row>
27238 </lyxtabular>
27239
27240 \end_inset
27241
27242
27243 \begin_inset space \hfill{}
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Standard
27250 \begin_inset VSpace medskip
27251 \end_inset
27252
27253 With the command 
27254 \series bold
27255
27256 \backslash
27257 t
27258 \series default
27259  also two different characters can be accented.
27260  The command 
27261 \series bold
27262
27263 \backslash
27264 t
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 spce 
27273 \end_layout
27274
27275 \end_inset
27276
27277 sz
27278 \series default
27279  creates: 
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 t sz
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 The accents 
27297 \series bold
27298 `
27299 \series default
27300  , 
27301 \series bold
27302 '
27303 \series default
27304  and 
27305 \series bold
27306 ^
27307 \series default
27308  can in combination with vowels directly be inserted with the keyboard without
27309  using TeX-mode.
27310  The same applies for the tilde
27311 \begin_inset Foot
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315 This only applies for keyboards where the tilde is defined as accent.
27316 \end_layout
27317
27318 \end_inset
27319
27320  
27321 \series bold
27322 ~
27323 \series default
27324  in combination with 
27325 \emph on
27326 a
27327 \emph default
27328  , 
27329 \emph on
27330 n
27331 \emph default
27332  , or 
27333 \emph on
27334 o
27335 \emph default
27336 .
27337 \end_layout
27338
27339 \begin_layout Standard
27340 The commands 
27341 \series bold
27342
27343 \backslash
27344 b
27345 \series default
27346  , 
27347 \series bold
27348
27349 \backslash
27350 c
27351 \series default
27352  , 
27353 \series bold
27354
27355 \backslash
27356 d
27357 \series default
27358  , 
27359 \series bold
27360
27361 \backslash
27362 H
27363 \series default
27364  , 
27365 \series bold
27366
27367 \backslash
27368 t
27369 \series default
27370  , 
27371 \series bold
27372
27373 \backslash
27374 u
27375 \series default
27376  , 
27377 \series bold
27378
27379 \backslash
27380 v
27381 \series default
27382  and accents that are inserted directly with the keyboard are also available
27383  in mathematical text.
27384  For the other accents there are special math commands to be used in formulas,
27385  see 
27386 \begin_inset CommandInset ref
27387 LatexCommand ref
27388 reference "sub:Accents-for-one"
27389
27390 \end_inset
27391
27392 .
27393 \end_layout
27394
27395 \begin_layout Standard
27396 \begin_inset VSpace bigskip
27397 \end_inset
27398
27399 Furthermore, with the command 
27400 \series bold
27401
27402 \backslash
27403 textcircled
27404 \series default
27405
27406 \begin_inset Index idx
27407 status collapsed
27408
27409 \begin_layout Plain Layout
27410 Commands ! T ! 
27411 \backslash
27412 textcircled
27413 \end_layout
27414
27415 \end_inset
27416
27417  all numbers and letters can be set into a circle, quasi accented with a
27418  circle, similar to the copyright symbol.
27419 \end_layout
27420
27421 \begin_layout Standard
27422 \align center
27423 \begin_inset Tabular
27424 <lyxtabular version="3" rows="3" columns="2">
27425 <features tabularvalignment="middle">
27426 <column alignment="center" valignment="top" width="0">
27427 <column alignment="center" valignment="top" width="0">
27428 <row>
27429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27430 \begin_inset Text
27431
27432 \begin_layout Plain Layout
27433 Command
27434 \end_layout
27435
27436 \end_inset
27437 </cell>
27438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442 Result
27443 \begin_inset Note Note
27444 status collapsed
27445
27446 \begin_layout Plain Layout
27447
27448 \series bold
27449
27450 \backslash
27451 raisebox
27452 \series default
27453  is only used as spacer.
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \end_inset
27462 </cell>
27463 </row>
27464 <row>
27465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27466 \begin_inset Text
27467
27468 \begin_layout Plain Layout
27469
27470 \backslash
27471 textcircled{w}
27472 \end_layout
27473
27474 \end_inset
27475 </cell>
27476 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27477 \begin_inset Text
27478
27479 \begin_layout Plain Layout
27480 \begin_inset ERT
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485
27486 \backslash
27487 textcircled{w}
27488 \end_layout
27489
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496 </cell>
27497 </row>
27498 <row>
27499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503
27504 \backslash
27505 Large 
27506 \backslash
27507 textcircled{
27508 \backslash
27509 normalsize
27510 \backslash
27511 protect
27512 \backslash
27513 raisebox{-1.5pt}{W}}
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 \begin_inset Formula $\raisebox{4.5mm}{}$
27523 \end_inset
27524
27525
27526 \begin_inset ERT
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530
27531
27532 \backslash
27533 Large 
27534 \backslash
27535 textcircled{
27536 \backslash
27537 normalsize
27538 \backslash
27539 protect
27540 \backslash
27541 raisebox{-1.5pt}W}
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \begin_inset Formula $\raisebox{-2mm}{}$
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \end_inset
27554 </cell>
27555 </row>
27556 </lyxtabular>
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 One has to take care that the character fits in the circle.
27565  
27566 \series bold
27567
27568 \backslash
27569 Large
27570 \series default
27571
27572 \begin_inset Foot
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 see 
27577 \begin_inset CommandInset ref
27578 LatexCommand ref
27579 reference "sub:Font-Sizes"
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \end_inset
27587
27588  specifies thereby the size of the circle.
27589  With the help of 
27590 \series bold
27591
27592 \backslash
27593 raisebox
27594 \series default
27595
27596 \begin_inset Foot
27597 status collapsed
27598
27599 \begin_layout Plain Layout
27600 see 
27601 \begin_inset CommandInset ref
27602 LatexCommand ref
27603 reference "sub:Boxes-without-Frame"
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611
27612  the character can be centered.
27613 \end_layout
27614
27615 \begin_layout Subsection
27616 Minuscule Numbers
27617 \begin_inset Index idx
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 Minuscule numbers
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 Minuscule numbers are created with the command 
27631 \series bold
27632
27633 \backslash
27634 oldstylenums
27635 \series default
27636
27637 \begin_inset Index idx
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 Commands ! O ! 
27642 \backslash
27643 oldstylenums
27644 \end_layout
27645
27646 \end_inset
27647
27648 .
27649  The command can be used in formulas and in TeX-mode.
27650  The command scheme is:
27651 \end_layout
27652
27653 \begin_layout Standard
27654
27655 \series bold
27656
27657 \backslash
27658 oldstylenums{number}
27659 \end_layout
27660
27661 \begin_layout Standard
27662 The command 
27663 \series bold
27664
27665 \backslash
27666 oldstylenums{0123456789
27667 \series default
27668  produces: 
27669 \begin_inset Formula $\oldstylenums{0123456789}$
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Subsection
27676 Miscellaneous special Characters
27677 \begin_inset CommandInset label
27678 LatexCommand label
27679 name "sub:Miscellaneous-special-Characters"
27680
27681 \end_inset
27682
27683
27684 \begin_inset Index idx
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Special characters ! miscellaneous
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 The following characters can only be inserted to formulas by using commands:
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \align center
27702 \begin_inset Tabular
27703 <lyxtabular version="3" rows="4" columns="2">
27704 <features tabularvalignment="middle">
27705 <column alignment="center" valignment="top" width="0">
27706 <column alignment="center" valignment="top" width="0">
27707 <row>
27708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Plain Layout
27712 Command
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 Result
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 </row>
27727 <row>
27728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27729 \begin_inset Text
27730
27731 \begin_layout Plain Layout
27732
27733 \backslash
27734 ^
27735 \begin_inset ERT
27736 status collapsed
27737
27738 \begin_layout Plain Layout
27739
27740
27741 \backslash
27742 spce 
27743 \end_layout
27744
27745 \end_inset
27746
27747
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Plain Layout
27756 \begin_inset Formula $\mathcircumflex$
27757 \end_inset
27758
27759
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 </row>
27765 <row>
27766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27767 \begin_inset Text
27768
27769 \begin_layout Plain Layout
27770
27771 \backslash
27772 _
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 \begin_inset Formula $\_$
27782 \end_inset
27783
27784
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 </row>
27790 <row>
27791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 ^
27796 \begin_inset ERT
27797 status collapsed
27798
27799 \begin_layout Plain Layout
27800
27801
27802 \backslash
27803 spce 
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \backslash
27810 circ
27811 \begin_inset Index idx
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815
27816 \backslash
27817
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 \begin_inset Formula $^{\circ}$
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \end_inset
27838 </cell>
27839 </row>
27840 </lyxtabular>
27841
27842 \end_inset
27843
27844
27845 \end_layout
27846
27847 \begin_layout Standard
27848 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27849  contains the following line
27850 \begin_inset Foot
27851 status collapsed
27852
27853 \begin_layout Plain Layout
27854 More about this is described in 
27855 \begin_inset CommandInset ref
27856 LatexCommand ref
27857 reference "sub:Text-Characters-in"
27858
27859 \end_inset
27860
27861 .
27862 \end_layout
27863
27864 \end_inset
27865
27866 :
27867 \end_layout
27868
27869 \begin_layout Standard
27870
27871 \series bold
27872
27873 \backslash
27874 DeclareInputtext{176}{
27875 \backslash
27876 ifmmode^
27877 \backslash
27878 circ
27879 \backslash
27880 else
27881 \backslash
27882 textdegree
27883 \backslash
27884 fi}
27885 \end_layout
27886
27887 \begin_layout Section
27888 Formula Styles
27889 \begin_inset CommandInset label
27890 LatexCommand label
27891 name "sec:Formula-Styles"
27892
27893 \end_inset
27894
27895
27896 \begin_inset Index idx
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Formula ! styles
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Itemize
27909 There are two different alignment styles:
27910 \end_layout
27911
27912 \begin_deeper
27913 \begin_layout Description
27914 Centered is the predefined standard
27915 \end_layout
27916
27917 \begin_layout Description
27918 Indented for this the option 
27919 \series bold
27920 fleqn
27921 \series default
27922  must be inserted in the menu 
27923 \family sans
27924 Document\SpecialChar \menuseparator
27925 Settings
27926 \family default
27927  under 
27928 \family sans
27929 Document
27930 \begin_inset space ~
27931 \end_inset
27932
27933 Class
27934 \end_layout
27935
27936 \begin_layout Standard
27937 When 
27938 \series bold
27939 Indented
27940 \series default
27941  is used, the indentation can be adjusted with the length 
27942 \series bold
27943
27944 \backslash
27945 mathindent
27946 \series default
27947
27948 \begin_inset Index idx
27949 status collapsed
27950
27951 \begin_layout Plain Layout
27952 Commands ! M ! 
27953 \backslash
27954 mathindent
27955 \end_layout
27956
27957 \end_inset
27958
27959 .
27960  Should the distance be 15
27961 \begin_inset space \thinspace{}
27962 \end_inset
27963
27964 mm, the following command line is inserted in the LaTeX-preamble
27965 \end_layout
27966
27967 \begin_layout Standard
27968
27969 \series bold
27970
27971 \backslash
27972 setlength{
27973 \backslash
27974 mathindent}{15mm}
27975 \end_layout
27976
27977 \begin_layout Standard
27978 When no length is specified, the predefined value of 30
27979 \begin_inset space \thinspace{}
27980 \end_inset
27981
27982 pt will be used.
27983 \end_layout
27984
27985 \end_deeper
27986 \begin_layout Itemize
27987 And two different numbering styles:
27988 \end_layout
27989
27990 \begin_deeper
27991 \begin_layout Description
27992 Right is the predefined standard
27993 \end_layout
27994
27995 \begin_layout Description
27996 Left for this the option 
27997 \series bold
27998 leqno
27999 \series default
28000  must be inserted in the menu 
28001 \family sans
28002 Document\SpecialChar \menuseparator
28003 Settings
28004 \family default
28005  under 
28006 \family sans
28007 Document
28008 \begin_inset space ~
28009 \end_inset
28010
28011 Class
28012 \end_layout
28013
28014 \end_deeper
28015 \begin_layout Standard
28016
28017 \series bold
28018 fleqn
28019 \series default
28020  and 
28021 \series bold
28022 leqno
28023 \series default
28024  can also be used together.
28025  In this case both options are inserted, separated by a comma.
28026 \end_layout
28027
28028 \begin_layout Standard
28029 The chosen styles are used for all displayed formulas of the document.
28030  When both, centered and indented formulas should be created in a document,
28031  the style 
28032 \series bold
28033 Centered
28034 \series default
28035  is used.
28036  The indented formulas are then set in a flalign environment, see 
28037 \begin_inset CommandInset ref
28038 LatexCommand ref
28039 reference "sub:Flalign-Environment"
28040
28041 \end_inset
28042
28043 .
28044 \end_layout
28045
28046 \begin_layout Section
28047 Multiline Formulas
28048 \begin_inset CommandInset label
28049 LatexCommand label
28050 name "sec:Multiline-Formulas"
28051
28052 \end_inset
28053
28054
28055 \begin_inset Index idx
28056 status collapsed
28057
28058 \begin_layout Plain Layout
28059 Formula ! multiline
28060 \end_layout
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Subsection
28068 General
28069 \end_layout
28070
28071 \begin_layout Standard
28072 In LyX multiline formulas are created by pressing 
28073 \series bold
28074
28075 \begin_inset Info
28076 type  "shortcut"
28077 arg   "newline-insert newline"
28078 \end_inset
28079
28080
28081 \series default
28082  inside a formula.
28083  This creates either an 
28084 \series bold
28085 eqnarray environment
28086 \series default
28087  that is described in 
28088 \begin_inset CommandInset ref
28089 LatexCommand ref
28090 reference "sub:Eqnarray-Environment"
28091
28092 \end_inset
28093
28094  or, when the option 
28095 \family sans
28096 Use AMS math package
28097 \family default
28098  in the document settings is selected, an 
28099 \series bold
28100 align environment
28101 \series default
28102  that is described in 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Standard-align-Environment"
28106
28107 \end_inset
28108
28109 .
28110 \end_layout
28111
28112 \begin_layout Standard
28113 There are other multiline formula environments that can be created via the
28114  menu 
28115 \family sans
28116 Insert\SpecialChar \menuseparator
28117 Math
28118 \family default
28119 .
28120  These environments are described in the following sections.
28121 \end_layout
28122
28123 \begin_layout Standard
28124 In all multiline formula environments a new line is created by pressing
28125  
28126 \begin_inset Info
28127 type  "shortcut"
28128 arg   "newline-insert newline"
28129 \end_inset
28130
28131 .
28132  To add or delete lines, the math toolbar buttons 
28133 \begin_inset Graphics
28134         filename ../images/tabular-feature_append-row.png
28135         scale 85
28136
28137 \end_inset
28138
28139  or 
28140 \begin_inset Graphics
28141         filename ../images/tabular-feature_delete-row.png
28142         scale 85
28143
28144 \end_inset
28145
28146 , respectively, or the menu 
28147 \family sans
28148 Edit\SpecialChar \menuseparator
28149 Rows & Columns
28150 \family default
28151  can be used.
28152 \end_layout
28153
28154 \begin_layout Subsubsection
28155 Line Separation
28156 \begin_inset CommandInset label
28157 LatexCommand label
28158 name "sub:Line-Separation"
28159
28160 \end_inset
28161
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 Formula ! multiline ! Line separation
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 There is sometimes not enough space in multiline formulas between the lines:
28177 \begin_inset Formula \begin{eqnarray*}
28178 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}\\
28179 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
28180 \end{eqnarray*}
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Standard
28188 In LaTeX additional line space is specified as optional argument of the
28189  new line command.
28190  This is not yet possible in LyX
28191 \begin_inset Foot
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 see 
28196 \begin_inset CommandInset href
28197 LatexCommand href
28198 name "LyX-bug #1505"
28199 target "http://www.lyx.org/trac/ticket/1505"
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208 , therefore the whole formula must be inserted in TeX-mode.
28209  To add in our example space, the command 
28210 \series bold
28211
28212 \backslash
28213
28214 \backslash
28215 [3mm]
28216 \series default
28217  is inserted at the end of the first line.
28218  One gets: 
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 begin{eqnarray*}
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230
28231 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28232  = & 
28233 \backslash
28234 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28235 \backslash
28236
28237 \backslash
28238 [3mm]
28239 \end_layout
28240
28241 \begin_layout Plain Layout
28242
28243 4x^{2}
28244 \backslash
28245 left(B^{2}+x_{0}^{2}
28246 \backslash
28247 right)+4x_{0}x
28248 \backslash
28249 left(D-B^{2}
28250 \backslash
28251 right)+B^{2}
28252 \backslash
28253 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28254 \backslash
28255 right) & = & 0
28256 \end_layout
28257
28258 \begin_layout Plain Layout
28259
28260
28261 \backslash
28262 end{eqnarray*}
28263 \end_layout
28264
28265 \end_inset
28266
28267
28268 \end_layout
28269
28270 \begin_layout Standard
28271 \begin_inset VSpace bigskip
28272 \end_inset
28273
28274 To set the line separation for all lines in a formula, the length 
28275 \series bold
28276
28277 \backslash
28278 jot
28279 \series default
28280
28281 \begin_inset Index idx
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Commands ! J ! 
28286 \backslash
28287 jot
28288 \end_layout
28289
28290 \end_inset
28291
28292  is changed.
28293  The definition is: 
28294 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28295 \end_inset
28296
28297 .
28298  Predefined for 
28299 \series bold
28300
28301 \backslash
28302 jot
28303 \series default
28304  is the value 3
28305 \begin_inset space \thinspace{}
28306 \end_inset
28307
28308 pt.
28309  To create 3
28310 \begin_inset space \thinspace{}
28311 \end_inset
28312
28313 mm additional line separation as in the previous example, the command
28314 \end_layout
28315
28316 \begin_layout Standard
28317
28318 \series bold
28319
28320 \backslash
28321 setlength{
28322 \backslash
28323 jot}{3mm+3pt}
28324 \end_layout
28325
28326 \begin_layout Standard
28327 is inserted in TeX-mode before the formula.
28328  This requires that the LaTeX-package 
28329 \series bold
28330 calc
28331 \series default
28332
28333 \begin_inset Foot
28334 status collapsed
28335
28336 \begin_layout Plain Layout
28337
28338 \series bold
28339 calc
28340 \series default
28341  is part of every LaTeX standard installation.
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \begin_inset Index idx
28348 status collapsed
28349
28350 \begin_layout Plain Layout
28351 Packages ! calc
28352 \end_layout
28353
28354 \end_inset
28355
28356  was loaded in LaTeX-preamble with the line
28357 \end_layout
28358
28359 \begin_layout Standard
28360
28361 \series bold
28362
28363 \backslash
28364 usepackage{calc}
28365 \end_layout
28366
28367 \begin_layout Standard
28368 One gets: 
28369 \begin_inset ERT
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373
28374
28375 \backslash
28376 setlength{
28377 \backslash
28378 jot}{3mm+3pt}
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \begin_inset Formula \begin{eqnarray*}
28385 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}\\
28386 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
28387 \end{eqnarray*}
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395 \begin_inset ERT
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399
28400
28401 \backslash
28402 setlength{
28403 \backslash
28404 jot}{3pt}
28405 \end_layout
28406
28407 \end_inset
28408
28409  To get back to the predefined distance, 
28410 \series bold
28411
28412 \backslash
28413 jot
28414 \series default
28415  is set to the value 3
28416 \begin_inset space \thinspace{}
28417 \end_inset
28418
28419 pt.
28420 \end_layout
28421
28422 \begin_layout Subsubsection
28423 Column Separation
28424 \begin_inset CommandInset label
28425 LatexCommand label
28426 name "sub:Column-Separation"
28427
28428 \end_inset
28429
28430
28431 \begin_inset Index idx
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 Formula ! multiline ! Column separation
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \end_layout
28442
28443 \begin_layout Standard
28444 Multiline formulas form a matrix.
28445  A formula in the eqnarray environment is for example a matrix with three
28446  columns.
28447  By changing the column separation in this environment, the space beside
28448  the relation sign can be changed.
28449 \end_layout
28450
28451 \begin_layout Standard
28452 The column separation is specified with the length 
28453 \series bold
28454
28455 \backslash
28456 arraycolsep
28457 \series default
28458
28459 \begin_inset Index idx
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463 Commands ! A ! 
28464 \backslash
28465 arraycolsep
28466 \end_layout
28467
28468 \end_inset
28469
28470  according to:
28471 \begin_inset Newline newline
28472 \end_inset
28473
28474 column separation = 2
28475 \begin_inset space \thinspace{}
28476 \end_inset
28477
28478
28479 \series bold
28480
28481 \backslash
28482 arraycolsep
28483 \series default
28484
28485 \begin_inset Newline newline
28486 \end_inset
28487
28488 Thus, the command
28489 \end_layout
28490
28491 \begin_layout Standard
28492
28493 \series bold
28494
28495 \backslash
28496 setlength{
28497 \backslash
28498 arraycolsep}{1cm}
28499 \end_layout
28500
28501 \begin_layout Standard
28502 inserted in TeX-mode, sets for all following formulas a column separation
28503  of 2
28504 \begin_inset space \thinspace{}
28505 \end_inset
28506
28507 cm.
28508  To get back to the predefined distance, 
28509 \series bold
28510
28511 \backslash
28512 arraycolsep
28513 \series default
28514  is set to 5
28515 \begin_inset space \thinspace{}
28516 \end_inset
28517
28518 pt.
28519 \end_layout
28520
28521 \begin_layout Standard
28522 A formula with 2
28523 \begin_inset space \thinspace{}
28524 \end_inset
28525
28526 cm column separation:
28527 \begin_inset ERT
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531
28532
28533 \backslash
28534 setlength{
28535 \backslash
28536 arraycolsep}{1cm}
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \begin_inset Formula \begin{eqnarray*}
28543 A & = & B\\
28544 C & \ne & A
28545 \end{eqnarray*}
28546
28547 \end_inset
28548
28549 A formula with the predefined column separation for matrices of 10
28550 \begin_inset space \thinspace{}
28551 \end_inset
28552
28553 pt:
28554 \begin_inset ERT
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558
28559
28560 \backslash
28561 setlength{
28562 \backslash
28563 arraycolsep}{5pt}
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \begin_inset Formula \begin{eqnarray*}
28570 A & = & B\\
28571 C & \ne & A
28572 \end{eqnarray*}
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Subsubsection
28580 Long Formulas
28581 \begin_inset Index idx
28582 status collapsed
28583
28584 \begin_layout Plain Layout
28585 Formula ! long
28586 \end_layout
28587
28588 \end_inset
28589
28590
28591 \end_layout
28592
28593 \begin_layout Standard
28594 Long formulas can be typeset using these methods:
28595 \end_layout
28596
28597 \begin_layout Itemize
28598 When one side of the equation is much shorther than the line width, this
28599  one is chosen for the left side and the right side is typeset over two
28600  lines:
28601 \begin_inset Formula \begin{eqnarray}
28602 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 \\
28603  &  & -\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}
28604 \end{eqnarray}
28605
28606 \end_inset
28607
28608 The minus sign at the beginning of the second line does normally not appear
28609  as operator because it is the first character of the line.
28610  Thus it would not be surrounded by space and could not be distinguished
28611  from the fraction bar.
28612  To avoid this, 3
28613 \begin_inset space \thinspace{}
28614 \end_inset
28615
28616 pt space was inserted behind the minus sign with the command 
28617 \series bold
28618
28619 \backslash
28620 hspace
28621 \series default
28622 .
28623 \begin_inset Foot
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 more about 
28628 \series bold
28629
28630 \backslash
28631 hspace
28632 \series default
28633  see 
28634 \begin_inset CommandInset ref
28635 LatexCommand ref
28636 reference "sub:Variable-Space"
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \begin_inset Index idx
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 Commands ! H ! 
28651 \backslash
28652 hspace
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Itemize
28661 When both sides of the equation are too long, the command 
28662 \series bold
28663
28664 \backslash
28665 lefteqn
28666 \series default
28667
28668 \begin_inset Index idx
28669 status collapsed
28670
28671 \begin_layout Plain Layout
28672 Commands ! L ! 
28673 \backslash
28674 lefteqn
28675 \end_layout
28676
28677 \end_inset
28678
28679  is used.
28680  It is inserted to the first column of the first line and effects that all
28681  further insertions overwrite the following columns:
28682 \begin_inset Formula \begin{eqnarray}
28683 \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 \\
28684  &  & -\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 \\
28685  &  & =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}
28686 \end{eqnarray}
28687
28688 \end_inset
28689
28690 After the insertion of 
28691 \series bold
28692
28693 \backslash
28694 lefteqn
28695 \series default
28696 , the cursor is in a purple box that is a bit shifted to the left from the
28697  blue one.
28698  In this the formula is inserted.
28699 \begin_inset Newline newline
28700 \end_inset
28701
28702 The content of the further lines is inserted to the second or another formula
28703  column.
28704  The greater the column number where it was inserted, the larger the indentation.
28705 \begin_inset VSpace medskip
28706 \end_inset
28707
28708
28709 \begin_inset Newline newline
28710 \end_inset
28711
28712
28713 \begin_inset Note Greyedout
28714 status open
28715
28716 \begin_layout Plain Layout
28717 Note the following when using 
28718 \series bold
28719
28720 \backslash
28721 lefteqn
28722 \series default
28723 :
28724 \end_layout
28725
28726 \begin_layout Itemize
28727 The formula doesn't use the full page width.
28728  When e.
28729 \begin_inset space \thinspace{}
28730 \end_inset
28731
28732 g.
28733 \begin_inset space \space{}
28734 \end_inset
28735
28736 the term 
28737 \begin_inset Formula $-B^{2}$
28738 \end_inset
28739
28740  is added to the first line in the above example, it would have been outside
28741  the page margin.
28742  To better use the width, negative space can be inserted at the beginning
28743  of the first line.
28744 \end_layout
28745
28746 \begin_layout Itemize
28747 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28748  line.
28749 \begin_inset Foot
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 \begin_inset CommandInset href
28754 LatexCommand href
28755 name "LyX-bug #1429"
28756 target "http://www.lyx.org/trac/ticket/1429"
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \end_inset
28764
28765  One can only set the cursor at the beginning of the line and move it with
28766  the arrow keys.
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Itemize
28775 Other methods to set long formulas are offered by the environments described
28776  in 
28777 \begin_inset CommandInset ref
28778 LatexCommand ref
28779 reference "sub:Multline-Environment"
28780
28781 \end_inset
28782
28783  and 
28784 \begin_inset CommandInset ref
28785 LatexCommand ref
28786 reference "sub:Multiline-Formula-Parts"
28787
28788 \end_inset
28789
28790 .
28791 \end_layout
28792
28793 \begin_layout Subsubsection
28794 Multiline Brackets
28795 \begin_inset CommandInset label
28796 LatexCommand label
28797 name "sub:Multiline-Brackets"
28798
28799 \end_inset
28800
28801
28802 \begin_inset Index idx
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 Brackets ! for multiline expressions
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \end_layout
28813
28814 \begin_layout Standard
28815 For brackets spanning multiple lines the following problem occurs:
28816 \begin_inset Formula \begin{eqnarray*}
28817 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28818  &  & \left.\cdots+B-D\right]
28819 \end{eqnarray*}
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \begin_layout Standard
28827 The closing bracket is smaller than the opening bracket because brackets
28828  with variable size may not span multiple lines.
28829 \end_layout
28830
28831 \begin_layout Standard
28832 To set the bracket size for the second line correctly, the first line is
28833  ended with 
28834 \series bold
28835
28836 \backslash
28837 right.
28838 \series default
28839
28840 \begin_inset Index idx
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Commands ! R ! 
28845 \backslash
28846 right
28847 \end_layout
28848
28849 \end_inset
28850
28851  and the second line with 
28852 \series bold
28853
28854 \backslash
28855 left.
28856 \begin_inset Foot
28857 status collapsed
28858
28859 \begin_layout Plain Layout
28860 for more about 
28861 \series bold
28862
28863 \backslash
28864 left
28865 \series default
28866  and 
28867 \series bold
28868
28869 \backslash
28870 right
28871 \series default
28872  see 
28873 \begin_inset CommandInset ref
28874 LatexCommand ref
28875 reference "sub:Automatic-Bracket-Size"
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \end_inset
28883
28884
28885 \series default
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Commands ! L ! 
28892 \backslash
28893 left
28894 \end_layout
28895
28896 \end_inset
28897
28898 .
28899  After 
28900 \series bold
28901
28902 \backslash
28903 left.
28904
28905 \series default
28906  the command 
28907 \series bold
28908
28909 \backslash
28910 vphantom
28911 \series default
28912
28913 \begin_inset ERT
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917
28918
28919 \backslash
28920 spce 
28921 \end_layout
28922
28923 \end_inset
28924
28925
28926 \series bold
28927
28928 \backslash
28929 prod
28930 \series default
28931 ^
28932 \begin_inset ERT
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936
28937
28938 \backslash
28939 spce 
28940 \end_layout
28941
28942 \end_inset
28943
28944
28945 \series bold
28946
28947 \backslash
28948 infty
28949 \series default
28950
28951 \begin_inset ERT
28952 status collapsed
28953
28954 \begin_layout Plain Layout
28955
28956
28957 \backslash
28958 spce 
28959 \end_layout
28960
28961 \end_inset
28962
28963
28964 \series bold
28965
28966 \begin_inset Formula $\downarrow$
28967 \end_inset
28968
28969 _R=1}
28970 \series default
28971
28972 \begin_inset Index idx
28973 status collapsed
28974
28975 \begin_layout Plain Layout
28976 Commands ! V ! 
28977 \backslash
28978 vphantom
28979 \end_layout
28980
28981 \end_inset
28982
28983  is inserted, because the multiplication operator with its limits is the
28984  largest symbol in the first line and this should be the size for the bracket
28985  in the second line.
28986 \end_layout
28987
28988 \begin_layout Standard
28989 The result is this:
28990 \begin_inset Formula \begin{eqnarray*}
28991 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28992  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28993 \end{eqnarray*}
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Subsection
29001 Align Environments
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Align environments can be used for every kind of multiline formulas.
29006  They are specially useful to set several formulas side by side.
29007 \end_layout
29008
29009 \begin_layout Standard
29010 Align environments consist of columns.
29011  The odd columns are right aligned, the even ones left aligned.
29012  Every line in an Align environment can be numbered.
29013 \end_layout
29014
29015 \begin_layout Standard
29016 Align environments are created via the menu 
29017 \family sans
29018 Insert\SpecialChar \menuseparator
29019 Math
29020 \family default
29021 .
29022  With the menu 
29023 \family sans
29024 Edit\SpecialChar \menuseparator
29025 Math\SpecialChar \menuseparator
29026 Change Formula Type
29027 \family default
29028  already existing formulas can be converted to Align environments.
29029 \end_layout
29030
29031 \begin_layout Standard
29032 To add or delete columns, the math toolbar buttons 
29033 \begin_inset Graphics
29034         filename ../images/tabular-feature_append-column.png
29035         scale 85
29036
29037 \end_inset
29038
29039  or 
29040 \begin_inset Graphics
29041         filename ../images/tabular-feature_delete-column.png
29042         scale 85
29043
29044 \end_inset
29045
29046 , respectively, or the menu 
29047 \family sans
29048 Edit\SpecialChar \menuseparator
29049 Rows & Columns
29050 \family default
29051  can be used.
29052 \end_layout
29053
29054 \begin_layout Subsubsection
29055 Standard align Environment
29056 \begin_inset CommandInset label
29057 LatexCommand label
29058 name "sub:Standard-align-Environment"
29059
29060 \end_inset
29061
29062
29063 \begin_inset Index idx
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067 Formula ! multiline ! align environment
29068 \end_layout
29069
29070 \end_inset
29071
29072
29073 \end_layout
29074
29075 \begin_layout Standard
29076 This Align environment is created by presssing 
29077 \begin_inset Info
29078 type  "shortcut"
29079 arg   "newline-insert newline"
29080 \end_inset
29081
29082  in a formula or by the menu 
29083 \family sans
29084 Insert\SpecialChar \menuseparator
29085 Math\SpecialChar \menuseparator
29086 AMS align Environment
29087 \family default
29088 .
29089 \end_layout
29090
29091 \begin_layout Standard
29092 An example for two formulas set side by side, that are created with a four
29093  column align environment:
29094 \begin_inset Formula \begin{align*}
29095 A & =\sin(B) & C & =D\\
29096 C & \ne A & B & \ne D
29097 \end{align*}
29098
29099 \end_inset
29100
29101 As it can be seen, the formulas in this environment are placed so as if
29102  there would be a 
29103 \series bold
29104
29105 \backslash
29106 hfill
29107 \begin_inset Foot
29108 status collapsed
29109
29110 \begin_layout Plain Layout
29111 more about 
29112 \series bold
29113
29114 \backslash
29115 hfill
29116 \series default
29117  see 
29118 \begin_inset CommandInset ref
29119 LatexCommand ref
29120 reference "sub:Variable-Space"
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \end_inset
29128
29129
29130 \series default
29131  before the first and after every even column.
29132  When the formula style 
29133 \series bold
29134 Indented
29135 \begin_inset Foot
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 formula styles see 
29140 \begin_inset CommandInset ref
29141 LatexCommand ref
29142 reference "sec:Formula-Styles"
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \end_inset
29150
29151
29152 \series default
29153  is used, the formula is set without the 
29154 \series bold
29155
29156 \backslash
29157 hfill
29158 \series default
29159  before the first column.
29160 \end_layout
29161
29162 \begin_layout Subsubsection
29163 Alignat Environment
29164 \begin_inset Index idx
29165 status collapsed
29166
29167 \begin_layout Plain Layout
29168 Formula ! multiline ! alignat environment
29169 \end_layout
29170
29171 \end_inset
29172
29173
29174 \end_layout
29175
29176 \begin_layout Standard
29177 The alignat environment has no predefined column separation.
29178  It can be inserted manually with the spaces that are described 
29179 \begin_inset CommandInset ref
29180 LatexCommand ref
29181 reference "sub:Space"
29182
29183 \end_inset
29184
29185 .
29186 \end_layout
29187
29188 \begin_layout Standard
29189 The above example in the alignat environment where 1
29190 \begin_inset space \thinspace{}
29191 \end_inset
29192
29193 cm space was inserted at the beginning of the second formula:
29194 \begin_inset Formula \begin{alignat*}{2}
29195 A & =\sin(B) & \hspace{1cm}C & =D\\
29196 C & \ne A & B & \ne D
29197 \end{alignat*}
29198
29199 \end_inset
29200
29201 Because the column separation can be set separately for every column, this
29202  environment is especially suitable to set three and more formulas side
29203  by side.
29204 \end_layout
29205
29206 \begin_layout Subsubsection
29207 Flalign Environment
29208 \begin_inset CommandInset label
29209 LatexCommand label
29210 name "sub:Flalign-Environment"
29211
29212 \end_inset
29213
29214
29215 \begin_inset Index idx
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219 Formula ! multiline ! flalign environment
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 In this environment the first two columns are always set as much as possible
29229  to the left and the last two ones to the right.
29230  An example:
29231 \begin_inset Formula \begin{flalign*}
29232 A & =1 & B & =2 & C & =3\\
29233 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29234 \end{flalign*}
29235
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \begin_layout Standard
29242 By creating a flalign environment with an odd number of columns where an
29243  empty TeX-brace is inserted to the last column, several formulas in a document
29244  can be set to the left, although the formula style 
29245 \series bold
29246 Centered
29247 \series default
29248  is used.
29249  As example the indented formula 
29250 \begin_inset CommandInset ref
29251 LatexCommand eqref
29252 reference "eq:VolInt"
29253
29254 \end_inset
29255
29256 :
29257 \begin_inset Formula \begin{flalign}
29258 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29259 \end{flalign}
29260
29261 \end_inset
29262
29263 The first two columns contain the formula.
29264  To indent it as with the formula style 
29265 \series bold
29266 Indented
29267 \series default
29268 , 30
29269 \begin_inset space \thinspace{}
29270 \end_inset
29271
29272 pt space was inserted at the beginning of the first column.
29273 \end_layout
29274
29275 \begin_layout Subsection
29276 Eqnarray Environment
29277 \begin_inset CommandInset label
29278 LatexCommand label
29279 name "sub:Eqnarray-Environment"
29280
29281 \end_inset
29282
29283
29284 \begin_inset Index idx
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Formula ! multiline ! eqnarray environment
29289 \end_layout
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Standard
29297 When this environment has been created, three blue boxes appear.
29298  The content of the first box is right aligned, the content of the last
29299  one left aligned.
29300  The content of the middle box appears centered and a bit smaller, because
29301  it is designed to insert there only relation characters.
29302 \begin_inset Formula \begin{eqnarray*}
29303 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29304 AB & AB & AB\\
29305 A & = & A
29306 \end{eqnarray*}
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Subsection
29314 Gather Environment
29315 \begin_inset Index idx
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Formula ! multiline ! gather environment
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 This environment consists of only one centered column.
29329  Every line can be numbered.
29330 \begin_inset Formula \begin{gather}
29331 A=1\\
29332 X=\textrm{-}1
29333 \end{gather}
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Subsection
29341 Multline Environment
29342 \begin_inset CommandInset label
29343 LatexCommand label
29344 name "sub:Multline-Environment"
29345
29346 \end_inset
29347
29348
29349 \begin_inset Index idx
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Formula ! multiline ! multline environment
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \end_layout
29360
29361 \begin_layout Standard
29362 The multline environment consists, like the gather environment, of only
29363  one column.
29364  But the first line is left aligned, the last one right aligned.
29365  All other lines are centered.
29366  Therefore this environment is suitable for long formulas.
29367  As example formula 
29368 \begin_inset CommandInset ref
29369 LatexCommand eqref
29370 reference "eq:lefteqn"
29371
29372 \end_inset
29373
29374  in the multline environment:
29375 \begin_inset Formula \begin{multline}
29376 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}\\
29377 -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}\\
29378 =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}}
29379 \end{multline}
29380
29381 \end_inset
29382
29383
29384 \end_layout
29385
29386 \begin_layout Standard
29387 In the output only the last (first) line of a multline environment appears
29388  numbered when the document numbering is right (left).
29389 \begin_inset Foot
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 numbering styles see 
29394 \begin_inset CommandInset ref
29395 LatexCommand ref
29396 reference "sec:Formula-Styles"
29397
29398 \end_inset
29399
29400
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \end_layout
29407
29408 \begin_layout Standard
29409 With the commands 
29410 \series bold
29411
29412 \backslash
29413 shoveright
29414 \series default
29415
29416 \begin_inset Index idx
29417 status collapsed
29418
29419 \begin_layout Plain Layout
29420 Commands ! S ! 
29421 \backslash
29422 shoveright
29423 \end_layout
29424
29425 \end_inset
29426
29427  and 
29428 \series bold
29429
29430 \backslash
29431 shoveleft
29432 \series default
29433
29434 \begin_inset Index idx
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 Commands ! S ! 
29439 \backslash
29440 shoveleft
29441 \end_layout
29442
29443 \end_inset
29444
29445  a centered line can be right or left aligned, respectively.
29446  The commands are used as follows:
29447 \end_layout
29448
29449 \begin_layout Standard
29450
29451 \series bold
29452
29453 \backslash
29454 shoveright{line content}
29455 \series default
29456  and 
29457 \series bold
29458
29459 \backslash
29460 shoveleft{line content}
29461 \end_layout
29462
29463 \begin_layout Standard
29464 \begin_inset VSpace medskip
29465 \end_inset
29466
29467 The length 
29468 \series bold
29469
29470 \backslash
29471 multlinegap
29472 \series default
29473
29474 \begin_inset Index idx
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478 Commands ! M ! 
29479 \backslash
29480 multlinegap
29481 \end_layout
29482
29483 \end_inset
29484
29485  specifies the distance of the first line from the left page margin.
29486  Predefined is the length 0
29487 \begin_inset space \thinspace{}
29488 \end_inset
29489
29490 pt.
29491 \end_layout
29492
29493 \begin_layout Standard
29494 As example the above formula where the command
29495 \end_layout
29496
29497 \begin_layout Standard
29498
29499 \series bold
29500
29501 \backslash
29502 setlength{
29503 \backslash
29504 multlinegap}{2cm}
29505 \end_layout
29506
29507 \begin_layout Standard
29508 was inserted in TeX-mode before:
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514
29515 \backslash
29516 setlength{
29517 \backslash
29518 multlinegap}{2cm}
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \begin_inset Formula \begin{multline}
29525 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}\\
29526 \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}}\\
29527 =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}}
29528 \end{multline}
29529
29530 \end_inset
29531
29532
29533 \begin_inset ERT
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537
29538
29539 \backslash
29540 setlength{
29541 \backslash
29542 multlinegap}{0pt}
29543 \end_layout
29544
29545 \end_inset
29546
29547 The second line was left aligned using 
29548 \series bold
29549
29550 \backslash
29551 shoveleft
29552 \series default
29553 .
29554 \end_layout
29555
29556 \begin_layout Subsection
29557 Multiline Formula Parts
29558 \begin_inset CommandInset label
29559 LatexCommand label
29560 name "sub:Multiline-Formula-Parts"
29561
29562 \end_inset
29563
29564
29565 \begin_inset Index idx
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 Formula ! multiline ! formula parts
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Standard
29578 To display only parts of a formula with multiple lines, one of the following
29579  environments are used: 
29580 \series bold
29581 aligned
29582 \series default
29583
29584 \series bold
29585 alignedat
29586 \series default
29587
29588 \series bold
29589 gathered
29590 \series default
29591  or 
29592 \series bold
29593 split
29594 \series default
29595 .
29596  They can be inserted via the menu 
29597 \family sans
29598 Insert\SpecialChar \menuseparator
29599 Math
29600 \family default
29601  or by using the commands described in this section.
29602 \end_layout
29603
29604 \begin_layout Standard
29605 The first three have the same properties as the corresponding multiline
29606  formula environments, but it is possible to set further formula parts beside
29607  them.
29608  An example:
29609 \begin_inset Formula \[
29610 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29611 \Delta E\Delta t & \ge\frac{\hbar}{2}
29612 \end{aligned}
29613 \right\} \textrm{Uncertainty relations}
29614 \]
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Standard
29622 To get this formula, a displayed formula is created where the command 
29623 \series bold
29624
29625 \backslash
29626 aligned
29627 \series default
29628
29629 \begin_inset Index idx
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633 Commands ! A ! 
29634 \backslash
29635 aligned
29636 \end_layout
29637
29638 \end_inset
29639
29640  is inserted.
29641  A purple box appears around the blue formula box where now columns and
29642  lines can be added.
29643  Outside the multiline environment other formula parts can be set, like
29644  the brace.
29645 \end_layout
29646
29647 \begin_layout Standard
29648 The aligned environment is also suitable for long formulas whose lines are
29649  horizontally aligned.
29650  Using aligned in a displayed formula has the advantage that the formula
29651  number is vertically centered behind the lines.
29652  As example formula 
29653 \begin_inset CommandInset ref
29654 LatexCommand eqref
29655 reference "eq:shortlong"
29656
29657 \end_inset
29658
29659  in the aligned environment:
29660 \begin_inset Formula \begin{equation}
29661 \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}|}\\
29662  & -\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}|}
29663 \end{aligned}
29664 \end{equation}
29665
29666 \end_inset
29667
29668
29669 \end_layout
29670
29671 \begin_layout Standard
29672 To use the environments 
29673 \series bold
29674 alignedat
29675 \series default
29676
29677 \series bold
29678 gathered
29679 \series default
29680 , or 
29681 \series bold
29682 split
29683 \series default
29684 , the command 
29685 \series bold
29686
29687 \backslash
29688 alignedat
29689 \series default
29690 ,
29691 \begin_inset Index idx
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695 Commands ! A ! 
29696 \backslash
29697 alignedat
29698 \end_layout
29699
29700 \end_inset
29701
29702  
29703 \series bold
29704
29705 \backslash
29706 gathered
29707 \series default
29708
29709 \begin_inset Index idx
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Commands ! G ! 
29714 \backslash
29715 gathered
29716 \end_layout
29717
29718 \end_inset
29719
29720 , or 
29721 \series bold
29722
29723 \backslash
29724 split
29725 \series default
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Commands ! S ! 
29732 \backslash
29733 split
29734 \end_layout
29735
29736 \end_inset
29737
29738  are inserted, respectively.
29739  The split environment has the same properties as the aligned environment
29740  but it can only have two columns.
29741 \end_layout
29742
29743 \begin_layout Subsection
29744 Text in multiline Formulas
29745 \begin_inset CommandInset label
29746 LatexCommand label
29747 name "sub:Text-in-multiline"
29748
29749 \end_inset
29750
29751
29752 \begin_inset Index idx
29753 status collapsed
29754
29755 \begin_layout Plain Layout
29756 Text ! in formulas
29757 \end_layout
29758
29759 \end_inset
29760
29761
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 Formula ! multiline ! text
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \end_layout
29773
29774 \begin_layout Standard
29775 In the Align environments, and the multline and gather environment, text
29776  can be inserted that will appear in a separate line and doesn't affect
29777  the column alignment.
29778  To do this, the command 
29779 \series bold
29780
29781 \backslash
29782 intertext
29783 \series default
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Commands ! I ! 
29790 \backslash
29791 intertext
29792 \end_layout
29793
29794 \end_inset
29795
29796  is used in the following scheme:
29797 \end_layout
29798
29799 \begin_layout Standard
29800
29801 \series bold
29802
29803 \backslash
29804 intertext{text}
29805 \end_layout
29806
29807 \begin_layout Standard
29808 The text should not be longer than a line because it cannot be hyphenated.
29809  As LyX doesn't yet support 
29810 \series bold
29811
29812 \backslash
29813 intertext
29814 \series default
29815  directly, the text is written as mathematical text.
29816  
29817 \series bold
29818
29819 \backslash
29820 intertext
29821 \series default
29822  must hereby be at the beginning of a line and appears in the output above
29823  this line.
29824  An example where the text was inserted at the beginning of the second line:
29825 \begin_inset Formula \begin{align}
29826 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29827 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29828 \end{align}
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Section
29836 Formula Numbering
29837 \begin_inset Index idx
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841 Formula numbering
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \begin_inset Index idx
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 Formula ! numbering|see
29852 \begin_inset ERT
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856
29857 {
29858 \end_layout
29859
29860 \end_inset
29861
29862 Formula numbering
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868 }
29869 \end_layout
29870
29871 \end_inset
29872
29873
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Subsection
29882 General
29883 \end_layout
29884
29885 \begin_layout Standard
29886 Numbered formulas can be created with the menu 
29887 \family sans
29888 Insert\SpecialChar \menuseparator
29889 Math\SpecialChar \menuseparator
29890 Numbered
29891 \begin_inset space ~
29892 \end_inset
29893
29894 Formula
29895 \family default
29896  (shortcut 
29897 \family sans
29898 Ctrl+Alt
29899 \begin_inset space ~
29900 \end_inset
29901
29902 N
29903 \family default
29904 ).
29905  Existing formulas can be numbered with the menu 
29906 \family sans
29907 Edit\SpecialChar \menuseparator
29908 Math\SpecialChar \menuseparator
29909 Toggle
29910 \begin_inset space ~
29911 \end_inset
29912
29913 Numbering
29914 \family default
29915  (shortcut 
29916 \begin_inset Info
29917 type  "shortcut"
29918 arg   "math-number-toggle"
29919 \end_inset
29920
29921 ).
29922  The formula number is displayed in LyX behind the formula as number sign
29923  in parentheses.
29924  The number sign is replaced in the output by the formula number.
29925 \end_layout
29926
29927 \begin_layout Standard
29928 When numbering is turned on in multiline formulas, all lines will be numbered.
29929  But the numbering can be controlled with the menu 
29930 \family sans
29931 Edit\SpecialChar \menuseparator
29932 Math\SpecialChar \menuseparator
29933 Toggle
29934 \begin_inset space ~
29935 \end_inset
29936
29937 Numbering
29938 \begin_inset space ~
29939 \end_inset
29940
29941 of
29942 \begin_inset space ~
29943 \end_inset
29944
29945 Line
29946 \family default
29947  (shortcut
29948 \begin_inset Info
29949 type  "shortcut"
29950 arg   "math-number-line-toggle"
29951 \end_inset
29952
29953 ) for every line.
29954 \end_layout
29955
29956 \begin_layout Standard
29957 Except for inline formulas, all formulas can be numbered with two different
29958  styles, see 
29959 \begin_inset CommandInset ref
29960 LatexCommand ref
29961 reference "sec:Formula-Styles"
29962
29963 \end_inset
29964
29965 .
29966 \end_layout
29967
29968 \begin_layout Subsection
29969 Cross-References
29970 \begin_inset Index idx
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974 Cross-references ! to formulas
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 All labeled formulas can be cross-referenced.
29984  A label is added by the menu 
29985 \family sans
29986 Insert\SpecialChar \menuseparator
29987 Label
29988 \family default
29989  or the toolbar button 
29990 \begin_inset Graphics
29991         filename ../images/label-insert.png
29992         scale 85
29993
29994 \end_inset
29995
29996 .
29997  The cursor must hereby be inside a displayed formula.
29998  A dialog pops up displaying the prefix 
29999 \series bold
30000 eq:
30001 \series default
30002  in a text field.
30003  The label is inserted there behind the prefix.
30004  The predefined prefix means 
30005 \begin_inset Quotes eld
30006 \end_inset
30007
30008 equation
30009 \begin_inset Quotes erd
30010 \end_inset
30011
30012  and makes it easier to find labels in large documents because it marks
30013  it as formula label to divide it from e.
30014 \begin_inset space \thinspace{}
30015 \end_inset
30016
30017 g.
30018 \begin_inset space \space{}
30019 \end_inset
30020
30021 section labels.
30022  To change a label, the menu 
30023 \family sans
30024 Insert\SpecialChar \menuseparator
30025 Label
30026 \family default
30027  is used again.
30028 \end_layout
30029
30030 \begin_layout Standard
30031 The name of the label is displayed in LyX within two parentheses behind
30032  formula.
30033  A formula with a label is always numbered.
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Cross-references are inserted via the menu 
30038 \family sans
30039 Insert\SpecialChar \menuseparator
30040 Cross-Reference
30041 \family default
30042  or with the toolbar button 
30043 \begin_inset Graphics
30044         filename ../images/dialog-show-new-inset_ref.png
30045         scale 85
30046
30047 \end_inset
30048
30049 .
30050  A formula cross-reference appears in the output as formula number.
30051  When in the cross-reference dialog window the format 
30052 \series bold
30053 (<reference>)
30054 \series default
30055  is chosen, the cross-reference appears in the output as formula number
30056  in parentheses.
30057 \begin_inset Newline newline
30058 \end_inset
30059
30060 By right-clicking on a cross-reference in LyX, one jumps to the formula
30061  that is referenced.
30062 \end_layout
30063
30064 \begin_layout Standard
30065 Here are as examples cross-references to formulas of the following subsections:
30066 \begin_inset Note Note
30067 status open
30068
30069 \begin_layout Plain Layout
30070 Note the different cross-reference types.
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 The equations 
30080 \begin_inset CommandInset ref
30081 LatexCommand eqref
30082 reference "eq:tag"
30083
30084 \end_inset
30085
30086  and 
30087 \begin_inset CommandInset ref
30088 LatexCommand eqref
30089 reference "eq:c"
30090
30091 \end_inset
30092
30093  are equivalent.
30094  In (
30095 \begin_inset CommandInset ref
30096 LatexCommand ref
30097 reference "eq:Lat"
30098
30099 \end_inset
30100
30101 ) big Latin letters are used for the numbering in contrary to (
30102 \begin_inset CommandInset ref
30103 LatexCommand ref
30104 reference "eq:Rom"
30105
30106 \end_inset
30107
30108 ).
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset VSpace medskip
30113 \end_inset
30114
30115 When the argument of 
30116 \series bold
30117
30118 \backslash
30119 tag
30120 \begin_inset Foot
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 \series bold
30126
30127 \backslash
30128 tag
30129 \series default
30130  is described in 
30131 \begin_inset CommandInset ref
30132 LatexCommand ref
30133 reference "sub:User-defined-Numbering"
30134
30135 \end_inset
30136
30137 .
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \series default
30144  contains a box like in 
30145 \begin_inset CommandInset ref
30146 LatexCommand ref
30147 reference "sub:Paragraph-Boxes"
30148
30149 \end_inset
30150
30151 , the formula cannot be referenced.
30152 \end_layout
30153
30154 \begin_layout Subsection
30155 Subnumbering
30156 \begin_inset Index idx
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160 Formula numbering ! subnumbering
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Standard
30169 With the help of the commands 
30170 \series bold
30171
30172 \backslash
30173 begin{subequations}
30174 \series default
30175  and 
30176 \series bold
30177
30178 \backslash
30179 end{subequations}
30180 \series default
30181  formulas can be subnumbered.
30182  Both commands are inserted in TeX-mode.
30183 \end_layout
30184
30185 \begin_layout Standard
30186 An example:
30187 \begin_inset Formula \begin{equation}
30188 A=C-B\label{eq:a}
30189 \end{equation}
30190
30191 \end_inset
30192
30193
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199
30200 \backslash
30201 addtocounter{equation}{-1}
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \begin_inset ERT
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211
30212
30213 \backslash
30214 begin{subequations}
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \begin_inset VSpace -5mm
30221 \end_inset
30222
30223
30224 \begin_inset Formula \begin{equation}
30225 B=C-A\label{eq:b}
30226 \end{equation}
30227
30228 \end_inset
30229
30230
30231 \begin_inset Formula \begin{equation}
30232 C=A+B\label{eq:c}
30233 \end{equation}
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 \begin_inset ERT
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245
30246
30247 \backslash
30248 end{subequations}
30249 \end_layout
30250
30251 \end_inset
30252
30253
30254 \end_layout
30255
30256 \begin_layout Standard
30257 To create the example, the following is done:
30258 \end_layout
30259
30260 \begin_layout Enumerate
30261 first formula is inserted
30262 \end_layout
30263
30264 \begin_layout Enumerate
30265
30266 \series bold
30267
30268 \backslash
30269 addtocounter{equation}{-1} 
30270 \backslash
30271 begin{subequations}
30272 \begin_inset Index idx
30273 status collapsed
30274
30275 \begin_layout Plain Layout
30276 Commands ! A ! 
30277 \backslash
30278 addtocounter
30279 \end_layout
30280
30281 \end_inset
30282
30283
30284 \begin_inset Newline newline
30285 \end_inset
30286
30287
30288 \series default
30289 is inserted after the first formula
30290 \end_layout
30291
30292 \begin_layout Enumerate
30293 second formula is inserted
30294 \end_layout
30295
30296 \begin_layout Enumerate
30297 third formula is inserted
30298 \end_layout
30299
30300 \begin_layout Enumerate
30301
30302 \series bold
30303
30304 \backslash
30305 end{subequations}
30306 \series default
30307  is inserted after the third formula
30308 \end_layout
30309
30310 \begin_layout Standard
30311 Every formula between the commands 
30312 \series bold
30313
30314 \backslash
30315 begin
30316 \series default
30317  and 
30318 \series bold
30319
30320 \backslash
30321 end
30322 \series default
30323  is subnumbered as a, b, 
30324 \begin_inset Newline linebreak
30325 \end_inset
30326
30327 c, \SpecialChar \ldots{}
30328  For multiline formulas every line will be subnumbered.
30329  All subnumbered formulas are treated as 
30330 \emph on
30331 one
30332 \emph default
30333  numbered formula.
30334  But as every numbered formula increases the counter 
30335 \series bold
30336 equation
30337 \series default
30338  by one, the command 
30339 \series bold
30340
30341 \backslash
30342 addtocounter
30343 \series default
30344  is needed to decrease it.
30345  Otherwise the formulas 
30346 \begin_inset CommandInset ref
30347 LatexCommand eqref
30348 reference "eq:a"
30349
30350 \end_inset
30351
30352
30353 \begin_inset CommandInset ref
30354 LatexCommand eqref
30355 reference "eq:b"
30356
30357 \end_inset
30358
30359
30360 \begin_inset CommandInset ref
30361 LatexCommand eqref
30362 reference "eq:c"
30363
30364 \end_inset
30365
30366  would be numbered as 
30367 \begin_inset CommandInset ref
30368 LatexCommand eqref
30369 reference "eq:a"
30370
30371 \end_inset
30372
30373
30374 \begin_inset CommandInset ref
30375 LatexCommand eqref
30376 reference "eq:d"
30377
30378 \end_inset
30379
30380
30381 \begin_inset CommandInset ref
30382 LatexCommand eqref
30383 reference "eq:f"
30384
30385 \end_inset
30386
30387 .
30388 \end_layout
30389
30390 \begin_layout Standard
30391 By inserting the commands in TeX-mode, a space is created between the first
30392  two formulas.
30393  To revert this -5
30394 \begin_inset space \thinspace{}
30395 \end_inset
30396
30397 mm vertical space is inserted after the command 
30398 \series bold
30399
30400 \backslash
30401 begin{subequations}
30402 \series default
30403 .
30404  When the formula style 
30405 \series bold
30406 Indented
30407 \begin_inset Foot
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411 formula styles see 
30412 \begin_inset CommandInset ref
30413 LatexCommand ref
30414 reference "sec:Formula-Styles"
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \series default
30425  is used, -7
30426 \begin_inset space \thinspace{}
30427 \end_inset
30428
30429 mm space is inserted instead.
30430 \end_layout
30431
30432 \begin_layout Standard
30433 Here is an example for a multiline formula where the numbering was turned
30434  off for the second line:
30435 \begin_inset ERT
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439
30440
30441 \backslash
30442 begin{subequations}
30443 \end_layout
30444
30445 \end_inset
30446
30447
30448 \begin_inset Formula \begin{eqnarray}
30449 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30450  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30451  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30452 \end{eqnarray}
30453
30454 \end_inset
30455
30456
30457 \begin_inset ERT
30458 status collapsed
30459
30460 \begin_layout Plain Layout
30461
30462
30463 \backslash
30464 end{subequations}
30465 \end_layout
30466
30467 \end_inset
30468
30469
30470 \end_layout
30471
30472 \begin_layout Subsection
30473 User-defined Numbering
30474 \begin_inset CommandInset label
30475 LatexCommand label
30476 name "sub:User-defined-Numbering"
30477
30478 \end_inset
30479
30480
30481 \begin_inset Index idx
30482 status collapsed
30483
30484 \begin_layout Plain Layout
30485 Formula numbering ! user-defined
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 Formula numbering ! self-defined delimiters
30499 \end_layout
30500
30501 \end_inset
30502
30503 With the standard numbering parentheses are set around the formula number.
30504  To replace the parentheses for example by vertical bars, the following
30505  line is added to the LaTeX-preamble:
30506 \end_layout
30507
30508 \begin_layout Standard
30509
30510 \series bold
30511
30512 \backslash
30513 def
30514 \backslash
30515 tagform@#1{
30516 \backslash
30517 maketag@@@{|#1|}}
30518 \series default
30519
30520 \begin_inset Note Note
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 This macro is already declared in the LaTeX-preamble for testing.
30525  To activate it, remove the percent sign at the beginning.
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \end_layout
30532
30533 \begin_layout Standard
30534 To use other characters, the vertical bars besides the 
30535 \series bold
30536 #1
30537 \series default
30538  are replaced by one ore more characters.
30539  To get only the formula number the vertical bars are omitted.
30540 \end_layout
30541
30542 \begin_layout Standard
30543 \begin_inset VSpace bigskip
30544 \end_inset
30545
30546 When there should be an expression of your choice instead of the consecutive
30547  formula number in parentheses behind the formula, the command 
30548 \series bold
30549
30550 \backslash
30551 tag
30552 \series default
30553
30554 \begin_inset Index idx
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558 Commands ! T ! 
30559 \backslash
30560 tag
30561 \end_layout
30562
30563 \end_inset
30564
30565  is used:
30566 \begin_inset Formula \begin{equation}
30567 A+B=C\tag{something}\label{eq:tag}
30568 \end{equation}
30569
30570 \end_inset
30571
30572 In this example the command 
30573 \series bold
30574
30575 \backslash
30576 tag
30577 \begin_inset ERT
30578 status collapsed
30579
30580 \begin_layout Plain Layout
30581
30582
30583 \backslash
30584 spce 
30585 \end_layout
30586
30587 \end_inset
30588
30589 something
30590 \series default
30591  was inserted to the formula.
30592 \end_layout
30593
30594 \begin_layout Standard
30595 When the command 
30596 \series bold
30597
30598 \backslash
30599 tag*
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605
30606 \backslash
30607 spce 
30608 \end_layout
30609
30610 \end_inset
30611
30612 something
30613 \series default
30614  is inserted instead, the star prevents the parentheses around the expression:
30615 \begin_inset Formula \[
30616 A+B=C\tag*{something}
30617 \]
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Standard
30625 \begin_inset VSpace bigskip
30626 \end_inset
30627
30628 To restart the formula numbering with new document parts or sections, the
30629  following command is used:
30630 \end_layout
30631
30632 \begin_layout Standard
30633
30634 \series bold
30635
30636 \backslash
30637 @addtoreset{equation}{part}
30638 \series default
30639
30640 \begin_inset Index idx
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 Commands ! 
30645 \begin_inset ERT
30646 status collapsed
30647
30648 \begin_layout Plain Layout
30649
30650 "
30651 \end_layout
30652
30653 \end_inset
30654
30655 @
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661 "
30662 \end_layout
30663
30664 \end_inset
30665
30666  ! 
30667 \backslash
30668
30669 \begin_inset ERT
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673
30674 "
30675 \end_layout
30676
30677 \end_inset
30678
30679 @
30680 \begin_inset ERT
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684
30685 "
30686 \end_layout
30687
30688 \end_inset
30689
30690 addtoreset
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \begin_inset Newline newline
30697 \end_inset
30698
30699 resp.
30700 \begin_inset Newline newline
30701 \end_inset
30702
30703
30704 \series bold
30705
30706 \backslash
30707 @addtoreset{equation}{section}
30708 \end_layout
30709
30710 \begin_layout Standard
30711 To be able to use these commands in TeX-mode, the 
30712 \begin_inset Quotes eld
30713 \end_inset
30714
30715 @
30716 \begin_inset Quotes erd
30717 \end_inset
30718
30719  character has to be made 
30720 \begin_inset Quotes eld
30721 \end_inset
30722
30723 active
30724 \begin_inset Quotes erd
30725 \end_inset
30726
30727  for LaTeX using the command 
30728 \series bold
30729
30730 \backslash
30731 makeatletter.
30732
30733 \series default
30734  The command 
30735 \series bold
30736
30737 \backslash
30738 makeatother
30739 \series default
30740  reverts this.
30741  So the command sequence in TeX-mode is:
30742 \end_layout
30743
30744 \begin_layout Standard
30745
30746 \series bold
30747
30748 \backslash
30749 makeatletter
30750 \begin_inset Newline newline
30751 \end_inset
30752
30753
30754 \backslash
30755 @addtoreset{equation}{section}
30756 \begin_inset Newline newline
30757 \end_inset
30758
30759
30760 \backslash
30761 makeatother
30762 \end_layout
30763
30764 \begin_layout Standard
30765 In the LaTeX-preamble 
30766 \series bold
30767
30768 \backslash
30769 makeatletter
30770 \series default
30771  and 
30772 \series bold
30773
30774 \backslash
30775 makeatother
30776 \series default
30777  can be omitted as they are automatically internally inserted by LyX.
30778 \end_layout
30779
30780 \begin_layout Standard
30781 To revert 
30782 \series bold
30783
30784 \backslash
30785 @addtoreset
30786 \series default
30787 , the file 
30788 \series bold
30789 remreset.sty
30790 \series default
30791
30792 \begin_inset Foot
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797 \series bold
30798 remreset
30799 \series default
30800  is part of the LaTeX-package 
30801 \series bold
30802 carlisle
30803 \series default
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Packages ! carlisle
30810 \end_layout
30811
30812 \end_inset
30813
30814  that is part of every LaTeX standard installation.
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \begin_inset Index idx
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824 Packages ! remreset
30825 \end_layout
30826
30827 \end_inset
30828
30829  has to be loaded in the LaTeX-preamble with the line
30830 \end_layout
30831
30832 \begin_layout Standard
30833
30834 \series bold
30835
30836 \backslash
30837 usepackage{remreset}
30838 \end_layout
30839
30840 \begin_layout Standard
30841 Then the command 
30842 \series bold
30843
30844 \backslash
30845 @removefromreset
30846 \series default
30847
30848 \begin_inset Index idx
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852 Commands ! 
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858 "
30859 \end_layout
30860
30861 \end_inset
30862
30863 @
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869 "
30870 \end_layout
30871
30872 \end_inset
30873
30874  ! 
30875 \backslash
30876
30877 \begin_inset ERT
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881
30882 "
30883 \end_layout
30884
30885 \end_inset
30886
30887 @
30888 \begin_inset ERT
30889 status collapsed
30890
30891 \begin_layout Plain Layout
30892
30893 "
30894 \end_layout
30895
30896 \end_inset
30897
30898 removefromreset
30899 \end_layout
30900
30901 \end_inset
30902
30903  can be used with the same scheme as 
30904 \series bold
30905
30906 \backslash
30907 @addtoreset
30908 \series default
30909 .
30910 \end_layout
30911
30912 \begin_layout Standard
30913 \begin_inset VSpace bigskip
30914 \end_inset
30915
30916 Sometimes formulas should be numbered in the following form:
30917 \end_layout
30918
30919 \begin_layout Standard
30920
30921 \family typewriter
30922 (section number.formula number)
30923 \end_layout
30924
30925 \begin_layout Standard
30926 The formula number should start with every section with 
30927 \begin_inset Quotes eld
30928 \end_inset
30929
30930 1
30931 \begin_inset Quotes erd
30932 \end_inset
30933
30934 .
30935 \end_layout
30936
30937 \begin_layout Standard
30938 For this case there is the command 
30939 \series bold
30940
30941 \backslash
30942 numberwithin
30943 \series default
30944
30945 \begin_inset Index idx
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Commands ! N ! 
30950 \backslash
30951 numberwithin
30952 \end_layout
30953
30954 \end_inset
30955
30956 , which is used with the following scheme:
30957 \end_layout
30958
30959 \begin_layout Standard
30960
30961 \series bold
30962
30963 \backslash
30964 numberwithin{counter}{sectioning}
30965 \end_layout
30966
30967 \begin_layout Standard
30968 Counter denotes what kind of numbering is affected, sectioning denotes what
30969  number is before the dot.
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30974 \end_layout
30975
30976 \begin_layout Standard
30977
30978 \series bold
30979
30980 \backslash
30981 numberwithin{equation}{section}
30982 \end_layout
30983
30984 \begin_layout Standard
30985 This is the result:
30986 \begin_inset ERT
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990
30991
30992 \backslash
30993 numberwithin{equation}{section}
30994 \end_layout
30995
30996 \end_inset
30997
30998
30999 \begin_inset Formula \begin{equation}
31000 A+B=C
31001 \end{equation}
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 To number e.
31010 \begin_inset space \thinspace{}
31011 \end_inset
31012
31013 g.
31014 \begin_inset space \space{}
31015 \end_inset
31016
31017 tables so that the number of the part is the sectioning,
31018 \begin_inset Newline newline
31019 \end_inset
31020
31021
31022 \series bold
31023
31024 \backslash
31025 numberwithin{table}{part}
31026 \series default
31027  is used.
31028 \end_layout
31029
31030 \begin_layout Standard
31031 To go back to the standard numbering or to prevent this kind of numbering
31032  when it is defined by the document class, the following command is inserted
31033  as TeX-Code or to the LaTeX-preamble:
31034 \end_layout
31035
31036 \begin_layout Standard
31037
31038 \series bold
31039
31040 \backslash
31041 renewcommand{
31042 \backslash
31043 theequation}{
31044 \backslash
31045 arabic{equation}}
31046 \begin_inset Index idx
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050 Commands ! A ! 
31051 \backslash
31052 arabic
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \series default
31059
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 renewcommand{
31068 \backslash
31069 theequation}{
31070 \backslash
31071 arabic{equation}}
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \series bold
31078
31079 \begin_inset Newline newline
31080 \end_inset
31081
31082
31083 \series default
31084 or
31085 \series bold
31086
31087 \begin_inset Newline newline
31088 \end_inset
31089
31090
31091 \backslash
31092 renewcommand{
31093 \backslash
31094 thetable}{
31095 \backslash
31096 arabic{table}}
31097 \end_layout
31098
31099 \begin_layout Standard
31100
31101 \series bold
31102
31103 \backslash
31104 numberwithin
31105 \series default
31106  uses internally the command 
31107 \series bold
31108
31109 \backslash
31110 @addtoreset
31111 \series default
31112 , described above, that also needs to be reverted.
31113 \begin_inset ERT
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117
31118
31119 \backslash
31120 makeatletter
31121 \end_layout
31122
31123 \begin_layout Plain Layout
31124
31125
31126 \backslash
31127 @removefromreset{equation}{section}
31128 \end_layout
31129
31130 \begin_layout Plain Layout
31131
31132
31133 \backslash
31134 makeatother
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Subsection
31143 Numbering with Roman Numbers and Letters
31144 \begin_inset Index idx
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148 Formula numbering ! with letters
31149 \end_layout
31150
31151 \end_inset
31152
31153
31154 \begin_inset Index idx
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158 Formula numbering ! with Roman numbers
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Formulas can also be numbered with Roman numbers and Latin letters.
31168  To number for example with small Roman numbers, the command
31169 \end_layout
31170
31171 \begin_layout Standard
31172
31173 \series bold
31174
31175 \backslash
31176 renewcommand{
31177 \backslash
31178 theequation}{
31179 \backslash
31180 roman{equation}}
31181 \end_layout
31182
31183 \begin_layout Standard
31184 is inserted before the formula in TeX-mode.
31185  
31186 \series bold
31187
31188 \backslash
31189 renewcommand
31190 \series default
31191
31192 \begin_inset Index idx
31193 status collapsed
31194
31195 \begin_layout Plain Layout
31196 Commands ! R ! 
31197 \backslash
31198 renewcommand
31199 \end_layout
31200
31201 \end_inset
31202
31203  redefines the predefined command 
31204 \series bold
31205
31206 \backslash
31207 theequation
31208 \series default
31209  to the command 
31210 \series bold
31211
31212 \backslash
31213 roman{equation}
31214 \series default
31215 .
31216 \begin_inset Foot
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 The command 
31221 \series bold
31222
31223 \backslash
31224 renewcommand
31225 \series default
31226  has the same scheme like the command 
31227 \series bold
31228
31229 \backslash
31230 newcommand
31231 \series default
31232  that is described in 
31233 \begin_inset CommandInset ref
31234 LatexCommand ref
31235 reference "sub:The-Command-newcommand"
31236
31237 \end_inset
31238
31239 .
31240 \end_layout
31241
31242 \end_inset
31243
31244  
31245 \series bold
31246 equation
31247 \series default
31248  is the formula counter.
31249  When the command 
31250 \series bold
31251
31252 \backslash
31253 the
31254 \series default
31255  is used as prefix for a counter, the value of the counter is output as
31256  Arabic number.
31257  When a formula is numbered, LaTeX sets internally the command 
31258 \series bold
31259
31260 \backslash
31261 theequation
31262 \series default
31263  behind the formula.
31264  
31265 \series bold
31266
31267 \backslash
31268 roman{equation}
31269 \begin_inset Index idx
31270 status collapsed
31271
31272 \begin_layout Plain Layout
31273 Commands ! R ! 
31274 \backslash
31275 roman
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \series default
31282  outputs the counter as small Roman number.
31283 \end_layout
31284
31285 \begin_layout Standard
31286 All formulas behind the command 
31287 \series bold
31288
31289 \backslash
31290 renew
31291 \series default
31292 c
31293 \series bold
31294 ommand
31295 \series default
31296  are now numbered Roman.
31297  To switch to numbering with big Roman numbers, the command is inserted
31298  again, but 
31299 \series bold
31300
31301 \backslash
31302 roman
31303 \series default
31304  is replaced by 
31305 \series bold
31306
31307 \backslash
31308 Roman
31309 \series default
31310
31311 \begin_inset Index idx
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315 Commands ! R ! 
31316 \backslash
31317 roman@
31318 \backslash
31319 Roman
31320 \end_layout
31321
31322 \end_inset
31323
31324 .
31325  To 
31326 \begin_inset Quotes eld
31327 \end_inset
31328
31329 number
31330 \begin_inset Quotes erd
31331 \end_inset
31332
31333  with small Latin letters there is the command 
31334 \series bold
31335
31336 \backslash
31337 alph
31338 \series default
31339
31340 \begin_inset Index idx
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344 Commands ! A ! 
31345 \backslash
31346 alph
31347 \end_layout
31348
31349 \end_inset
31350
31351 , for big ones there is the command 
31352 \series bold
31353
31354 \backslash
31355 Alph
31356 \series default
31357
31358 \begin_inset Index idx
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362 Commands ! A ! 
31363 \backslash
31364 alph@
31365 \backslash
31366 Alph
31367 \end_layout
31368
31369 \end_inset
31370
31371 .
31372 \end_layout
31373
31374 \begin_layout Standard
31375 \begin_inset Note Greyedout
31376 status open
31377
31378 \begin_layout Plain Layout
31379
31380 \series bold
31381 Note:
31382 \series default
31383  Only maximal 26 formulas can be numbered with Latin letters in one document.
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \end_layout
31390
31391 \begin_layout Standard
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397
31398 \backslash
31399 renewcommand{
31400 \backslash
31401 theequation}{
31402 \backslash
31403 roman{equation}}
31404 \end_layout
31405
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Standard
31412 \begin_inset Formula \begin{equation}
31413 A=\textrm{small roman}
31414 \end{equation}
31415
31416 \end_inset
31417
31418
31419 \begin_inset ERT
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424
31425 \backslash
31426 renewcommand{
31427 \backslash
31428 theequation}{
31429 \backslash
31430 Roman{equation}}
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \begin_inset Formula \begin{equation}
31437 B=\textrm{big Roman}\label{eq:Rom}
31438 \end{equation}
31439
31440 \end_inset
31441
31442
31443 \begin_inset ERT
31444 status collapsed
31445
31446 \begin_layout Plain Layout
31447
31448
31449 \backslash
31450 renewcommand{
31451 \backslash
31452 theequation}{
31453 \backslash
31454 alph{equation}}
31455 \end_layout
31456
31457 \end_inset
31458
31459
31460 \begin_inset Formula \begin{equation}
31461 C=\textrm{small Latin}
31462 \end{equation}
31463
31464 \end_inset
31465
31466
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 renewcommand{
31475 \backslash
31476 theequation}{
31477 \backslash
31478 Alph{equation}}
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Formula \begin{equation}
31485 D=\textrm{big Latin}\label{eq:Lat}
31486 \end{equation}
31487
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \begin_layout Standard
31494 To switch back to the default numbering, insert the command:
31495 \end_layout
31496
31497 \begin_layout Standard
31498
31499 \series bold
31500
31501 \backslash
31502 renewcommand{
31503 \backslash
31504 theequation}{
31505 \backslash
31506 arabic{equation}}
31507 \begin_inset Index idx
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511 Commands ! A ! 
31512 \backslash
31513 arabic
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Standard
31522 \begin_inset ERT
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526
31527
31528 \backslash
31529 renewcommand{
31530 \backslash
31531 theequation}{
31532 \backslash
31533 arabic{equation}}
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \begin_inset Formula \begin{equation}
31540 E=\textrm{Arabic}
31541 \end{equation}
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 \begin_inset VSpace medskip
31550 \end_inset
31551
31552 As you see, formulas are numbered serially independent from the numbering
31553  style.
31554  When then numbering should start with 
31555 \begin_inset Quotes eld
31556 \end_inset
31557
31558 1
31559 \begin_inset Quotes erd
31560 \end_inset
31561
31562  when the style is changed, new equation counters have to be defined.
31563  A description about this can be found in the file 
31564 \begin_inset CommandInset href
31565 LatexCommand href
31566 name "Formula-numbering.lyx"
31567 target "run:Formula-numbering.lyx"
31568
31569 \end_inset
31570
31571 .
31572 \end_layout
31573
31574 \begin_layout Section
31575 Chemical Symbols and Equations
31576 \begin_inset CommandInset label
31577 LatexCommand label
31578 name "sub:Chemical-Symbols-and"
31579
31580 \end_inset
31581
31582
31583 \begin_inset Index idx
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 Chemical characters ! Symbols
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Chemical equations
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset Index idx
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Symbols ! chemical
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 An example text from chemistry:
31617 \end_layout
31618
31619 \begin_layout Quote
31620 The 
31621 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31622 \end_inset
31623
31624 -ion reacts with two 
31625 \begin_inset Formula $\mathrm{Na^{+}}$
31626 \end_inset
31627
31628 -ions to sodium sulfate 
31629 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31630 \end_inset
31631
31632 .
31633  The chemical equation for this is:
31634 \begin_inset Formula \begin{equation}
31635 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31636 \end{equation}
31637
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \begin_layout Standard
31644 This chemical equation can directly be created as formula.
31645  To avoid that the symbols appear italic, everything is highlighted and
31646  changed by the shortcut 
31647 \begin_inset Info
31648 type  "shortcut"
31649 arg   "font-roman"
31650 \end_inset
31651
31652  to the upright font style.
31653 \begin_inset Foot
31654 status collapsed
31655
31656 \begin_layout Plain Layout
31657 font styles
31658 \series bold
31659  
31660 \series default
31661 see 
31662 \begin_inset CommandInset ref
31663 LatexCommand ref
31664 reference "sub:Font-Styles"
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 A more convenient way to typeset chemical formulas is to use the command
31678  
31679 \series bold
31680
31681 \backslash
31682 ce
31683 \series default
31684
31685 \begin_inset Index idx
31686 status collapsed
31687
31688 \begin_layout Plain Layout
31689 Commands ! C ! 
31690 \backslash
31691 ce
31692 \end_layout
31693
31694 \end_inset
31695
31696  that is available when the LaTeX-package 
31697 \series bold
31698 mhchem
31699 \series default
31700
31701 \begin_inset Index idx
31702 status collapsed
31703
31704 \begin_layout Plain Layout
31705 Packages ! mhchem
31706 \end_layout
31707
31708 \end_inset
31709
31710  is installed.
31711  After inserting 
31712 \series bold
31713
31714 \backslash
31715 ce
31716 \series default
31717  to a formula a new blue box appears where chemical formulas can be inserted
31718  in an intuitive way.
31719 \end_layout
31720
31721 \begin_layout Standard
31722 \align center
31723 \begin_inset Tabular
31724 <lyxtabular version="3" rows="9" columns="2">
31725 <features tabularvalignment="middle">
31726 <column alignment="center" valignment="top" width="0">
31727 <column alignment="center" valignment="top" width="0">
31728 <row>
31729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31730 \begin_inset Text
31731
31732 \begin_layout Plain Layout
31733 Command
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 Result
31743 \begin_inset Note Note
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747
31748 \series bold
31749
31750 \backslash
31751 raisebox
31752 \series default
31753  is only used as spacer.
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \end_layout
31760
31761 \end_inset
31762 </cell>
31763 </row>
31764 <row>
31765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31766 \begin_inset Text
31767
31768 \begin_layout Plain Layout
31769
31770 \backslash
31771 ce
31772 \begin_inset ERT
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776
31777
31778 \backslash
31779 spce 
31780 \end_layout
31781
31782 \end_inset
31783
31784 H2CO3
31785 \end_layout
31786
31787 \end_inset
31788 </cell>
31789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31790 \begin_inset Text
31791
31792 \begin_layout Plain Layout
31793 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \end_inset
31800 </cell>
31801 </row>
31802 <row>
31803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31804 \begin_inset Text
31805
31806 \begin_layout Plain Layout
31807
31808 \backslash
31809 ce
31810 \begin_inset ERT
31811 status collapsed
31812
31813 \begin_layout Plain Layout
31814
31815
31816 \backslash
31817 spce 
31818 \end_layout
31819
31820 \end_inset
31821
31822 SO4^2-
31823 \end_layout
31824
31825 \end_inset
31826 </cell>
31827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31828 \begin_inset Text
31829
31830 \begin_layout Plain Layout
31831 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31832 \end_inset
31833
31834
31835 \end_layout
31836
31837 \end_inset
31838 </cell>
31839 </row>
31840 <row>
31841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31842 \begin_inset Text
31843
31844 \begin_layout Plain Layout
31845
31846 \backslash
31847 ce
31848 \begin_inset ERT
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852
31853
31854 \backslash
31855 spce 
31856 \end_layout
31857
31858 \end_inset
31859
31860 (NH4)2S
31861 \end_layout
31862
31863 \end_inset
31864 </cell>
31865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31866 \begin_inset Text
31867
31868 \begin_layout Plain Layout
31869 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31870 \end_inset
31871
31872
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 </row>
31878 <row>
31879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883
31884 \backslash
31885 ce
31886 \begin_inset ERT
31887 status collapsed
31888
31889 \begin_layout Plain Layout
31890
31891
31892 \backslash
31893 spce 
31894 \end_layout
31895
31896 \end_inset
31897
31898 KCr(SO4)2.12H2O
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31908 \end_inset
31909
31910
31911 \end_layout
31912
31913 \end_inset
31914 </cell>
31915 </row>
31916 <row>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Plain Layout
31921
31922 \backslash
31923 ce
31924 \begin_inset ERT
31925 status collapsed
31926
31927 \begin_layout Plain Layout
31928
31929
31930 \backslash
31931 spce 
31932 \end_layout
31933
31934 \end_inset
31935
31936 A-B
31937 \backslash
31938 dbond
31939 \begin_inset ERT
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943
31944
31945 \backslash
31946 spce 
31947 \end_layout
31948
31949 \end_inset
31950
31951 C
31952 \backslash
31953 tbond
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 spce 
31962 \end_layout
31963
31964 \end_inset
31965
31966 D
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 </row>
31984 <row>
31985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989
31990 \backslash
31991 ce
31992 \begin_inset ERT
31993 status collapsed
31994
31995 \begin_layout Plain Layout
31996
31997
31998 \backslash
31999 spce 
32000 \end_layout
32001
32002 \end_inset
32003
32004 ^227
32005 \begin_inset Formula $\downarrow$
32006 \end_inset
32007
32008 _90
32009 \begin_inset Formula $\to$
32010 \end_inset
32011
32012 Th+
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32022 \end_inset
32023
32024
32025 \end_layout
32026
32027 \end_inset
32028 </cell>
32029 </row>
32030 <row>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035
32036 \backslash
32037 ce
32038 \begin_inset ERT
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042
32043
32044 \backslash
32045 spce 
32046 \end_layout
32047
32048 \end_inset
32049
32050 CO2
32051 \begin_inset ERT
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055
32056
32057 \backslash
32058 spce 
32059 \end_layout
32060
32061 \end_inset
32062
32063 +
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069
32070 \backslash
32071 spce 
32072 \end_layout
32073
32074 \end_inset
32075
32076 C
32077 \begin_inset ERT
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081
32082
32083 \backslash
32084 spce 
32085 \end_layout
32086
32087 \end_inset
32088
32089 <=>
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 spce 
32098 \end_layout
32099
32100 \end_inset
32101
32102 2CO
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32112 \end_inset
32113
32114
32115 \end_layout
32116
32117 \end_inset
32118 </cell>
32119 </row>
32120 <row>
32121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32122 \begin_inset Text
32123
32124 \begin_layout Plain Layout
32125
32126 \backslash
32127 ce
32128 \begin_inset ERT
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132
32133
32134 \backslash
32135 spce 
32136 \end_layout
32137
32138 \end_inset
32139
32140 CO2
32141 \begin_inset ERT
32142 status collapsed
32143
32144 \begin_layout Plain Layout
32145
32146
32147 \backslash
32148 spce 
32149 \end_layout
32150
32151 \end_inset
32152
32153 +
32154 \begin_inset ERT
32155 status collapsed
32156
32157 \begin_layout Plain Layout
32158
32159
32160 \backslash
32161 spce 
32162 \end_layout
32163
32164 \end_inset
32165
32166 C
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 spce 
32175 \end_layout
32176
32177 \end_inset
32178
32179 ->[
32180 \backslash
32181 alpha][
32182 \backslash
32183 beta]
32184 \begin_inset ERT
32185 status collapsed
32186
32187 \begin_layout Plain Layout
32188
32189
32190 \backslash
32191 spce 
32192 \end_layout
32193
32194 \end_inset
32195
32196 2CO}
32197 \end_layout
32198
32199 \end_inset
32200 </cell>
32201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32202 \begin_inset Text
32203
32204 \begin_layout Plain Layout
32205 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \end_inset
32212 </cell>
32213 </row>
32214 </lyxtabular>
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 \begin_inset Note Greyedout
32223 status open
32224
32225 \begin_layout Plain Layout
32226
32227 \series bold
32228 Note:
32229 \series default
32230  Inserting a formula to a 
32231 \series bold
32232
32233 \backslash
32234 ce
32235 \series default
32236  box will lead to LaTeX errors.
32237  In this case TeX code has to be used like for 
32238 \series bold
32239
32240 \backslash
32241 ce{$
32242 \backslash
32243 mu
32244 \backslash
32245 hyphen$Cl}
32246 \series default
32247
32248 \begin_inset ERT
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252
32253
32254 \backslash
32255 ce{$
32256 \backslash
32257 mu
32258 \backslash
32259 hyphen$Cl}
32260 \end_layout
32261
32262 \end_inset
32263
32264  
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 Using 
32274 \series bold
32275
32276 \backslash
32277 ce
32278 \series default
32279  the command for equation
32280 \begin_inset space ~
32281 \end_inset
32282
32283
32284 \begin_inset CommandInset ref
32285 LatexCommand eqref
32286 reference "eq:chem-reaction"
32287
32288 \end_inset
32289
32290  is:
32291 \begin_inset Newline newline
32292 \end_inset
32293
32294
32295 \series bold
32296  
32297 \backslash
32298 ce
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 2Na+
32312 \begin_inset ERT
32313 status collapsed
32314
32315 \begin_layout Plain Layout
32316
32317
32318 \backslash
32319 spce 
32320 \end_layout
32321
32322 \end_inset
32323
32324 +
32325 \begin_inset ERT
32326 status collapsed
32327
32328 \begin_layout Plain Layout
32329
32330
32331 \backslash
32332 spce 
32333 \end_layout
32334
32335 \end_inset
32336
32337 SO4^2-
32338 \begin_inset ERT
32339 status collapsed
32340
32341 \begin_layout Plain Layout
32342
32343
32344 \backslash
32345 spce 
32346 \end_layout
32347
32348 \end_inset
32349
32350
32351 \begin_inset ERT
32352 status collapsed
32353
32354 \begin_layout Plain Layout
32355
32356
32357 \backslash
32358 spce 
32359 \end_layout
32360
32361 \end_inset
32362
32363 ->
32364 \begin_inset ERT
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369
32370 \backslash
32371 spce 
32372 \end_layout
32373
32374 \end_inset
32375
32376 Na2SO4
32377 \end_layout
32378
32379 \begin_layout Standard
32380 To create multiline chemical equations first a multiline formula is created
32381  as described in 
32382 \begin_inset CommandInset ref
32383 LatexCommand ref
32384 reference "sec:Multiline-Formulas"
32385
32386 \end_inset
32387
32388 .
32389  Afterwards the command 
32390 \series bold
32391
32392 \backslash
32393 ce
32394 \series default
32395  is used in every small blue box of the formula.
32396  
32397 \begin_inset CommandInset ref
32398 LatexCommand eqref
32399 reference "eq:TEOS-reaction-1"
32400
32401 \end_inset
32402
32403  and 
32404 \begin_inset CommandInset ref
32405 LatexCommand eqref
32406 reference "eq:TEOS-reaction-2"
32407
32408 \end_inset
32409
32410  are an example of a multi-stage chemical reaction where every equation
32411  has its own number.
32412 \begin_inset Formula \begin{eqnarray}
32413 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32414 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32415 \end{eqnarray}
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Besides 
32424 \series bold
32425
32426 \backslash
32427 ce
32428 \series default
32429  the 
32430 \series bold
32431 mhchem
32432 \series default
32433  package provides the command 
32434 \series bold
32435
32436 \backslash
32437 cf
32438 \series default
32439
32440 \begin_inset Index idx
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444 Commands ! C ! 
32445 \backslash
32446 cf
32447 \end_layout
32448
32449 \end_inset
32450
32451  that has to be used for special cases.
32452  For more information about 
32453 \series bold
32454
32455 \backslash
32456 cf
32457 \series default
32458  and more examples have a look at the documentation of 
32459 \series bold
32460 mhchem
32461 \series default
32462
32463 \begin_inset CommandInset citation
32464 LatexCommand cite
32465 key "mhchem"
32466
32467 \end_inset
32468
32469 .
32470 \end_layout
32471
32472 \begin_layout Standard
32473 \begin_inset Newpage newpage
32474 \end_inset
32475
32476
32477 \end_layout
32478
32479 \begin_layout Section
32480 Diagrams
32481 \end_layout
32482
32483 \begin_layout Standard
32484 LyX supports two types of commutative diagrams: 
32485 \series bold
32486 amscd
32487 \series default
32488  and 
32489 \series bold
32490 xymatrix
32491 \series default
32492  that are explained in the following.
32493 \end_layout
32494
32495 \begin_layout Subsection
32496 Amscd Diagrams
32497 \begin_inset Index idx
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 Diagrams ! amscd
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 Diagrams of this type visualize relations by vertical and horizontal lines
32511  or arrows:
32512 \begin_inset Formula \[
32513 \begin{CD}A@>>>B@>>>C\\
32514 @AAA@.@VVV\\
32515 F@<<<E@<<<D
32516 \end{CD}
32517 \]
32518
32519 \end_inset
32520
32521
32522 \end_layout
32523
32524 \begin_layout Standard
32525 To get them, the command 
32526 \series bold
32527
32528 \backslash
32529 CD
32530 \begin_inset Index idx
32531 status collapsed
32532
32533 \begin_layout Plain Layout
32534 Commands ! C ! 
32535 \backslash
32536 CD
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \series default
32543  is inserted to a formula.
32544  A blue box appears with two dashed lines where further commands can be
32545  inserted.
32546  With 
32547 \begin_inset Info
32548 type  "shortcut"
32549 arg   "newline-insert newline"
32550 \end_inset
32551
32552  a new line is created.
32553  Horizontal relations are inserted in odd, vertical in even formula lines.
32554 \end_layout
32555
32556 \begin_layout Standard
32557 To create the relations there are the following commands:
32558 \end_layout
32559
32560 \begin_layout Itemize
32561
32562 \series bold
32563 @<<<
32564 \series default
32565  creates a left arrow, 
32566 \series bold
32567 @>>>
32568 \series default
32569  a right arrow and 
32570 \series bold
32571 @=
32572 \series default
32573  a long equal sign
32574 \end_layout
32575
32576 \begin_layout Itemize
32577
32578 \series bold
32579 @AAA
32580 \series default
32581  creates an up arrow, 
32582 \series bold
32583 @VVV
32584 \series default
32585  an down arrow and 
32586 \series bold
32587 @|
32588 \series default
32589  a vertical equal sign
32590 \end_layout
32591
32592 \begin_layout Itemize
32593
32594 \series bold
32595 @.
32596
32597 \series default
32598  is a placeholder for non-existent relations
32599 \end_layout
32600
32601 \begin_layout Standard
32602 All arrows can be labeled as follows:
32603 \end_layout
32604
32605 \begin_layout Itemize
32606 Is text inserted between the first and second < or >, resp., it is placed
32607  above the arrow.
32608  When it is inserted between the second and third one, it appears under
32609  the arrow.
32610 \end_layout
32611
32612 \begin_layout Itemize
32613 When text for vertical arrows is inserted between the first and second A
32614  or V, resp., it is placed left beside the arrow.
32615  When it is inserted between the second and third one, it appears right
32616  beside the arrow.
32617  If the text contains an A or V, these letters must be set into a TeX-brace.
32618 \end_layout
32619
32620 \begin_layout Standard
32621 As example a diagram with all possible relations:
32622 \end_layout
32623
32624 \begin_layout Standard
32625 \begin_inset Formula \[
32626 \begin{CD}A@>j>>B@>>k>C@=F\\
32627 @AmAA@.@VV{V}V@|\\
32628 D@<<j<E@>k>>F@=C
32629 \end{CD}
32630 \]
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 The command for this is:
32639 \begin_inset Newline newline
32640 \end_inset
32641
32642
32643 \series bold
32644
32645 \backslash
32646 CD
32647 \begin_inset ERT
32648 status collapsed
32649
32650 \begin_layout Plain Layout
32651
32652
32653 \backslash
32654 spce 
32655 \end_layout
32656
32657 \end_inset
32658
32659 A@>j>>B@>>k>C@=F Ctrl+Return
32660 \begin_inset Newline newline
32661 \end_inset
32662
32663
32664 \begin_inset Phantom HPhantom
32665 status open
32666
32667 \begin_layout Plain Layout
32668
32669 \series bold
32670
32671 \backslash
32672 CD
32673 \begin_inset ERT
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677
32678
32679 \backslash
32680 spce 
32681 \end_layout
32682
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \end_inset
32689
32690 @AmAA@.@VV
32691 \backslash
32692 {V
32693 \series default
32694
32695 \begin_inset Formula $\to$
32696 \end_inset
32697
32698
32699 \series bold
32700 V@| Ctrl+Return
32701 \begin_inset Newline newline
32702 \end_inset
32703
32704
32705 \begin_inset Phantom HPhantom
32706 status open
32707
32708 \begin_layout Plain Layout
32709
32710 \series bold
32711
32712 \backslash
32713 CD
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719
32720 \backslash
32721 spce 
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \end_layout
32728
32729 \end_inset
32730
32731 D@<<j<E@>k>>F@=C
32732 \end_layout
32733
32734 \begin_layout Subsection
32735 Xymatrix Diagrams
32736 \begin_inset Index idx
32737 status collapsed
32738
32739 \begin_layout Plain Layout
32740 Diagrams ! xymatrix
32741 \end_layout
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Standard
32749 To be able to use xymatrices, the LaTeX-package 
32750 \series bold
32751 xypic
32752 \series default
32753  must be installed.
32754  A xymatrix is created by inserting the command 
32755 \series bold
32756
32757 \backslash
32758 xymatrix
32759 \series default
32760  in a formula.
32761  Then you are able to add new matrix columns and rows like for normal matrices,
32762  see 
32763 \begin_inset CommandInset ref
32764 LatexCommand ref
32765 reference "sec:Matrices"
32766
32767 \end_inset
32768
32769 .
32770 \end_layout
32771
32772 \begin_layout Standard
32773 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32774  and much more.
32775  All possibilities to create commutative diagrams and decorations are explained
32776  in detail in the 
32777 \emph on
32778 XY-pic manual
32779 \emph default
32780  that you find in the menu 
32781 \family sans
32782 Help\SpecialChar \menuseparator
32783 Specific
32784 \begin_inset space ~
32785 \end_inset
32786
32787 Manuals
32788 \family default
32789 .
32790 \end_layout
32791
32792 \begin_layout Subsection
32793
32794 \noun on
32795 Feynman
32796 \noun default
32797  Diagrams
32798 \begin_inset Index idx
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802 Diagrams ! Feynman
32803 \end_layout
32804
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \begin_layout Standard
32811 To be able to use 
32812 \noun on
32813 Feynman
32814 \noun default
32815 -diagrams, the LaTeX-package 
32816 \series bold
32817 feyn
32818 \series default
32819  must be installed.
32820  A 
32821 \noun on
32822 Feynman
32823 \noun default
32824 -diagram is created by inserting the command 
32825 \series bold
32826
32827 \backslash
32828 Diagram
32829 \series default
32830  in a formula.
32831  Then you are able to add new matrix columns and rows like for normal matrices,
32832  see 
32833 \begin_inset CommandInset ref
32834 LatexCommand ref
32835 reference "sec:Matrices"
32836
32837 \end_inset
32838
32839 .
32840 \end_layout
32841
32842 \begin_layout Standard
32843 Examples how to create 
32844 \noun on
32845 Feynman-
32846 \noun default
32847 diagrams in LyX is given in the 
32848 \emph on
32849 Feynman-diagram manual
32850 \emph default
32851  that you find in the menu 
32852 \family sans
32853 Help\SpecialChar \menuseparator
32854 Specific
32855 \begin_inset space ~
32856 \end_inset
32857
32858 Manuals
32859 \family default
32860 .
32861 \end_layout
32862
32863 \begin_layout Section
32864 User-defined Commands
32865 \begin_inset Index idx
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869 User-defined commands
32870 \end_layout
32871
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \begin_layout Standard
32878 \begin_inset Note Greyedout
32879 status open
32880
32881 \begin_layout Plain Layout
32882
32883 \series bold
32884 Note:
32885 \series default
32886  The names of user-defined commands and macros may only consist of Latin
32887  letters.
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Subsection
32896 The Command 
32897 \backslash
32898 newcommand
32899 \begin_inset CommandInset label
32900 LatexCommand label
32901 name "sub:The-Command-newcommand"
32902
32903 \end_inset
32904
32905
32906 \begin_inset Index idx
32907 status collapsed
32908
32909 \begin_layout Plain Layout
32910 User-defined commands ! 
32911 \backslash
32912 newcommand
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \begin_inset Index idx
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 Commands ! N ! 
32923 \backslash
32924 newcommand
32925 \end_layout
32926
32927 \end_inset
32928
32929
32930 \end_layout
32931
32932 \begin_layout Standard
32933 Many LaTeX-commands are too long to be used frequently.
32934  But it is possible to define with the command 
32935 \series bold
32936
32937 \backslash
32938 newcommand
32939 \series default
32940  new shorter commands.
32941 \end_layout
32942
32943 \begin_layout Standard
32944 The command scheme of 
32945 \series bold
32946
32947 \backslash
32948 newcommand
32949 \series default
32950  is:
32951 \end_layout
32952
32953 \begin_layout Standard
32954
32955 \series bold
32956
32957 \backslash
32958 newcommand{new command name}[number of arguments][optional
32959 \series default
32960  
32961 \series bold
32962 value]
32963 \begin_inset Newline newline
32964 \end_inset
32965
32966
32967 \begin_inset Phantom HPhantom
32968 status open
32969
32970 \begin_layout Plain Layout
32971
32972 \series bold
32973
32974 \backslash
32975 newcommand
32976 \end_layout
32977
32978 \end_inset
32979
32980 {command definition}
32981 \end_layout
32982
32983 \begin_layout Standard
32984 \begin_inset Note Greyedout
32985 status open
32986
32987 \begin_layout Plain Layout
32988
32989 \series bold
32990 Note:
32991 \series default
32992  Assure that the name of the new command is not already used in your document
32993  or by LaTeX-packages that you use.
32994  When you for example define the command 
32995 \series bold
32996
32997 \backslash
32998 le
32999 \series default
33000  for 
33001 \series bold
33002
33003 \backslash
33004 Leftarrow
33005 \series default
33006 , you get an error message because 
33007 \series bold
33008
33009 \backslash
33010 le
33011 \series default
33012  is already defined as command for 
33013 \begin_inset Quotes eld
33014 \end_inset
33015
33016
33017 \begin_inset Formula $\le$
33018 \end_inset
33019
33020
33021 \begin_inset Quotes erd
33022 \end_inset
33023
33024 .
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Standard
33033 The number of arguments is an integer in the range 0
33034 \begin_inset space \thinspace{}
33035 \end_inset
33036
33037 -
33038 \begin_inset space \thinspace{}
33039 \end_inset
33040
33041 9 and specifies how many arguments the new command should have.
33042  With the optional value a value for an optional argument can be predefined.
33043  When this is done, the 
33044 \emph on
33045 first
33046 \emph default
33047  
33048 \emph on
33049 a
33050 \emph default
33051 rgument of the new command is automatically an optional one.
33052 \end_layout
33053
33054 \begin_layout Standard
33055 Here are some examples:
33056 \end_layout
33057
33058 \begin_layout Itemize
33059 To define the command 
33060 \series bold
33061
33062 \backslash
33063 gr
33064 \series default
33065  for 
33066 \series bold
33067
33068 \backslash
33069 Longrightarrow
33070 \series default
33071 , the LaTeX-preamble line is:
33072 \begin_inset VSpace medskip
33073 \end_inset
33074
33075
33076 \begin_inset Newline newline
33077 \end_inset
33078
33079
33080 \series bold
33081
33082 \backslash
33083 newcommand{
33084 \backslash
33085 gr}{
33086 \backslash
33087 Longrightarrow}
33088 \end_layout
33089
33090 \begin_layout Itemize
33091 To define the command 
33092 \series bold
33093
33094 \backslash
33095 us
33096 \series default
33097  for 
33098 \series bold
33099
33100 \backslash
33101 underline
33102 \series default
33103 , the argument (that should be underlined) must be taken into account.
33104  For this the preamble line is:
33105 \begin_inset VSpace medskip
33106 \end_inset
33107
33108
33109 \begin_inset Newline newline
33110 \end_inset
33111
33112
33113 \series bold
33114
33115 \backslash
33116 newcommand{
33117 \backslash
33118 us}[1]{
33119 \backslash
33120 underline{#1}}
33121 \series default
33122
33123 \begin_inset VSpace medskip
33124 \end_inset
33125
33126
33127 \begin_inset Newline newline
33128 \end_inset
33129
33130 The character 
33131 \series bold
33132 #
33133 \series default
33134  acts as argument placeholder, the 
33135 \series bold
33136 1
33137 \series default
33138  behind it denotes that it is the placeholder for the first argument.
33139 \end_layout
33140
33141 \begin_layout Itemize
33142 For 
33143 \series bold
33144
33145 \backslash
33146 framebox
33147 \series default
33148  one can e.
33149 \begin_inset space \thinspace{}
33150 \end_inset
33151
33152 g.
33153 \begin_inset space \space{}
33154 \end_inset
33155
33156 define the command 
33157 \series bold
33158
33159 \backslash
33160 fb
33161 \series default
33162 :
33163 \begin_inset VSpace medskip
33164 \end_inset
33165
33166
33167 \begin_inset Newline newline
33168 \end_inset
33169
33170
33171 \series bold
33172
33173 \backslash
33174 newcommand{
33175 \backslash
33176 fb}[3]{
33177 \backslash
33178 framebox#1#2{$#3$}}
33179 \series default
33180
33181 \begin_inset VSpace medskip
33182 \end_inset
33183
33184
33185 \begin_inset Newline newline
33186 \end_inset
33187
33188 The two Dollar signs creates the extra formula needed for 
33189 \series bold
33190
33191 \backslash
33192 framebox
33193 \series default
33194 , see 
33195 \begin_inset CommandInset ref
33196 LatexCommand ref
33197 reference "sub:Boxes-with-Frame"
33198
33199 \end_inset
33200
33201 .
33202 \end_layout
33203
33204 \begin_layout Itemize
33205 To create a new command for 
33206 \series bold
33207
33208 \backslash
33209 fcolorbox
33210 \series default
33211  where the color for the box needn't to be specified, the argument for the
33212  color is defined optional:
33213 \begin_inset VSpace medskip
33214 \end_inset
33215
33216
33217 \begin_inset Newline newline
33218 \end_inset
33219
33220
33221 \series bold
33222
33223 \backslash
33224 newcommand{
33225 \backslash
33226 cb}[3][white]{
33227 \backslash
33228 fcolorbox{#2}{#1}{$#3$}}
33229 \series default
33230
33231 \begin_inset VSpace medskip
33232 \end_inset
33233
33234
33235 \begin_inset Newline newline
33236 \end_inset
33237
33238 When the color is not specified when using 
33239 \series bold
33240
33241 \backslash
33242 cb
33243 \series default
33244 , the predefined color 
33245 \series bold
33246 white
33247 \series default
33248  will be used.
33249 \end_layout
33250
33251 \begin_layout Standard
33252 A test of the new defined commands:
33253 \end_layout
33254
33255 \begin_layout Standard
33256 \align center
33257 \begin_inset Tabular
33258 <lyxtabular version="3" rows="6" columns="2">
33259 <features tabularvalignment="middle">
33260 <column alignment="center" valignment="top" width="0">
33261 <column alignment="center" valignment="top" width="0">
33262 <row>
33263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33264 \begin_inset Text
33265
33266 \begin_layout Plain Layout
33267 Command
33268 \end_layout
33269
33270 \end_inset
33271 </cell>
33272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33273 \begin_inset Text
33274
33275 \begin_layout Plain Layout
33276 Result
33277 \begin_inset Note Note
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281
33282 \series bold
33283
33284 \backslash
33285 raisebox
33286 \series default
33287  is only used as spacer.
33288 \end_layout
33289
33290 \end_inset
33291
33292
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 </row>
33298 <row>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 A
33304 \backslash
33305 gr
33306 \begin_inset ERT
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310
33311
33312 \backslash
33313 spce 
33314 \end_layout
33315
33316 \end_inset
33317
33318 B
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 \begin_inset Formula $A\gr B$
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \end_inset
33334 </cell>
33335 </row>
33336 <row>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341
33342 \backslash
33343 us{ABcd
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \end_inset
33359 </cell>
33360 </row>
33361 <row>
33362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33363 \begin_inset Text
33364
33365 \begin_layout Plain Layout
33366
33367 \backslash
33368 fb{[2cm]
33369 \begin_inset Formula $\to$
33370 \end_inset
33371
33372
33373 \backslash
33374 {
33375 \begin_inset Formula $\to$
33376 \end_inset
33377
33378
33379 \backslash
33380 {
33381 \backslash
33382 int
33383 \begin_inset ERT
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388
33389 \backslash
33390 spce 
33391 \end_layout
33392
33393 \end_inset
33394
33395 A=B
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \end_inset
33411 </cell>
33412 </row>
33413 <row>
33414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418
33419 \backslash
33420 cb{red
33421 \begin_inset Formula $\to$
33422 \end_inset
33423
33424
33425 \backslash
33426 {
33427 \backslash
33428 int
33429 \begin_inset ERT
33430 status collapsed
33431
33432 \begin_layout Plain Layout
33433
33434
33435 \backslash
33436 spce 
33437 \end_layout
33438
33439 \end_inset
33440
33441 A=B
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 <row>
33460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464
33465 \backslash
33466 cb[green]
33467 \backslash
33468 {red
33469 \begin_inset Formula $\to$
33470 \end_inset
33471
33472
33473 \backslash
33474 {
33475 \backslash
33476 int
33477 \begin_inset ERT
33478 status collapsed
33479
33480 \begin_layout Plain Layout
33481
33482
33483 \backslash
33484 spce 
33485 \end_layout
33486
33487 \end_inset
33488
33489 A=B
33490 \end_layout
33491
33492 \end_inset
33493 </cell>
33494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33495 \begin_inset Text
33496
33497 \begin_layout Plain Layout
33498 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 </row>
33507 </lyxtabular>
33508
33509 \end_inset
33510
33511
33512 \end_layout
33513
33514 \begin_layout Subsection
33515 Math Macros
33516 \begin_inset Index idx
33517 status collapsed
33518
33519 \begin_layout Plain Layout
33520 User-defined commands! Math macros
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \begin_inset Index idx
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 Macros
33531 \end_layout
33532
33533 \end_inset
33534
33535
33536 \end_layout
33537
33538 \begin_layout Standard
33539 User-defined commands are especially convenient for complex expressions.
33540  When you are for example dealing in a document with quadratic equations,
33541  the same solution type occurs several times.
33542  The general form of a quadratic equation is
33543 \begin_inset Formula \[
33544 0=\lambda^{2}+p\lambda+q
33545 \]
33546
33547 \end_inset
33548
33549 The general form of the solution is
33550 \begin_inset Formula \[
33551 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33552 \]
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Standard
33560 To define a command for the solution formula where only the three parameters
33561  
33562 \begin_inset Formula $\lambda$
33563 \end_inset
33564
33565
33566 \begin_inset Formula $p$
33567 \end_inset
33568
33569  and 
33570 \begin_inset Formula $q$
33571 \end_inset
33572
33573  need to be specified and the index of 
33574 \begin_inset Formula $\lambda$
33575 \end_inset
33576
33577  can be given optionally, the LaTeX-preamble line is
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581
33582 \series bold
33583
33584 \backslash
33585 newcommand{
33586 \backslash
33587 qG}[4][1,
33588 \backslash
33589 ,2]{#2_{#1}=-
33590 \backslash
33591 frac{#3}{2}
33592 \backslash
33593 pm
33594 \begin_inset Newline newline
33595 \end_inset
33596
33597
33598 \begin_inset Phantom HPhantom
33599 status open
33600
33601 \begin_layout Plain Layout
33602
33603 \series bold
33604
33605 \backslash
33606 newcommand
33607 \end_layout
33608
33609 \end_inset
33610
33611
33612 \backslash
33613 sqrt{
33614 \backslash
33615 frac{#3^{2}}{4}-#4}}
33616 \end_layout
33617
33618 \begin_layout Standard
33619 To create with this the solution formula, the command
33620 \begin_inset Newline newline
33621 \end_inset
33622
33623
33624 \series bold
33625
33626 \backslash
33627 qG{
33628 \backslash
33629 lambda
33630 \begin_inset Formula $\to$
33631 \end_inset
33632
33633
33634 \backslash
33635 {p
33636 \begin_inset Formula $\to$
33637 \end_inset
33638
33639
33640 \backslash
33641 {q
33642 \series default
33643  is inserted to a formula
33644 \series bold
33645 .
33646 \end_layout
33647
33648 \begin_layout Standard
33649 The definition of the new command is unintuitive because one has to know
33650  the schemes of all used LaTeX commands, e.
33651 \begin_inset space \thinspace{}
33652 \end_inset
33653
33654 g.
33655 \begin_inset space \space{}
33656 \end_inset
33657
33658 that a fraction is inserted in LaTeX as 
33659 \series bold
33660
33661 \backslash
33662 frac{numerator}{denominator}
33663 \series default
33664 .
33665  Furthermore one can easily forget a brace in the definition and cannot
33666  see in LyX what the new command is doing.
33667  To avoid these problems LyX offers the possibility to use math macros instead
33668  of the command 
33669 \series bold
33670
33671 \backslash
33672 newcommand
33673 \series default
33674 .
33675 \end_layout
33676
33677 \begin_layout Standard
33678 A math macro is created by using the menu 
33679 \family sans
33680 Insert\SpecialChar \menuseparator
33681 Math\SpecialChar \menuseparator
33682 Macro
33683 \family default
33684  or the toolbar button 
33685 \begin_inset Graphics
33686         filename ../images/math-macro_newmacroname_newcommand.png
33687         scale 85
33688
33689 \end_inset
33690
33691 .
33692  The math macro toolbar appears together with the following box where the
33693  macro is defined:
33694 \begin_inset Newline newline
33695 \end_inset
33696
33697
33698 \begin_inset space \hspace*{\fill}
33699 \end_inset
33700
33701
33702 \begin_inset Graphics
33703         filename clipart/macrobox.png
33704
33705 \end_inset
33706
33707
33708 \begin_inset space \hspace*{\fill}
33709 \end_inset
33710
33711
33712 \begin_inset Newline newline
33713 \end_inset
33714
33715
33716 \begin_inset FormulaMacro
33717 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33718 \end_inset
33719
33720
33721 \backslash
33722 newmacroname is the default name of the macro that should be changed to
33723  something sensible.
33724  The wanted formula is inserted in the first blue box.
33725  An argument placeholder is inserted with the command 
33726 \series bold
33727
33728 \backslash
33729 #argumentnumber
33730 \series default
33731 , e.
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 g
33736 \begin_inset space \space{}
33737 \end_inset
33738
33739
33740 \series bold
33741
33742 \backslash
33743 #1
33744 \series default
33745  or by using the macro toolbar button 
33746 \begin_inset Graphics
33747         filename ../images/math-macro-add-param.png
33748         scale 85
33749
33750 \end_inset
33751
33752 .
33753  Argument placeholders are displayed red.
33754  Maximum 9 arguments are possible.
33755  Optional arguments are created with the toolbar button 
33756 \begin_inset Graphics
33757         filename ../images/math-macro-add-optional-param.png
33758         scale 85
33759
33760 \end_inset
33761
33762 .
33763  The first non-optional argument can be transformed to an optional one with
33764  the toolbar button 
33765 \begin_inset Graphics
33766         filename ../images/math-macro-make-optional.png
33767         scale 85
33768
33769 \end_inset
33770
33771 .
33772  In the second blue box the appearance of the macro in LyX can be defined.
33773  Normally you want to see it as it is defined, so the box is kept empty.
33774  But when you have created a macro that needs lot of space on the screen,
33775  you can insert in the box for example
33776 \begin_inset Newline newline
33777 \end_inset
33778
33779
33780 \series bold
33781 qG: 
33782 \backslash
33783 #1
33784 \series default
33785  
33786 \series bold
33787 ,
33788 \series default
33789  
33790 \series bold
33791
33792 \backslash
33793 #2
33794 \series default
33795  
33796 \series bold
33797 ,
33798 \series default
33799  
33800 \series bold
33801
33802 \backslash
33803 #3, 
33804 \backslash
33805 #4
33806 \begin_inset Newline newline
33807 \end_inset
33808
33809
33810 \series default
33811 For the macro only the arguments with the macro name in front of them will
33812  then be displayed in LyX, leading to a better overview.
33813  The formula appears in the output as defined in the first box.
33814 \begin_inset Newline newline
33815 \end_inset
33816
33817 The appearance of macros in formulas can furthermore be changed for single
33818  macros by setting the cursor in the macro and using the menu 
33819 \family sans
33820 View\SpecialChar \menuseparator
33821 (Un)fold
33822 \begin_inset space ~
33823 \end_inset
33824
33825 Math
33826 \begin_inset space ~
33827 \end_inset
33828
33829 Macro
33830 \family default
33831 .
33832 \end_layout
33833
33834 \begin_layout Standard
33835 To use a macro, the macro name is inserted as command to a formula, in our
33836  case 
33837 \series bold
33838
33839 \backslash
33840 qG
33841 \series default
33842 .
33843  Our macro looks in LyX like this:
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \begin_inset space \hspace*{\fill}
33849 \end_inset
33850
33851
33852 \begin_inset Graphics
33853         filename clipart/macrouse.png
33854
33855 \end_inset
33856
33857
33858 \begin_inset space \hspace*{\fill}
33859 \end_inset
33860
33861
33862 \begin_inset Newline newline
33863 \end_inset
33864
33865 Here is our macro example with the arguments 
33866 \begin_inset Formula $x$
33867 \end_inset
33868
33869
33870 \begin_inset Formula $\ln(x)$
33871 \end_inset
33872
33873  and 
33874 \begin_inset Formula $B$
33875 \end_inset
33876
33877 :
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset Formula \[
33882 \qG x{\ln(x)}B
33883 \]
33884
33885 \end_inset
33886
33887
33888 \end_layout
33889
33890 \begin_layout Standard
33891 LyX offers in the menu 
33892 \family sans
33893 Tools\SpecialChar \menuseparator
33894 Preferences\SpecialChar \menuseparator
33895 Editing\SpecialChar \menuseparator
33896 Control
33897 \family default
33898  different styles to edit macros.
33899  To find the style that suits you the most, choose a style and set the cursor
33900  in a macro formula to see the difference.
33901 \end_layout
33902
33903 \begin_layout Standard
33904 A math macro is transformed internally to a 
33905 \series bold
33906
33907 \backslash
33908 newcommand
33909 \series default
33910  command when exporting the document.
33911  The created 
33912 \series bold
33913
33914 \backslash
33915 newcommand
33916 \series default
33917  command is not placed in the LaTeX-preamble, therefore macros can only
33918  be used in formulas that are in the document below the macro definition
33919  box.
33920 \end_layout
33921
33922 \begin_layout Standard
33923 Math macros can also be directly be created from a 
33924 \series bold
33925
33926 \backslash
33927 newcommand
33928 \series default
33929  command.
33930  When writing for example the command
33931 \series bold
33932
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936
33937 \backslash
33938 newcommand{
33939 \backslash
33940 larrow}[2]{
33941 \backslash
33942 xleftarrow[#2]{#1}}
33943 \begin_inset Newline newline
33944 \end_inset
33945
33946
33947 \series default
33948 in LyX as normal text, highlighting it completely and using then the shortcut
33949  
33950 \family sans
33951 Ctrl+M
33952 \family default
33953 , the command will be transformed to a math macro.
33954  Using this method you need to be careful that the 
33955 \series bold
33956
33957 \backslash
33958 newcommand
33959 \series default
33960  command is typed correctly, otherwise you get a faulty macro leading to
33961  LaTeX errors.
33962 \end_layout
33963
33964 \begin_layout Standard
33965 Math macros currently yet have the problem that further formulas in macro
33966  definitions are handled wrongly.
33967  Therefore the example 
33968 \series bold
33969
33970 \backslash
33971 fb
33972 \series default
33973  from 
33974 \begin_inset CommandInset ref
33975 LatexCommand ref
33976 reference "sub:The-Command-newcommand"
33977
33978 \end_inset
33979
33980  cannot be created as macro.
33981 \end_layout
33982
33983 \begin_layout Standard
33984 When the cursor is in a macro definition box, you will see the macro toolbar
33985  in LyX:
33986 \end_layout
33987
33988 \begin_layout Standard
33989 \begin_inset VSpace defskip
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 \begin_inset Graphics
33997         filename clipart/MacroToolbar.png
33998
33999 \end_inset
34000
34001
34002 \begin_inset Index idx
34003 status collapsed
34004
34005 \begin_layout Plain Layout
34006 Macros ! Toolbar
34007 \end_layout
34008
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Standard
34015 \begin_inset VSpace defskip
34016 \end_inset
34017
34018
34019 \end_layout
34020
34021 \begin_layout Standard
34022 The macro toolbar contains from left to right the following buttons:
34023 \end_layout
34024
34025 \begin_layout Standard
34026 \begin_inset VSpace defskip
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Standard
34033 \begin_inset Tabular
34034 <lyxtabular version="3" rows="9" columns="2">
34035 <features islongtable="true" longtabularalignment="center">
34036 <column alignment="left" valignment="top" width="0">
34037 <column alignment="left" valignment="top" width="85col%">
34038 <row interlinespace="2.5mm">
34039 <cell alignment="center" valignment="top" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043 \begin_inset Graphics
34044         filename ../images/math-macro-remove-param.png
34045         rotateOrigin center
34046
34047 \end_inset
34048
34049
34050 \end_layout
34051
34052 \end_inset
34053 </cell>
34054 <cell alignment="center" valignment="top" usebox="none">
34055 \begin_inset Text
34056
34057 \begin_layout Plain Layout
34058
34059 \family sans
34060 Edit\SpecialChar \menuseparator
34061 Math\SpecialChar \menuseparator
34062 Macro
34063 \begin_inset space ~
34064 \end_inset
34065
34066 Definition\SpecialChar \menuseparator
34067 Remove Last Argument
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 </row>
34073 <row interlinespace="2.5mm">
34074 <cell alignment="center" valignment="top" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078 \begin_inset Graphics
34079         filename ../images/math-macro-add-param.png
34080         rotateOrigin center
34081
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \end_inset
34088 </cell>
34089 <cell alignment="center" valignment="top" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093
34094 \family sans
34095 Edit\SpecialChar \menuseparator
34096 Math\SpecialChar \menuseparator
34097 Macro
34098 \begin_inset space ~
34099 \end_inset
34100
34101 Definition\SpecialChar \menuseparator
34102 Append Argument
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 </row>
34108 <row interlinespace="2.5mm">
34109 <cell alignment="center" valignment="top" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113 \begin_inset Graphics
34114         filename ../images/math-macro-make-optional.png
34115         rotateOrigin center
34116
34117 \end_inset
34118
34119
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 <cell alignment="center" valignment="top" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128
34129 \family sans
34130 Edit\SpecialChar \menuseparator
34131 Math\SpecialChar \menuseparator
34132 Macro
34133 \begin_inset space ~
34134 \end_inset
34135
34136 Definition\SpecialChar \menuseparator
34137 Make First Non-Optional into
34138 \begin_inset Newline newline
34139 \end_inset
34140
34141
34142 \begin_inset Phantom HPhantom
34143 status open
34144
34145 \begin_layout Plain Layout
34146
34147 \family sans
34148 Edit\SpecialChar \menuseparator
34149 Math\SpecialChar \menuseparator
34150 Macro
34151 \begin_inset space ~
34152 \end_inset
34153
34154 Definition\SpecialChar \menuseparator
34155
34156 \end_layout
34157
34158 \end_inset
34159
34160 Optional Argument
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 </row>
34166 <row interlinespace="2.5mm">
34167 <cell alignment="center" valignment="top" usebox="none">
34168 \begin_inset Text
34169
34170 \begin_layout Plain Layout
34171 \begin_inset Graphics
34172         filename ../images/math-macro-make-nonoptional.png
34173         rotateOrigin center
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 <cell alignment="center" valignment="top" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186
34187 \family sans
34188 Edit\SpecialChar \menuseparator
34189 Math\SpecialChar \menuseparator
34190 Macro
34191 \begin_inset space ~
34192 \end_inset
34193
34194 Definition\SpecialChar \menuseparator
34195 Make Last Optional into
34196 \begin_inset Newline newline
34197 \end_inset
34198
34199
34200 \begin_inset Phantom HPhantom
34201 status open
34202
34203 \begin_layout Plain Layout
34204
34205 \family sans
34206 Edit\SpecialChar \menuseparator
34207 Math\SpecialChar \menuseparator
34208 Macro
34209 \begin_inset space ~
34210 \end_inset
34211
34212 Definition\SpecialChar \menuseparator
34213
34214 \end_layout
34215
34216 \end_inset
34217
34218 Non-Optional Argument
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 <row interlinespace="2.5mm">
34225 <cell alignment="center" valignment="top" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Plain Layout
34229 \begin_inset Graphics
34230         filename ../images/math-macro-remove-optional-param.png
34231         rotateOrigin center
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \end_inset
34239 </cell>
34240 <cell alignment="center" valignment="top" usebox="none">
34241 \begin_inset Text
34242
34243 \begin_layout Plain Layout
34244
34245 \family sans
34246 Edit\SpecialChar \menuseparator
34247 Math\SpecialChar \menuseparator
34248 Macro
34249 \begin_inset space ~
34250 \end_inset
34251
34252 Definition\SpecialChar \menuseparator
34253 Remove Optional Argument
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 </row>
34259 <row interlinespace="2.5mm">
34260 <cell alignment="center" valignment="top" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264 \begin_inset Graphics
34265         filename ../images/math-macro-add-optional-param.png
34266         rotateOrigin center
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \end_inset
34274 </cell>
34275 <cell alignment="center" valignment="top" usebox="none">
34276 \begin_inset Text
34277
34278 \begin_layout Plain Layout
34279
34280 \family sans
34281 Edit\SpecialChar \menuseparator
34282 Math\SpecialChar \menuseparator
34283 Macro
34284 \begin_inset space ~
34285 \end_inset
34286
34287 Definition\SpecialChar \menuseparator
34288 Insert Optional Argument
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 </row>
34294 <row interlinespace="2.5mm">
34295 <cell alignment="center" valignment="top" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299 \begin_inset Graphics
34300         filename ../images/math-macro-remove-greedy-param.png
34301         rotateOrigin center
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \end_inset
34309 </cell>
34310 <cell alignment="center" valignment="top" usebox="none">
34311 \begin_inset Text
34312
34313 \begin_layout Plain Layout
34314
34315 \family sans
34316 Edit\SpecialChar \menuseparator
34317 Math\SpecialChar \menuseparator
34318 Macro
34319 \begin_inset space ~
34320 \end_inset
34321
34322 Definition\SpecialChar \menuseparator
34323 Remove Last Argument
34324 \begin_inset Newline newline
34325 \end_inset
34326
34327
34328 \begin_inset Phantom HPhantom
34329 status open
34330
34331 \begin_layout Plain Layout
34332
34333 \family sans
34334 Edit\SpecialChar \menuseparator
34335 Math\SpecialChar \menuseparator
34336 Macro
34337 \begin_inset space ~
34338 \end_inset
34339
34340 Definition\SpecialChar \menuseparator
34341
34342 \end_layout
34343
34344 \end_inset
34345
34346 Spitting Out To The Right
34347 \end_layout
34348
34349 \end_inset
34350 </cell>
34351 </row>
34352 <row interlinespace="2.5mm">
34353 <cell alignment="center" valignment="top" usebox="none">
34354 \begin_inset Text
34355
34356 \begin_layout Plain Layout
34357 \begin_inset Graphics
34358         filename ../images/math-macro-append-greedy-param.png
34359         rotateOrigin center
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \end_inset
34367 </cell>
34368 <cell alignment="center" valignment="top" usebox="none">
34369 \begin_inset Text
34370
34371 \begin_layout Plain Layout
34372
34373 \family sans
34374 Edit\SpecialChar \menuseparator
34375 Math\SpecialChar \menuseparator
34376 Macro
34377 \begin_inset space ~
34378 \end_inset
34379
34380 Definition\SpecialChar \menuseparator
34381 Append Argument
34382 \begin_inset Newline newline
34383 \end_inset
34384
34385
34386 \begin_inset Phantom HPhantom
34387 status open
34388
34389 \begin_layout Plain Layout
34390
34391 \family sans
34392 Edit\SpecialChar \menuseparator
34393 Math\SpecialChar \menuseparator
34394 Macro
34395 \begin_inset space ~
34396 \end_inset
34397
34398 Definition\SpecialChar \menuseparator
34399
34400 \end_layout
34401
34402 \end_inset
34403
34404 Eating From The Right
34405 \end_layout
34406
34407 \end_inset
34408 </cell>
34409 </row>
34410 <row interlinespace="2.5mm">
34411 <cell alignment="center" valignment="top" usebox="none">
34412 \begin_inset Text
34413
34414 \begin_layout Plain Layout
34415 \begin_inset Graphics
34416         filename ../images/math-macro-add-greedy-optional-param.png
34417         rotateOrigin center
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \end_inset
34425 </cell>
34426 <cell alignment="center" valignment="top" usebox="none">
34427 \begin_inset Text
34428
34429 \begin_layout Plain Layout
34430
34431 \family sans
34432 Edit\SpecialChar \menuseparator
34433 Math\SpecialChar \menuseparator
34434 Macro
34435 \begin_inset space ~
34436 \end_inset
34437
34438 Definition\SpecialChar \menuseparator
34439 Append Optional Argument
34440 \begin_inset Newline newline
34441 \end_inset
34442
34443
34444 \begin_inset Phantom HPhantom
34445 status open
34446
34447 \begin_layout Plain Layout
34448
34449 \family sans
34450 Edit\SpecialChar \menuseparator
34451 Math\SpecialChar \menuseparator
34452 Macro
34453 \begin_inset space ~
34454 \end_inset
34455
34456 Definition\SpecialChar \menuseparator
34457
34458 \end_layout
34459
34460 \end_inset
34461
34462 Eating From The Right
34463 \end_layout
34464
34465 \end_inset
34466 </cell>
34467 </row>
34468 </lyxtabular>
34469
34470 \end_inset
34471
34472
34473 \end_layout
34474
34475 \begin_layout Section
34476 Computer Algebra Systems
34477 \end_layout
34478
34479 \begin_layout Standard
34480 LyX offers the exchange between mathematical expressions written in LyX's
34481  math editor and external applications or user defined scripts.
34482  Currently supported applications are 
34483 \family sans
34484 Maple
34485 \family default
34486
34487 \family sans
34488 Mathematica
34489 \family default
34490
34491 \family sans
34492 Maxima
34493 \family default
34494  and 
34495 \family sans
34496 Octave
34497 \family default
34498 .
34499  Note that the set of supported mathematical constructs is limited only
34500  to very simple cases.
34501 \end_layout
34502
34503 \begin_layout Subsection
34504 Usage
34505 \end_layout
34506
34507 \begin_layout Standard
34508 Write some expression in a formula, go to the 
34509 \family sans
34510 Edit\SpecialChar \menuseparator
34511 Math\SpecialChar \menuseparator
34512 Use Computer Algebra System
34513 \family default
34514  menu and choose the application you have installed on the computer.
34515  After that the result of computation should show on the right side of the
34516  expression together with the 
34517 \begin_inset Quotes eld
34518 \end_inset
34519
34520 =
34521 \begin_inset Quotes erd
34522 \end_inset
34523
34524  operator.
34525 \end_layout
34526
34527 \begin_layout Standard
34528 Here are few simple examples (with results from 
34529 \family typewriter
34530 Maxima
34531 \family default
34532 ) to show what kind of computations can be performed:
34533 \end_layout
34534
34535 \begin_layout Itemize
34536 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34537 \end_inset
34538
34539
34540 \end_layout
34541
34542 \begin_layout Itemize
34543 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Itemize
34550 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \begin_layout Itemize
34557 \begin_inset Formula $\det\left[\begin{array}{ccc}
34558 1 & 6 & 7\\
34559 2 & 5 & 8\\
34560 3 & 4 & 17
34561 \end{array}\right]=-56$
34562 \end_inset
34563
34564
34565 \end_layout
34566
34567 \begin_layout Itemize
34568 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \begin_layout Subsection
34575 Keyboard shortcut
34576 \end_layout
34577
34578 \begin_layout Standard
34579 Currently there is no keyboard shortcut for calling the algebra applications.
34580  One can easily bind a shortcut to the 
34581 \family sans
34582 math-extern
34583 \family default
34584  LyX function (see the 
34585 \family sans
34586 \emph on
34587 LyX Functions
34588 \family default
34589 \emph default
34590  manual).
34591  One could e.
34592 \begin_inset space \thinspace{}
34593 \end_inset
34594
34595 g.
34596 \begin_inset space ~
34597 \end_inset
34598
34599 bind the 
34600 \family sans
34601 Return
34602 \family default
34603  key inside the math editor.
34604  To bind it to 
34605 \family typewriter
34606 Maxima
34607 \family default
34608  one would use this shortcut definition command:
34609 \end_layout
34610
34611 \begin_layout Standard
34612
34613 \series bold
34614 command-alternatives break-paragraph;math-extern maxima
34615 \end_layout
34616
34617 \begin_layout Standard
34618 \begin_inset Newpage newpage
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \begin_layout Section
34625 Tips
34626 \begin_inset Index idx
34627 status collapsed
34628
34629 \begin_layout Plain Layout
34630 Tips
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Subsection
34639 Negative Numbers
34640 \begin_inset Index idx
34641 status collapsed
34642
34643 \begin_layout Plain Layout
34644 Numbers ! negative
34645 \end_layout
34646
34647 \end_inset
34648
34649
34650 \end_layout
34651
34652 \begin_layout Standard
34653 Negative numbers often look ugly in formulas because the minus sign before
34654  the number is set with the same length as the minus operator sign.
34655  When writing the negative number in normal text, the minus sign appears
34656  correctly.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 Thus, the problem disappears when converting the minus sign to mathematical
34661  text.
34662 \end_layout
34663
34664 \begin_layout Standard
34665 An example to visualize the problem:
34666 \end_layout
34667
34668 \begin_layout Standard
34669 \align center
34670 \begin_inset Tabular
34671 <lyxtabular version="3" rows="3" columns="2">
34672 <features tabularvalignment="middle">
34673 <column alignment="right" valignment="top" width="0">
34674 <column alignment="left" valignment="top" width="0">
34675 <row>
34676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34677 \begin_inset Text
34678
34679 \begin_layout Plain Layout
34680 normal text:
34681 \end_layout
34682
34683 \end_inset
34684 </cell>
34685 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34686 \begin_inset Text
34687
34688 \begin_layout Plain Layout
34689 x = -2
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 </row>
34695 <row>
34696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34697 \begin_inset Text
34698
34699 \begin_layout Plain Layout
34700 formula:
34701 \end_layout
34702
34703 \end_inset
34704 </cell>
34705 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34706 \begin_inset Text
34707
34708 \begin_layout Plain Layout
34709 \begin_inset Formula $x=-2$
34710 \end_inset
34711
34712
34713 \end_layout
34714
34715 \end_inset
34716 </cell>
34717 </row>
34718 <row>
34719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34720 \begin_inset Text
34721
34722 \begin_layout Plain Layout
34723 solution:
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34729 \begin_inset Text
34730
34731 \begin_layout Plain Layout
34732 \begin_inset Formula $x=\textrm{-}2$
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \end_inset
34739 </cell>
34740 </row>
34741 </lyxtabular>
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Subsection
34749 Comma as decimal Separator
34750 \begin_inset Index idx
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754 Comma
34755 \end_layout
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \begin_layout Standard
34763 In LaTeX a comma inside a formula is used, according to the English convention,
34764  as number group separator.
34765  So there will be space added behind all commas in formulas.
34766 \end_layout
34767
34768 \begin_layout Standard
34769 To avoid this, the comma is highlighted and changed to mathematical text
34770  (shortcut 
34771 \begin_inset Info
34772 type  "shortcut"
34773 arg   "math-mode"
34774 \end_inset
34775
34776 ).
34777 \end_layout
34778
34779 \begin_layout Standard
34780 To use all formula commas in the document as decimal separator, the file
34781  
34782 \series bold
34783 icomma.sty
34784 \series default
34785
34786 \begin_inset Foot
34787 status collapsed
34788
34789 \begin_layout Plain Layout
34790
34791 \series bold
34792 icomma
34793 \series default
34794  is part of the LaTeX-package 
34795 \series bold
34796 was
34797 \series default
34798
34799 \begin_inset Index idx
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803 Packages ! was
34804 \begin_inset ERT
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808
34809
34810 \backslash
34811 vspace{4mm}
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \end_inset
34820
34821 .
34822 \end_layout
34823
34824 \end_inset
34825
34826
34827 \begin_inset Index idx
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831 Packages ! icomma
34832 \end_layout
34833
34834 \end_inset
34835
34836  is loaded with the LaTeX-preamble line
34837 \end_layout
34838
34839 \begin_layout Standard
34840
34841 \series bold
34842
34843 \backslash
34844 usepackage{icomma}
34845 \end_layout
34846
34847 \begin_layout Subsection
34848 Physical Vectors
34849 \begin_inset CommandInset label
34850 LatexCommand label
34851 name "sub:Physical-Vectors"
34852
34853 \end_inset
34854
34855
34856 \begin_inset Index idx
34857 status collapsed
34858
34859 \begin_layout Plain Layout
34860 Vectors ! physical
34861 \end_layout
34862
34863 \end_inset
34864
34865
34866 \end_layout
34867
34868 \begin_layout Standard
34869 Predefined vectors are offered by the LaTeX-package 
34870 \series bold
34871 braket
34872 \series default
34873
34874 \begin_inset Index idx
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 Packages ! braket
34879 \end_layout
34880
34881 \end_inset
34882
34883  that is loaded with the LaTeX-preamble line
34884 \end_layout
34885
34886 \begin_layout Standard
34887
34888 \series bold
34889
34890 \backslash
34891 usepackage{braket}
34892 \end_layout
34893
34894 \begin_layout Standard
34895 \begin_inset ERT
34896 status collapsed
34897
34898 \begin_layout Plain Layout
34899
34900
34901 \backslash
34902 ifbraket 
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \begin_inset Note Note
34909 status open
34910
34911 \begin_layout Plain Layout
34912 The following table will only be displayed when the LaTeX-package 
34913 \series bold
34914 braket
34915 \series default
34916  is installed.
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \begin_layout Standard
34925 The following commands are defined:
34926 \end_layout
34927
34928 \begin_layout Standard
34929 \align center
34930 \begin_inset Tabular
34931 <lyxtabular version="3" rows="4" columns="2">
34932 <features tabularvalignment="middle">
34933 <column alignment="center" valignment="top" width="0">
34934 <column alignment="center" valignment="top" width="0">
34935 <row>
34936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34937 \begin_inset Text
34938
34939 \begin_layout Plain Layout
34940 Command
34941 \end_layout
34942
34943 \end_inset
34944 </cell>
34945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34946 \begin_inset Text
34947
34948 \begin_layout Plain Layout
34949 Result
34950 \end_layout
34951
34952 \end_inset
34953 </cell>
34954 </row>
34955 <row>
34956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34957 \begin_inset Text
34958
34959 \begin_layout Plain Layout
34960
34961 \backslash
34962 Bra{
34963 \backslash
34964 psi
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34970 \begin_inset Text
34971
34972 \begin_layout Plain Layout
34973 \begin_inset Formula $\Bra{\psi}$
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \end_inset
34980 </cell>
34981 </row>
34982 <row>
34983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34984 \begin_inset Text
34985
34986 \begin_layout Plain Layout
34987
34988 \backslash
34989 Ket{
34990 \backslash
34991 psi
34992 \end_layout
34993
34994 \end_inset
34995 </cell>
34996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34997 \begin_inset Text
34998
34999 \begin_layout Plain Layout
35000 \begin_inset Formula $\Ket{\psi}$
35001 \end_inset
35002
35003
35004 \end_layout
35005
35006 \end_inset
35007 </cell>
35008 </row>
35009 <row>
35010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35011 \begin_inset Text
35012
35013 \begin_layout Plain Layout
35014
35015 \backslash
35016 Braket{
35017 \backslash
35018 psi|
35019 \backslash
35020 phi
35021 \end_layout
35022
35023 \end_inset
35024 </cell>
35025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35026 \begin_inset Text
35027
35028 \begin_layout Plain Layout
35029 \begin_inset Formula $\Braket{\psi|\phi}$
35030 \end_inset
35031
35032
35033 \end_layout
35034
35035 \end_inset
35036 </cell>
35037 </row>
35038 </lyxtabular>
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \begin_layout Standard
35046 The command 
35047 \series bold
35048
35049 \backslash
35050 Braket
35051 \series default
35052  assures that all vertical bars are set in the size of the surrounding brackets:
35053 \begin_inset Formula \[
35054 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35055 \]
35056
35057 \end_inset
35058
35059
35060 \begin_inset ERT
35061 status collapsed
35062
35063 \begin_layout Plain Layout
35064
35065
35066 \backslash
35067 else 
35068 \end_layout
35069
35070 \end_inset
35071
35072
35073 \begin_inset Note Note
35074 status open
35075
35076 \begin_layout Plain Layout
35077 The following will be displayed when the LaTeX-package 
35078 \series bold
35079 braket
35080 \series default
35081  is not installed:
35082 \end_layout
35083
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \begin_layout Standard
35090 You need to install the LaTeX-package 
35091 \series bold
35092 braket
35093 \series default
35094  to see the rest of this subsection in the output.
35095 \end_layout
35096
35097 \begin_layout Standard
35098 \begin_inset ERT
35099 status collapsed
35100
35101 \begin_layout Plain Layout
35102
35103
35104 \backslash
35105 fi 
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 The effect of 
35115 \series bold
35116
35117 \backslash
35118 Braket
35119 \series default
35120  can also be achieved using the command 
35121 \series bold
35122
35123 \backslash
35124 middle
35125 \series default
35126 , that is described in 
35127 \begin_inset CommandInset ref
35128 LatexCommand ref
35129 reference "sub:Automatic-Bracket-Size"
35130
35131 \end_inset
35132
35133 .
35134 \end_layout
35135
35136 \begin_layout Subsection
35137 Self-defined Fractions
35138 \begin_inset CommandInset label
35139 LatexCommand label
35140 name "sub:Self-defined-Fractions"
35141
35142 \end_inset
35143
35144
35145 \begin_inset Index idx
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149 Fractions ! self-defined
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Standard
35158 To define custom commands for fractions, the command 
35159 \series bold
35160
35161 \backslash
35162 genfrac
35163 \series default
35164
35165 \begin_inset Index idx
35166 status collapsed
35167
35168 \begin_layout Plain Layout
35169 Commands ! G ! 
35170 \backslash
35171 genfrac
35172 \end_layout
35173
35174 \end_inset
35175
35176  is used in the following scheme:
35177 \end_layout
35178
35179 \begin_layout Standard
35180
35181 \series bold
35182
35183 \backslash
35184 genfrac{left
35185 \series default
35186  
35187 \series bold
35188 bracket}{right
35189 \series default
35190  
35191 \series bold
35192 bracket}{fraction bar thickness}{style}
35193 \begin_inset Newline newline
35194 \end_inset
35195
35196
35197 \begin_inset Phantom HPhantom
35198 status open
35199
35200 \begin_layout Plain Layout
35201
35202 \series bold
35203
35204 \backslash
35205 genfrac
35206 \end_layout
35207
35208 \end_inset
35209
35210 {numerator}{denominator}
35211 \end_layout
35212
35213 \begin_layout Standard
35214 The style is a number in the range of 0
35215 \begin_inset space \thinspace{}
35216 \end_inset
35217
35218 -
35219 \begin_inset space \thinspace{}
35220 \end_inset
35221
35222 3.
35223 \end_layout
35224
35225 \begin_layout Standard
35226 \align center
35227 \begin_inset Tabular
35228 <lyxtabular version="3" rows="5" columns="2">
35229 <features tabularvalignment="middle">
35230 <column alignment="center" valignment="top" width="0">
35231 <column alignment="center" valignment="top" width="0">
35232 <row>
35233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35234 \begin_inset Text
35235
35236 \begin_layout Plain Layout
35237 Number
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246 Style (Size)
35247 \end_layout
35248
35249 \end_inset
35250 </cell>
35251 </row>
35252 <row>
35253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35254 \begin_inset Text
35255
35256 \begin_layout Plain Layout
35257 0
35258 \end_layout
35259
35260 \end_inset
35261 </cell>
35262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35263 \begin_inset Text
35264
35265 \begin_layout Plain Layout
35266 display style formula
35267 \end_layout
35268
35269 \end_inset
35270 </cell>
35271 </row>
35272 <row>
35273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35274 \begin_inset Text
35275
35276 \begin_layout Plain Layout
35277 1
35278 \end_layout
35279
35280 \end_inset
35281 </cell>
35282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35283 \begin_inset Text
35284
35285 \begin_layout Plain Layout
35286 inline formula
35287 \end_layout
35288
35289 \end_inset
35290 </cell>
35291 </row>
35292 <row>
35293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35294 \begin_inset Text
35295
35296 \begin_layout Plain Layout
35297 2
35298 \end_layout
35299
35300 \end_inset
35301 </cell>
35302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35303 \begin_inset Text
35304
35305 \begin_layout Plain Layout
35306 small
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 </row>
35312 <row>
35313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35314 \begin_inset Text
35315
35316 \begin_layout Plain Layout
35317 3
35318 \end_layout
35319
35320 \end_inset
35321 </cell>
35322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35323 \begin_inset Text
35324
35325 \begin_layout Plain Layout
35326 tiny
35327 \end_layout
35328
35329 \end_inset
35330 </cell>
35331 </row>
35332 </lyxtabular>
35333
35334 \end_inset
35335
35336
35337 \end_layout
35338
35339 \begin_layout Standard
35340 When no style is given, the size is adjusted to the surrounding environment
35341  like for the command 
35342 \series bold
35343
35344 \backslash
35345 frac
35346 \series default
35347 .
35348 \end_layout
35349
35350 \begin_layout Standard
35351 When no fraction bar thickness is given, the predefined value of 0.4
35352 \begin_inset space \thinspace{}
35353 \end_inset
35354
35355 pt will be used.
35356 \end_layout
35357
35358 \begin_layout Standard
35359 \begin_inset VSpace medskip
35360 \end_inset
35361
35362 For example, the commands 
35363 \series bold
35364
35365 \backslash
35366 dfrac
35367 \series default
35368  and 
35369 \series bold
35370
35371 \backslash
35372 tbinom
35373 \series default
35374  from 
35375 \begin_inset CommandInset ref
35376 LatexCommand ref
35377 reference "sub:Fractions"
35378
35379 \end_inset
35380
35381  are defined with the commands
35382 \end_layout
35383
35384 \begin_layout Standard
35385
35386 \series bold
35387
35388 \backslash
35389 newcommand{
35390 \backslash
35391 dfrac}[2]{
35392 \backslash
35393 genfrac{}{}{}{0}{#1}{#2}}
35394 \end_layout
35395
35396 \begin_layout Standard
35397 and
35398 \end_layout
35399
35400 \begin_layout Standard
35401
35402 \series bold
35403
35404 \backslash
35405 newcommand{
35406 \backslash
35407 tbinom}[2]{
35408 \backslash
35409 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35410 \end_layout
35411
35412 \begin_layout Standard
35413 \begin_inset VSpace medskip
35414 \end_inset
35415
35416 To define a fraction where the fraction bar thickness can be given as optional
35417  argument, the following line is inserted to the LaTeX-preamble:
35418 \end_layout
35419
35420 \begin_layout Standard
35421
35422 \series bold
35423
35424 \backslash
35425 newcommand{
35426 \backslash
35427 fracS}[3][]{
35428 \backslash
35429 genfrac{}{}{#1}{}{#2}{#3}}
35430 \end_layout
35431
35432 \begin_layout Standard
35433 A test:
35434 \begin_inset Formula \begin{align*}
35435 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35436 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35437 \end{align*}
35438
35439 \end_inset
35440
35441 As one can see, the distance of the numerator and the denominator to the
35442  fraction bar is round about three times the bar thickness.
35443 \end_layout
35444
35445 \begin_layout Subsection
35446 Canceled Formulas
35447 \begin_inset Index idx
35448 status collapsed
35449
35450 \begin_layout Plain Layout
35451 Formula ! canceled
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Standard
35460 To cancel formulas or formula parts, the LaTeX-package 
35461 \series bold
35462 cancel
35463 \series default
35464
35465 \begin_inset Index idx
35466 status collapsed
35467
35468 \begin_layout Plain Layout
35469 Packages ! cancel
35470 \end_layout
35471
35472 \end_inset
35473
35474  has to be loaded with the LaTeX-preamble line
35475 \end_layout
35476
35477 \begin_layout Standard
35478
35479 \series bold
35480
35481 \backslash
35482 usepackage[samesize]{cancel}
35483 \end_layout
35484
35485 \begin_layout Standard
35486 \begin_inset ERT
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490
35491
35492 \backslash
35493 ifcancel 
35494 \end_layout
35495
35496 \end_inset
35497
35498
35499 \begin_inset Note Note
35500 status open
35501
35502 \begin_layout Plain Layout
35503 The following table will only be displayed when the LaTeX-package 
35504 \series bold
35505 cancel
35506 \series default
35507  is installed.
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \begin_layout Standard
35516 There are four ways to cancel formulas:
35517 \end_layout
35518
35519 \begin_layout Standard
35520 \align center
35521 \begin_inset Tabular
35522 <lyxtabular version="3" rows="5" columns="2">
35523 <features tabularvalignment="middle">
35524 <column alignment="center" valignment="top" width="0">
35525 <column alignment="center" valignment="top" width="0">
35526 <row>
35527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35528 \begin_inset Text
35529
35530 \begin_layout Plain Layout
35531 Command
35532 \end_layout
35533
35534 \end_inset
35535 </cell>
35536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35537 \begin_inset Text
35538
35539 \begin_layout Plain Layout
35540 Result
35541 \begin_inset Note Note
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545 The space and
35546 \series bold
35547  
35548 \backslash
35549 raisebox
35550 \series default
35551  are used here as spacer.
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 </row>
35562 <row>
35563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35564 \begin_inset Text
35565
35566 \begin_layout Plain Layout
35567
35568 \backslash
35569 cancel{
35570 \backslash
35571 int
35572 \begin_inset ERT
35573 status collapsed
35574
35575 \begin_layout Plain Layout
35576
35577
35578 \backslash
35579 spce 
35580 \end_layout
35581
35582 \end_inset
35583
35584 A=B
35585 \end_layout
35586
35587 \end_inset
35588 </cell>
35589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35590 \begin_inset Text
35591
35592 \begin_layout Plain Layout
35593 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35594 \end_inset
35595
35596
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 </row>
35602 <row>
35603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35604 \begin_inset Text
35605
35606 \begin_layout Plain Layout
35607
35608 \backslash
35609 bcancel{
35610 \backslash
35611 int
35612 \begin_inset ERT
35613 status collapsed
35614
35615 \begin_layout Plain Layout
35616
35617
35618 \backslash
35619 spce 
35620 \end_layout
35621
35622 \end_inset
35623
35624 A=B
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35630 \begin_inset Text
35631
35632 \begin_layout Plain Layout
35633 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \end_inset
35640 </cell>
35641 </row>
35642 <row>
35643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35644 \begin_inset Text
35645
35646 \begin_layout Plain Layout
35647
35648 \backslash
35649 xcancel{
35650 \backslash
35651 int
35652 \begin_inset ERT
35653 status collapsed
35654
35655 \begin_layout Plain Layout
35656
35657
35658 \backslash
35659 spce 
35660 \end_layout
35661
35662 \end_inset
35663
35664 A=B
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35674 \end_inset
35675
35676
35677 \end_layout
35678
35679 \end_inset
35680 </cell>
35681 </row>
35682 <row>
35683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687
35688 \backslash
35689 cancelto{1
35690 \begin_inset Formula $\to$
35691 \end_inset
35692
35693
35694 \backslash
35695 {
35696 \backslash
35697 int
35698 \begin_inset ERT
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702
35703
35704 \backslash
35705 spce 
35706 \end_layout
35707
35708 \end_inset
35709
35710 A=B
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35716 \begin_inset Text
35717
35718 \begin_layout Plain Layout
35719 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \end_inset
35726 </cell>
35727 </row>
35728 </lyxtabular>
35729
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \begin_layout Standard
35736
35737 \series bold
35738
35739 \backslash
35740 cancelto
35741 \series default
35742  is especially suitable to visualize the reduction of fractions within formulas:
35743 \begin_inset Formula \[
35744 \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}}}
35745 \]
35746
35747 \end_inset
35748
35749
35750 \end_layout
35751
35752 \begin_layout Standard
35753 \begin_inset ERT
35754 status collapsed
35755
35756 \begin_layout Plain Layout
35757
35758
35759 \backslash
35760 else 
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \begin_inset Note Note
35767 status open
35768
35769 \begin_layout Plain Layout
35770 The following will be displayed when the LaTeX-package 
35771 \series bold
35772 cancel
35773 \series default
35774  is not installed:
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \end_layout
35781
35782 \begin_layout Standard
35783 You need to install the LaTeX-package 
35784 \series bold
35785 cancel
35786 \series default
35787  to see the rest of this subsection in the output.
35788 \end_layout
35789
35790 \begin_layout Standard
35791 \begin_inset ERT
35792 status collapsed
35793
35794 \begin_layout Plain Layout
35795
35796
35797 \backslash
35798 fi 
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \end_layout
35805
35806 \begin_layout Subsection
35807 Formulas in Section Headings
35808 \begin_inset CommandInset label
35809 LatexCommand label
35810 name "sub:Formulas-in-Section"
35811
35812 \end_inset
35813
35814
35815 \begin_inset Index idx
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819 Formula ! in section headings
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 When formulas are used in section headings, the following has to be taken
35829  into account:
35830 \end_layout
35831
35832 \begin_layout Standard
35833 \begin_inset Note Greyedout
35834 status open
35835
35836 \begin_layout Plain Layout
35837 When 
35838 \series bold
35839 hyperref
35840 \series default
35841
35842 \begin_inset Index idx
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846 Packages ! hyperref
35847 \end_layout
35848
35849 \end_inset
35850
35851  support is enabled in the document settings dialog under 
35852 \family sans
35853 PDF
35854 \begin_inset space ~
35855 \end_inset
35856
35857 Properties
35858 \family default
35859 , PDF-bookmarks are created for every section heading in the table of contents.
35860  If a section heading contains formulas, they are incorrectly displayed
35861  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35862 s.
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Standard
35871 Both problems can be solved by inserting at the end of the section heading
35872  a short title with the menu 
35873 \family sans
35874 Insert\SpecialChar \menuseparator
35875 Short
35876 \begin_inset space ~
35877 \end_inset
35878
35879 Title
35880 \family default
35881 .
35882  Short titles are used as alternative for multiline section headings to
35883  keep the table of contents clearly arranged.
35884  Only the short title appears in the table of contents and therefore also
35885  in the PDF-bookmark.
35886 \end_layout
35887
35888 \begin_layout Standard
35889 When formulas should be used in the table of contents but 
35890 \series bold
35891 hyperref
35892 \series default
35893  is used, one can use the following command in TeX-mode:
35894 \end_layout
35895
35896 \begin_layout Standard
35897
35898 \series bold
35899
35900 \backslash
35901 texorpdfstring{part}{alternative}
35902 \begin_inset Index idx
35903 status collapsed
35904
35905 \begin_layout Plain Layout
35906 Commands ! T ! 
35907 \backslash
35908 texorpdfstring
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35918  This can be characters, formulas, footnotes, but also cross-references.
35919  The alternative is used instead of the part for the bookmark.
35920 \end_layout
35921
35922 \begin_layout Standard
35923 Here are two example headings:
35924 \begin_inset VSpace -3mm
35925 \end_inset
35926
35927
35928 \begin_inset ERT
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932
35933
35934 \backslash
35935 boldmath 
35936 \end_layout
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Subsubsection
35944 Heading without formula in table of contents 
35945 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35946 \end_inset
35947
35948
35949 \begin_inset Argument
35950 status collapsed
35951
35952 \begin_layout Plain Layout
35953 Heading without formula in table of contents
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \end_layout
35960
35961 \begin_layout Subsubsection
35962 Heading with formula in table of contents
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968
35969 \backslash
35970 texorpdfstring{
35971 \end_layout
35972
35973 \end_inset
35974
35975  
35976 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35977 \end_inset
35978
35979
35980 \begin_inset ERT
35981 status collapsed
35982
35983 \begin_layout Plain Layout
35984
35985 }{}
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \begin_layout Standard
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999
36000 \backslash
36001 unboldmath 
36002 \end_layout
36003
36004 \end_inset
36005
36006 In the first heading a short title was used, in the second one 
36007 \series bold
36008
36009 \backslash
36010 texorpdfstring
36011 \series default
36012 .
36013 \end_layout
36014
36015 \begin_layout Standard
36016 To get the same formatting as for the other headings, the complete heading
36017  was set into a 
36018 \series bold
36019 boldmath
36020 \series default
36021  environment
36022 \begin_inset Foot
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026 see 
36027 \begin_inset CommandInset ref
36028 LatexCommand ref
36029 reference "sub:Bold-Formulas"
36030
36031 \end_inset
36032
36033
36034 \end_layout
36035
36036 \end_inset
36037
36038 .
36039 \end_layout
36040
36041 \begin_layout Subsection
36042 Formulas in multi-column Text
36043 \begin_inset Index idx
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047 Formula ! in multi-column text
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \begin_layout Standard
36056 Formulas in multi-column text are often too wide to fit into a column and
36057  thus need to be set over the whole page width.
36058  This is done by using the LaTeX-package 
36059 \series bold
36060 multicol
36061 \series default
36062
36063 \begin_inset Foot
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067
36068 \series bold
36069 multicol
36070 \series default
36071  is part of every LaTeX standard installation.
36072 \end_layout
36073
36074 \end_inset
36075
36076
36077 \begin_inset Index idx
36078 status collapsed
36079
36080 \begin_layout Plain Layout
36081 Packages ! multicol
36082 \end_layout
36083
36084 \end_inset
36085
36086 , that is loaded with the LaTeX-preamble line
36087 \end_layout
36088
36089 \begin_layout Standard
36090
36091 \series bold
36092
36093 \backslash
36094 usepackage{multicol}
36095 \end_layout
36096
36097 \begin_layout Standard
36098 \begin_inset Note Greyedout
36099 status open
36100
36101 \begin_layout Plain Layout
36102 Note herby that the setting 
36103 \family sans
36104 Two-column
36105 \begin_inset space ~
36106 \end_inset
36107
36108 document
36109 \family default
36110  in the menu 
36111 \family sans
36112 Document\SpecialChar \menuseparator
36113 Settings
36114 \family default
36115  under 
36116 \family sans
36117 Text
36118 \begin_inset space ~
36119 \end_inset
36120
36121 Layout
36122 \family default
36123 \emph on
36124  
36125 \emph default
36126 must 
36127 \emph on
36128 not
36129 \emph default
36130  be selected.
36131 \end_layout
36132
36133 \end_inset
36134
36135
36136 \end_layout
36137
36138 \begin_layout Standard
36139 Before the multi-column text the command
36140 \end_layout
36141
36142 \begin_layout Standard
36143
36144 \series bold
36145
36146 \backslash
36147 begin{multicols}{column number}
36148 \end_layout
36149
36150 \begin_layout Standard
36151 is written in TeX-mode.
36152  The column number is a number in the range of 2
36153 \begin_inset space \thinspace{}
36154 \end_inset
36155
36156 -
36157 \begin_inset space \thinspace{}
36158 \end_inset
36159
36160 10.
36161  Before the formula the multi-column text is ended by inserting the command
36162 \end_layout
36163
36164 \begin_layout Standard
36165
36166 \series bold
36167
36168 \backslash
36169 end{multicols}
36170 \end_layout
36171
36172 \begin_layout Standard
36173 in TeX-mode.
36174 \end_layout
36175
36176 \begin_layout Standard
36177 Due to the command some space is automatically added before the formula.
36178  To revert this, -6
36179 \begin_inset space \thinspace{}
36180 \end_inset
36181
36182 mm vertical space is inserted before the formula.
36183  When the formula style 
36184 \series bold
36185 Indented
36186 \begin_inset Foot
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 formula styles see 
36191 \begin_inset CommandInset ref
36192 LatexCommand ref
36193 reference "sec:Formula-Styles"
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \series default
36204  is used, -9
36205 \begin_inset space \thinspace{}
36206 \end_inset
36207
36208 mm space is inserted instead.
36209 \end_layout
36210
36211 \begin_layout Standard
36212 As example a multi-column text with a displayed formula:
36213 \end_layout
36214
36215 \begin_layout Standard
36216
36217 \lang german
36218 \begin_inset ERT
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222
36223
36224 \backslash
36225 begin{multicols}{2}
36226 \end_layout
36227
36228 \end_inset
36229
36230 Das Spektrum wird fouriertransformiert.
36231  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36232 , Lösungsmittel) zu trennen.
36233  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36234  nun das Aussehen des Ausgangssignals.
36235  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36236  über alle Phasen integrieren muss.
36237  Sei nun 
36238 \begin_inset Formula $S$
36239 \end_inset
36240
36241  unser normiertes Ausgangssignal und 
36242 \begin_inset Formula $P$
36243 \end_inset
36244
36245  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36246 \begin_inset ERT
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250
36251
36252 \backslash
36253 end{multicols}
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \begin_inset VSpace -6mm
36260 \end_inset
36261
36262
36263 \begin_inset Formula \begin{equation}
36264 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36265 \end{equation}
36266
36267 \end_inset
36268
36269
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 begin{multicols}{2}
36278 \end_layout
36279
36280 \end_inset
36281
36282 wobei 
36283 \begin_inset Formula $S_{0}$
36284 \end_inset
36285
36286  das Signal ohne Gradient ist und die Normierungsbedingung 
36287 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36288 \end_inset
36289
36290  gilt.
36291  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36292  Direkt nach dem 
36293 \begin_inset Formula $\nicefrac{\pi}{2}$
36294 \end_inset
36295
36296
36297 \begin_inset space \thinspace{}
36298 \end_inset
36299
36300 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36301  das Signal zusätzlich abschwächt.
36302  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36303  
36304 \begin_inset Formula $T_{2}$
36305 \end_inset
36306
36307 -Zeit.
36308 \end_layout
36309
36310 \begin_layout Standard
36311
36312 \lang german
36313 \begin_inset ERT
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317
36318
36319 \backslash
36320 end{multicols}
36321 \end_layout
36322
36323 \end_inset
36324
36325
36326 \end_layout
36327
36328 \begin_layout Subsection
36329 Formulas with Description of Variables
36330 \begin_inset Index idx
36331 status collapsed
36332
36333 \begin_layout Plain Layout
36334 Formula ! with description of variables
36335 \end_layout
36336
36337 \end_inset
36338
36339
36340 \end_layout
36341
36342 \begin_layout Standard
36343 To describe variables within a formula, like in formula 
36344 \begin_inset CommandInset ref
36345 LatexCommand eqref
36346 reference "eq:within"
36347
36348 \end_inset
36349
36350 , a 2
36351 \series bold
36352 ×
36353 \series default
36354
36355 \begin_inset Formula $n$
36356 \end_inset
36357
36358
36359 \begin_inset space ~
36360 \end_inset
36361
36362 matrix is used with left aligned columns for the 
36363 \begin_inset Formula $n$
36364 \end_inset
36365
36366  used variables.
36367 \begin_inset Foot
36368 status collapsed
36369
36370 \begin_layout Plain Layout
36371 matrices see 
36372 \begin_inset CommandInset ref
36373 LatexCommand ref
36374 reference "sec:Matrices"
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \end_inset
36382
36383  To set the description in a smaller size, before the matrix e.
36384 \begin_inset space \thinspace{}
36385 \end_inset
36386
36387 g.
36388 \begin_inset space \space{}
36389 \end_inset
36390
36391 the command 
36392 \series bold
36393
36394 \backslash
36395 footnotesize
36396 \series default
36397  is inserted.
36398 \begin_inset Foot
36399 status collapsed
36400
36401 \begin_layout Plain Layout
36402 font sizes see 
36403 \begin_inset CommandInset ref
36404 LatexCommand ref
36405 reference "sub:Font-Sizes"
36406
36407 \end_inset
36408
36409
36410 \end_layout
36411
36412 \end_inset
36413
36414
36415 \end_layout
36416
36417 \begin_layout Standard
36418 When the formula style 
36419 \series bold
36420 Indented
36421 \begin_inset Foot
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425 formula styles see 
36426 \begin_inset CommandInset ref
36427 LatexCommand ref
36428 reference "sec:Formula-Styles"
36429
36430 \end_inset
36431
36432
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \series default
36439  is used, a 
36440 \series bold
36441
36442 \backslash
36443 hfill
36444 \series default
36445
36446 \begin_inset Foot
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450
36451 \series bold
36452
36453 \backslash
36454 hfill
36455 \series default
36456  only works in formulas with the style 
36457 \series bold
36458 Indented
36459 \series default
36460 , see 
36461 \begin_inset CommandInset ref
36462 LatexCommand ref
36463 reference "sub:Variable-Space"
36464
36465 \end_inset
36466
36467 .
36468 \end_layout
36469
36470 \end_inset
36471
36472  is inserted before and after the matrix to have the same separation of
36473  the matrix from the equation and the side margin.
36474 \end_layout
36475
36476 \begin_layout Standard
36477 When the formula style 
36478 \series bold
36479 Centered
36480 \series default
36481  is used, the method described in 
36482 \begin_inset CommandInset ref
36483 LatexCommand ref
36484 reference "sub:Flalign-Environment"
36485
36486 \end_inset
36487
36488  is used to indent formulas.
36489  Formula 
36490 \begin_inset CommandInset ref
36491 LatexCommand eqref
36492 reference "eq:within"
36493
36494 \end_inset
36495
36496  consists of five columns whereas in the first two columns contain the equation,
36497  the third the matrix and the last one an empty TeX-brace.
36498 \begin_inset Formula \begin{flalign}
36499 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36500 \rho & \textrm{density}\\
36501 V & \textrm{volume}\\
36502 g & \textrm{gravitational acceleration}
36503 \end{array} &  & {}\label{eq:within}
36504 \end{flalign}
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Subsection
36512 Upright small Greek Letters
36513 \begin_inset CommandInset label
36514 LatexCommand label
36515 name "sub:Upright-small-Greek"
36516
36517 \end_inset
36518
36519
36520 \begin_inset Index idx
36521 status collapsed
36522
36523 \begin_layout Plain Layout
36524 Greek letters ! upright
36525 \end_layout
36526
36527 \end_inset
36528
36529
36530 \end_layout
36531
36532 \begin_layout Standard
36533 Most of the math fonts only provide italic small Greek letters.
36534  But for symbols of elementary particles like pions and neutrinos, upright
36535  Greek letters are needed.
36536  The file 
36537 \series bold
36538 upgreek.sty
36539 \series default
36540
36541 \begin_inset Foot
36542 status collapsed
36543
36544 \begin_layout Plain Layout
36545
36546 \series bold
36547 upgreek
36548 \series default
36549  is part of the LaTeX-package 
36550 \series bold
36551 was
36552 \series default
36553
36554 \begin_inset Index idx
36555 status collapsed
36556
36557 \begin_layout Plain Layout
36558 Packages ! was
36559 \begin_inset ERT
36560 status collapsed
36561
36562 \begin_layout Plain Layout
36563
36564
36565 \backslash
36566 vspace{4mm}
36567 \end_layout
36568
36569 \end_inset
36570
36571
36572 \end_layout
36573
36574 \end_inset
36575
36576 .
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \begin_inset Index idx
36583 status collapsed
36584
36585 \begin_layout Plain Layout
36586 Packages ! upgreek
36587 \end_layout
36588
36589 \end_inset
36590
36591  that is loaded with the LaTeX-preamble line
36592 \end_layout
36593
36594 \begin_layout Standard
36595
36596 \series bold
36597
36598 \backslash
36599 usepackage{upgreek}
36600 \end_layout
36601
36602 \begin_layout Standard
36603 provides them.
36604  
36605 \begin_inset ERT
36606 status collapsed
36607
36608 \begin_layout Plain Layout
36609
36610
36611 \backslash
36612 ifupgreek 
36613 \end_layout
36614
36615 \end_inset
36616
36617
36618 \begin_inset Note Note
36619 status open
36620
36621 \begin_layout Plain Layout
36622 The following table will only be displayed when the LaTeX-package 
36623 \series bold
36624 upgreek
36625 \series default
36626  is installed:
36627 \end_layout
36628
36629 \end_inset
36630
36631  They are created when the command for a small Greek letters is started
36632  with 
36633 \series bold
36634 up
36635 \series default
36636 .
36637  For example the command 
36638 \series bold
36639
36640 \backslash
36641 uptau
36642 \series default
36643  creates this: 
36644 \begin_inset Formula $\uptau$
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Standard
36651 With these commands reactions of elementary particles can be typeset:
36652 \begin_inset Formula \[
36653 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36654 \]
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Standard
36662 The upright letters are more bold and wider than the italic ones.
36663  They should therefore not be used for units like 
36664 \begin_inset Quotes eld
36665 \end_inset
36666
36667 µm
36668 \begin_inset Quotes erd
36669 \end_inset
36670
36671 .
36672 \end_layout
36673
36674 \begin_layout Standard
36675 \begin_inset ERT
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679
36680
36681 \backslash
36682 else 
36683 \end_layout
36684
36685 \end_inset
36686
36687
36688 \begin_inset Note Note
36689 status open
36690
36691 \begin_layout Plain Layout
36692 The following will be displayed when the LaTeX-package 
36693 \series bold
36694 upgreek
36695 \series default
36696  is not installed:
36697 \end_layout
36698
36699 \end_inset
36700
36701
36702 \end_layout
36703
36704 \begin_layout Standard
36705 You need to install the LaTeX-package 
36706 \series bold
36707 upgreek
36708 \series default
36709  to see the rest of this subsection in the output.
36710 \end_layout
36711
36712 \begin_layout Standard
36713 \begin_inset ERT
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717
36718
36719 \backslash
36720 fi 
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \end_layout
36727
36728 \begin_layout Subsection
36729 Text Characters in Formulas
36730 \begin_inset CommandInset label
36731 LatexCommand label
36732 name "sub:Text-Characters-in"
36733
36734 \end_inset
36735
36736
36737 \begin_inset Index idx
36738 status collapsed
36739
36740 \begin_layout Plain Layout
36741 Text ! in formulas
36742 \end_layout
36743
36744 \end_inset
36745
36746
36747 \end_layout
36748
36749 \begin_layout Standard
36750 In some cases you might want to insert text characters directly into formulas.
36751  When for example the centered dot · is often used in formulas like 
36752 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36753 \end_inset
36754
36755 , one would have to insert the command 
36756 \series bold
36757
36758 \backslash
36759 cdot
36760 \series default
36761
36762 \begin_inset Foot
36763 status collapsed
36764
36765 \begin_layout Plain Layout
36766 see 
36767 \begin_inset CommandInset ref
36768 LatexCommand ref
36769 reference "sub:Binary-Operators"
36770
36771 \end_inset
36772
36773
36774 \end_layout
36775
36776 \end_inset
36777
36778  all the time, because this character is defined in all encodings as text
36779  character.
36780  But the encoding can be changed by this LaTeX-preamble line:
36781 \end_layout
36782
36783 \begin_layout Standard
36784
36785 \series bold
36786
36787 \backslash
36788 Declare Inputtext{183}{
36789 \backslash
36790 ifmmode
36791 \backslash
36792 cdot
36793 \backslash
36794 else
36795 \backslash
36796 textperiodcentered
36797 \backslash
36798 f\SpecialChar \textcompwordmark{}
36799 i}
36800 \end_layout
36801
36802 \begin_layout Standard
36803 The character encoding (menu 
36804 \family sans
36805 Document\SpecialChar \menuseparator
36806 Settings\SpecialChar \menuseparator
36807 Language
36808 \family default
36809 ) specifies what character appears when a keyboard key is pressed.
36810  When the key for the character '·' is pressed, internally the command 
36811 \series bold
36812
36813 \backslash
36814 textperiodcentered
36815 \series default
36816  is used.
36817  But this command is not available in a formula so that you would get LaTeX-erro
36818 rs.
36819  With the changed encoding the right command is chosen automatically, depending
36820  on if the character was inserted into a formula or not.
36821 \end_layout
36822
36823 \begin_layout Standard
36824 The encoding of several characters is saved in definition files.
36825  Fore example the encoding 
36826 \series bold
36827 latin9
36828 \series default
36829  is defined in the file 
36830 \series bold
36831 latin9.def
36832 \series default
36833  that is in the installation folder of LaTeX.
36834  Encodings should only be changed via the LaTeX-preamble and not in the
36835  definition files.
36836  Otherwise own documents could not be edited by other LyX users working
36837  on other computers.
36838 \end_layout
36839
36840 \begin_layout Standard
36841 \begin_inset VSpace medskip
36842 \end_inset
36843
36844 Besides the centered dot, in this document the degree sign ° is defined
36845  with the following LaTeX-preamble line so that it can directly be inserted
36846  to a formula:
36847 \end_layout
36848
36849 \begin_layout Standard
36850
36851 \series bold
36852
36853 \backslash
36854 DeclareInputtext{176}{
36855 \backslash
36856 ifmmode^
36857 \backslash
36858 circ
36859 \backslash
36860 else
36861 \backslash
36862 textdegree
36863 \backslash
36864 f\SpecialChar \textcompwordmark{}
36865 i}
36866 \end_layout
36867
36868 \begin_layout Standard
36869 \begin_inset Newpage newpage
36870 \end_inset
36871
36872
36873 \end_layout
36874
36875 \begin_layout Section
36876 \start_of_appendix
36877 Typographic Advice
36878 \begin_inset Index idx
36879 status collapsed
36880
36881 \begin_layout Plain Layout
36882 Typographic advice
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \begin_layout Standard
36891 This section is a summary of the most important typographic rules, listed
36892  in ISO norms.
36893 \begin_inset Foot
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897 This collection was partly taken from the German semi-official dictionary
36898  called 
36899 \begin_inset Quotes eld
36900 \end_inset
36901
36902 Duden
36903 \begin_inset Quotes erd
36904 \end_inset
36905
36906  
36907 \begin_inset CommandInset citation
36908 LatexCommand cite
36909 key "Duden"
36910
36911 \end_inset
36912
36913  that lists some of the ISO rules.
36914  More rules are listed in 
36915 \begin_inset CommandInset citation
36916 LatexCommand cite
36917 key "Checklist"
36918
36919 \end_inset
36920
36921 .
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \end_layout
36928
36929 \begin_layout Itemize
36930 Physical units are 
36931 \emph on
36932 always
36933 \emph default
36934  set upright
36935 \begin_inset Foot
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939 done with font styles, see 
36940 \begin_inset CommandInset ref
36941 LatexCommand ref
36942 reference "sub:Font-Styles"
36943
36944 \end_inset
36945
36946
36947 \end_layout
36948
36949 \end_inset
36950
36951 , no matter if they appear in italic text: 30
36952 \begin_inset space \thinspace{}
36953 \end_inset
36954
36955 km/h
36956 \begin_inset Newline newline
36957 \end_inset
36958
36959 Between the value and the unit is the smallest space, see 
36960 \begin_inset CommandInset ref
36961 LatexCommand ref
36962 reference "sub:Predefined-Space"
36963
36964 \end_inset
36965
36966 .
36967 \begin_inset Newline newline
36968 \end_inset
36969
36970 This convention is automatically fulfilled when the command 
36971 \series bold
36972
36973 \backslash
36974 unittwo
36975 \series default
36976  is used.
36977  When it is entered to a formula, two boxes appear.
36978  In the first one the value is inserted, in the second one the unit, and
36979  one gets as above: 
36980 \begin_inset Formula $\unit[30]{km/h}$
36981 \end_inset
36982
36983
36984 \begin_inset space \thinspace{}
36985 \end_inset
36986
36987 .
36988  Note that 
36989 \series bold
36990
36991 \backslash
36992 unittwo
36993 \series default
36994  is not a real LaTeX command but the command 
36995 \series bold
36996
36997 \backslash
36998 unit[value]{unit}
36999 \series default
37000 , therefore you cannot use it in TeX code.
37001 \end_layout
37002
37003 \begin_layout Itemize
37004 Percent and perthousand signs are set like physical units:
37005 \begin_inset Newline newline
37006 \end_inset
37007
37008 1,2
37009 \begin_inset space \thinspace{}
37010 \end_inset
37011
37012 ‰ alcohol in blood
37013 \end_layout
37014
37015 \begin_layout Itemize
37016 The degree sign follows directly on the value: 15°, but not when it is used
37017  in units: 15
37018 \begin_inset space \thinspace{}
37019 \end_inset
37020
37021 °C
37022 \end_layout
37023
37024 \begin_layout Itemize
37025 In numbers with more than four digits the smallest space is inserted before
37026  every third digit to group them: 
37027 \family roman
37028 \series medium
37029 \shape up
37030 \size normal
37031 \emph off
37032 \bar no
37033 \noun off
37034 \color none
37035 18
37036 \begin_inset space \thinspace{}
37037 \end_inset
37038
37039 473
37040 \begin_inset space \thinspace{}
37041 \end_inset
37042
37043 588
37044 \end_layout
37045
37046 \begin_layout Itemize
37047 For dimensions like 120×90×40
37048 \begin_inset space \thinspace{}
37049 \end_inset
37050
37051 cm the multiplication sign 
37052 \begin_inset Quotes eld
37053 \end_inset
37054
37055 ×
37056 \begin_inset Quotes erd
37057 \end_inset
37058
37059  is used.
37060  It is available either via the command 
37061 \series bold
37062
37063 \backslash
37064 times
37065 \series default
37066  or via the menu 
37067 \family sans
37068 Insert\SpecialChar \menuseparator
37069 Special Character\SpecialChar \menuseparator
37070 Symbols
37071 \family default
37072 .
37073 \end_layout
37074
37075 \begin_layout Itemize
37076 Functions with names consisting of several letters are set upright to avoid
37077  confusions, see 
37078 \begin_inset CommandInset ref
37079 LatexCommand ref
37080 reference "sub:Predefined-Functions"
37081
37082 \end_inset
37083
37084 .
37085 \end_layout
37086
37087 \begin_layout Itemize
37088 Indices consisting of several letters, are set upright: 
37089 \begin_inset Formula $E_{\mathrm{kin}}$
37090 \end_inset
37091
37092
37093 \begin_inset Newline newline
37094 \end_inset
37095
37096 Components of matrices are set italic: 
37097 \begin_inset Formula $\hat{H}_{kl}$
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Itemize
37104 The differentiation/integration operator 'd', the Euler's number 'e' and
37105  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37106  other variables.
37107 \end_layout
37108
37109 \begin_layout Itemize
37110 The character that denotes a 
37111 \noun on
37112 Fourier
37113 \noun default
37114  transformation is inserted either by the command 
37115 \series bold
37116
37117 \backslash
37118 mathscr
37119 \begin_inset ERT
37120 status collapsed
37121
37122 \begin_layout Plain Layout
37123
37124
37125 \backslash
37126 spce 
37127 \end_layout
37128
37129 \end_inset
37130
37131 F
37132 \series default
37133  or via the menu 
37134 \family sans
37135 Insert\SpecialChar \menuseparator
37136 Special Character\SpecialChar \menuseparator
37137 Symbols\SpecialChar \menuseparator
37138 Letterlike
37139 \begin_inset space ~
37140 \end_inset
37141
37142 Symbols
37143 \family default
37144
37145 \begin_inset Formula $\mathscr{F}$
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \begin_layout Standard
37152 \begin_inset Newpage newpage
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \begin_layout Section
37159 Synonyms
37160 \begin_inset Index idx
37161 status collapsed
37162
37163 \begin_layout Plain Layout
37164 Synonyms
37165 \end_layout
37166
37167 \end_inset
37168
37169
37170 \end_layout
37171
37172 \begin_layout Standard
37173 Some characters and symbols can be created with several commands.
37174  Here is a list of the synonym commands:
37175 \end_layout
37176
37177 \begin_layout Standard
37178 \begin_inset VSpace bigskip
37179 \end_inset
37180
37181
37182 \begin_inset space \hfill{}
37183 \end_inset
37184
37185
37186 \begin_inset Tabular
37187 <lyxtabular version="3" rows="12" columns="2">
37188 <features tabularvalignment="middle">
37189 <column alignment="center" valignment="top" width="0pt">
37190 <column alignment="center" valignment="top" width="0pt">
37191 <row>
37192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 Command
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205 equivalent to
37206 \begin_inset Note Note
37207 status collapsed
37208
37209 \begin_layout Plain Layout
37210
37211 \series bold
37212
37213 \backslash
37214 raisebox
37215 \series default
37216  is only used as spacer.
37217 \end_layout
37218
37219 \end_inset
37220
37221
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 </row>
37227 <row>
37228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37229 \begin_inset Text
37230
37231 \begin_layout Plain Layout
37232
37233 \backslash
37234 ast
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 \begin_inset ERT
37244 status collapsed
37245
37246 \begin_layout Plain Layout
37247
37248
37249 \backslash
37250 raisebox{-1.2mm}{
37251 \end_layout
37252
37253 \end_inset
37254
37255 *
37256 \begin_inset ERT
37257 status collapsed
37258
37259 \begin_layout Plain Layout
37260
37261 }
37262 \end_layout
37263
37264 \end_inset
37265
37266
37267 \end_layout
37268
37269 \end_inset
37270 </cell>
37271 </row>
37272 <row>
37273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \backslash
37279 choose
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37285 \begin_inset Text
37286
37287 \begin_layout Plain Layout
37288
37289 \backslash
37290 binom
37291 \end_layout
37292
37293 \end_inset
37294 </cell>
37295 </row>
37296 <row>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301
37302 \backslash
37303 geq
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37309 \begin_inset Text
37310
37311 \begin_layout Plain Layout
37312
37313 \backslash
37314 ge
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 </row>
37320 <row>
37321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325
37326 \backslash
37327 lbrace
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37333 \begin_inset Text
37334
37335 \begin_layout Plain Layout
37336 {
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 </row>
37342 <row>
37343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37344 \begin_inset Text
37345
37346 \begin_layout Plain Layout
37347
37348 \backslash
37349 lbracket
37350 \end_layout
37351
37352 \end_inset
37353 </cell>
37354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358 [
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 </row>
37364 <row>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369
37370 \backslash
37371 leftarrow
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380
37381 \backslash
37382 gets
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 </row>
37388 <row>
37389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393
37394 \backslash
37395 leq
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404
37405 \backslash
37406 le
37407 \end_layout
37408
37409 \end_inset
37410 </cell>
37411 </row>
37412 <row>
37413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417
37418 \backslash
37419 lor
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428
37429 \backslash
37430 vee
37431 \end_layout
37432
37433 \end_inset
37434 </cell>
37435 </row>
37436 <row>
37437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441
37442 \backslash
37443 neq
37444 \end_layout
37445
37446 \end_inset
37447 </cell>
37448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 not=
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 </row>
37460 <row>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465
37466 \backslash
37467 slash
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476 /
37477 \end_layout
37478
37479 \end_inset
37480 </cell>
37481 </row>
37482 <row>
37483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37484 \begin_inset Text
37485
37486 \begin_layout Plain Layout
37487
37488 \backslash
37489 vert
37490 \end_layout
37491
37492 \end_inset
37493 </cell>
37494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37495 \begin_inset Text
37496
37497 \begin_layout Plain Layout
37498 |
37499 \end_layout
37500
37501 \end_inset
37502 </cell>
37503 </row>
37504 </lyxtabular>
37505
37506 \end_inset
37507
37508
37509 \begin_inset space \hfill{}
37510 \end_inset
37511
37512
37513 \begin_inset Tabular
37514 <lyxtabular version="3" rows="12" columns="2">
37515 <features tabularvalignment="middle">
37516 <column alignment="center" valignment="top" width="0pt">
37517 <column alignment="center" valignment="top" width="0pt">
37518 <row>
37519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37520 \begin_inset Text
37521
37522 \begin_layout Plain Layout
37523 Command
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532 equivalent to
37533 \end_layout
37534
37535 \end_inset
37536 </cell>
37537 </row>
37538 <row>
37539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543
37544 \backslash
37545 backslash
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556
37557 \backslash
37558
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 </row>
37564 <row>
37565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569
37570 \backslash
37571 dasharrow
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580
37581 \backslash
37582 dashrightarrow
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 land
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
37605 \backslash
37606 wedge
37607 \end_layout
37608
37609 \end_inset
37610 </cell>
37611 </row>
37612 <row>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619 rbrace
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37625 \begin_inset Text
37626
37627 \begin_layout Plain Layout
37628 }
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 </row>
37634 <row>
37635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37636 \begin_inset Text
37637
37638 \begin_layout Plain Layout
37639
37640 \backslash
37641 rbracket
37642 \end_layout
37643
37644 \end_inset
37645 </cell>
37646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650 ]
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 </row>
37656 <row>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661
37662 \backslash
37663 rightarrow
37664 \end_layout
37665
37666 \end_inset
37667 </cell>
37668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672
37673 \backslash
37674 to
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 </row>
37680 <row>
37681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685
37686 \backslash
37687 lnot
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 neg
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 </row>
37704 <row>
37705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37706 \begin_inset Text
37707
37708 \begin_layout Plain Layout
37709
37710 \backslash
37711 ne
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 not=
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 </row>
37728 <row>
37729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733
37734 \backslash
37735 owns
37736 \end_layout
37737
37738 \end_inset
37739 </cell>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744
37745 \backslash
37746 ni
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 </row>
37752 <row>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757
37758 \backslash
37759 square
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768
37769 \backslash
37770 Box
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 </row>
37776 <row>
37777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781
37782 \backslash
37783 Vert
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792
37793 \backslash
37794 |
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 </row>
37800 </lyxtabular>
37801
37802 \end_inset
37803
37804
37805 \begin_inset space \hfill{}
37806 \end_inset
37807
37808
37809 \end_layout
37810
37811 \begin_layout Standard
37812 \begin_inset Newpage newpage
37813 \end_inset
37814
37815
37816 \end_layout
37817
37818 \begin_layout Bibliography
37819 \labelwidthstring References
37820 \begin_inset CommandInset bibitem
37821 LatexCommand bibitem
37822 key "TLC2"
37823
37824 \end_inset
37825
37826
37827 \shape smallcaps
37828 Mittelbach, F.
37829  ; Goossens, M.
37830 \shape default
37831
37832 \shape italic
37833 The LaTeX Companion
37834 \shape default
37835 .
37836  Addison Wesley, 2004
37837 \end_layout
37838
37839 \begin_layout Bibliography
37840 \labelwidthstring References
37841 \begin_inset CommandInset bibitem
37842 LatexCommand bibitem
37843 key "Mathmode"
37844
37845 \end_inset
37846
37847
37848 \begin_inset CommandInset href
37849 LatexCommand href
37850 name "Description"
37851 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37852
37853 \end_inset
37854
37855  of LaTeX's math abilities
37856 \end_layout
37857
37858 \begin_layout Bibliography
37859 \labelwidthstring References
37860 \begin_inset CommandInset bibitem
37861 LatexCommand bibitem
37862 key "AMS"
37863
37864 \end_inset
37865
37866
37867 \begin_inset CommandInset href
37868 LatexCommand href
37869 name "Description"
37870 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37871
37872 \end_inset
37873
37874  of 
37875 \begin_inset ERT
37876 status collapsed
37877
37878 \begin_layout Plain Layout
37879
37880
37881 \backslash
37882 AmS
37883 \end_layout
37884
37885 \end_inset
37886
37887 -LaTeX
37888 \end_layout
37889
37890 \begin_layout Bibliography
37891 \labelwidthstring References
37892 \begin_inset CommandInset bibitem
37893 LatexCommand bibitem
37894 key "Symbols"
37895
37896 \end_inset
37897
37898
37899 \begin_inset CommandInset href
37900 LatexCommand href
37901 name "List"
37902 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37903
37904 \end_inset
37905
37906  of all symbols available with LaTeX-packages
37907 \end_layout
37908
37909 \begin_layout Bibliography
37910 \labelwidthstring References
37911 \begin_inset CommandInset bibitem
37912 LatexCommand bibitem
37913 key "hyperref"
37914
37915 \end_inset
37916
37917
37918 \begin_inset CommandInset href
37919 LatexCommand href
37920 name "Documentation"
37921 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37922
37923 \end_inset
37924
37925  of the LaTeX-package 
37926 \series bold
37927 hyperref
37928 \series default
37929
37930 \begin_inset Index idx
37931 status collapsed
37932
37933 \begin_layout Plain Layout
37934 Packages ! hyperref
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Bibliography
37943 \labelwidthstring References
37944 \begin_inset CommandInset bibitem
37945 LatexCommand bibitem
37946 key "mhchem"
37947
37948 \end_inset
37949
37950
37951 \begin_inset CommandInset href
37952 LatexCommand href
37953 name "Documentation"
37954 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37955
37956 \end_inset
37957
37958  of the LaTeX-package 
37959 \series bold
37960 mhchem
37961 \series default
37962
37963 \begin_inset Index idx
37964 status collapsed
37965
37966 \begin_layout Plain Layout
37967 Packages ! mhchem
37968 \end_layout
37969
37970 \end_inset
37971
37972
37973 \end_layout
37974
37975 \begin_layout Bibliography
37976 \labelwidthstring References
37977 \begin_inset CommandInset bibitem
37978 LatexCommand bibitem
37979 key "Mathclap"
37980
37981 \end_inset
37982
37983
37984 \begin_inset CommandInset href
37985 LatexCommand href
37986 name "Description"
37987 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37988
37989 \end_inset
37990
37991  of the command 
37992 \series bold
37993
37994 \backslash
37995 mathclap
37996 \series default
37997 , described in 
37998 \begin_inset CommandInset ref
37999 LatexCommand ref
38000 reference "sub:Operator-Limits"
38001
38002 \end_inset
38003
38004
38005 \begin_inset Index idx
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009 Commands ! M ! 
38010 \backslash
38011 mathclap
38012 \end_layout
38013
38014 \end_inset
38015
38016
38017 \end_layout
38018
38019 \begin_layout Bibliography
38020 \labelwidthstring References
38021 \begin_inset CommandInset bibitem
38022 LatexCommand bibitem
38023 key "Duden"
38024
38025 \end_inset
38026
38027
38028 \emph on
38029 Duden Band 1
38030 \emph default
38031 .
38032  22.
38033  Auflage, Duden 2001
38034 \end_layout
38035
38036 \begin_layout Bibliography
38037 \labelwidthstring References
38038 \begin_inset CommandInset bibitem
38039 LatexCommand bibitem
38040 key "Checklist"
38041
38042 \end_inset
38043
38044
38045 \begin_inset CommandInset href
38046 LatexCommand href
38047 name "Check list"
38048 target "http://physics.nist.gov/Document/checklist.pdf"
38049
38050 \end_inset
38051
38052  for reviewing manuscripts
38053 \end_layout
38054
38055 \begin_layout Standard
38056 \begin_inset CommandInset index_print
38057 LatexCommand printindex
38058 type "idx"
38059
38060 \end_inset
38061
38062
38063 \end_layout
38064
38065 \end_body
38066 \end_document