]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: some preamble fixes for \cancel support
[features.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\def\tagform@#1{\maketag@@@{|#1|}}
93
94 % macro from sec. 10.2
95 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
96 \def\mathclap {\mathpalette \mathclapinternal}
97 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
98
99
100 % ------------------------------------
101 % used to check for needed LaTeX packages
102 \usepackage{ifthen}
103
104 % check for package eurosym
105 % used for the Euro symbol
106 \newboolean{eurosym}
107 \IfFileExists{eurosym.sty}
108  {\usepackage[gennarrow]{eurosym}
109   \setboolean{eurosym}{true}}
110  {\setboolean{eurosym}{false}}
111
112 % check for package braket
113 % used for physical vectors
114 \newboolean{braket}
115 \IfFileExists{braket.sty}
116  {\usepackage{braket}
117   \setboolean{braket}{true}}
118  {\setboolean{braket}{false}}
119
120 % check for package cancel
121 \newboolean{cancel}
122 \IfFileExists{cancel.sty}
123  {\setboolean{cancel}{true}}
124  {\setboolean{cancel}{false}}
125
126 % check for package upgreek
127 \newboolean{upgreek}
128 \IfFileExists{upgreek.sty}
129  {\usepackage{upgreek}
130   \setboolean{upgreek}{true}}
131  {\setboolean{upgreek}{false}}
132 \end_preamble
133 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
134 \use_default_options false
135 \maintain_unincluded_children false
136 \language english
137 \language_package default
138 \inputencoding auto
139 \fontencoding global
140 \font_roman default
141 \font_sans default
142 \font_typewriter default
143 \font_math auto
144 \font_default_family default
145 \use_non_tex_fonts false
146 \font_sc false
147 \font_osf false
148 \font_sf_scale 100
149 \font_tt_scale 100
150 \graphics default
151 \default_output_format default
152 \output_sync 0
153 \bibtex_command default
154 \index_command default
155 \paperfontsize 12
156 \spacing single
157 \use_hyperref true
158 \pdf_title "LyX's Math Manual"
159 \pdf_author "LyX Team, Uwe Stöhr"
160 \pdf_subject "LyX-documentation about math"
161 \pdf_keywords "LyX, Mathed"
162 \pdf_bookmarks true
163 \pdf_bookmarksnumbered true
164 \pdf_bookmarksopen true
165 \pdf_bookmarksopenlevel 1
166 \pdf_breaklinks false
167 \pdf_pdfborder false
168 \pdf_colorlinks true
169 \pdf_backref false
170 \pdf_pdfusetitle false
171 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
172 \papersize a4paper
173 \use_geometry false
174 \use_package amsmath 2
175 \use_package amssymb 2
176 \use_package cancel 1
177 \use_package esint 1
178 \use_package mathdots 1
179 \use_package mathtools 0
180 \use_package mhchem 1
181 \use_package stackrel 0
182 \use_package stmaryrd 0
183 \use_package undertilde 0
184 \cite_engine basic
185 \cite_engine_type default
186 \biblio_style plain
187 \use_bibtopic false
188 \use_indices false
189 \paperorientation portrait
190 \suppress_date false
191 \justification true
192 \use_refstyle 0
193 \notefontcolor #0000ff
194 \index Index
195 \shortcut idx
196 \color #008000
197 \end_index
198 \secnumdepth 4
199 \tocdepth 3
200 \paragraph_separation skip
201 \defskip medskip
202 \quotes_language english
203 \papercolumns 1
204 \papersides 2
205 \paperpagestyle plain
206 \bullet 1 0 6 -1
207 \bullet 2 2 35 -1
208 \bullet 3 2 7 -1
209 \tracking_changes false
210 \output_changes false
211 \html_math_output 0
212 \html_css_as_file 0
213 \html_be_strict false
214 \end_header
215
216 \begin_body
217
218 \begin_layout Title
219 LyX's detailed Math manual
220 \end_layout
221
222 \begin_layout Author
223 by the LyX Team
224 \begin_inset Foot
225 status collapsed
226
227 \begin_layout Plain Layout
228 \noindent
229 If you have comments or error corrections, please send them to the LyX Documenta
230 tion mailing list: 
231 \family typewriter
232
233 \begin_inset CommandInset href
234 LatexCommand href
235 name "lyx-docs@lists.lyx.org"
236 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
237 type "mailto:"
238
239 \end_inset
240
241
242 \end_layout
243
244 \end_inset
245
246
247 \begin_inset Note Note
248 status collapsed
249
250 \begin_layout Plain Layout
251 author: Uwe Stöhr
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Newline newline
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \family sans
266 Version 2.1.x
267 \end_layout
268
269 \begin_layout Standard
270 \begin_inset CommandInset toc
271 LatexCommand tableofcontents
272
273 \end_inset
274
275
276 \end_layout
277
278 \begin_layout Standard
279 \begin_inset Note Note
280 status open
281
282 \begin_layout Plain Layout
283 To export this document to PDF, PS or DVI the LaTeX-packages 
284 \series bold
285 braket, cancel, eurosym, mathdots, mhchem
286 \series default
287  and 
288 \series bold
289 was
290 \series default
291  should be installed.
292  If they are not installed the document can be exported anyway but the sections
293  where the packages are required will not appear in the output.
294  An exception is 
295 \series bold
296 mhchem
297 \series default
298 ; if it is not installed, this file cannot be exported.
299 \end_layout
300
301 \begin_layout Plain Layout
302 The latest PDF-version of this document can be found here:
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \series bold
308 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
309 \end_layout
310
311 \end_inset
312
313
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset Newpage newpage
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Section
324 Introduction
325 \end_layout
326
327 \begin_layout Standard
328 This document explains LyX's math features and is furthermore a collection
329  of LaTeX-commands used for mathematical characters and constructs.
330  The explanations are designed for the usage of commands.
331  It is therefore required that you have read the section 
332 \family typewriter
333 Mathematical
334 \begin_inset space ~
335 \end_inset
336
337 Formulas
338 \family default
339  of the User's Guide.
340 \end_layout
341
342 \begin_layout Standard
343 Most of the characters and many constructs explained in this manual are
344  also accessible via the menu 
345 \family sans
346 Insert
347 \series bold
348 \SpecialChar \menuseparator
349
350 \series default
351 Math
352 \family default
353  or the 
354 \family sans
355 math
356 \family default
357 \series bold
358  
359 \family sans
360 \series default
361 toolbar
362 \family default
363 .
364  But everybody who has to write lots of formulas will notice that it is
365  much faster to use commands instead of the math toolbar.
366  Therefore this manual is focused on commands but also mentions the correspondin
367 g toolbar buttons when available.
368 \end_layout
369
370 \begin_layout Standard
371 If not specially mentioned the commands are only available within formulas.
372  To be able to use all commands explained in this document, the option 
373 \family sans
374 Use AMS math package
375 \family default
376  must be checked in the document settings (menu 
377 \family sans
378 Document\SpecialChar \menuseparator
379 Settings\SpecialChar \menuseparator
380 Math
381 \begin_inset space ~
382 \end_inset
383
384 Options
385 \family default
386 ).
387 \begin_inset Foot
388 status collapsed
389
390 \begin_layout Plain Layout
391 The option 
392 \family sans
393 Use AMS math package automatically
394 \family default
395  only uses 
396 \begin_inset ERT
397 status collapsed
398
399 \begin_layout Plain Layout
400
401
402 \backslash
403 AmS 
404 \end_layout
405
406 \end_inset
407
408 -math when math constructs are found that are supported by LyX.
409 \end_layout
410
411 \end_inset
412
413
414 \end_layout
415
416 \begin_layout Standard
417 This document doesn't list all 
418 \begin_inset ERT
419 status collapsed
420
421 \begin_layout Plain Layout
422
423
424 \backslash
425 AmS 
426 \end_layout
427
428 \end_inset
429
430 -math commands
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435 A list with all 
436 \begin_inset ERT
437 status collapsed
438
439 \begin_layout Plain Layout
440
441
442 \backslash
443 AmS
444 \end_layout
445
446 \end_inset
447
448 -math commands is in the file 
449 \family sans
450
451 \begin_inset CommandInset href
452 LatexCommand href
453 name "amsguide.ps"
454 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
455
456 \end_inset
457
458
459 \family default
460 , which is part of every LaTeX standard installation.
461 \end_layout
462
463 \end_inset
464
465  for lucidity reasons.
466 \end_layout
467
468 \begin_layout Section
469 General Instructions
470 \end_layout
471
472 \begin_layout Standard
473 To create an inline formula
474 \begin_inset Index idx
475 status collapsed
476
477 \begin_layout Plain Layout
478 Formula ! inline
479 \end_layout
480
481 \end_inset
482
483  that is embedded into a text line, use one of the shortcuts 
484 \begin_inset Info
485 type  "shortcuts"
486 arg   "math-mode"
487 \end_inset
488
489  or the toolbar button 
490 \begin_inset Graphics
491         filename ../images/math-mode.png
492         scale 85
493
494 \end_inset
495
496 .
497 \begin_inset Newline newline
498 \end_inset
499
500 To create a display style formula
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Formula ! display style
506 \end_layout
507
508 \end_inset
509
510  which will appear bigger, has a different format, and will be in a separate
511  paragraph, use one of these shortcuts: 
512 \begin_inset Info
513 type  "shortcuts"
514 arg   "math-display"
515 \end_inset
516
517 .
518 \end_layout
519
520 \begin_layout Standard
521 To change a display style formula to an inline formula, set the cursor into
522  the formula and use one of the shortcuts 
523 \begin_inset Info
524 type  "shortcuts"
525 arg   "math-mode"
526 \end_inset
527
528  or the menu 
529 \family sans
530 Edit\SpecialChar \menuseparator
531 Math\SpecialChar \menuseparator
532 Change formula type
533 \family default
534 .
535  The same way is used to change an inline formula to a display style formula.
536 \end_layout
537
538 \begin_layout Standard
539 To display parts of an inline formula in the size of a display style formula,
540  enter the command 
541 \series bold
542
543 \backslash
544 displaystyle
545 \series default
546
547 \begin_inset Index idx
548 status collapsed
549
550 \begin_layout Plain Layout
551 Commands ! D ! 
552 \backslash
553 displaystyle
554 \end_layout
555
556 \end_inset
557
558  to a formula.
559  Then a new blue box appears in which the desired formula part is inserted.
560 \end_layout
561
562 \begin_layout Standard
563 Only inline formulas are allowed inside tables.
564 \end_layout
565
566 \begin_layout Standard
567 The 
568 \family sans
569 math toolbar
570 \family default
571  can be turned on in the menu 
572 \family sans
573 View\SpecialChar \menuseparator
574 Toolbars
575 \family default
576 .
577  When you click there on 
578 \begin_inset Quotes eld
579 \end_inset
580
581 Math
582 \begin_inset Quotes erd
583 \end_inset
584
585  the toolbar will be shown permanently at the bottom; this state is visualized
586  in the 
587 \family sans
588 Toolbars
589 \family default
590  menu with a checkmark.
591  When you click in this state again on 
592 \begin_inset Quotes eld
593 \end_inset
594
595 Math
596 \begin_inset Quotes erd
597 \end_inset
598
599  in the 
600 \family sans
601 Toolbars
602 \family default
603  menu, the 
604 \family sans
605 math toolbar
606 \family default
607  is only shown when the cursor is within a formula; this state is visualized
608  by the renaming of the menu entry from 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Math
613 \begin_inset Quotes erd
614 \end_inset
615
616  to 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Math
621 \begin_inset space ~
622 \end_inset
623
624 (auto)
625 \begin_inset Quotes erd
626 \end_inset
627
628 .
629 \end_layout
630
631 \begin_layout Standard
632 The TeX-mode
633 \begin_inset Index idx
634 status collapsed
635
636 \begin_layout Plain Layout
637 T@TeX-mode
638 \end_layout
639
640 \end_inset
641
642  is invoked by pressing the toolbar button 
643 \begin_inset Graphics
644         filename ../images/ert-insert.png
645         scale 85
646
647 \end_inset
648
649  or by using the menu 
650 \family sans
651 Insert\SpecialChar \menuseparator
652 Te
653 \begin_inset ERT
654 status collapsed
655
656 \begin_layout Plain Layout
657
658 {}
659 \end_layout
660
661 \end_inset
662
663 X Code
664 \family default
665  (shortcut 
666 \begin_inset Info
667 type  "shortcut"
668 arg   "ert-insert"
669 \end_inset
670
671 ).
672 \begin_inset Note Note
673 status collapsed
674
675 \begin_layout Plain Layout
676 In LyX there are three 
677 \begin_inset Quotes eld
678 \end_inset
679
680 proper names
681 \begin_inset Quotes erd
682 \end_inset
683
684  that appear in the output with sub- and superscript letters: TeX, LaTeX
685  and LyX
686 \end_layout
687
688 \begin_layout Plain Layout
689 To avoid that these names are recognized as proper names, a TeX-brace pair
690  is inserted.
691 \end_layout
692
693 \end_inset
694
695
696 \end_layout
697
698 \begin_layout Standard
699 To change the LaTeX-preamble
700 \begin_inset Index idx
701 status collapsed
702
703 \begin_layout Plain Layout
704 L@LaTeX-preamble
705 \end_layout
706
707 \end_inset
708
709 , use the menu 
710 \family sans
711 Document\SpecialChar \menuseparator
712 Settings\SpecialChar \menuseparator
713 LaT
714 \begin_inset ERT
715 status collapsed
716
717 \begin_layout Plain Layout
718
719 {}
720 \end_layout
721
722 \end_inset
723
724 eX
725 \family default
726  
727 \family sans
728 Preamble
729 \family default
730 .
731 \end_layout
732
733 \begin_layout Standard
734 To edit matrices, case differentiations and multiline formulas subsequently,
735  use the menus 
736 \family sans
737 Edit\SpecialChar \menuseparator
738 Math
739 \family default
740  and 
741 \family sans
742 Edit\SpecialChar \menuseparator
743 Rows
744 \begin_inset space \thinspace{}
745 \end_inset
746
747 &
748 \begin_inset space \thinspace{}
749 \end_inset
750
751 Columns,
752 \family default
753  or the 
754 \family sans
755 table toolbar
756 \family default
757 .
758  When lines and columns are swapped via the menu, the column or line where
759  the cursor is in is exchanged with the column to the right or the line
760  below, respectively.
761  Is the cursor in the last column or row, the exchange is done with the
762  column to the left or the line above.
763 \end_layout
764
765 \begin_layout Standard
766 To write text in formulas
767 \begin_inset Foot
768 status collapsed
769
770 \begin_layout Plain Layout
771 For multiline formulas the command 
772 \series bold
773
774 \backslash
775 intertext
776 \series default
777  is used, see 
778 \begin_inset CommandInset ref
779 LatexCommand ref
780 reference "sub:Text-in-multiline"
781
782 \end_inset
783
784 .
785 \end_layout
786
787 \end_inset
788
789  
790 \emph on
791 mathematical text
792 \emph default
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Text ! in formulas
799 \end_layout
800
801 \end_inset
802
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Mathematical text
809 \end_layout
810
811 \end_inset
812
813  is used.
814  This mode is invoked with the shortcut 
815 \begin_inset Info
816 type  "shortcut"
817 arg   "font-default"
818 \end_inset
819
820  or by the insertion of the command 
821 \series bold
822
823 \backslash
824 text
825 \series default
826
827 \begin_inset Index idx
828 status collapsed
829
830 \begin_layout Plain Layout
831 Commands ! T ! 
832 \backslash
833 text
834 \end_layout
835
836 \end_inset
837
838 .
839  The text appears black in LyX and can therefore be distinguished from the
840  other formula parts which appear blue.
841  In the output mathematical text is set upright, in contrary to other formula
842  parts.
843 \end_layout
844
845 \begin_layout Subsection*
846 Command Scheme
847 \end_layout
848
849 \begin_layout Standard
850 Most of the LaTeX-commands for math constructs have the following scheme:
851 \end_layout
852
853 \begin_layout Standard
854
855 \series bold
856
857 \backslash
858 commandname[optional
859 \series default
860  
861 \series bold
862 argument]{required
863 \series default
864  
865 \series bold
866 argument}
867 \end_layout
868
869 \begin_layout Standard
870 A command always starts with a backslash 
871 \begin_inset Quotes gld
872 \end_inset
873
874
875 \series bold
876
877 \backslash
878
879 \series default
880
881 \begin_inset Quotes grd
882 \end_inset
883
884 .
885  To omit optional arguments, also omit the associated brackets.
886  The braces around the required arguments are named in this document as
887  TeX-braces
888 \begin_inset Index idx
889 status collapsed
890
891 \begin_layout Plain Layout
892 T@TeX-braces
893 \end_layout
894
895 \end_inset
896
897 .
898  If you add in a formula a left brace to a command name, LyX automatically
899  creates a TeX-brace.
900  In all other cases TeX-braces are created in formulas with the command
901  
902 \series bold
903
904 \backslash
905 {
906 \series default
907 .
908  TeX-braces appear red in LyX, in contrary to normal braces which appear
909  blue.
910  In TeX-mode no command is needed to get TeX-braces.
911  TeX-braces don't appear in the output.
912 \end_layout
913
914 \begin_layout Standard
915 When commands without arguments, like commands for symbols are entered in
916  TeX-mode, a space character must 
917 \emph on
918 always
919 \emph default
920  be behind the command to end it.
921  This space doesn't appear in the output.
922  When the space should appear in the output, the space must be followed
923  by a protected space in normal text.
924 \end_layout
925
926 \begin_layout Standard
927 A protected space is inserted with 
928 \begin_inset Info
929 type  "shortcuts"
930 arg   "command-alternatives space-insert protected ; math-space"
931 \end_inset
932
933 .
934 \end_layout
935
936 \begin_layout Subsection*
937 \begin_inset Newpage newpage
938 \end_inset
939
940 Syntax Explanation
941 \end_layout
942
943 \begin_layout Itemize
944 The symbol 
945 \begin_inset space \textvisiblespace{}
946 \end_inset
947
948  denotes a space character to be input.
949 \end_layout
950
951 \begin_layout Itemize
952 An arrow like 
953 \begin_inset Formula $\to$
954 \end_inset
955
956  denotes the usage of the corresponding arrow key on the keyboard.
957  The 
958 \family sans
959 Tab
960 \family default
961  key can often be used instead of 
962 \begin_inset Formula $\to$
963 \end_inset
964
965  and 
966 \begin_inset Formula $\downarrow$
967 \end_inset
968
969 , and 
970 \family sans
971 Shift+Tab
972 \family default
973  instead of 
974 \begin_inset Formula $\leftarrow$
975 \end_inset
976
977  and 
978 \begin_inset Formula $\uparrow$
979 \end_inset
980
981 .
982 \end_layout
983
984 \begin_layout Subsection*
985 Available units
986 \end_layout
987
988 \begin_layout Standard
989 \align center
990 \begin_inset Float table
991 placement H
992 wide false
993 sideways false
994 status open
995
996 \begin_layout Plain Layout
997 \align center
998 \begin_inset Caption Standard
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "tab:Available-units"
1004
1005 \end_inset
1006
1007 Available units
1008 \end_layout
1009
1010 \end_inset
1011
1012
1013 \end_layout
1014
1015 \begin_layout Plain Layout
1016 \align center
1017 \begin_inset Tabular
1018 <lyxtabular version="3" rows="13" columns="2">
1019 <features rotate="0" tabularvalignment="middle">
1020 <column alignment="center" valignment="top">
1021 <column alignment="center" valignment="top">
1022 <row>
1023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 Unit
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Name / Description
1037 \end_layout
1038
1039 \end_inset
1040 </cell>
1041 </row>
1042 <row>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Plain Layout
1047 mm
1048 \end_layout
1049
1050 \end_inset
1051 </cell>
1052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 Millimeter
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 </row>
1062 <row>
1063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 cm
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 Centimeter
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 </row>
1082 <row>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 in
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 Inch (1
1097 \begin_inset space \thinspace{}
1098 \end_inset
1099
1100 in = 2,54
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 cm)
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 pt
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Point (72.27
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 pt = 1
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 in)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pc
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Pica (1
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pc = 12
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pt)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 sp
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 scaled point (65536
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 sp = 1
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 bp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 big point (72
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 bp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 in)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 dd
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 Didot (1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 dd 
1241 \begin_inset Formula $\approx$
1242 \end_inset
1243
1244  0.376
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248 mm)
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 </row>
1254 <row>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 cc
1260 \end_layout
1261
1262 \end_inset
1263 </cell>
1264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1265 \begin_inset Text
1266
1267 \begin_layout Plain Layout
1268 Cicero (1
1269 \begin_inset space \thinspace{}
1270 \end_inset
1271
1272 cc = 12
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 dd)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 ex
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Height of letter 
1297 \emph on
1298
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302 x
1303 \emph default
1304
1305 \begin_inset Quotes erd
1306 \end_inset
1307
1308  in the current font
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 </row>
1314 <row>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 em
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 width of letter 
1329 \begin_inset Quotes eld
1330 \end_inset
1331
1332
1333 \emph on
1334 M
1335 \emph default
1336
1337 \begin_inset Quotes erd
1338 \end_inset
1339
1340  in the current font
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 </row>
1346 <row>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 mu
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1357 \begin_inset Text
1358
1359 \begin_layout Plain Layout
1360 math unit (1
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 mu = 
1365 \begin_inset Formula $\nicefrac{1}{18}$
1366 \end_inset
1367
1368
1369 \begin_inset space \thinspace{}
1370 \end_inset
1371
1372 em)
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 </row>
1378 </lyxtabular>
1379
1380 \end_inset
1381
1382
1383 \end_layout
1384
1385 \end_inset
1386
1387
1388 \end_layout
1389
1390 \begin_layout Standard
1391 \begin_inset Newpage newpage
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \begin_layout Section
1398 Basic Functions
1399 \end_layout
1400
1401 \begin_layout Subsection
1402 Exponents
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Exponents
1408 \end_layout
1409
1410 \end_inset
1411
1412  and Indices
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Indices
1418 \end_layout
1419
1420 \end_inset
1421
1422
1423 \begin_inset Index idx
1424 status collapsed
1425
1426 \begin_layout Plain Layout
1427 Superscripts|see
1428 \begin_inset ERT
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432
1433 {
1434 \end_layout
1435
1436 \end_inset
1437
1438 Exponents
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 }
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \end_layout
1451
1452 \end_inset
1453
1454
1455 \begin_inset Index idx
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459 Subscripts|see
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 {
1466 \end_layout
1467
1468 \end_inset
1469
1470 Indices
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 }
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \end_layout
1483
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Standard
1490 Indices are created with an underscore 
1491 \begin_inset Quotes eld
1492 \end_inset
1493
1494 _
1495 \begin_inset Quotes erd
1496 \end_inset
1497
1498  or via the math toolbar button 
1499 \begin_inset Graphics
1500         filename ../images/math-subscript.png
1501         scale 85
1502
1503 \end_inset
1504
1505 , exponents with a caret 
1506 \begin_inset Quotes eld
1507 \end_inset
1508
1509 ^
1510 \begin_inset Quotes erd
1511 \end_inset
1512
1513  or via the math toolbar button 
1514 \begin_inset Graphics
1515         filename ../images/math-superscript.png
1516         scale 85
1517
1518 \end_inset
1519
1520 .
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features rotate="0" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 command
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Result
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  is only used as spacer.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset space \textvisiblespace{}
1619 \end_inset
1620
1621 A
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 </lyxtabular>
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 As the caret is in some languages an accent, vowels will be accentuated
1648  in this case and not set as exponents
1649 \begin_inset Foot
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Depending on the used keyboard settings this can also happen for characters
1654  other than vowels.
1655 \end_layout
1656
1657 \end_inset
1658
1659 .
1660  To get exponents in this case, press 
1661 \family sans
1662 Space
1663 \family default
1664  after the caret as in the last example.
1665 \end_layout
1666
1667 \begin_layout Subsection
1668 Fractions
1669 \begin_inset CommandInset label
1670 LatexCommand label
1671 name "sub:Fractions"
1672
1673 \end_inset
1674
1675
1676 \begin_inset Index idx
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 Fractions
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Fractions are generated with the command 
1690 \series bold
1691
1692 \backslash
1693 frac
1694 \series default
1695
1696 \begin_inset Index idx
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700 Commands ! F ! 
1701 \backslash
1702 frac
1703 \end_layout
1704
1705 \end_inset
1706
1707  or via the math toolbar button 
1708 \begin_inset Graphics
1709         filename ../images/math/frac.png
1710         scale 50
1711
1712 \end_inset
1713
1714 .
1715  The font size is adjusted automatically, depending on whether the fraction
1716  is in an inline or display style formula.
1717  With the math toolbar button 
1718 \begin_inset Graphics
1719         filename ../images/math/frac-square.png
1720         scale 85
1721
1722 \end_inset
1723
1724  you can select different fraction types.
1725 \end_layout
1726
1727 \begin_layout Standard
1728 With the command 
1729 \series bold
1730
1731 \backslash
1732 dfrac
1733 \series default
1734
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 Commands ! D ! 
1740 \backslash
1741 dfrac
1742 \end_layout
1743
1744 \end_inset
1745
1746  a fraction can be created that always has the size of a display style formula.
1747  With 
1748 \series bold
1749
1750 \backslash
1751 tfrac
1752 \series default
1753
1754 \begin_inset Index idx
1755 status collapsed
1756
1757 \begin_layout Plain Layout
1758 Commands ! T ! 
1759 \backslash
1760 tfrac
1761 \end_layout
1762
1763 \end_inset
1764
1765  the fraction appears always with the size of an inline formula.
1766  An example:
1767 \end_layout
1768
1769 \begin_layout Standard
1770 A line with the fraction 
1771 \begin_inset Formula $\frac{1}{2}$
1772 \end_inset
1773
1774  that was created with the command 
1775 \series bold
1776
1777 \backslash
1778 frac
1779 \series default
1780 .
1781 \end_layout
1782
1783 \begin_layout Standard
1784 A line with the fraction 
1785 \begin_inset Formula $\dfrac{1}{2}$
1786 \end_inset
1787
1788  that was created with the command 
1789 \series bold
1790
1791 \backslash
1792 dfrac
1793 \series default
1794 .
1795 \end_layout
1796
1797 \begin_layout Standard
1798 \align center
1799 \begin_inset Tabular
1800 <lyxtabular version="3" rows="4" columns="2">
1801 <features rotate="0" tabularvalignment="middle">
1802 <column alignment="center" valignment="top" width="0pt">
1803 <column alignment="center" valignment="top" width="0pt">
1804 <row>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 Command
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Result
1819 \begin_inset Note Note
1820 status collapsed
1821
1822 \begin_layout Plain Layout
1823
1824 \series bold
1825
1826 \backslash
1827 raisebox
1828 \series default
1829  is only used as spacer.
1830 \end_layout
1831
1832 \end_inset
1833
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 <row>
1841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1842 \begin_inset Text
1843
1844 \begin_layout Plain Layout
1845
1846 \backslash
1847 frac
1848 \begin_inset space \textvisiblespace{}
1849 \end_inset
1850
1851 A
1852 \begin_inset Formula $\downarrow$
1853 \end_inset
1854
1855 B
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 </row>
1873 <row>
1874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1875 \begin_inset Text
1876
1877 \begin_layout Plain Layout
1878
1879 \backslash
1880 dfrac
1881 \begin_inset space \textvisiblespace{}
1882 \end_inset
1883
1884 A
1885 \begin_inset Formula $\downarrow$
1886 \end_inset
1887
1888 B
1889 \end_layout
1890
1891 \end_inset
1892 </cell>
1893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1894 \begin_inset Text
1895
1896 \begin_layout Plain Layout
1897 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 </row>
1906 <row>
1907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \backslash
1913 dfrac
1914 \begin_inset space \textvisiblespace{}
1915 \end_inset
1916
1917 e^
1918 \backslash
1919 frac
1920 \begin_inset space \textvisiblespace{}
1921 \end_inset
1922
1923 1
1924 \begin_inset Formula $\downarrow$
1925 \end_inset
1926
1927 2
1928 \begin_inset Formula $\downarrow\downarrow$
1929 \end_inset
1930
1931 3
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1941 \end_inset
1942
1943
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 </row>
1949 </lyxtabular>
1950
1951 \end_inset
1952
1953
1954 \end_layout
1955
1956 \begin_layout Standard
1957 \begin_inset VSpace bigskip
1958 \end_inset
1959
1960
1961 \begin_inset Newpage newpage
1962 \end_inset
1963
1964 For nested fractions the command 
1965 \series bold
1966
1967 \backslash
1968 cfrac
1969 \series default
1970
1971 \begin_inset Index idx
1972 status collapsed
1973
1974 \begin_layout Plain Layout
1975 Commands ! C ! 
1976 \backslash
1977 cfrac
1978 \end_layout
1979
1980 \end_inset
1981
1982  can be used.
1983  Here is an example:
1984 \begin_inset VSpace -3mm
1985 \end_inset
1986
1987
1988 \end_layout
1989
1990 \begin_layout Standard
1991 \begin_inset Formula 
1992 \begin{align*}
1993 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1994 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1995 \end{align*}
1996
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \begin_layout Standard
2003 The command for the example above is:
2004 \end_layout
2005
2006 \begin_layout Standard
2007
2008 \series bold
2009
2010 \backslash
2011 cfrac
2012 \begin_inset space \textvisiblespace{}
2013 \end_inset
2014
2015 A
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 B+
2020 \backslash
2021 cfrac
2022 \begin_inset space \textvisiblespace{}
2023 \end_inset
2024
2025 C+
2026 \backslash
2027 cfrac
2028 \begin_inset space \textvisiblespace{}
2029 \end_inset
2030
2031 E
2032 \begin_inset Formula $\downarrow$
2033 \end_inset
2034
2035 F
2036 \begin_inset Formula $\downarrow$
2037 \end_inset
2038
2039 D
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset VSpace medskip
2044 \end_inset
2045
2046
2047 \end_layout
2048
2049 \begin_layout Standard
2050
2051 \series bold
2052
2053 \backslash
2054 cfrac
2055 \series default
2056  sets the fraction always in the size of a displayed formula, also when
2057  it is part of another fraction.
2058 \end_layout
2059
2060 \begin_layout Standard
2061 It is possible to specify the alignment of the numerator.
2062  The command 
2063 \series bold
2064
2065 \backslash
2066 cfracleft
2067 \series default
2068  is used to left align it, the command 
2069 \series bold
2070
2071 \backslash
2072 cfracright
2073 \series default
2074  to right-align it.
2075  
2076 \series bold
2077
2078 \backslash
2079 cfrac
2080 \series default
2081  centers the numerator.
2082  These fractions demonstrate the different alignments:
2083 \end_layout
2084
2085 \begin_layout Standard
2086
2087 \series bold
2088 \begin_inset Formula 
2089 \[
2090 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2091 \]
2092
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099 \begin_inset Note Greyedout
2100 status open
2101
2102 \begin_layout Plain Layout
2103
2104 \series bold
2105 Note:
2106 \series default
2107  
2108 \series bold
2109
2110 \backslash
2111 cfracleft
2112 \series default
2113  and 
2114 \series bold
2115
2116 \backslash
2117 cfracright
2118 \series default
2119  are no real LaTeX commands but represent the command 
2120 \series bold
2121
2122 \backslash
2123 cfrac[alignment]{numerator}{denominator}
2124 \series default
2125  .
2126  Therefore you cannot use them in TeX code.
2127 \end_layout
2128
2129 \end_inset
2130
2131
2132 \end_layout
2133
2134 \begin_layout Standard
2135 \begin_inset VSpace medskip
2136 \end_inset
2137
2138 It is often advantageous to combine 
2139 \series bold
2140
2141 \backslash
2142 cfrac
2143 \series default
2144  and 
2145 \series bold
2146
2147 \backslash
2148 frac
2149 \series default
2150 :
2151 \begin_inset Formula 
2152 \[
2153 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2154 \]
2155
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162 For inline fractions with a sloped fraction stroke you can use the command
2163  
2164 \series bold
2165
2166 \backslash
2167 nicefrac
2168 \series default
2169
2170 \begin_inset Index idx
2171 status collapsed
2172
2173 \begin_layout Plain Layout
2174 Commands ! N ! 
2175 \backslash
2176 nicefrac
2177 \end_layout
2178
2179 \end_inset
2180
2181
2182 \begin_inset Formula $\nicefrac{5}{31}$
2183 \end_inset
2184
2185  or 
2186 \series bold
2187
2188 \backslash
2189 unitfrac
2190 \series default
2191
2192 \begin_inset Index idx
2193 status collapsed
2194
2195 \begin_layout Plain Layout
2196 Commands ! U ! 
2197 \backslash
2198 unitfrac
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \begin_inset Formula $\unitfrac{5}{31}$
2205 \end_inset
2206
2207  There is furthermore the command 
2208 \series bold
2209
2210 \backslash
2211 unitfracthree
2212 \series default
2213  that offers to write a fraction in combination with a number: 
2214 \begin_inset Formula $\unitfrac[2]{1}{3}$
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset Note Greyedout
2222 status open
2223
2224 \begin_layout Plain Layout
2225
2226 \series bold
2227 Note:
2228 \series default
2229  
2230 \series bold
2231
2232 \backslash
2233 unitfracthree
2234 \series default
2235  is not a real LaTeX command but the command
2236 \begin_inset Newline newline
2237 \end_inset
2238
2239
2240 \series bold
2241
2242 \backslash
2243 unitfrac[number]{numerator}{denominator}
2244 \series default
2245  .
2246  Therefore you cannot use it in TeX code.
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \begin_layout Standard
2255 How to define own fractions where the fraction stroke can be changed, is
2256  explained in 
2257 \begin_inset CommandInset ref
2258 LatexCommand ref
2259 reference "sub:Self-defined-Fractions"
2260
2261 \end_inset
2262
2263 .
2264 \end_layout
2265
2266 \begin_layout Standard
2267 \begin_inset Newpage newpage
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Subsection
2274 Roots
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Roots
2280 \end_layout
2281
2282 \end_inset
2283
2284
2285 \end_layout
2286
2287 \begin_layout Standard
2288 Square roots are created with 
2289 \series bold
2290
2291 \backslash
2292 sqrt
2293 \series default
2294
2295 \begin_inset Index idx
2296 status collapsed
2297
2298 \begin_layout Plain Layout
2299 Commands ! S ! 
2300 \backslash
2301 sqrt
2302 \end_layout
2303
2304 \end_inset
2305
2306  or the math toolbar button 
2307 \begin_inset Graphics
2308         filename ../images/math/sqrt.png
2309         scale 85
2310
2311 \end_inset
2312
2313 , all other roots with the command 
2314 \series bold
2315
2316 \backslash
2317 root
2318 \series default
2319
2320 \begin_inset Index idx
2321 status collapsed
2322
2323 \begin_layout Plain Layout
2324 Commands ! R ! 
2325 \backslash
2326 root
2327 \end_layout
2328
2329 \end_inset
2330
2331  or with the math toolbar button 
2332 \begin_inset Graphics
2333         filename ../images/math/root.png
2334         scale 85
2335
2336 \end_inset
2337
2338 .
2339 \end_layout
2340
2341 \begin_layout Standard
2342 \align center
2343 \begin_inset Tabular
2344 <lyxtabular version="3" rows="3" columns="2">
2345 <features rotate="0" tabularvalignment="middle">
2346 <column alignment="center" valignment="top" width="0pt">
2347 <column alignment="center" valignment="top" width="0pt">
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 Command
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 Result
2363 \begin_inset Note Note
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367
2368 \series bold
2369
2370 \backslash
2371 raisebox
2372 \series default
2373  is only used as spacer.
2374 \end_layout
2375
2376 \end_inset
2377
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 </row>
2384 <row>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389
2390 \backslash
2391 sqrt
2392 \begin_inset space \textvisiblespace{}
2393 \end_inset
2394
2395 A-B
2396 \end_layout
2397
2398 \end_inset
2399 </cell>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2405 \end_inset
2406
2407
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 <row>
2414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2415 \begin_inset Text
2416
2417 \begin_layout Plain Layout
2418
2419 \backslash
2420 root
2421 \begin_inset space \textvisiblespace{}
2422 \end_inset
2423
2424 3
2425 \begin_inset Formula $\downarrow$
2426 \end_inset
2427
2428 A-B
2429 \end_layout
2430
2431 \end_inset
2432 </cell>
2433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2434 \begin_inset Text
2435
2436 \begin_layout Plain Layout
2437 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 </row>
2446 </lyxtabular>
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \begin_layout Standard
2454 A square root can also be created with 
2455 \series bold
2456
2457 \backslash
2458 root
2459 \series default
2460  when the root index field is left empty.
2461 \end_layout
2462
2463 \begin_layout Standard
2464 With certain indices the distance to the root is too small, like in this
2465  formula: 
2466 \begin_inset Formula $\sqrt[\beta]{B}$
2467 \end_inset
2468
2469
2470 \begin_inset Newline newline
2471 \end_inset
2472
2473 The 
2474 \begin_inset Formula $\beta$
2475 \end_inset
2476
2477  touches the root.
2478  To avoid this, the commands 
2479 \series bold
2480
2481 \backslash
2482 leftroot
2483 \series default
2484
2485 \begin_inset Index idx
2486 status collapsed
2487
2488 \begin_layout Plain Layout
2489 Commands ! L ! 
2490 \backslash
2491 leftroot
2492 \end_layout
2493
2494 \end_inset
2495
2496  and 
2497 \series bold
2498
2499 \backslash
2500 uproot
2501 \series default
2502
2503 \begin_inset Index idx
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507 Commands ! U ! 
2508 \backslash
2509 uproot
2510 \end_layout
2511
2512 \end_inset
2513
2514  are used with the following scheme:
2515 \end_layout
2516
2517 \begin_layout Standard
2518
2519 \series bold
2520
2521 \backslash
2522 leftroot{distance}
2523 \series default
2524  and 
2525 \series bold
2526
2527 \backslash
2528 uproot{distance}
2529 \end_layout
2530
2531 \begin_layout Standard
2532 Distance is the number of Big Points (unit bp; 
2533 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2534 \end_inset
2535
2536 ), that the index should be moved to the left or top, resp..
2537  The commands are written to the index.
2538  This way the command
2539 \begin_inset Newline newline
2540 \end_inset
2541
2542
2543 \series bold
2544
2545 \backslash
2546 root
2547 \backslash
2548 leftroot{-1
2549 \begin_inset Formula $\to$
2550 \end_inset
2551
2552
2553 \backslash
2554 uproot{2
2555 \begin_inset Formula $\to$
2556 \end_inset
2557
2558
2559 \backslash
2560 beta
2561 \begin_inset space \textvisiblespace{}
2562 \end_inset
2563
2564
2565 \begin_inset Formula $\to$
2566 \end_inset
2567
2568 B
2569 \begin_inset Newline newline
2570 \end_inset
2571
2572
2573 \series default
2574 produces a correct typeset formula: 
2575 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2576 \end_inset
2577
2578
2579 \end_layout
2580
2581 \begin_layout Subsection
2582 Binomial Coefficients
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Binomial coefficients
2588 \end_layout
2589
2590 \end_inset
2591
2592
2593 \end_layout
2594
2595 \begin_layout Standard
2596 Binomial coefficients are inserted with the command 
2597 \series bold
2598
2599 \backslash
2600 binom
2601 \series default
2602
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Commands ! B ! 
2608 \backslash
2609 binom
2610 \end_layout
2611
2612 \end_inset
2613
2614  or with the submenu of the math toolbar button 
2615 \begin_inset Graphics
2616         filename ../images/math/frac-square.png
2617         scale 85
2618
2619 \end_inset
2620
2621 .
2622  As with fractions (
2623 \series bold
2624
2625 \backslash
2626 frac
2627 \series default
2628 ) in addition to 
2629 \series bold
2630
2631 \backslash
2632 binom
2633 \series default
2634  there are the commands 
2635 \series bold
2636
2637 \backslash
2638 dbinom
2639 \series default
2640
2641 \begin_inset Index idx
2642 status collapsed
2643
2644 \begin_layout Plain Layout
2645 Commands ! D ! 
2646 \backslash
2647 dbinom
2648 \end_layout
2649
2650 \end_inset
2651
2652  and 
2653 \series bold
2654
2655 \backslash
2656 tbinom
2657 \series default
2658
2659 \begin_inset Index idx
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663 Commands ! T ! 
2664 \backslash
2665 tbinom
2666 \end_layout
2667
2668 \end_inset
2669
2670 .
2671  For other brackets around binomial coeficients there are the commands 
2672 \series bold
2673
2674 \backslash
2675 brace
2676 \series default
2677
2678 \begin_inset Index idx
2679 status collapsed
2680
2681 \begin_layout Plain Layout
2682 Commands ! B ! 
2683 \backslash
2684 brace
2685 \end_layout
2686
2687 \end_inset
2688
2689  and 
2690 \series bold
2691
2692 \backslash
2693 brack
2694 \series default
2695
2696 \begin_inset Index idx
2697 status collapsed
2698
2699 \begin_layout Plain Layout
2700 Commands ! B ! 
2701 \backslash
2702 brack
2703 \end_layout
2704
2705 \end_inset
2706
2707 .
2708 \end_layout
2709
2710 \begin_layout Standard
2711 \align center
2712 \begin_inset Tabular
2713 <lyxtabular version="3" rows="6" columns="2">
2714 <features rotate="0" tabularvalignment="middle">
2715 <column alignment="center" valignment="top" width="0pt">
2716 <column alignment="center" valignment="top" width="0pt">
2717 <row>
2718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2719 \begin_inset Text
2720
2721 \begin_layout Plain Layout
2722 Command
2723 \end_layout
2724
2725 \end_inset
2726 </cell>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 Result
2732 \begin_inset Note Note
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736
2737 \series bold
2738
2739 \backslash
2740 raisebox
2741 \series default
2742  is only used as spacer.
2743 \end_layout
2744
2745 \end_inset
2746
2747
2748 \end_layout
2749
2750 \end_inset
2751 </cell>
2752 </row>
2753 <row>
2754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2755 \begin_inset Text
2756
2757 \begin_layout Plain Layout
2758
2759 \backslash
2760 binom
2761 \begin_inset space \textvisiblespace{}
2762 \end_inset
2763
2764 A
2765 \begin_inset Formula $\downarrow$
2766 \end_inset
2767
2768 B
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2778 \end_inset
2779
2780
2781 \end_layout
2782
2783 \end_inset
2784 </cell>
2785 </row>
2786 <row>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Plain Layout
2791
2792 \backslash
2793 dbinom
2794 \begin_inset space \textvisiblespace{}
2795 \end_inset
2796
2797 A
2798 \begin_inset Formula $\downarrow$
2799 \end_inset
2800
2801 B
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2811 \end_inset
2812
2813
2814 \end_layout
2815
2816 \end_inset
2817 </cell>
2818 </row>
2819 <row>
2820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2821 \begin_inset Text
2822
2823 \begin_layout Plain Layout
2824
2825 \backslash
2826 tbinom
2827 \begin_inset space \textvisiblespace{}
2828 \end_inset
2829
2830 A
2831 \begin_inset Formula $\downarrow$
2832 \end_inset
2833
2834 B
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2844 \end_inset
2845
2846
2847 \end_layout
2848
2849 \end_inset
2850 </cell>
2851 </row>
2852 <row>
2853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2854 \begin_inset Text
2855
2856 \begin_layout Plain Layout
2857
2858 \backslash
2859 brack
2860 \begin_inset space \textvisiblespace{}
2861 \end_inset
2862
2863 A
2864 \begin_inset Formula $\downarrow$
2865 \end_inset
2866
2867 B
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 brace
2893 \begin_inset space \textvisiblespace{}
2894 \end_inset
2895
2896 A
2897 \begin_inset Formula $\downarrow$
2898 \end_inset
2899
2900 B
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2910 \end_inset
2911
2912
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 </lyxtabular>
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Subsection
2926 Case Differentiations
2927 \begin_inset Index idx
2928 status collapsed
2929
2930 \begin_layout Plain Layout
2931 Case differentiations 
2932 \end_layout
2933
2934 \end_inset
2935
2936
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \align center
2941 \begin_inset Tabular
2942 <lyxtabular version="3" rows="3" columns="2">
2943 <features rotate="0" tabularvalignment="middle">
2944 <column alignment="center" valignment="top" width="0pt">
2945 <column alignment="center" valignment="top" width="0pt">
2946 <row>
2947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951 Command
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Result
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 cases
2974 \begin_inset space \textvisiblespace{}
2975 \end_inset
2976
2977 A
2978 \begin_inset Formula $\to$
2979 \end_inset
2980
2981 B>0
2982 \begin_inset Index idx
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986 Commands ! C ! 
2987 \backslash
2988 cases
2989 \end_layout
2990
2991 \end_inset
2992
2993
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\begin{cases}
3003 A & B>0\end{cases}$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row>
3013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \backslash
3019 cases
3020 \begin_inset space \textvisiblespace{}
3021 \end_inset
3022
3023
3024 \begin_inset Info
3025 type  "shortcut"
3026 arg   "newline-insert newline"
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3035 \begin_inset Text
3036
3037 \begin_layout Plain Layout
3038 \begin_inset Formula $\begin{cases}
3039 A & \textrm{for }x>0\\
3040 B & \textrm{for }x=0
3041 \end{cases}$
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 </lyxtabular>
3051
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \begin_layout Standard
3058 After inserting 
3059 \series bold
3060
3061 \backslash
3062 cases
3063 \series default
3064  or pressing the math toolbar button 
3065 \begin_inset Graphics
3066         filename ../images/math/cases.png
3067         scale 85
3068
3069 \end_inset
3070
3071  you can create new lines with the shortcut 
3072 \begin_inset Info
3073 type  "shortcut"
3074 arg   "newline-insert newline"
3075 \end_inset
3076
3077  or the table toolbar button 
3078 \begin_inset Graphics
3079         filename ../images/tabular-feature_append-row.png
3080         scale 85
3081
3082 \end_inset
3083
3084 .
3085 \end_layout
3086
3087 \begin_layout Standard
3088 The command 
3089 \series bold
3090
3091 \backslash
3092 cases
3093 \series default
3094  is also available via the menu 
3095 \family sans
3096 Insert\SpecialChar \menuseparator
3097 Math\SpecialChar \menuseparator
3098 Cases-Environment
3099 \family default
3100 .
3101 \end_layout
3102
3103 \begin_layout Subsection
3104 Negations
3105 \begin_inset Index idx
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109 Negations
3110 \end_layout
3111
3112 \end_inset
3113
3114
3115 \end_layout
3116
3117 \begin_layout Standard
3118 By inserting 
3119 \series bold
3120
3121 \backslash
3122 not
3123 \series default
3124
3125 \begin_inset Index idx
3126 status collapsed
3127
3128 \begin_layout Plain Layout
3129 Commands ! N ! 
3130 \backslash
3131 not
3132 \end_layout
3133
3134 \end_inset
3135
3136  every character can be displayed canceled.
3137  The characters are quasi accentuated by a slash.
3138 \end_layout
3139
3140 \begin_layout Standard
3141 \align center
3142 \begin_inset Tabular
3143 <lyxtabular version="3" rows="4" columns="2">
3144 <features rotate="0" tabularvalignment="middle">
3145 <column alignment="center" valignment="top" width="0pt">
3146 <column alignment="center" valignment="top" width="0pt">
3147 <row>
3148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152 Command
3153 \end_layout
3154
3155 \end_inset
3156 </cell>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 Result
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \backslash
3174 not=
3175 \end_layout
3176
3177 \end_inset
3178 </cell>
3179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183 \begin_inset Formula $\not=$
3184 \end_inset
3185
3186
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 </row>
3192 <row>
3193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \backslash
3199 not 
3200 \backslash
3201 le
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210 \begin_inset Formula $\not\le$
3211 \end_inset
3212
3213
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 </row>
3219 <row>
3220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224
3225 \backslash
3226 not 
3227 \backslash
3228 parallel
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 \begin_inset Formula $\not\parallel$
3238 \end_inset
3239
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 </row>
3246 </lyxtabular>
3247
3248 \end_inset
3249
3250
3251 \end_layout
3252
3253 \begin_layout Standard
3254 The last example shows that not all negations look good.
3255  Therefore there are special commands for some negations (see 
3256 \begin_inset CommandInset ref
3257 LatexCommand ref
3258 reference "sub:Mathematical-Symbols"
3259
3260 \end_inset
3261
3262  and 
3263 \begin_inset CommandInset ref
3264 LatexCommand ref
3265 reference "sec:Relations"
3266
3267 \end_inset
3268
3269 ).
3270 \end_layout
3271
3272 \begin_layout Subsection
3273 Placeholders
3274 \begin_inset CommandInset label
3275 LatexCommand label
3276 name "sub:Placeholders"
3277
3278 \end_inset
3279
3280
3281 \begin_inset Index idx
3282 status collapsed
3283
3284 \begin_layout Plain Layout
3285 Placeholders
3286 \end_layout
3287
3288 \end_inset
3289
3290
3291 \begin_inset Index idx
3292 status collapsed
3293
3294 \begin_layout Plain Layout
3295 Chemical characters ! Isotopes
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index idx
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Isotopes|see
3306 \begin_inset ERT
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310
3311 {
3312 \end_layout
3313
3314 \end_inset
3315
3316 Chemical characters
3317 \begin_inset ERT
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321
3322 }
3323 \end_layout
3324
3325 \end_inset
3326
3327
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \begin_layout Standard
3336 When displaying e.
3337 \begin_inset space \thinspace{}
3338 \end_inset
3339
3340 g.
3341 \begin_inset space \space{}
3342 \end_inset
3343
3344 isotopes
3345 \begin_inset Foot
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 Typesetting isotopes and chemical symbols is described in 
3350 \begin_inset CommandInset ref
3351 LatexCommand ref
3352 reference "sub:Chemical-Symbols-and"
3353
3354 \end_inset
3355
3356 .
3357 \end_layout
3358
3359 \end_inset
3360
3361  the following problem occurs:
3362 \end_layout
3363
3364 \begin_layout Standard
3365 \align center
3366 \begin_inset Tabular
3367 <lyxtabular version="3" rows="2" columns="2">
3368 <features rotate="0" tabularvalignment="middle">
3369 <column alignment="center" valignment="top" width="0pt">
3370 <column alignment="center" valignment="top" width="0pt">
3371 <row>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Indices created with sub- and superscripts:
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3386 \end_inset
3387
3388
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 correct indices:
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3409 \end_inset
3410
3411
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 </lyxtabular>
3418
3419 \end_inset
3420
3421
3422 \begin_inset Note Note
3423 status collapsed
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428
3429 \backslash
3430 raisebox
3431 \series default
3432  is only used as spacer.
3433 \end_layout
3434
3435 \end_inset
3436
3437
3438 \end_layout
3439
3440 \begin_layout Standard
3441 The shorter index is by default placed below or above the first character
3442  of the longer index.
3443  To avoid this there is the command 
3444 \series bold
3445
3446 \backslash
3447 phantom
3448 \series default
3449
3450 \begin_inset Index idx
3451 status collapsed
3452
3453 \begin_layout Plain Layout
3454 Commands ! P ! 
3455 \backslash
3456 phantom
3457 \end_layout
3458
3459 \end_inset
3460
3461  or the math toolbar button
3462 \begin_inset space \thinspace{}
3463 \end_inset
3464
3465
3466 \begin_inset Foot
3467 status collapsed
3468
3469 \begin_layout Plain Layout
3470 can be found in the submenu of the toolbar button 
3471 \begin_inset Graphics
3472         filename ../images/math/space.png
3473         scale 85
3474
3475 \end_inset
3476
3477
3478 \end_layout
3479
3480 \end_inset
3481
3482  
3483 \begin_inset Graphics
3484         filename ../images/math/phantom.png
3485         scale 85
3486
3487 \end_inset
3488
3489  that creates one or more phantom characters.
3490  When inserting 
3491 \series bold
3492
3493 \backslash
3494 phantom
3495 \series default
3496  a small blue box appears that is superposed with two red arrows.
3497  The arrows indicate that the complete width and height of the box content
3498  will be created as placeholder.
3499  Phantom characters are accordingly placeholders with the size of the characters.
3500 \end_layout
3501
3502 \begin_layout Standard
3503 \align center
3504 \begin_inset Tabular
3505 <lyxtabular version="3" rows="4" columns="2">
3506 <features rotate="0" tabularvalignment="middle">
3507 <column alignment="center" valignment="top">
3508 <column alignment="center" valignment="top">
3509 <row>
3510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 Command
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Result
3524 \begin_inset Note Note
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 \series bold
3530
3531 \backslash
3532 raisebox
3533 \series default
3534  is only used as spacer.
3535 \end_layout
3536
3537 \end_inset
3538
3539
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 ^19
3551 \begin_inset space \textvisiblespace{}
3552 \end_inset
3553
3554 _
3555 \backslash
3556 phantom
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 1
3561 \begin_inset Formula $\to$
3562 \end_inset
3563
3564 9
3565 \begin_inset space \textvisiblespace{}
3566 \end_inset
3567
3568 F
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 ^235
3592 \begin_inset space \textvisiblespace{}
3593 \end_inset
3594
3595 _
3596 \backslash
3597 phantom
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 23
3602 \begin_inset Formula $\to$
3603 \end_inset
3604
3605 9
3606 \begin_inset space \textvisiblespace{}
3607 \end_inset
3608
3609 F
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \backslash
3634 Lambda^
3635 \begin_inset space \textvisiblespace{}
3636 \end_inset
3637
3638
3639 \backslash
3640 phantom
3641 \begin_inset space \textvisiblespace{}
3642 \end_inset
3643
3644 ii
3645 \begin_inset Formula $\to$
3646 \end_inset
3647
3648 t
3649 \begin_inset space \textvisiblespace{}
3650 \end_inset
3651
3652 _MMt
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3662 \end_inset
3663
3664
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 </lyxtabular>
3671
3672 \end_inset
3673
3674
3675 \end_layout
3676
3677 \begin_layout Standard
3678 Furthermore there are the commands 
3679 \series bold
3680
3681 \backslash
3682 vphantom
3683 \series default
3684
3685 \begin_inset Index idx
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689 Commands ! V ! 
3690 \backslash
3691 vphantom
3692 \end_layout
3693
3694 \end_inset
3695
3696  (toolbar button 
3697 \begin_inset space ~
3698 \end_inset
3699
3700
3701 \begin_inset Graphics
3702         filename ../images/math/vphantom.png
3703         scale 85
3704
3705 \end_inset
3706
3707 ) and 
3708 \series bold
3709
3710 \backslash
3711 hphantom
3712 \series default
3713
3714 \begin_inset Index idx
3715 status collapsed
3716
3717 \begin_layout Plain Layout
3718 Commands ! H ! 
3719 \backslash
3720 hphantom
3721 \end_layout
3722
3723 \end_inset
3724
3725  (toolbar button 
3726 \begin_inset space ~
3727 \end_inset
3728
3729
3730 \begin_inset Graphics
3731         filename ../images/math/hphantom.png
3732         scale 85
3733
3734 \end_inset
3735
3736 ).
3737  
3738 \series bold
3739
3740 \backslash
3741 hphantom
3742 \series default
3743  creates only space for the maximal height of the characters in the box
3744  but not for its width.
3745  
3746 \series bold
3747
3748 \backslash
3749 vphantom
3750 \series default
3751  creates only space for the width of the box content.
3752  Therefore  the boxes of both commands have only one red arrow.
3753 \end_layout
3754
3755 \begin_layout Standard
3756 For example the command 
3757 \series bold
3758
3759 \backslash
3760 vphantom
3761 \begin_inset space \textvisiblespace{}
3762 \end_inset
3763
3764 a
3765 \backslash
3766 int
3767 \series default
3768  creates space for the height of the integral sign,
3769 \begin_inset Foot
3770 status collapsed
3771
3772 \begin_layout Plain Layout
3773 The command 
3774 \series bold
3775
3776 \backslash
3777 int
3778 \series default
3779  creates an integral sign, see 
3780 \begin_inset CommandInset ref
3781 LatexCommand ref
3782 reference "sub:Big-Operators"
3783
3784 \end_inset
3785
3786 .
3787 \end_layout
3788
3789 \end_inset
3790
3791  because this is the larger character.
3792  An example application is in 
3793 \begin_inset CommandInset ref
3794 LatexCommand ref
3795 reference "sub:Multiline-Brackets"
3796
3797 \end_inset
3798
3799 .
3800 \end_layout
3801
3802 \begin_layout Standard
3803 Placeholders can also be used for text when they are inserted via the menu
3804  
3805 \family sans
3806 Insert\SpecialChar \menuseparator
3807 Formatting\SpecialChar \menuseparator
3808 Phantom
3809 \family default
3810 :
3811 \end_layout
3812
3813 \begin_layout Standard
3814 This is a sentence.
3815 \begin_inset Newline newline
3816 \end_inset
3817
3818
3819 \begin_inset Phantom Phantom
3820 status open
3821
3822 \begin_layout Plain Layout
3823 This
3824 \end_layout
3825
3826 \end_inset
3827
3828  is a sentence.
3829 \end_layout
3830
3831 \begin_layout Subsection
3832 Lines
3833 \begin_inset Index idx
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837 Lines
3838 \end_layout
3839
3840 \end_inset
3841
3842
3843 \begin_inset Index idx
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847 Formula ! underlined
3848 \end_layout
3849
3850 \end_inset
3851
3852
3853 \end_layout
3854
3855 \begin_layout Standard
3856 \align center
3857 \begin_inset Tabular
3858 <lyxtabular version="3" rows="4" columns="2">
3859 <features rotate="0" tabularvalignment="middle">
3860 <column alignment="center" valignment="top" width="0pt">
3861 <column alignment="center" valignment="top" width="0pt">
3862 <row>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Command
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Result
3877 \begin_inset Note Note
3878 status collapsed
3879
3880 \begin_layout Plain Layout
3881
3882 \series bold
3883
3884 \backslash
3885 raisebox
3886 \series default
3887  is only used as spacer.
3888 \end_layout
3889
3890 \end_inset
3891
3892
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 </row>
3898 <row>
3899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903
3904 \backslash
3905 overline
3906 \begin_inset space \textvisiblespace{}
3907 \end_inset
3908
3909 A+B
3910 \begin_inset Index idx
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914 Commands ! O ! 
3915 \backslash
3916 overline
3917 \end_layout
3918
3919 \end_inset
3920
3921
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3931 \end_inset
3932
3933
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \backslash
3946 underline
3947 \begin_inset space \textvisiblespace{}
3948 \end_inset
3949
3950 A+B
3951 \begin_inset Index idx
3952 status collapsed
3953
3954 \begin_layout Plain Layout
3955 Commands ! U ! 
3956 \backslash
3957 underline
3958 \end_layout
3959
3960 \end_inset
3961
3962
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3972 \end_inset
3973
3974
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \backslash
3987 overline
3988 \begin_inset space \textvisiblespace{}
3989 \end_inset
3990
3991
3992 \backslash
3993 underline
3994 \begin_inset space \textvisiblespace{}
3995 \end_inset
3996
3997 A+B
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4007 \end_inset
4008
4009
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 </lyxtabular>
4016
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \begin_layout Standard
4023 In the last example it doesn't matter if first 
4024 \series bold
4025
4026 \backslash
4027 overline
4028 \series default
4029  or 
4030 \series bold
4031
4032 \backslash
4033 underline
4034 \series default
4035  is inserted.
4036 \end_layout
4037
4038 \begin_layout Standard
4039 To double underline use 
4040 \series bold
4041
4042 \backslash
4043 underline
4044 \series default
4045  twice.
4046 \end_layout
4047
4048 \begin_layout Standard
4049 It is possible to place up to 6 lines above or below characters.
4050 \end_layout
4051
4052 \begin_layout Standard
4053 \begin_inset VSpace bigskip
4054 \end_inset
4055
4056 Custom lines can be created using the command 
4057 \series bold
4058
4059 \backslash
4060 rule
4061 \series default
4062
4063 \begin_inset Index idx
4064 status collapsed
4065
4066 \begin_layout Plain Layout
4067 Commands ! R ! 
4068 \backslash
4069 rule
4070 \end_layout
4071
4072 \end_inset
4073
4074  which has the following scheme:
4075 \end_layout
4076
4077 \begin_layout Standard
4078
4079 \series bold
4080
4081 \backslash
4082 rule[vertical offset]{length}{thickness}
4083 \end_layout
4084
4085 \begin_layout Standard
4086 The optional vertical offset shifts the line upwards (or downwards, when
4087  the value is negative).
4088  The units listed in 
4089 \begin_inset CommandInset ref
4090 LatexCommand ref
4091 reference "tab:Available-units"
4092
4093 \end_inset
4094
4095  can be used for the values.
4096  Here are two example lines created with the commands
4097 \begin_inset Newline newline
4098 \end_inset
4099
4100
4101 \series bold
4102
4103 \backslash
4104 rule[-2ex]{3cm}{2pt}
4105 \series default
4106  and 
4107 \series bold
4108
4109 \backslash
4110 rule{2cm}{1pt}
4111 \series default
4112 :
4113 \end_layout
4114
4115 \begin_layout Standard
4116 This is a sentence 
4117 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4118 \end_inset
4119
4120  with two lines.
4121 \end_layout
4122
4123 \begin_layout Standard
4124
4125 \series bold
4126
4127 \backslash
4128 rule
4129 \series default
4130  can also be used for text when a line is inserted via the menu 
4131 \family sans
4132 Insert\SpecialChar \menuseparator
4133 Formatting\SpecialChar \menuseparator
4134 Horizontal
4135 \begin_inset space ~
4136 \end_inset
4137
4138 Line
4139 \family default
4140 :
4141 \end_layout
4142
4143 \begin_layout Standard
4144 This is a sentence 
4145 \begin_inset CommandInset line
4146 LatexCommand rule
4147 offset "0.5ex"
4148 width "3cm"
4149 height "1pt"
4150
4151 \end_inset
4152
4153  with one line.
4154 \end_layout
4155
4156 \begin_layout Subsection
4157 Ellipses
4158 \begin_inset CommandInset label
4159 LatexCommand label
4160 name "sub:Ellipses"
4161
4162 \end_inset
4163
4164
4165 \begin_inset Index idx
4166 status collapsed
4167
4168 \begin_layout Plain Layout
4169 Ellipses
4170 \end_layout
4171
4172 \end_inset
4173
4174
4175 \end_layout
4176
4177 \begin_layout Standard
4178 There are different types of ellipses available.
4179 \begin_inset Foot
4180 status collapsed
4181
4182 \begin_layout Plain Layout
4183 In the math toolbar in the submenu of the button 
4184 \begin_inset Graphics
4185         filename ../images/math/ldots.png
4186         scale 85
4187
4188 \end_inset
4189
4190
4191 \end_layout
4192
4193 \end_inset
4194
4195  For listings dots at the baseline are used (
4196 \series bold
4197
4198 \backslash
4199 ldots
4200 \series default
4201
4202 \begin_inset Index idx
4203 status collapsed
4204
4205 \begin_layout Plain Layout
4206 Commands ! L ! 
4207 \backslash
4208 ldots
4209 \end_layout
4210
4211 \end_inset
4212
4213 ), while for operations dots are needed that are on the same height as the
4214  operators (
4215 \series bold
4216
4217 \backslash
4218 cdots
4219 \series default
4220
4221 \begin_inset Index idx
4222 status collapsed
4223
4224 \begin_layout Plain Layout
4225 Commands ! C ! 
4226 \backslash
4227 cdots
4228 \end_layout
4229
4230 \end_inset
4231
4232 ).
4233  When using the command 
4234 \series bold
4235
4236 \backslash
4237 dots
4238 \series default
4239
4240 \begin_inset Index idx
4241 status collapsed
4242
4243 \begin_layout Plain Layout
4244 Commands ! D ! 
4245 \backslash
4246 dots
4247 \end_layout
4248
4249 \end_inset
4250
4251 , LaTeX decides on the basis of the next character what type is used.
4252 \end_layout
4253
4254 \begin_layout Standard
4255 \align center
4256 \begin_inset Tabular
4257 <lyxtabular version="3" rows="9" columns="2">
4258 <features rotate="0" tabularvalignment="middle">
4259 <column alignment="center" valignment="top" width="0pt">
4260 <column alignment="center" valignment="top" width="0pt">
4261 <row>
4262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Command
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 Result
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 A_1
4287 \begin_inset space \textvisiblespace{}
4288 \end_inset
4289
4290 ,
4291 \backslash
4292 dots
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 ,A_n
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 \begin_inset Formula $A_{1},\dots,A_{n}$
4306 \end_inset
4307
4308
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 A_1
4320 \begin_inset space \textvisiblespace{}
4321 \end_inset
4322
4323 +
4324 \backslash
4325 dots
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 +A_n
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 \begin_inset Formula $A_{1}+\dots+A_{n}$
4339 \end_inset
4340
4341
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 A_1
4353 \begin_inset space \textvisiblespace{}
4354 \end_inset
4355
4356 ,
4357 \backslash
4358 ldots
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 ,A_n
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 \begin_inset Formula $A_{1},\ldots,A_{n}$
4372 \end_inset
4373
4374
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 A_1
4386 \begin_inset space \textvisiblespace{}
4387 \end_inset
4388
4389 +
4390 \backslash
4391 cdots
4392 \begin_inset space \textvisiblespace{}
4393 \end_inset
4394
4395 +A_n
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4405 \end_inset
4406
4407
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 </row>
4413 <row>
4414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4415 \begin_inset Text
4416
4417 \begin_layout Plain Layout
4418
4419 \backslash
4420 vdots
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 \begin_inset Formula $\vdots$
4430 \end_inset
4431
4432
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \backslash
4445 ddots
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 \begin_inset Formula $\ddots$
4455 \end_inset
4456
4457
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \backslash
4470 iddots
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 \begin_inset Formula $\iddots$
4480 \end_inset
4481
4482
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 </row>
4488 <row>
4489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 3×3
4494 \begin_inset space \thinspace{}
4495 \end_inset
4496
4497 matrix with the different dots
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 \begin_inset Formula $\begin{array}{ccc}
4507 A_{11} & \cdots & A_{1m}\\
4508 \vdots & \ddots & \vdots\\
4509 A_{n1} & \cdots & A_{nm}
4510 \end{array}$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 </lyxtabular>
4520
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \begin_layout Standard
4527 The ellipses available in menu 
4528 \family sans
4529 Insert\SpecialChar \menuseparator
4530 Special
4531 \begin_inset space ~
4532 \end_inset
4533
4534 Character
4535 \family default
4536  are 
4537 \series bold
4538
4539 \backslash
4540 ldots
4541 \series default
4542 .
4543 \end_layout
4544
4545 \begin_layout Standard
4546 \begin_inset VSpace medskip
4547 \end_inset
4548
4549 To use 
4550 \series bold
4551
4552 \backslash
4553 iddots
4554 \series default
4555 , one of the options 
4556 \family sans
4557 Use mathdots package (automatically)
4558 \family default
4559  must be set in the document settings under 
4560 \family sans
4561 Math
4562 \begin_inset space ~
4563 \end_inset
4564
4565 Options
4566 \family default
4567 .
4568 \begin_inset Newline newline
4569 \end_inset
4570
4571 Using the option 
4572 \family sans
4573 Use mathdots package
4574 \family default
4575  will improve the appearance of all dots in the documents if their font
4576  style or size is not the default.
4577 \end_layout
4578
4579 \begin_layout Standard
4580 \begin_inset VSpace medskip
4581 \end_inset
4582
4583 Specially for matrices there are ellipses that span over several columns.
4584  They are created with the command 
4585 \series bold
4586
4587 \backslash
4588 hdotsfor
4589 \series default
4590
4591 \begin_inset Index idx
4592 status collapsed
4593
4594 \begin_layout Plain Layout
4595 Commands ! H ! 
4596 \backslash
4597 hdotsfor
4598 \end_layout
4599
4600 \end_inset
4601
4602 , that has the following scheme:
4603 \end_layout
4604
4605 \begin_layout Standard
4606
4607 \series bold
4608
4609 \backslash
4610 hdotsfor[distance]{number of columns}
4611 \end_layout
4612
4613 \begin_layout Standard
4614 The number of columns specifies how many columns should be spanned.
4615  Distance is a factor for the distance between the dots.
4616 \end_layout
4617
4618 \begin_layout Standard
4619 In the following matrix the command 
4620 \series bold
4621
4622 \backslash
4623 hdotsfor[2]{4}
4624 \series default
4625  was inserted in the first box of the second line, to get an ellipsis with
4626  a dot distance twice as long as with the command 
4627 \series bold
4628
4629 \backslash
4630 dots
4631 \series default
4632 :
4633 \begin_inset Formula 
4634 \[
4635 \left(\begin{array}{cccc}
4636 A & B & C & D\\
4637 \hdotsfor[2]{4}\\
4638 q & w & e & r
4639 \end{array}\right)
4640 \]
4641
4642 \end_inset
4643
4644 Note that the matrix fields that should be spanned must be empty, otherwise
4645  you get LaTeX-errors.
4646 \end_layout
4647
4648 \begin_layout Standard
4649 \begin_inset VSpace bigskip
4650 \end_inset
4651
4652 Furthermore you can fill with the command 
4653 \series bold
4654
4655 \backslash
4656 dotfill
4657 \series default
4658
4659 \begin_inset Index idx
4660 status collapsed
4661
4662 \begin_layout Plain Layout
4663 Commands ! D ! 
4664 \backslash
4665 dotfill
4666 \end_layout
4667
4668 \end_inset
4669
4670  the rest of a line with dots.
4671  The effect of these commands is the same as with 
4672 \series bold
4673
4674 \backslash
4675 hfill
4676 \series default
4677 , see 
4678 \begin_inset CommandInset ref
4679 LatexCommand ref
4680 reference "sub:Variable-Space"
4681
4682 \end_inset
4683
4684 .
4685 \end_layout
4686
4687 \begin_layout Standard
4688 For example the command 
4689 \series bold
4690 A
4691 \backslash
4692 dotfill
4693 \begin_inset space \textvisiblespace{}
4694 \end_inset
4695
4696 B
4697 \series default
4698  produces
4699 \end_layout
4700
4701 \begin_layout Standard
4702 \begin_inset Formula $A\dotfill B$
4703 \end_inset
4704
4705
4706 \end_layout
4707
4708 \begin_layout Standard
4709 Similar to
4710 \series bold
4711  
4712 \backslash
4713 dotfill
4714 \series default
4715  there is for a line the command 
4716 \series bold
4717
4718 \backslash
4719 hrulefill
4720 \series default
4721
4722 \begin_inset Index idx
4723 status collapsed
4724
4725 \begin_layout Plain Layout
4726 Commands ! H ! 
4727 \backslash
4728 hrulefill
4729 \end_layout
4730
4731 \end_inset
4732
4733 :
4734 \end_layout
4735
4736 \begin_layout Standard
4737 \begin_inset Formula $A\hrulefill B$
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \begin_layout Standard
4744 To use the commands for text, they have to be inserted in TeX-mode.
4745 \end_layout
4746
4747 \begin_layout Section
4748 Matrices
4749 \begin_inset CommandInset label
4750 LatexCommand label
4751 name "sec:Matrices"
4752
4753 \end_inset
4754
4755
4756 \begin_inset Index idx
4757 status collapsed
4758
4759 \begin_layout Plain Layout
4760 Matrices
4761 \end_layout
4762
4763 \end_inset
4764
4765
4766 \end_layout
4767
4768 \begin_layout Standard
4769 Matrices can be inserted via the math toolbar button 
4770 \begin_inset Graphics
4771         filename ../images/dialog-show_mathmatrix.png
4772         scale 85
4773
4774 \end_inset
4775
4776  or the menu 
4777 \family sans
4778 Insert\SpecialChar \menuseparator
4779 Math\SpecialChar \menuseparator
4780 Matrix
4781 \family default
4782 .
4783  In the matrix dialog you can specify the number of columns and rows, the
4784  alignment and the decoration.
4785  The vertical alignment is only of importance for matrices in inline formulas:
4786 \end_layout
4787
4788 \begin_layout Standard
4789 The first matrix is top 
4790 \begin_inset Formula $\begin{array}[t]{cccc}
4791 A & D & G & J\\
4792 B & E & H & K\\
4793 C & F & I & L
4794 \end{array}$
4795 \end_inset
4796
4797 , the second middle 
4798 \begin_inset Formula $\begin{array}{cccc}
4799 A & D & G & J\\
4800 B & E & H & K\\
4801 C & F & I & L
4802 \end{array}$
4803 \end_inset
4804
4805  and the third bottom 
4806 \begin_inset Formula $\begin{array}[b]{cccc}
4807 A & D & G & J\\
4808 B & E & H & K\\
4809 C & F & I & L
4810 \end{array}$
4811 \end_inset
4812
4813  aligned.
4814 \end_layout
4815
4816 \begin_layout Standard
4817 The horizontal alignment specifies how the column entries should be aligned.
4818  It is set by entering a letter for every column.
4819  
4820 \emph on
4821 l
4822 \emph default
4823  denotes left aligned, 
4824 \emph on
4825 c
4826 \emph default
4827  centered and 
4828 \emph on
4829 r
4830 \emph default
4831  right aligned.
4832  To create for example a 4
4833 \series bold
4834 ×
4835 \series default
4836 4
4837 \begin_inset space ~
4838 \end_inset
4839
4840 matrix where the first column is left aligned, the second and third are
4841  centered and the last one is right aligned, one enters for the horizontal
4842  alignment 
4843 \series bold
4844 lccr
4845 \series default
4846 .
4847  Normally in a matrix all columns are centered, therefore the default for
4848  every column is a 
4849 \series bold
4850 c
4851 \series default
4852 .
4853 \end_layout
4854
4855 \begin_layout Standard
4856 Horizontal alignment:
4857 \end_layout
4858
4859 \begin_layout Standard
4860
4861 \series bold
4862 lll
4863 \series default
4864  : 
4865 \begin_inset Formula $\begin{array}{lll}
4866 10000 & D & G\\
4867 B & 10000 & H\\
4868 C & F & 10000
4869 \end{array}$
4870 \end_inset
4871
4872  , 
4873 \series bold
4874 ccc
4875 \series default
4876  : 
4877 \begin_inset Formula $\begin{array}{ccc}
4878 10000 & D & G\\
4879 B & 10000 & H\\
4880 C & F & 10000
4881 \end{array}$
4882 \end_inset
4883
4884  , 
4885 \series bold
4886 rrr
4887 \series default
4888  : 
4889 \begin_inset Formula $\begin{array}{rrr}
4890 10000 & D & G\\
4891 B & 10000 & H\\
4892 C & F & 10000
4893 \end{array}$
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \begin_layout Standard
4900 To add or delete rows and columns subsequently, the math toolbar buttons
4901  
4902 \begin_inset Graphics
4903         filename ../images/tabular-feature_append-row.png
4904         scale 85
4905
4906 \end_inset
4907
4908
4909 \begin_inset Graphics
4910         filename ../images/tabular-feature_delete-row.png
4911         scale 85
4912
4913 \end_inset
4914
4915 , etc.
4916 \begin_inset space \thinspace{}
4917 \end_inset
4918
4919 , or the menu 
4920 \family sans
4921 Edit\SpecialChar \menuseparator
4922 Rows & Columns
4923 \family default
4924  can be used.
4925  New rows can also be created with 
4926 \begin_inset Info
4927 type  "shortcut"
4928 arg   "newline-insert newline"
4929 \end_inset
4930
4931 .
4932 \end_layout
4933
4934 \begin_layout Standard
4935 \begin_inset VSpace bigskip
4936 \end_inset
4937
4938 The 
4939 \family sans
4940 Decoration
4941 \family default
4942  adds parentheses in the selected style around the matrix.
4943  Alternatively, parentheses can can either be created with the commands
4944  
4945 \series bold
4946
4947 \backslash
4948 left
4949 \series default
4950
4951 \begin_inset Index idx
4952 status collapsed
4953
4954 \begin_layout Plain Layout
4955 Commands ! L ! 
4956 \backslash
4957 left
4958 \end_layout
4959
4960 \end_inset
4961
4962  and 
4963 \series bold
4964
4965 \backslash
4966 right
4967 \series default
4968
4969 \begin_inset Index idx
4970 status collapsed
4971
4972 \begin_layout Plain Layout
4973 Commands ! R ! 
4974 \backslash
4975 right
4976 \end_layout
4977
4978 \end_inset
4979
4980  (shortcut 
4981 \family sans
4982 Alt+M
4983 \begin_inset space ~
4984 \end_inset
4985
4986 Parenthesis
4987 \family default
4988 ), see 
4989 \begin_inset CommandInset ref
4990 LatexCommand ref
4991 reference "sub:Automatic-Bracket-Size"
4992
4993 \end_inset
4994
4995 , or by using the following commands:
4996 \begin_inset VSpace medskip
4997 \end_inset
4998
4999
5000 \end_layout
5001
5002 \begin_layout Standard
5003 \begin_inset space \hfill{}
5004 \end_inset
5005
5006
5007 \begin_inset Tabular
5008 <lyxtabular version="3" rows="4" columns="2">
5009 <features rotate="0" tabularvalignment="middle">
5010 <column alignment="center" valignment="top">
5011 <column alignment="center" valignment="top">
5012 <row>
5013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Command
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Result
5027 \begin_inset Note Note
5028 status collapsed
5029
5030 \begin_layout Plain Layout
5031
5032 \series bold
5033
5034 \backslash
5035 raisebox
5036 \series default
5037  is only used as spacer.
5038 \end_layout
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 </row>
5048 <row>
5049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5050 \begin_inset Text
5051
5052 \begin_layout Plain Layout
5053
5054 \backslash
5055 bmatrix
5056 \begin_inset space \textvisiblespace{}
5057 \end_inset
5058
5059 2
5060 \series bold
5061 ×
5062 \series default
5063 2
5064 \begin_inset space \thinspace{}
5065 \end_inset
5066
5067 matrix
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5077 0 & \textrm{-}\mathrm{i}\\
5078 \mathrm{i} & 0
5079 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 </row>
5088 <row>
5089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5090 \begin_inset Text
5091
5092 \begin_layout Plain Layout
5093
5094 \backslash
5095 Bmatrix
5096 \begin_inset space \textvisiblespace{}
5097 \end_inset
5098
5099 2
5100 \series bold
5101 ×
5102 \series default
5103 2
5104 \begin_inset space \thinspace{}
5105 \end_inset
5106
5107 matrix
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5117 0 & \textrm{-}\mathrm{i}\\
5118 \mathrm{i} & 0
5119 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \backslash
5135 pmatrix
5136 \begin_inset space \textvisiblespace{}
5137 \end_inset
5138
5139 2
5140 \series bold
5141 ×
5142 \series default
5143 2
5144 \begin_inset space \thinspace{}
5145 \end_inset
5146
5147 matrix
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5157 0 & \textrm{-}\mathrm{i}\\
5158 \mathrm{i} & 0
5159 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5160 \end_inset
5161
5162
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 </row>
5168 </lyxtabular>
5169
5170 \end_inset
5171
5172
5173 \begin_inset space \hfill{}
5174 \end_inset
5175
5176
5177 \begin_inset Tabular
5178 <lyxtabular version="3" rows="4" columns="2">
5179 <features rotate="0" tabularvalignment="middle">
5180 <column alignment="center" valignment="top">
5181 <column alignment="center" valignment="top">
5182 <row>
5183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 Command
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Result
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 </row>
5202 <row>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207
5208 \backslash
5209 vmatrix
5210 \begin_inset space \textvisiblespace{}
5211 \end_inset
5212
5213 2
5214 \series bold
5215 ×
5216 \series default
5217 2
5218 \begin_inset space \thinspace{}
5219 \end_inset
5220
5221 matrix
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5231 0 & \textrm{-}\mathrm{i}\\
5232 \mathrm{i} & 0
5233 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 </row>
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247
5248 \backslash
5249 Vmatrix
5250 \begin_inset space \textvisiblespace{}
5251 \end_inset
5252
5253 2
5254 \series bold
5255 ×
5256 \series default
5257 2
5258 \begin_inset space \thinspace{}
5259 \end_inset
5260
5261 matrix
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5271 0 & \textrm{-}\mathrm{i}\\
5272 \mathrm{i} & 0
5273 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5274 \end_inset
5275
5276
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \backslash
5289 matrix
5290 \begin_inset space \textvisiblespace{}
5291 \end_inset
5292
5293 2
5294 \series bold
5295 ×
5296 \series default
5297 2
5298 \begin_inset space \thinspace{}
5299 \end_inset
5300
5301 matrix
5302 \end_layout
5303
5304 \end_inset
5305 </cell>
5306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5311 0 & \textrm{-}\mathrm{i}\\
5312 \mathrm{i} & 0
5313 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5314 \end_inset
5315
5316
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 </row>
5322 </lyxtabular>
5323
5324 \end_inset
5325
5326
5327 \begin_inset space \hfill{}
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \begin_layout Standard
5334 \begin_inset VSpace medskip
5335 \end_inset
5336
5337 When e.
5338 \begin_inset space \thinspace{}
5339 \end_inset
5340
5341 g.
5342 \begin_inset space \space{}
5343 \end_inset
5344
5345
5346 \series bold
5347
5348 \backslash
5349 vmatrix
5350 \series default
5351  is inserted, a blue box appears between two vertical lines where the matrix
5352  is inserted.
5353 \begin_inset Newline newline
5354 \end_inset
5355
5356 Note that decorated matrices ignore the vertical alignment.
5357 \end_layout
5358
5359 \begin_layout Standard
5360 \begin_inset VSpace bigskip
5361 \end_inset
5362
5363 As all multiline formulas are matrices, the length 
5364 \series bold
5365
5366 \backslash
5367 arraycolsep
5368 \series default
5369
5370 \begin_inset Index idx
5371 status collapsed
5372
5373 \begin_layout Plain Layout
5374 Commands ! A ! 
5375 \backslash
5376 arraycolsep
5377 \end_layout
5378
5379 \end_inset
5380
5381  that is described in 
5382 \begin_inset CommandInset ref
5383 LatexCommand ref
5384 reference "sub:Column-Separation"
5385
5386 \end_inset
5387
5388  can also be used to change the column separation of matrices.
5389 \end_layout
5390
5391 \begin_layout Standard
5392 To change the row separation, the command 
5393 \series bold
5394
5395 \backslash
5396 arraystretch
5397 \series default
5398
5399 \begin_inset Index idx
5400 status collapsed
5401
5402 \begin_layout Plain Layout
5403 Commands ! A ! 
5404 \backslash
5405 arraystretch
5406 \end_layout
5407
5408 \end_inset
5409
5410  is used.
5411  It is used as follows:
5412 \end_layout
5413
5414 \begin_layout Standard
5415
5416 \series bold
5417
5418 \backslash
5419 renewcommand{
5420 \backslash
5421 arraystretch}{stretch factor}
5422 \begin_inset Index idx
5423 status collapsed
5424
5425 \begin_layout Plain Layout
5426 Commands ! R ! 
5427 \backslash
5428 renewcommand
5429 \end_layout
5430
5431 \end_inset
5432
5433
5434 \end_layout
5435
5436 \begin_layout Standard
5437 The command 
5438 \series bold
5439
5440 \backslash
5441 renewcommand
5442 \series default
5443  assigns the stretch factor to the predefined command 
5444 \series bold
5445
5446 \backslash
5447 arraystretch
5448 \series default
5449 .
5450  To double e.
5451 \begin_inset space \thinspace{}
5452 \end_inset
5453
5454 g.
5455 \begin_inset space \space{}
5456 \end_inset
5457
5458 the row separation, use the factor 2.
5459  This is then used for all following matrices.
5460  To go back to the original separation, assign the factor 1 to 
5461 \series bold
5462
5463 \backslash
5464 arraystretch
5465 \series default
5466 .
5467 \end_layout
5468
5469 \begin_layout Standard
5470 To set matrices into a text line, the command 
5471 \series bold
5472
5473 \backslash
5474 smallmatrix
5475 \series default
5476
5477 \begin_inset Index idx
5478 status collapsed
5479
5480 \begin_layout Plain Layout
5481 Commands ! S ! 
5482 \backslash
5483 smallmatrix
5484 \end_layout
5485
5486 \end_inset
5487
5488  is used.
5489  When it is inserted a blue box with two dashed lines appears.
5490  In this box the matrix is inserted.
5491 \end_layout
5492
5493 \begin_layout Standard
5494 This is a matrix 
5495 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5496 C & D
5497 \end{smallmatrix}\right)$
5498 \end_inset
5499
5500  in a text line.
5501 \end_layout
5502
5503 \begin_layout Section
5504 Brackets and Delimiters
5505 \begin_inset Index idx
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509 Brackets
5510 \end_layout
5511
5512 \end_inset
5513
5514
5515 \begin_inset Index idx
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519 Delimiters
5520 \end_layout
5521
5522 \end_inset
5523
5524
5525 \end_layout
5526
5527 \begin_layout Subsection
5528 Vertical Brackets and Delimiters
5529 \begin_inset Index idx
5530 status collapsed
5531
5532 \begin_layout Plain Layout
5533 Brackets ! vertical
5534 \end_layout
5535
5536 \end_inset
5537
5538
5539 \end_layout
5540
5541 \begin_layout Standard
5542 \begin_inset space \hfill{}
5543 \end_inset
5544
5545
5546 \begin_inset Tabular
5547 <lyxtabular version="3" rows="9" columns="2">
5548 <features rotate="0" tabularvalignment="middle">
5549 <column alignment="center" valignment="top" width="0pt">
5550 <column alignment="center" valignment="top" width="0pt">
5551 <row>
5552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 Command
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 Result
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 </row>
5571 <row>
5572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 (
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 \begin_inset Formula $($
5586 \end_inset
5587
5588
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 </row>
5594 <row>
5595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5596 \begin_inset Text
5597
5598 \begin_layout Plain Layout
5599 {
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 \begin_inset Formula $\{$
5609 \end_inset
5610
5611
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 [
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $[$
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \end_inset
5638 </cell>
5639 </row>
5640 <row>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645
5646 \backslash
5647 langle
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\langle$
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670
5671 \backslash
5672 lceil
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $\lceil$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \backslash
5697 lfloor
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 \begin_inset Formula $\lfloor$
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720 /
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 \begin_inset Formula $/$
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 </row>
5738 <row>
5739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Plain Layout
5743 |
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $|$
5753 \end_inset
5754
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 </lyxtabular>
5762
5763 \end_inset
5764
5765
5766 \begin_inset space \hfill{}
5767 \end_inset
5768
5769
5770 \begin_inset Tabular
5771 <lyxtabular version="3" rows="9" columns="2">
5772 <features rotate="0" tabularvalignment="middle">
5773 <column alignment="center" valignment="top" width="0pt">
5774 <column alignment="center" valignment="top" width="0pt">
5775 <row>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 Command
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Result
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 )
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 \begin_inset Formula $)$
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 }
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 \begin_inset Formula $\}$
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 ]
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 \begin_inset Formula $]$
5856 \end_inset
5857
5858
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 </row>
5864 <row>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869
5870 \backslash
5871 rangle
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $\rangle$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \backslash
5896 rceil
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $\rceil$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \backslash
5921 rfloor
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $\rfloor$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \backslash
5946
5947 \backslash
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Plain Layout
5957 \begin_inset Formula $\backslash$
5958 \end_inset
5959
5960
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 </row>
5966 <row>
5967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971
5972 \backslash
5973 |
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $\|$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 </lyxtabular>
5992
5993 \end_inset
5994
5995
5996 \begin_inset space \hfill{}
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \begin_layout Standard
6003
6004 \series medium
6005 \begin_inset Note Greyedout
6006 status open
6007
6008 \begin_layout Plain Layout
6009
6010 \series bold
6011 Note:
6012 \series default
6013  In TeX-mode the command 
6014 \series bold
6015
6016 \backslash
6017 textbackslash
6018 \series default
6019
6020 \begin_inset Index idx
6021 status collapsed
6022
6023 \begin_layout Plain Layout
6024 Commands ! T ! 
6025 \backslash
6026 textbackslash
6027 \end_layout
6028
6029 \end_inset
6030
6031  must be used for the backslash, because the command 
6032 \series bold
6033
6034 \backslash
6035
6036 \backslash
6037
6038 \series default
6039  produces a line break there.
6040 \end_layout
6041
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \begin_layout Standard
6048 For all characters listed above the size can be adjusted with the commands
6049  described in the following two subsections.
6050  When using these commands, the characters < and > can directly be used
6051  instead of the commands 
6052 \series bold
6053
6054 \backslash
6055 langle
6056 \series default
6057  and 
6058 \series bold
6059
6060 \backslash
6061 rangle
6062 \series default
6063 .
6064 \end_layout
6065
6066 \begin_layout Subsubsection
6067 Manual Bracket Size
6068 \begin_inset CommandInset label
6069 LatexCommand label
6070 name "sub:Manual-Bracket-Size"
6071
6072 \end_inset
6073
6074
6075 \begin_inset Index idx
6076 status collapsed
6077
6078 \begin_layout Plain Layout
6079 Bracket size ! manual
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Standard
6088 The bracket size can be specified manually by the LaTeX-commands 
6089 \series bold
6090
6091 \backslash
6092 big
6093 \series default
6094
6095 \begin_inset Index idx
6096 status collapsed
6097
6098 \begin_layout Plain Layout
6099 Commands ! B ! 
6100 \backslash
6101 big
6102 \end_layout
6103
6104 \end_inset
6105
6106
6107 \series bold
6108
6109 \backslash
6110 Big
6111 \series default
6112
6113 \series bold
6114
6115 \backslash
6116 bigg
6117 \series default
6118  and 
6119 \series bold
6120
6121 \backslash
6122 Bigg
6123 \series default
6124 .
6125  
6126 \series bold
6127
6128 \backslash
6129 big
6130 \series default
6131  denotes the smallest and 
6132 \series bold
6133
6134 \backslash
6135 Bigg
6136 \series default
6137  the largest bracket size.
6138 \end_layout
6139
6140 \begin_layout Standard
6141 These commands are used to emphasize levels of brackets:
6142 \end_layout
6143
6144 \begin_layout Standard
6145 \align center
6146 \begin_inset Tabular
6147 <lyxtabular version="3" rows="2" columns="2">
6148 <features rotate="0" tabularvalignment="middle">
6149 <column alignment="center" valignment="top" width="0pt">
6150 <column alignment="center" valignment="top" width="0pt">
6151 <row>
6152 <cell alignment="center" valignment="top" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 all brackets in the same size:
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 this looks better:
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6189 \end_inset
6190
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 </row>
6197 </lyxtabular>
6198
6199 \end_inset
6200
6201
6202 \begin_inset Note Note
6203 status collapsed
6204
6205 \begin_layout Plain Layout
6206
6207 \series bold
6208
6209 \backslash
6210 raisebox
6211 \series default
6212  is only used as spacer.
6213 \end_layout
6214
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \begin_layout Standard
6221 For the second formula the command 
6222 \series bold
6223
6224 \backslash
6225 Big((A+B)(A-B)
6226 \backslash
6227 Big)^
6228 \begin_inset space \textvisiblespace{}
6229 \end_inset
6230
6231 C
6232 \series default
6233  has been used.
6234 \end_layout
6235
6236 \begin_layout Standard
6237 Here is an overview about all bracket sizes:
6238 \end_layout
6239
6240 \begin_layout Standard
6241 \align center
6242
6243 \backslash
6244 Bigg(
6245 \backslash
6246 exp
6247 \backslash
6248 bigg<
6249 \backslash
6250 Big[
6251 \backslash
6252 big{
6253 \backslash
6254 ln(3x)
6255 \backslash
6256 big}^2
6257 \begin_inset space \textvisiblespace{}
6258 \end_inset
6259
6260
6261 \backslash
6262 sin(x)
6263 \backslash
6264 Big]^
6265 \begin_inset space \textvisiblespace{}
6266 \end_inset
6267
6268 A
6269 \begin_inset space \textvisiblespace{}
6270 \end_inset
6271
6272
6273 \backslash
6274 bigg>
6275 \backslash
6276 Bigg)^0,5
6277 \end_layout
6278
6279 \begin_layout Standard
6280 \align center
6281 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 Besides the 
6289 \series bold
6290
6291 \backslash
6292 big
6293 \series default
6294 -commands there is the variant 
6295 \series bold
6296
6297 \backslash
6298 bigm
6299 \series default
6300
6301 \begin_inset Index idx
6302 status collapsed
6303
6304 \begin_layout Plain Layout
6305 Commands ! B ! 
6306 \backslash
6307 bigm
6308 \end_layout
6309
6310 \end_inset
6311
6312  that adds a bit more space between the bracket and its content, and the
6313  variant 
6314 \series bold
6315
6316 \backslash
6317 bigl
6318 \series default
6319 -
6320 \series bold
6321
6322 \backslash
6323 bigr
6324 \series default
6325
6326 \begin_inset Index idx
6327 status collapsed
6328
6329 \begin_layout Plain Layout
6330 Commands ! B ! 
6331 \backslash
6332 bigl - 
6333 \backslash
6334 bigr
6335 \end_layout
6336
6337 \end_inset
6338
6339 , that don't add additional space.
6340  The 
6341 \emph on
6342 l
6343 \emph default
6344  at the end of the command 
6345 \series bold
6346
6347 \backslash
6348 bigl
6349 \series default
6350  is for a left bracket; for a right bracket this will be replaced by an
6351  
6352 \emph on
6353 r
6354 \emph default
6355 .
6356  A left or right bracket can each be an opening or closing bracket.
6357 \end_layout
6358
6359 \begin_layout Standard
6360 In the following table is a comparison of the variants:
6361 \end_layout
6362
6363 \begin_layout Standard
6364 \align center
6365 \begin_inset Tabular
6366 <lyxtabular version="3" rows="5" columns="2">
6367 <features rotate="0" tabularvalignment="middle">
6368 <column alignment="center" valignment="middle">
6369 <column alignment="center" valignment="middle">
6370 <row>
6371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 Command
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 Result
6385 \begin_inset Note Note
6386 status collapsed
6387
6388 \begin_layout Plain Layout
6389
6390 \series bold
6391
6392 \backslash
6393 raisebox
6394 \series default
6395  is only used as spacer.
6396 \end_layout
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413 Bigm(
6414 \backslash
6415 bigm(
6416 \backslash
6417 ln(3x)
6418 \backslash
6419 bigm)^2
6420 \begin_inset space \textvisiblespace{}
6421 \end_inset
6422
6423
6424 \backslash
6425 Bigm)
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \backslash
6450 Big(
6451 \backslash
6452 big(
6453 \backslash
6454 ln(3x)
6455 \backslash
6456 big)^2
6457 \begin_inset space \textvisiblespace{}
6458 \end_inset
6459
6460
6461 \backslash
6462 Big)
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6472 \end_inset
6473
6474
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 </row>
6480 <row>
6481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485
6486 \backslash
6487 Bigl(
6488 \backslash
6489 bigl(
6490 \backslash
6491 ln(3x)
6492 \backslash
6493 bigr)^2
6494 \begin_inset space \textvisiblespace{}
6495 \end_inset
6496
6497
6498 \backslash
6499 Bigr)
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 </row>
6517 <row>
6518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \backslash
6524 bigl)
6525 \backslash
6526 ln(3x)
6527 \backslash
6528 bigr(
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6538 \end_inset
6539
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 </lyxtabular>
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Subsubsection
6554 Automatic Bracket Size
6555 \begin_inset CommandInset label
6556 LatexCommand label
6557 name "sub:Automatic-Bracket-Size"
6558
6559 \end_inset
6560
6561
6562 \begin_inset Index idx
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566 Bracket size ! automatic
6567 \end_layout
6568
6569 \end_inset
6570
6571
6572 \end_layout
6573
6574 \begin_layout Standard
6575 Brackets with variable size can be inserted with the commands 
6576 \series bold
6577
6578 \backslash
6579 left
6580 \series default
6581
6582 \begin_inset Index idx
6583 status collapsed
6584
6585 \begin_layout Plain Layout
6586 Commands ! L ! 
6587 \backslash
6588 left
6589 \end_layout
6590
6591 \end_inset
6592
6593  and 
6594 \series bold
6595
6596 \backslash
6597 right
6598 \series default
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Commands ! R ! 
6605 \backslash
6606 right
6607 \end_layout
6608
6609 \end_inset
6610
6611  or via the math toolbar button 
6612 \begin_inset Graphics
6613         filename ../images/dialog-show_mathdelimiter.png
6614         scale 85
6615
6616 \end_inset
6617
6618 .
6619  Directly behind 
6620 \series bold
6621
6622 \backslash
6623 left
6624 \series default
6625  and 
6626 \series bold
6627
6628 \backslash
6629 right
6630 \series default
6631  the wanted bracket must be inserted.
6632  The bracket size will then automatically be calculated for the output.
6633 \end_layout
6634
6635 \begin_layout Standard
6636 \align center
6637 normal bracket: The command 
6638 \series bold
6639
6640 \backslash
6641 ln(
6642 \backslash
6643 frac
6644 \begin_inset space \textvisiblespace{}
6645 \end_inset
6646
6647 A
6648 \begin_inset Formula $\downarrow$
6649 \end_inset
6650
6651 C
6652 \begin_inset space \textvisiblespace{}
6653 \end_inset
6654
6655 )
6656 \series default
6657  creates
6658 \begin_inset Formula 
6659 \[
6660 \ln(\frac{A}{C})
6661 \]
6662
6663 \end_inset
6664
6665
6666 \end_layout
6667
6668 \begin_layout Standard
6669 \align center
6670 multiline bracket: The command 
6671 \series bold
6672
6673 \backslash
6674 ln
6675 \backslash
6676 left(
6677 \backslash
6678 frac
6679 \begin_inset space \textvisiblespace{}
6680 \end_inset
6681
6682 A
6683 \begin_inset Formula $\downarrow$
6684 \end_inset
6685
6686 C
6687 \begin_inset space \textvisiblespace{}
6688 \end_inset
6689
6690
6691 \backslash
6692 right)
6693 \series default
6694  creates
6695 \begin_inset Formula 
6696 \[
6697 \ln\left(\frac{A}{C}\right)
6698 \]
6699
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \begin_layout Standard
6706 Instead of 
6707 \series bold
6708
6709 \backslash
6710 left
6711 \series default
6712  and 
6713 \series bold
6714
6715 \backslash
6716 right
6717 \series default
6718  the shortcut 
6719 \family sans
6720 Alt+M
6721 \begin_inset space ~
6722 \end_inset
6723
6724 Bracket
6725 \family default
6726  can be used.
6727  This has the advantage that you can see in LyX immediately the real bracket
6728  size and that the matching right bracket will be created too.
6729 \begin_inset Newline newline
6730 \end_inset
6731
6732 The command for the last example would then be: 
6733 \series bold
6734
6735 \backslash
6736 ln Alt+M
6737 \series default
6738  
6739 \series bold
6740 (
6741 \backslash
6742 frac
6743 \begin_inset space \textvisiblespace{}
6744 \end_inset
6745
6746 A
6747 \begin_inset Formula $\downarrow$
6748 \end_inset
6749
6750 C
6751 \end_layout
6752
6753 \begin_layout Standard
6754 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6755  For example the command 
6756 \series bold
6757
6758 \backslash
6759 left.
6760 \backslash
6761 frac
6762 \begin_inset space \textvisiblespace{}
6763 \end_inset
6764
6765 A
6766 \begin_inset Formula $\downarrow$
6767 \end_inset
6768
6769 B
6770 \begin_inset space \textvisiblespace{}
6771 \end_inset
6772
6773
6774 \backslash
6775 right}
6776 \series default
6777  creates:
6778 \series bold
6779
6780 \begin_inset Formula 
6781 \[
6782 \left.\frac{A}{B}\right\} 
6783 \]
6784
6785 \end_inset
6786
6787
6788 \series default
6789 The commands 
6790 \series bold
6791
6792 \backslash
6793 left
6794 \series default
6795  and 
6796 \series bold
6797
6798 \backslash
6799 right
6800 \series default
6801  will be converted by LyX to brackets in the right size when the document
6802  is reloaded and an omitted bracket will appear as dashed line.
6803 \end_layout
6804
6805 \begin_layout Standard
6806 \begin_inset VSpace bigskip
6807 \end_inset
6808
6809 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6810  the command 
6811 \series bold
6812
6813 \backslash
6814 middle
6815 \series default
6816
6817 \begin_inset Index idx
6818 status collapsed
6819
6820 \begin_layout Plain Layout
6821 Commands ! M ! 
6822 \backslash
6823 middle
6824 \end_layout
6825
6826 \end_inset
6827
6828  is additionally available for all brackets and limits.
6829  With this command the height of the following character is adapted to the
6830  one of the surrounding brackets, what is e.
6831 \begin_inset space \thinspace{}
6832 \end_inset
6833
6834 g.
6835 \begin_inset space \space{}
6836 \end_inset
6837
6838 needed for physical vectors:
6839 \begin_inset Formula 
6840 \[
6841 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6842 \]
6843
6844 \end_inset
6845
6846 For physical vectors there is a special LaTeX-package, described in 
6847 \begin_inset CommandInset ref
6848 LatexCommand ref
6849 reference "sub:Physical-Vectors"
6850
6851 \end_inset
6852
6853 .
6854 \end_layout
6855
6856 \begin_layout Subsection
6857 Horizontal Brackets
6858 \begin_inset Index idx
6859 status collapsed
6860
6861 \begin_layout Plain Layout
6862 Brackets ! horizontal
6863 \end_layout
6864
6865 \end_inset
6866
6867
6868 \end_layout
6869
6870 \begin_layout Standard
6871 \align center
6872 \begin_inset Tabular
6873 <lyxtabular version="3" rows="4" columns="2">
6874 <features rotate="0" tabularvalignment="middle">
6875 <column alignment="center" valignment="top" width="0pt">
6876 <column alignment="center" valignment="top" width="0pt">
6877 <row>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 Command
6883 \begin_inset Note Note
6884 status collapsed
6885
6886 \begin_layout Plain Layout
6887
6888 \series bold
6889
6890 \backslash
6891 raisebox
6892 \series default
6893  is only used as spacer.
6894 \end_layout
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 Result
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 </row>
6913 <row>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 \begin_inset ERT
6919 status collapsed
6920
6921 \begin_layout Plain Layout
6922
6923
6924 \backslash
6925 raisebox{2.3mm}{
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \backslash
6932 overbrace
6933 \begin_inset space \textvisiblespace{}
6934 \end_inset
6935
6936 A+B
6937 \begin_inset space \textvisiblespace{}
6938 \end_inset
6939
6940 ^v3
6941 \begin_inset ERT
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945
6946 }
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \begin_inset Index idx
6953 status collapsed
6954
6955 \begin_layout Plain Layout
6956 Commands ! O ! 
6957 \backslash
6958 overbrace
6959 \end_layout
6960
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 \begin_inset Formula $\overbrace{A+B}^{3}$
6973 \end_inset
6974
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 </row>
6981 <row>
6982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 \begin_inset ERT
6987 status collapsed
6988
6989 \begin_layout Plain Layout
6990
6991
6992 \backslash
6993 raisebox{-2.2mm}{
6994 \end_layout
6995
6996 \end_inset
6997
6998
6999 \backslash
7000 underbrace
7001 \begin_inset space \textvisiblespace{}
7002 \end_inset
7003
7004 A+B
7005 \begin_inset space \textvisiblespace{}
7006 \end_inset
7007
7008 _5
7009 \begin_inset ERT
7010 status collapsed
7011
7012 \begin_layout Plain Layout
7013
7014 }
7015 \end_layout
7016
7017 \end_inset
7018
7019
7020 \begin_inset Index idx
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024 Commands ! U ! 
7025 \backslash
7026 underbrace
7027 \end_layout
7028
7029 \end_inset
7030
7031
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 \begin_inset Formula $\underbrace{A+B}_{5}$
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 </row>
7049 <row>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054
7055 \backslash
7056 overbrace
7057 \begin_inset space \textvisiblespace{}
7058 \end_inset
7059
7060
7061 \backslash
7062 underbrace
7063 \begin_inset space \textvisiblespace{}
7064 \end_inset
7065
7066 A+B_w
7067 \begin_inset space \textvisiblespace{}
7068 \end_inset
7069
7070
7071 \begin_inset space \textvisiblespace{}
7072 \end_inset
7073
7074 _7
7075 \begin_inset space \textvisiblespace{}
7076 \end_inset
7077
7078
7079 \begin_inset space \textvisiblespace{}
7080 \end_inset
7081
7082 ^
7083 \begin_inset space \textvisiblespace{}
7084 \end_inset
7085
7086 C
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 </lyxtabular>
7105
7106 \end_inset
7107
7108
7109 \end_layout
7110
7111 \begin_layout Standard
7112 In the last example it doesn't matter if 
7113 \series bold
7114
7115 \backslash
7116 overbrace
7117 \series default
7118  or 
7119 \series bold
7120
7121 \backslash
7122 underbrace
7123 \series default
7124  is inserted at first.
7125 \end_layout
7126
7127 \begin_layout Standard
7128 \begin_inset VSpace bigskip
7129 \end_inset
7130
7131 When brackets are needed that overlap each other, multiline formulas, as
7132  described in 
7133 \begin_inset CommandInset ref
7134 LatexCommand ref
7135 reference "sec:Multiline-Formulas"
7136
7137 \end_inset
7138
7139 , must be used:
7140 \begin_inset Formula 
7141 \begin{eqnarray*}
7142 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7143  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7144 \end{eqnarray*}
7145
7146 \end_inset
7147
7148 In the first row the formula is inserted together with the first brace.
7149  It is hereby important that the space command
7150 \begin_inset Foot
7151 status collapsed
7152
7153 \begin_layout Plain Layout
7154 Space commands are explained in 
7155 \begin_inset CommandInset ref
7156 LatexCommand ref
7157 reference "sub:Predefined-Space"
7158
7159 \end_inset
7160
7161 .
7162 \end_layout
7163
7164 \end_inset
7165
7166  
7167 \series bold
7168
7169 \backslash
7170 :
7171 \series default
7172  is inserted before the first 
7173 \begin_inset Formula $d$
7174 \end_inset
7175
7176 , because the brace that ends behind the 
7177 \begin_inset Formula $q$
7178 \end_inset
7179
7180  prevents that the following 
7181 \begin_inset Quotes eld
7182 \end_inset
7183
7184 +
7185 \begin_inset Quotes erd
7186 \end_inset
7187
7188  is surrounded by space.
7189 \begin_inset Foot
7190 status collapsed
7191
7192 \begin_layout Plain Layout
7193 because a bracket is not handled as a character, see 
7194 \begin_inset CommandInset ref
7195 LatexCommand ref
7196 reference "sub:Binary-Operators"
7197
7198 \end_inset
7199
7200
7201 \end_layout
7202
7203 \end_inset
7204
7205  In the second row the second brace is inserted.
7206  As it should begin before the 
7207 \begin_inset Formula $b$
7208 \end_inset
7209
7210 , first the command 
7211 \series bold
7212
7213 \backslash
7214 hphantom{gggg+
7215 \backslash
7216 :}
7217 \series default
7218  is inserted.
7219 \begin_inset Foot
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223 more about 
7224 \series bold
7225
7226 \backslash
7227 hphantom
7228 \series default
7229  see 
7230 \begin_inset CommandInset ref
7231 LatexCommand ref
7232 reference "sub:Placeholders"
7233
7234 \end_inset
7235
7236
7237 \end_layout
7238
7239 \end_inset
7240
7241  This space is needed because the 
7242 \begin_inset Quotes eld
7243 \end_inset
7244
7245 +
7246 \begin_inset Quotes erd
7247 \end_inset
7248
7249  is also surrounded by space in the formula.
7250  The brace is placed under the command 
7251 \series bold
7252
7253 \backslash
7254 hphantom{bbqq+dddd}
7255 \series default
7256 .
7257 \end_layout
7258
7259 \begin_layout Standard
7260 It gets more complicated when brackets overlap each other, like in the following
7261  example:
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 setlength{
7270 \backslash
7271 jot}{-6pt}
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \begin_inset Formula 
7278 \begin{eqnarray*}
7279  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7280 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7281 \end{eqnarray*}
7282
7283 \end_inset
7284
7285
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 setlength{
7294 \backslash
7295 jot}{3pt}
7296 \end_layout
7297
7298 \end_inset
7299
7300 The first formula row is the same as the second row of the previous example,
7301  with the difference that the brace is above.
7302  The second row contains the formula together with the second brace.
7303  To avoid that there is space between the upper brace in the first row and
7304  the formula, the row spacing needs to be reduced.
7305  This is not easily possible due to a bug in LyX
7306 \begin_inset Foot
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310 \begin_inset CommandInset href
7311 LatexCommand href
7312 name "LyX-bug #1505"
7313 target "http://www.lyx.org/trac/ticket/1505"
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321
7322 .
7323  As a solution for the problem, the global formula row separation 
7324 \series bold
7325
7326 \backslash
7327 jot
7328 \series default
7329
7330 \begin_inset Index idx
7331 status collapsed
7332
7333 \begin_layout Plain Layout
7334 Commands ! J ! 
7335 \backslash
7336 jot
7337 \end_layout
7338
7339 \end_inset
7340
7341  must be changed to -6
7342 \begin_inset space \thinspace{}
7343 \end_inset
7344
7345 pt before the formula with the command 
7346 \series bold
7347
7348 \backslash
7349 setlength{
7350 \backslash
7351 jot}{-6pt}
7352 \series default
7353  in TeX-mode.
7354  
7355 \series bold
7356
7357 \backslash
7358 jot
7359 \series default
7360  is set back after the formula to the standard value of 3
7361 \begin_inset space \thinspace{}
7362 \end_inset
7363
7364 pt using the same command.
7365  More about the row separation in formulas is explained in 
7366 \begin_inset CommandInset ref
7367 LatexCommand ref
7368 reference "sub:Line-Separation"
7369
7370 \end_inset
7371
7372 .
7373 \end_layout
7374
7375 \begin_layout Section
7376 Arrows
7377 \begin_inset Index idx
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381 Arrows
7382 \end_layout
7383
7384 \end_inset
7385
7386
7387 \end_layout
7388
7389 \begin_layout Standard
7390 Arrows can be inserted via the math toolbar button 
7391 \begin_inset Graphics
7392         filename ../images/math/leftarrow.png
7393         scale 85
7394
7395 \end_inset
7396
7397  or the commands listed in the following subsections.
7398 \end_layout
7399
7400 \begin_layout Subsection
7401 Horizontal Arrows
7402 \begin_inset Index idx
7403 status collapsed
7404
7405 \begin_layout Plain Layout
7406 Arrows ! horizontal
7407 \end_layout
7408
7409 \end_inset
7410
7411
7412 \end_layout
7413
7414 \begin_layout Standard
7415 \begin_inset space \hfill{}
7416 \end_inset
7417
7418
7419 \begin_inset Tabular
7420 <lyxtabular version="3" rows="8" columns="2">
7421 <features rotate="0" tabularvalignment="middle">
7422 <column alignment="center" valignment="top" width="0pt">
7423 <column alignment="center" valignment="top" width="0pt">
7424 <row>
7425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 Command
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438 Result
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \backslash
7451 gets
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 \begin_inset Formula $\gets$
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \backslash
7476 Leftarrow
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 \begin_inset Formula $\Leftarrow$
7486 \end_inset
7487
7488
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 </row>
7494 <row>
7495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499
7500 \backslash
7501 longleftarrow
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 \begin_inset Formula $\longleftarrow$
7511 \end_inset
7512
7513
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 </row>
7519 <row>
7520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524
7525 \backslash
7526 Longleftarrow
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 \begin_inset Formula $\Longleftarrow$
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \backslash
7551 leftharpoonup
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 \begin_inset Formula $\leftharpoonup$
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 </row>
7569 <row>
7570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574
7575 \backslash
7576 leftharpoondown
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 \begin_inset Formula $\leftharpoondown$
7586 \end_inset
7587
7588
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 </row>
7594 <row>
7595 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599
7600 \backslash
7601 hookleftarrow
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 \begin_inset Formula $\hookleftarrow$
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 </lyxtabular>
7620
7621 \end_inset
7622
7623
7624 \begin_inset space \hfill{}
7625 \end_inset
7626
7627
7628 \begin_inset Tabular
7629 <lyxtabular version="3" rows="8" columns="2">
7630 <features rotate="0" tabularvalignment="middle">
7631 <column alignment="center" valignment="top" width="0pt">
7632 <column alignment="center" valignment="top" width="0pt">
7633 <row>
7634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 Command
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 Result
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 </row>
7653 <row>
7654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658
7659 \backslash
7660 to
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669 \begin_inset Formula $\to$
7670 \end_inset
7671
7672
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 </row>
7678 <row>
7679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683
7684 \backslash
7685 Rightarrow
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset Formula $\Rightarrow$
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row>
7704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \backslash
7710 longrightarrow
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 \begin_inset Formula $\longrightarrow$
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \backslash
7735 Longrightarrow
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 \begin_inset Formula $\Longrightarrow$
7745 \end_inset
7746
7747
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 <row>
7754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758
7759 \backslash
7760 rightharpoonup
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 \begin_inset Formula $\rightharpoonup$
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 </row>
7778 <row>
7779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783
7784 \backslash
7785 rightharpoondown
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794 \begin_inset Formula $\rightharpoondown$
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \backslash
7810 hookrightarrow
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 \begin_inset Formula $\hookrightarrow$
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \end_inset
7826 </cell>
7827 </row>
7828 </lyxtabular>
7829
7830 \end_inset
7831
7832
7833 \begin_inset space \hfill{}
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \begin_layout Standard
7840 \begin_inset space \hfill{}
7841 \end_inset
7842
7843
7844 \begin_inset Tabular
7845 <lyxtabular version="3" rows="6" columns="2">
7846 <features rotate="0" tabularvalignment="middle">
7847 <column alignment="center" valignment="top" width="0pt">
7848 <column alignment="center" valignment="top" width="0pt">
7849 <row>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Command
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Result
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 leftrightarrow
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 \begin_inset Formula $\leftrightarrow$
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 <row>
7895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899
7900 \backslash
7901 Leftrightarrow
7902 \end_layout
7903
7904 \end_inset
7905 </cell>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 \begin_inset Formula $\Leftrightarrow$
7911 \end_inset
7912
7913
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 </row>
7919 <row>
7920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7921 \begin_inset Text
7922
7923 \begin_layout Plain Layout
7924
7925 \backslash
7926 longleftrightarrow
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 \begin_inset Formula $\longleftrightarrow$
7936 \end_inset
7937
7938
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \backslash
7951 Longleftrightarrow
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 \begin_inset Formula $\Longleftrightarrow$
7961 \end_inset
7962
7963
7964 \end_layout
7965
7966 \end_inset
7967 </cell>
7968 </row>
7969 <row>
7970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974
7975 \backslash
7976 rightleftharpoons
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 \begin_inset Formula $\rightleftharpoons$
7986 \end_inset
7987
7988
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 </lyxtabular>
7995
7996 \end_inset
7997
7998
7999 \begin_inset space \hspace{}
8000 \length 25pt
8001 \end_inset
8002
8003
8004 \begin_inset space \hfill{}
8005 \end_inset
8006
8007
8008 \begin_inset Tabular
8009 <lyxtabular version="3" rows="5" columns="2">
8010 <features rotate="0" tabularvalignment="middle">
8011 <column alignment="center" valignment="top" width="0pt">
8012 <column alignment="center" valignment="top" width="0pt">
8013 <row>
8014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Command
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 Result
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \backslash
8040 mapsto
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 \begin_inset Formula $\mapsto$
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 </row>
8058 <row>
8059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8060 \begin_inset Text
8061
8062 \begin_layout Plain Layout
8063
8064 \backslash
8065 longmapsto
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 \begin_inset Formula $\longmapsto$
8075 \end_inset
8076
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 leadsto
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\leadsto$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 dasharrow
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\dasharrow$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 </lyxtabular>
8134
8135 \end_inset
8136
8137
8138 \begin_inset space \hfill{}
8139 \end_inset
8140
8141
8142 \end_layout
8143
8144 \begin_layout Standard
8145 \begin_inset VSpace medskip
8146 \end_inset
8147
8148 Arrows used as accents like e.
8149 \begin_inset space \thinspace{}
8150 \end_inset
8151
8152 g.
8153 \begin_inset space \space{}
8154 \end_inset
8155
8156 vector arrows are listed in 
8157 \begin_inset CommandInset ref
8158 LatexCommand ref
8159 reference "sec:Accents"
8160
8161 \end_inset
8162
8163 .
8164 \end_layout
8165
8166 \begin_layout Standard
8167 \begin_inset VSpace bigskip
8168 \end_inset
8169
8170 Furthermore there are the labeled arrows
8171 \begin_inset Index idx
8172 status collapsed
8173
8174 \begin_layout Plain Layout
8175 Arrows ! labeled
8176 \end_layout
8177
8178 \end_inset
8179
8180  
8181 \series bold
8182
8183 \backslash
8184 xleftarrow
8185 \series default
8186
8187 \begin_inset Index idx
8188 status collapsed
8189
8190 \begin_layout Plain Layout
8191 Commands ! X ! 
8192 \backslash
8193 xleftarrow
8194 \end_layout
8195
8196 \end_inset
8197
8198  and 
8199 \series bold
8200
8201 \backslash
8202 xrightarrow
8203 \series default
8204
8205 \begin_inset Index idx
8206 status collapsed
8207
8208 \begin_layout Plain Layout
8209 Commands ! X ! 
8210 \backslash
8211 xrightarrow
8212 \begin_inset ERT
8213 status collapsed
8214
8215 \begin_layout Plain Layout
8216
8217
8218 \backslash
8219 vspace{4mm}
8220 \end_layout
8221
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228
8229 .
8230  When inserting one of these commands in a formula, an arrow with two blue
8231  boxes appear where the label can be inserted.
8232  The length of the arrow adapts to the label width.
8233 \end_layout
8234
8235 \begin_layout Standard
8236 \align center
8237 \begin_inset Tabular
8238 <lyxtabular version="3" rows="3" columns="2">
8239 <features rotate="0" tabularvalignment="middle">
8240 <column alignment="center" valignment="top" width="0pt">
8241 <column alignment="center" valignment="top" width="0pt">
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Command
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Result
8257 \begin_inset Note Note
8258 status collapsed
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263
8264 \backslash
8265 raisebox
8266 \series default
8267  is only used as spacer.
8268 \end_layout
8269
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 F(a)
8284 \backslash
8285 xleftarrow
8286 \begin_inset space \textvisiblespace{}
8287 \end_inset
8288
8289 x=a
8290 \begin_inset Formula $\downarrow$
8291 \end_inset
8292
8293 x>0
8294 \begin_inset Formula $\to$
8295 \end_inset
8296
8297 F(x)
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8307 \end_inset
8308
8309
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 F(x)
8321 \backslash
8322 xrightarrow
8323 \begin_inset space \textvisiblespace{}
8324 \end_inset
8325
8326 x=a
8327 \begin_inset Formula $\downarrow$
8328 \end_inset
8329
8330 x>0
8331 \begin_inset Formula $\to$
8332 \end_inset
8333
8334 F(a)
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8344 \end_inset
8345
8346
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 </row>
8352 </lyxtabular>
8353
8354 \end_inset
8355
8356
8357 \end_layout
8358
8359 \begin_layout Subsection
8360 Vertical and diagonal Arrows
8361 \begin_inset Index idx
8362 status collapsed
8363
8364 \begin_layout Plain Layout
8365 Arrows ! diagonal
8366 \end_layout
8367
8368 \end_inset
8369
8370
8371 \begin_inset Index idx
8372 status collapsed
8373
8374 \begin_layout Plain Layout
8375 Arrows ! vertical
8376 \end_layout
8377
8378 \end_inset
8379
8380
8381 \end_layout
8382
8383 \begin_layout Standard
8384 \begin_inset space \hfill{}
8385 \end_inset
8386
8387
8388 \begin_inset Tabular
8389 <lyxtabular version="3" rows="7" columns="2">
8390 <features rotate="0" tabularvalignment="middle">
8391 <column alignment="center" valignment="top" width="0pt">
8392 <column alignment="center" valignment="top" width="0pt">
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Command
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Result
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 <row>
8414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8415 \begin_inset Text
8416
8417 \begin_layout Plain Layout
8418
8419 \backslash
8420 uparrow
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 \begin_inset Formula $\uparrow$
8430 \end_inset
8431
8432
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 </row>
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443
8444 \backslash
8445 Uparrow
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454 \begin_inset Formula $\Uparrow$
8455 \end_inset
8456
8457
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \backslash
8470 updownarrow
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 \begin_inset Formula $\updownarrow$
8480 \end_inset
8481
8482
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \backslash
8495 Updownarrow
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 \begin_inset Formula $\Updownarrow$
8505 \end_inset
8506
8507
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \backslash
8520 Downarrow
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529 \begin_inset Formula $\Downarrow$
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 </row>
8538 <row>
8539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543
8544 \backslash
8545 downarrow
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 \begin_inset Formula $\downarrow$
8555 \end_inset
8556
8557
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 </lyxtabular>
8564
8565 \end_inset
8566
8567
8568 \begin_inset space \hfill{}
8569 \end_inset
8570
8571
8572 \begin_inset Tabular
8573 <lyxtabular version="3" rows="5" columns="2">
8574 <features rotate="0" tabularvalignment="middle">
8575 <column alignment="center" valignment="top" width="0pt">
8576 <column alignment="center" valignment="top" width="0pt">
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 Command
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591 Result
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 </row>
8597 <row>
8598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602
8603 \backslash
8604 nearrow
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 \begin_inset Formula $\nearrow$
8614 \end_inset
8615
8616
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \backslash
8629 searrow
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 \begin_inset Formula $\searrow$
8639 \end_inset
8640
8641
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 </row>
8647 <row>
8648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \backslash
8654 swarrow
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 \begin_inset Formula $\swarrow$
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \backslash
8679 nwarrow
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\nwarrow$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 </lyxtabular>
8698
8699 \end_inset
8700
8701
8702 \begin_inset space \hfill{}
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \begin_layout Standard
8709 \begin_inset VSpace medskip
8710 \end_inset
8711
8712 Vertical arrows can be used also as delimiters together with the commands
8713  described in 
8714 \begin_inset CommandInset ref
8715 LatexCommand ref
8716 reference "sub:Manual-Bracket-Size"
8717
8718 \end_inset
8719
8720  and 
8721 \begin_inset CommandInset ref
8722 LatexCommand ref
8723 reference "sub:Automatic-Bracket-Size"
8724
8725 \end_inset
8726
8727 .
8728 \end_layout
8729
8730 \begin_layout Section
8731 Accents
8732 \begin_inset CommandInset label
8733 LatexCommand label
8734 name "sec:Accents"
8735
8736 \end_inset
8737
8738
8739 \begin_inset Index idx
8740 status collapsed
8741
8742 \begin_layout Plain Layout
8743 Accents
8744 \end_layout
8745
8746 \end_inset
8747
8748
8749 \end_layout
8750
8751 \begin_layout Standard
8752 Accents can be inserted via the math toolbar button 
8753 \begin_inset Graphics
8754         filename ../images/math/hat.png
8755         scale 85
8756
8757 \end_inset
8758
8759  or the commands listed in the following subsections.
8760 \end_layout
8761
8762 \begin_layout Subsection
8763 Accents for one Character
8764 \begin_inset ERT
8765 status collapsed
8766
8767 \begin_layout Plain Layout
8768
8769
8770 \backslash
8771 texorpdfstring{
8772 \end_layout
8773
8774 \end_inset
8775
8776
8777 \begin_inset Foot
8778 status collapsed
8779
8780 \begin_layout Plain Layout
8781 accents in text see 
8782 \begin_inset CommandInset ref
8783 LatexCommand ref
8784 reference "sub:Accents-in-Text"
8785
8786 \end_inset
8787
8788
8789 \end_layout
8790
8791 \end_inset
8792
8793
8794 \begin_inset ERT
8795 status collapsed
8796
8797 \begin_layout Plain Layout
8798
8799 }{}
8800 \end_layout
8801
8802 \end_inset
8803
8804
8805 \begin_inset Note Note
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811
8812 \backslash
8813 texorpdfstring
8814 \series default
8815  is used to avoid that the footnote appears in the PDF-bookmark.
8816 \end_layout
8817
8818 \begin_layout Plain Layout
8819 More about 
8820 \series bold
8821
8822 \backslash
8823 texorpdfstring
8824 \series default
8825  is in section 
8826 \begin_inset CommandInset ref
8827 LatexCommand ref
8828 reference "sub:Formulas-in-Section"
8829
8830 \end_inset
8831
8832 .
8833 \end_layout
8834
8835 \end_inset
8836
8837
8838 \begin_inset CommandInset label
8839 LatexCommand label
8840 name "sub:Accents-for-one"
8841
8842 \end_inset
8843
8844
8845 \begin_inset Index idx
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849 Accents ! for one character
8850 \end_layout
8851
8852 \end_inset
8853
8854
8855 \end_layout
8856
8857 \begin_layout Standard
8858 \begin_inset space \hfill{}
8859 \end_inset
8860
8861
8862 \begin_inset Tabular
8863 <lyxtabular version="3" rows="8" columns="2">
8864 <features rotate="0" tabularvalignment="middle">
8865 <column alignment="center" valignment="top" width="0pt">
8866 <column alignment="center" valignment="top" width="0pt">
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 Command
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 Result
8882 \begin_inset Note Note
8883 status collapsed
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888
8889 \backslash
8890 raisebox
8891 \series default
8892  is only used as spacer.
8893 \end_layout
8894
8895 \end_inset
8896
8897
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908
8909 \backslash
8910 dot
8911 \begin_inset space \textvisiblespace{}
8912 \end_inset
8913
8914 A
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8924 \end_inset
8925
8926
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 </row>
8932 <row>
8933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937
8938 \backslash
8939 ddot
8940 \begin_inset space \textvisiblespace{}
8941 \end_inset
8942
8943 A
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8953 \end_inset
8954
8955
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \backslash
8968 dddot
8969 \begin_inset space \textvisiblespace{}
8970 \end_inset
8971
8972 A
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8982 \end_inset
8983
8984
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \backslash
8997 ddddot
8998 \begin_inset space \textvisiblespace{}
8999 \end_inset
9000
9001 A
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 vec
9027 \begin_inset space \textvisiblespace{}
9028 \end_inset
9029
9030 A
9031 \begin_inset Index idx
9032 status collapsed
9033
9034 \begin_layout Plain Layout
9035 Vectors
9036 \end_layout
9037
9038 \end_inset
9039
9040
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 bar
9066 \begin_inset space \textvisiblespace{}
9067 \end_inset
9068
9069 A
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \backslash
9094 mathring
9095 \begin_inset space \textvisiblespace{}
9096 \end_inset
9097
9098 A
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 </lyxtabular>
9117
9118 \end_inset
9119
9120
9121 \begin_inset space \hfill{}
9122 \end_inset
9123
9124
9125 \begin_inset Tabular
9126 <lyxtabular version="3" rows="7" columns="2">
9127 <features rotate="0" tabularvalignment="middle">
9128 <column alignment="center" valignment="top" width="0pt">
9129 <column alignment="center" valignment="top" width="0pt">
9130 <row>
9131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Command
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Result
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \backslash
9157 tilde
9158 \begin_inset space \textvisiblespace{}
9159 \end_inset
9160
9161 A
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9171 \end_inset
9172
9173
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \backslash
9186 hat
9187 \begin_inset space \textvisiblespace{}
9188 \end_inset
9189
9190 A
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9200 \end_inset
9201
9202
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \backslash
9215 check
9216 \begin_inset space \textvisiblespace{}
9217 \end_inset
9218
9219 A
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9229 \end_inset
9230
9231
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 </row>
9237 <row>
9238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242
9243 \backslash
9244 acute
9245 \begin_inset space \textvisiblespace{}
9246 \end_inset
9247
9248 A
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9258 \end_inset
9259
9260
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 </row>
9266 <row>
9267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271
9272 \backslash
9273 grave
9274 \begin_inset space \textvisiblespace{}
9275 \end_inset
9276
9277 A
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 breve
9303 \begin_inset space \textvisiblespace{}
9304 \end_inset
9305
9306 A
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 </row>
9324 </lyxtabular>
9325
9326 \end_inset
9327
9328
9329 \begin_inset space \hfill{}
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \begin_layout Standard
9336 \begin_inset VSpace bigskip
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \begin_layout Standard
9343 You can directly insert accents like é to formulas.
9344  LyX will transform them to the corresponding accent command.
9345  For umlauts
9346 \begin_inset Index idx
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350 Umlauts
9351 \end_layout
9352
9353 \end_inset
9354
9355  it is better to insert a quotation mark before the vowel.
9356  These two characters are then treated by LaTeX as 
9357 \emph on
9358 one
9359 \emph default
9360  character when the formula part with the umlaut is marked as German.
9361  In contrary to 
9362 \series bold
9363
9364 \backslash
9365 ddot
9366 \series default
9367 , with this method 
9368 \begin_inset Quotes eld
9369 \end_inset
9370
9371 real
9372 \begin_inset Quotes erd
9373 \end_inset
9374
9375  umlauts are created as demonstrated in the following example:
9376 \end_layout
9377
9378 \begin_layout Standard
9379 \begin_inset VSpace -2mm
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \begin_layout Standard
9386 \align center
9387 \begin_inset Tabular
9388 <lyxtabular version="3" rows="3" columns="2">
9389 <features rotate="0" tabularvalignment="middle">
9390 <column alignment="center" valignment="top">
9391 <column alignment="center" valignment="top">
9392 <row>
9393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 Command
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406 Result
9407 \begin_inset Note Note
9408 status collapsed
9409
9410 \begin_layout Plain Layout
9411
9412 \series bold
9413
9414 \backslash
9415 raisebox
9416 \series default
9417  and the 0
9418 \begin_inset space \thinspace{}
9419 \end_inset
9420
9421 pt space are only used as spacer.
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 </row>
9432 <row>
9433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9434 \begin_inset Text
9435
9436 \begin_layout Plain Layout
9437
9438 \lang ngerman
9439 \begin_inset Quotes grd
9440 \end_inset
9441
9442 i
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9448 \begin_inset Text
9449
9450 \begin_layout Plain Layout
9451 \begin_inset space \hspace{}
9452 \length 0pt
9453 \end_inset
9454
9455
9456 \lang ngerman
9457
9458 \begin_inset Formula $"i$
9459 \end_inset
9460
9461
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \backslash
9474 ddot
9475 \begin_inset space \textvisiblespace{}
9476 \end_inset
9477
9478 i
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Standard
9504 Another advantage to 
9505 \series bold
9506
9507 \backslash
9508 ddot
9509 \series default
9510  is that umlauts can directly be converted to mathematical text because
9511  the accent commands above are 
9512 \emph on
9513 not allowed
9514 \emph default
9515  
9516 \emph on
9517 in mathematical text
9518 \emph default
9519 .
9520  To convert an accented character to mathematical text, only the character
9521  under the accent may be converted.
9522  This applies also for all other conversions, e.
9523 \begin_inset space \thinspace{}
9524 \end_inset
9525
9526 g.
9527 \begin_inset space \space{}
9528 \end_inset
9529
9530 to italic or bold.
9531 \end_layout
9532
9533 \begin_layout Standard
9534 In mathematical text, umlauts and other accented characters can directly
9535  be inserted.
9536 \end_layout
9537
9538 \begin_layout Subsection
9539 Accents for several Characters
9540 \begin_inset Index idx
9541 status collapsed
9542
9543 \begin_layout Plain Layout
9544 Accents ! for several characters
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 \begin_inset space \hfill{}
9554 \end_inset
9555
9556
9557 \begin_inset Tabular
9558 <lyxtabular version="3" rows="5" columns="2">
9559 <features rotate="0" tabularvalignment="middle">
9560 <column alignment="center" valignment="top" width="0pt">
9561 <column alignment="center" valignment="top" width="0pt">
9562 <row>
9563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Command
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 Result
9577 \begin_inset Note Note
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581
9582 \series bold
9583
9584 \backslash
9585 raisebox
9586 \series default
9587  is only used as spacer.
9588 \end_layout
9589
9590 \end_inset
9591
9592
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 </row>
9598 <row>
9599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \backslash
9605 overleftarrow
9606 \begin_inset space \textvisiblespace{}
9607 \end_inset
9608
9609 A=B
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row>
9628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \backslash
9634 underleftarrow
9635 \begin_inset space \textvisiblespace{}
9636 \end_inset
9637
9638 A=B
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9648 \end_inset
9649
9650
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \backslash
9663 overleftrightarrow
9664 \begin_inset space \textvisiblespace{}
9665 \end_inset
9666
9667 A=B
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9677 \end_inset
9678
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \backslash
9692 underleftrightarrow
9693 \begin_inset space \textvisiblespace{}
9694 \end_inset
9695
9696 A=B
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9706 \end_inset
9707
9708
9709 \end_layout
9710
9711 \end_inset
9712 </cell>
9713 </row>
9714 </lyxtabular>
9715
9716 \end_inset
9717
9718
9719 \begin_inset space \hfill{}
9720 \end_inset
9721
9722
9723 \begin_inset Tabular
9724 <lyxtabular version="3" rows="5" columns="2">
9725 <features rotate="0" tabularvalignment="middle">
9726 <column alignment="center" valignment="top" width="0pt">
9727 <column alignment="center" valignment="top" width="0pt">
9728 <row>
9729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733 Command
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 Result
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 <row>
9749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \backslash
9755 overrightarrow
9756 \begin_inset space \textvisiblespace{}
9757 \end_inset
9758
9759 A=B
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 </row>
9777 <row>
9778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782
9783 \backslash
9784 underrightarrow
9785 \begin_inset space \textvisiblespace{}
9786 \end_inset
9787
9788 A=B
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \end_inset
9804 </cell>
9805 </row>
9806 <row>
9807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \backslash
9813 widetilde
9814 \begin_inset space \textvisiblespace{}
9815 \end_inset
9816
9817 A=B
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 widehat
9843 \begin_inset space \textvisiblespace{}
9844 \end_inset
9845
9846 A=B
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Plain Layout
9855 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9856 \end_inset
9857
9858
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 </lyxtabular>
9865
9866 \end_inset
9867
9868
9869 \begin_inset space \hfill{}
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \begin_layout Standard
9876 \begin_inset VSpace medskip
9877 \end_inset
9878
9879 With these commands as many characters as you like can be accented.
9880  But the accents 
9881 \series bold
9882
9883 \backslash
9884 widetilde
9885 \series default
9886  and 
9887 \series bold
9888
9889 \backslash
9890 widehat
9891 \series default
9892  will only be set in the output with a length of three characters, as shown
9893  in the following example:
9894 \begin_inset Formula 
9895 \[
9896 \widetilde{A+B=C-D}
9897 \]
9898
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \begin_layout Standard
9905 With the commands 
9906 \series bold
9907
9908 \backslash
9909 overset
9910 \series default
9911
9912 \begin_inset Index idx
9913 status collapsed
9914
9915 \begin_layout Plain Layout
9916 Commands ! O ! 
9917 \backslash
9918 overset
9919 \end_layout
9920
9921 \end_inset
9922
9923  and 
9924 \series bold
9925
9926 \backslash
9927 underset
9928 \series default
9929
9930 \begin_inset Index idx
9931 status collapsed
9932
9933 \begin_layout Plain Layout
9934 Commands ! U ! 
9935 \backslash
9936 underset
9937 \end_layout
9938
9939 \end_inset
9940
9941  described in the previous subsection it is also possible to accent several
9942  characters.
9943  The command 
9944 \series bold
9945
9946 \backslash
9947 underset
9948 \begin_inset space \textvisiblespace{}
9949 \end_inset
9950
9951 A=B
9952 \begin_inset Formula $\downarrow$
9953 \end_inset
9954
9955 ***
9956 \series default
9957  creates:
9958 \begin_inset Formula 
9959 \[
9960 \underset{***}{A=B}
9961 \]
9962
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \begin_layout Standard
9969 \begin_inset Newpage newpage
9970 \end_inset
9971
9972
9973 \end_layout
9974
9975 \begin_layout Section
9976 Space
9977 \begin_inset CommandInset label
9978 LatexCommand label
9979 name "sub:Space"
9980
9981 \end_inset
9982
9983
9984 \begin_inset Index idx
9985 status collapsed
9986
9987 \begin_layout Plain Layout
9988 Space ! horizontal
9989 \end_layout
9990
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \begin_layout Subsection
9997 Predefined Space
9998 \begin_inset CommandInset label
9999 LatexCommand label
10000 name "sub:Predefined-Space"
10001
10002 \end_inset
10003
10004
10005 \begin_inset Index idx
10006 status collapsed
10007
10008 \begin_layout Plain Layout
10009 Space ! horizontal ! predefined
10010 \end_layout
10011
10012 \end_inset
10013
10014
10015 \end_layout
10016
10017 \begin_layout Standard
10018 Sometimes it is necessary to insert horizontal space into a formula.
10019  This is done by inserting a protected space (shortcut 
10020 \begin_inset Info
10021 type  "shortcut"
10022 arg   "command-alternatives space-insert protected ; math-space"
10023 \end_inset
10024
10025 ).
10026  A 
10027 \begin_inset Quotes eld
10028 \end_inset
10029
10030
10031 \color blue
10032
10033 \begin_inset space \textvisiblespace{}
10034 \end_inset
10035
10036
10037 \color inherit
10038
10039 \begin_inset Quotes erd
10040 \end_inset
10041
10042  appears and by pressing 
10043 \family sans
10044 Space
10045 \family default
10046  several times one can select one of eight different space sizes.
10047  The spaces can also be inserted using the math toolbar button 
10048 \begin_inset Graphics
10049         filename ../images/math/space.png
10050         scale 85
10051
10052 \end_inset
10053
10054  or special commands.
10055  Independent from the inserted command, one can select the size again by
10056  pressing 
10057 \family sans
10058 Space
10059 \family default
10060  afterwards.
10061 \end_layout
10062
10063 \begin_layout Standard
10064 \noindent
10065 \align center
10066 \begin_inset VSpace -5mm
10067 \end_inset
10068
10069
10070 \begin_inset Tabular
10071 <lyxtabular version="3" rows="3" columns="7">
10072 <features rotate="0" tabularvalignment="middle">
10073 <column alignment="center" valignment="middle" width="6.8cm">
10074 <column alignment="center" valignment="top">
10075 <column alignment="center" valignment="top">
10076 <column alignment="center" valignment="top">
10077 <column alignment="center" valignment="top">
10078 <column alignment="center" valignment="top">
10079 <column alignment="center" valignment="top">
10080 <row>
10081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Command
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094
10095 \backslash
10096 ,
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \backslash
10107 :
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \backslash
10118 ;
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127
10128 \backslash
10129 quad
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138
10139 \backslash
10140 qquad
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149
10150 \backslash
10151 !
10152 \end_layout
10153
10154 \end_inset
10155 </cell>
10156 </row>
10157 <row>
10158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Number of 
10163 \family sans
10164 Space
10165 \family default
10166  keystrokes after inserting the protected space
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 0
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 1
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 2
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 3
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 4
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 5
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 </row>
10226 <row>
10227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 Result
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 \begin_inset Formula $A\, B$
10241 \end_inset
10242
10243
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 \begin_inset Formula $A\: B$
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 \begin_inset Formula $A\; B$
10265 \end_inset
10266
10267
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 \begin_inset Formula $A\quad B$
10277 \end_inset
10278
10279
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 \begin_inset Formula $A\qquad B$
10289 \end_inset
10290
10291
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 \begin_inset Formula $A\! B$
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 </lyxtabular>
10310
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \begin_layout Standard
10317 The last size seem to produce no space.
10318  It is displayed red in LyX contrary to the other sizes, because it is a
10319  negative space.
10320  There are two more negative spaces:
10321 \end_layout
10322
10323 \begin_layout Standard
10324 \align center
10325 \begin_inset Tabular
10326 <lyxtabular version="3" rows="3" columns="3">
10327 <features rotate="0" tabularvalignment="middle">
10328 <column alignment="center" valignment="middle" width="6.8cm">
10329 <column alignment="center" valignment="top" width="0pt">
10330 <column alignment="center" valignment="top" width="0pt">
10331 <row>
10332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 Command
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \backslash
10347 negmedspace
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356
10357 \backslash
10358 negthickspace
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 Number of 
10370 \family sans
10371 Space
10372 \family default
10373  keystrokes after inserting the protected space
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 6
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 7
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Result
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 \begin_inset Formula $A\negmedspace B$
10412 \end_inset
10413
10414
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 \begin_inset Formula $A\negthickspace B$
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 </lyxtabular>
10433
10434 \end_inset
10435
10436
10437 \end_layout
10438
10439 \begin_layout Standard
10440 Negative spaces can lead to characters overlapping each other.
10441  Thus they can be used to enforce ligatures, which are e.
10442 \begin_inset space \thinspace{}
10443 \end_inset
10444
10445 g.
10446 \begin_inset space \space{}
10447 \end_inset
10448
10449 useful for summation operators:
10450 \end_layout
10451
10452 \begin_layout Standard
10453 \align center
10454 \begin_inset Tabular
10455 <lyxtabular version="3" rows="3" columns="2">
10456 <features rotate="0" tabularvalignment="middle">
10457 <column alignment="center" valignment="top">
10458 <column alignment="center" valignment="top">
10459 <row>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Command
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Result
10474 \begin_inset Note Note
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480
10481 \backslash
10482 raisebox
10483 \series default
10484  is only used as spacer.
10485 \end_layout
10486
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \backslash
10502 sum
10503 \backslash
10504 sum
10505 \begin_inset space \textvisiblespace{}
10506 \end_inset
10507
10508 f_kl
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \backslash
10533 sum
10534 \backslash
10535 negmedspace
10536 \backslash
10537 sum
10538 \begin_inset space \textvisiblespace{}
10539 \end_inset
10540
10541 f_kl
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10551 \end_inset
10552
10553
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 </lyxtabular>
10560
10561 \end_inset
10562
10563
10564 \end_layout
10565
10566 \begin_layout Standard
10567 Relations like for example equal signs, are always surrounded by space.
10568  To suppress this, the equal sign is placed into a TeX-brace.
10569  The following example demonstrates this:
10570 \end_layout
10571
10572 \begin_layout Standard
10573 \align center
10574 \begin_inset Tabular
10575 <lyxtabular version="3" rows="2" columns="2">
10576 <features rotate="0" tabularvalignment="middle">
10577 <column alignment="center" valignment="top" width="0pt">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <row>
10580 <cell alignment="center" valignment="top" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 normal equation
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 \begin_inset Formula $A=B$
10594 \end_inset
10595
10596
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 </row>
10602 <row>
10603 <cell alignment="center" valignment="top" usebox="none">
10604 \begin_inset Text
10605
10606 \begin_layout Plain Layout
10607 \begin_inset Note Note
10608 status collapsed
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613
10614 \backslash
10615 raisebox
10616 \series default
10617  is only used as spacer.
10618 \end_layout
10619
10620 \end_inset
10621
10622
10623 \begin_inset Formula $\raisebox{5mm}{}$
10624 \end_inset
10625
10626 equation without space
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $A{=}B$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 </lyxtabular>
10645
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Standard
10652 \noindent
10653 The command for the last formula is: 
10654 \series bold
10655 A
10656 \backslash
10657 {=
10658 \begin_inset Formula $\to$
10659 \end_inset
10660
10661 B
10662 \end_layout
10663
10664 \begin_layout Standard
10665 \begin_inset VSpace bigskip
10666 \end_inset
10667
10668 Spaces are needed for physical units, because the space between the value
10669  and the unit is the smallest one and not a normal space.
10670  For units in text, the smallest space is inserted via the menu 
10671 \family sans
10672 Insert\SpecialChar \menuseparator
10673 Formatting\SpecialChar \menuseparator
10674 Thin
10675 \begin_inset space ~
10676 \end_inset
10677
10678 Space
10679 \family default
10680  (shortcut 
10681 \begin_inset Info
10682 type  "shortcut"
10683 arg   "space-insert thin"
10684 \end_inset
10685
10686 ).
10687 \end_layout
10688
10689 \begin_layout Standard
10690 An example to visualize the difference:
10691 \end_layout
10692
10693 \begin_layout Standard
10694 \begin_inset Tabular
10695 <lyxtabular version="3" rows="2" columns="2">
10696 <features rotate="0" tabularvalignment="middle">
10697 <column alignment="left" valignment="top">
10698 <column alignment="left" valignment="top">
10699 <row>
10700 <cell alignment="center" valignment="top" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 24 kW
10705 \begin_inset Formula $\cdot$
10706 \end_inset
10707
10708 h
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 <cell alignment="center" valignment="top" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717 space between value and unit
10718 \end_layout
10719
10720 \end_inset
10721 </cell>
10722 </row>
10723 <row>
10724 <cell alignment="center" valignment="top" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 24
10729 \begin_inset space \thinspace{}
10730 \end_inset
10731
10732 kW
10733 \begin_inset Formula $\cdot$
10734 \end_inset
10735
10736 h
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 smallest space between value and unit
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 </lyxtabular>
10752
10753 \end_inset
10754
10755
10756 \end_layout
10757
10758 \begin_layout Subsection
10759 Variable Space
10760 \begin_inset ERT
10761 status collapsed
10762
10763 \begin_layout Plain Layout
10764
10765
10766 \backslash
10767 texorpdfstring{
10768 \end_layout
10769
10770 \end_inset
10771
10772
10773 \begin_inset Foot
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777 for vertical space in formulas see 
10778 \begin_inset CommandInset ref
10779 LatexCommand ref
10780 reference "sub:Line-Separation"
10781
10782 \end_inset
10783
10784
10785 \end_layout
10786
10787 \end_inset
10788
10789
10790 \begin_inset ERT
10791 status collapsed
10792
10793 \begin_layout Plain Layout
10794
10795 }{}
10796 \end_layout
10797
10798 \end_inset
10799
10800
10801 \begin_inset Note Note
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805
10806 \backslash
10807 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
10808 \end_layout
10809
10810 \begin_layout Plain Layout
10811 More about 
10812 \backslash
10813 texorpdfstring is in section 
10814 \begin_inset CommandInset ref
10815 LatexCommand ref
10816 reference "sub:Formulas-in-Section"
10817
10818 \end_inset
10819
10820 .
10821 \end_layout
10822
10823 \end_inset
10824
10825
10826 \begin_inset CommandInset label
10827 LatexCommand label
10828 name "sub:Variable-Space"
10829
10830 \end_inset
10831
10832
10833 \begin_inset Index idx
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837 Space ! horizontal ! variable
10838 \end_layout
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 Space with a defined length can be inserted with the command 
10847 \series bold
10848
10849 \backslash
10850 hspace
10851 \series default
10852
10853 \begin_inset Index idx
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857 Commands ! H ! 
10858 \backslash
10859 hspace
10860 \end_layout
10861
10862 \end_inset
10863
10864 .
10865  Then a long 
10866 \begin_inset Quotes eld
10867 \end_inset
10868
10869
10870 \color blue
10871
10872 \begin_inset space \textvisiblespace{}
10873 \end_inset
10874
10875
10876 \color inherit
10877
10878 \begin_inset Quotes erd
10879 \end_inset
10880
10881  appears.
10882  The length can be specified by left-clicking on the 
10883 \begin_inset Quotes eld
10884 \end_inset
10885
10886
10887 \color blue
10888
10889 \begin_inset space \textvisiblespace{}
10890 \end_inset
10891
10892
10893 \color inherit
10894
10895 \begin_inset Quotes erd
10896 \end_inset
10897
10898 .
10899  The length may also be negative.
10900  To insert as much space as is available, the command 
10901 \series bold
10902
10903 \backslash
10904 hfill
10905 \series default
10906
10907 \begin_inset Index idx
10908 status collapsed
10909
10910 \begin_layout Plain Layout
10911 Commands ! H ! 
10912 \backslash
10913 hfill
10914 \end_layout
10915
10916 \end_inset
10917
10918  is used.
10919 \end_layout
10920
10921 \begin_layout Standard
10922 \begin_inset VSpace -1mm
10923 \end_inset
10924
10925
10926 \end_layout
10927
10928 \begin_layout Standard
10929 \align center
10930 \begin_inset Tabular
10931 <lyxtabular version="3" rows="4" columns="2">
10932 <features rotate="0" tabularvalignment="middle">
10933 <column alignment="center" valignment="top">
10934 <column alignment="center" valignment="top">
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Command (
10941 \backslash
10942 hspace length)
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 Result
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 A=B
10963 \backslash
10964 hspace
10965 \begin_inset space \textvisiblespace{}
10966 \end_inset
10967
10968
10969 \begin_inset Formula $\to$
10970 \end_inset
10971
10972 A
10973 \backslash
10974 not=C (3
10975 \begin_inset space \thinspace{}
10976 \end_inset
10977
10978 cm)
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001 A
11002 \backslash
11003 hspace
11004 \begin_inset space \textvisiblespace{}
11005 \end_inset
11006
11007
11008 \begin_inset Formula $\to$
11009 \end_inset
11010
11011 A
11012 \backslash
11013 not=A (-1
11014 \begin_inset space \thinspace{}
11015 \end_inset
11016
11017 mm)
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 A=A
11041 \backslash
11042 hfill
11043 \begin_inset space \textvisiblespace{}
11044 \end_inset
11045
11046 B=B
11047 \end_layout
11048
11049 \end_inset
11050 </cell>
11051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055 \begin_inset Formula $A=A\hfill B=B$
11056 \end_inset
11057
11058
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 </row>
11064 </lyxtabular>
11065
11066 \end_inset
11067
11068
11069 \end_layout
11070
11071 \begin_layout Standard
11072 In the last example the available space is given by the longest column entry
11073  of the table.
11074  In an inline formula the space depends on the length of the line in which
11075  
11076 \series bold
11077
11078 \backslash
11079 hfill
11080 \series default
11081  is inserted.
11082  Thus, when the line uses the full width, no space will be created.
11083  
11084 \series bold
11085
11086 \backslash
11087 hfill
11088 \series default
11089  only has an effect on displayed formulas when the formula style 
11090 \series bold
11091 Indented
11092 \series default
11093  is used.
11094  (Formula styles are explained in 
11095 \begin_inset CommandInset ref
11096 LatexCommand ref
11097 reference "sec:Formula-Styles"
11098
11099 \end_inset
11100
11101 .)
11102 \end_layout
11103
11104 \begin_layout Standard
11105 Besides 
11106 \series bold
11107
11108 \backslash
11109 hfill
11110 \series default
11111 , there are the commands 
11112 \series bold
11113
11114 \backslash
11115 dotfill
11116 \series default
11117  and 
11118 \series bold
11119
11120 \backslash
11121 hrulefill
11122 \series default
11123  that fill the space with a pattern, see 
11124 \begin_inset CommandInset ref
11125 LatexCommand ref
11126 reference "sub:Ellipses"
11127
11128 \end_inset
11129
11130  for an example.
11131 \end_layout
11132
11133 \begin_layout Standard
11134 For text, variable space can be inserted via the menu 
11135 \family sans
11136 Insert\SpecialChar \menuseparator
11137 Formatting\SpecialChar \menuseparator
11138 Horizontal
11139 \begin_inset space ~
11140 \end_inset
11141
11142 Space
11143 \family default
11144 :
11145 \end_layout
11146
11147 \begin_layout Standard
11148 This is a line with
11149 \begin_inset space \hspace{}
11150 \length 2cm
11151 \end_inset
11152
11153 2
11154 \begin_inset space \thinspace{}
11155 \end_inset
11156
11157 cm space.
11158 \end_layout
11159
11160 \begin_layout Standard
11161 This is a line with
11162 \begin_inset space \hfill{}
11163 \end_inset
11164
11165 maximum space.
11166 \end_layout
11167
11168 \begin_layout Subsection
11169 Space besides inline Formulas
11170 \begin_inset Index idx
11171 status collapsed
11172
11173 \begin_layout Plain Layout
11174 Space ! besides inline formulas
11175 \end_layout
11176
11177 \end_inset
11178
11179
11180 \end_layout
11181
11182 \begin_layout Standard
11183 The space that surrounds inline formulas can be adjusted with the length
11184  
11185 \series bold
11186
11187 \backslash
11188 mathsurround
11189 \series default
11190
11191 \begin_inset Index idx
11192 status collapsed
11193
11194 \begin_layout Plain Layout
11195 Commands ! M ! 
11196 \backslash
11197 mathsurround
11198 \end_layout
11199
11200 \end_inset
11201
11202 .
11203  The value of a length is set with the command 
11204 \series bold
11205
11206 \backslash
11207 setlength
11208 \series default
11209
11210 \begin_inset Index idx
11211 status collapsed
11212
11213 \begin_layout Plain Layout
11214 Commands ! S ! 
11215 \backslash
11216 setlength
11217 \end_layout
11218
11219 \end_inset
11220
11221  which has the following scheme:
11222 \end_layout
11223
11224 \begin_layout Standard
11225
11226 \series bold
11227
11228 \backslash
11229 setlength{length name}{value}
11230 \end_layout
11231
11232 \begin_layout Standard
11233 To set 
11234 \series bold
11235
11236 \backslash
11237 mathsurround
11238 \series default
11239  to the value 5
11240 \begin_inset space \thinspace{}
11241 \end_inset
11242
11243 mm, the command
11244 \end_layout
11245
11246 \begin_layout Standard
11247
11248 \series bold
11249
11250 \backslash
11251 setlength{
11252 \backslash
11253 mathsurround}{5mm}
11254 \end_layout
11255
11256 \begin_layout Standard
11257 is inserted in TeX-mode.
11258  5
11259 \begin_inset space \thinspace{}
11260 \end_inset
11261
11262 mm space will now be set around all inline formulas:
11263 \begin_inset ERT
11264 status collapsed
11265
11266 \begin_layout Plain Layout
11267
11268
11269 \backslash
11270 setlength{
11271 \backslash
11272 mathsurround}{5mm}
11273 \end_layout
11274
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \begin_layout Standard
11281 This is a line with an inline formula 
11282 \begin_inset Formula $A=B$
11283 \end_inset
11284
11285  with 5
11286 \begin_inset space \thinspace{}
11287 \end_inset
11288
11289 mm surrounding space.
11290 \begin_inset ERT
11291 status collapsed
11292
11293 \begin_layout Plain Layout
11294
11295
11296 \backslash
11297 setlength{
11298 \backslash
11299 mathsurround}{0pt}
11300 \end_layout
11301
11302 \end_inset
11303
11304
11305 \end_layout
11306
11307 \begin_layout Standard
11308 To return to the predefined value, 
11309 \series bold
11310
11311 \backslash
11312 mathsurround
11313 \series default
11314  is set to the value 0
11315 \begin_inset space \thinspace{}
11316 \end_inset
11317
11318 pt.
11319 \end_layout
11320
11321 \begin_layout Section
11322 Boxes and Frames
11323 \begin_inset Index idx
11324 status collapsed
11325
11326 \begin_layout Plain Layout
11327 Boxes
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \begin_inset Index idx
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337 Frames | see
11338 \begin_inset ERT
11339 status collapsed
11340
11341 \begin_layout Plain Layout
11342
11343 {
11344 \end_layout
11345
11346 \end_inset
11347
11348 Boxes
11349 \begin_inset ERT
11350 status collapsed
11351
11352 \begin_layout Plain Layout
11353
11354 }
11355 \end_layout
11356
11357 \end_inset
11358
11359
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \begin_layout Standard
11368 Boxes for text are described in chapter 
11369 \family typewriter
11370 Boxes
11371 \family default
11372  in the 
11373 \family typewriter
11374 Embedded
11375 \begin_inset space ~
11376 \end_inset
11377
11378 Objects
11379 \family default
11380  manual.
11381 \end_layout
11382
11383 \begin_layout Subsection
11384 Boxes with Frame
11385 \begin_inset CommandInset label
11386 LatexCommand label
11387 name "sub:Boxes-with-Frame"
11388
11389 \end_inset
11390
11391
11392 \begin_inset Index idx
11393 status collapsed
11394
11395 \begin_layout Plain Layout
11396 Boxes ! with frame
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Standard
11405 It is possible to frame a formula or part of one with the commands 
11406 \series bold
11407
11408 \backslash
11409 fbox
11410 \series default
11411
11412 \begin_inset Index idx
11413 status collapsed
11414
11415 \begin_layout Plain Layout
11416 Commands ! F ! 
11417 \backslash
11418 fbox
11419 \end_layout
11420
11421 \end_inset
11422
11423  and 
11424 \series bold
11425
11426 \backslash
11427 boxed
11428 \series default
11429
11430 \begin_inset Index idx
11431 status collapsed
11432
11433 \begin_layout Plain Layout
11434 Commands ! B ! 
11435 \backslash
11436 boxed
11437 \end_layout
11438
11439 \end_inset
11440
11441 .
11442 \end_layout
11443
11444 \begin_layout Standard
11445 When one of these commands is inserted in a formula, a blue box appears
11446  within a frame to enter formula parts.
11447  For 
11448 \series bold
11449
11450 \backslash
11451 fbox
11452 \series default
11453  an additional formula has to be created by 
11454 \family sans
11455 Ctrl+M
11456 \family default
11457  within this box, because the box content will otherwise be treated as mathemati
11458 cal text.
11459  When 
11460 \series bold
11461
11462 \backslash
11463 boxed
11464 \series default
11465  is used, a new formula is automatically created inside the frame.
11466 \end_layout
11467
11468 \begin_layout Standard
11469 The command 
11470 \series bold
11471
11472 \backslash
11473 fbox
11474 \series default
11475  is not suitable to frame displayed formulas because the formula will always
11476  be set in the size of the text.
11477  
11478 \series bold
11479
11480 \backslash
11481 boxed
11482 \series default
11483  is in contrary not suitable to frame inline formulas, because the formula
11484  will always be set in the size of a displayed formula.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 An extension to 
11489 \series bold
11490
11491 \backslash
11492 fbox
11493 \series default
11494  is the command 
11495 \series bold
11496
11497 \backslash
11498 framebox
11499 \series default
11500
11501 \begin_inset Index idx
11502 status collapsed
11503
11504 \begin_layout Plain Layout
11505 Commands ! F ! 
11506 \backslash
11507 framebox
11508 \end_layout
11509
11510 \end_inset
11511
11512  where additionally the frame width and the alignment can be specified.
11513  
11514 \series bold
11515
11516 \backslash
11517 framebox
11518 \series default
11519  is used in the following scheme:
11520 \end_layout
11521
11522 \begin_layout Standard
11523
11524 \series bold
11525
11526 \backslash
11527 framebox[frame width][position]{box content}
11528 \end_layout
11529
11530 \begin_layout Standard
11531 The position can either be 
11532 \emph on
11533 l
11534 \emph default
11535  or 
11536 \emph on
11537 r
11538 \emph default
11539 .
11540  
11541 \emph on
11542 l
11543 \emph default
11544  left aligns, 
11545 \emph on
11546 r
11547 \emph default
11548  right aligns the formula in the box.
11549  When no position is given, the formula will be centered.
11550 \begin_inset Newline newline
11551 \end_inset
11552
11553 If no width is given, also no position can be given.
11554  In this case the frame width is adjusted to the box content like for 
11555 \series bold
11556
11557 \backslash
11558 fbox
11559 \series default
11560 .
11561 \end_layout
11562
11563 \begin_layout Standard
11564 When the command 
11565 \series bold
11566
11567 \backslash
11568 framebox
11569 \series default
11570  is inserted, a box appears containing three blue boxes.
11571  The first two boxes are surrounded by brackets and denote the two optional
11572  arguments.
11573  The third box is for formula parts like for 
11574 \series bold
11575
11576 \backslash
11577 fbox
11578 \series default
11579 .
11580 \end_layout
11581
11582 \begin_layout Standard
11583 \begin_inset Newpage newpage
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \begin_layout Standard
11590 \align center
11591 \begin_inset Tabular
11592 <lyxtabular version="3" rows="5" columns="2">
11593 <features rotate="0" tabularvalignment="middle">
11594 <column alignment="center" valignment="top">
11595 <column alignment="center" valignment="top">
11596 <row>
11597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11598 \begin_inset Text
11599
11600 \begin_layout Plain Layout
11601 Command
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 Result
11611 \begin_inset Note Note
11612 status collapsed
11613
11614 \begin_layout Plain Layout
11615
11616 \series bold
11617
11618 \backslash
11619 raisebox
11620 \series default
11621  is only used as spacer.
11622 \end_layout
11623
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \backslash
11639 fbox
11640 \begin_inset space \textvisiblespace{}
11641 \end_inset
11642
11643
11644 \family sans
11645 Ctrl+M
11646 \family default
11647  
11648 \backslash
11649 int
11650 \begin_inset space \textvisiblespace{}
11651 \end_inset
11652
11653 A=B
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11663 \end_inset
11664
11665
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 <row>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676
11677 \backslash
11678 boxed
11679 \begin_inset space \textvisiblespace{}
11680 \end_inset
11681
11682
11683 \backslash
11684 int
11685 \begin_inset space \textvisiblespace{}
11686 \end_inset
11687
11688 A=B
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11698 \end_inset
11699
11700
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 </row>
11706 <row>
11707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11708 \begin_inset Text
11709
11710 \begin_layout Plain Layout
11711 A+
11712 \backslash
11713 fbox
11714 \begin_inset space \textvisiblespace{}
11715 \end_inset
11716
11717 B
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \end_inset
11733 </cell>
11734 </row>
11735 <row>
11736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11737 \begin_inset Text
11738
11739 \begin_layout Plain Layout
11740
11741 \backslash
11742 framebox
11743 \begin_inset space \textvisiblespace{}
11744 \end_inset
11745
11746 20mm
11747 \begin_inset Formula $\to$
11748 \end_inset
11749
11750
11751 \begin_inset Formula $\to$
11752 \end_inset
11753
11754
11755 \family sans
11756 Ctrl+M
11757 \family default
11758  
11759 \backslash
11760 frac
11761 \begin_inset space \textvisiblespace{}
11762 \end_inset
11763
11764 A
11765 \begin_inset Formula $\downarrow$
11766 \end_inset
11767
11768 B
11769 \end_layout
11770
11771 \end_inset
11772 </cell>
11773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11774 \begin_inset Text
11775
11776 \begin_layout Plain Layout
11777 \begin_inset Formula $\raisebox{6mm}{}$
11778 \end_inset
11779
11780
11781 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11782 \end_inset
11783
11784
11785 \begin_inset Formula $\raisebox{-4mm}{}$
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 </row>
11794 </lyxtabular>
11795
11796 \end_inset
11797
11798
11799 \end_layout
11800
11801 \begin_layout Standard
11802 The frame thickness can also be adjusted.
11803  To do this the following commands have to be inserted in TeX-mode before
11804  the formula
11805 \end_layout
11806
11807 \begin_layout Standard
11808
11809 \series bold
11810
11811 \backslash
11812 fboxrule
11813 \series default
11814  
11815 \series bold
11816
11817 \begin_inset Quotes eld
11818 \end_inset
11819
11820 thickness
11821 \begin_inset Quotes erd
11822 \end_inset
11823
11824
11825 \series default
11826  
11827 \series bold
11828
11829 \backslash
11830 fboxsep
11831 \series default
11832  
11833 \series bold
11834
11835 \begin_inset Quotes eld
11836 \end_inset
11837
11838 distance
11839 \begin_inset Quotes erd
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 \begin_inset Quotes eld
11847 \end_inset
11848
11849 distance
11850 \begin_inset Quotes erd
11851 \end_inset
11852
11853  specifies the minimal distance between the frame and the first character
11854  in the box.
11855  An example for this is the following framed formula:
11856 \begin_inset ERT
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860
11861
11862 \backslash
11863 fboxrule 2mm 
11864 \backslash
11865 fboxsep 3mm
11866 \end_layout
11867
11868 \end_inset
11869
11870
11871 \begin_inset Formula 
11872 \[
11873 \boxed{A+B=C}
11874 \]
11875
11876 \end_inset
11877
11878 Before this formula the commands
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884
11885 \backslash
11886 fboxrule
11887 \series default
11888  
11889 \series bold
11890 2mm
11891 \series default
11892  
11893 \series bold
11894
11895 \backslash
11896 fboxsep
11897 \series default
11898  
11899 \series bold
11900 3mm
11901 \end_layout
11902
11903 \begin_layout Standard
11904 were inserted in TeX-mode.
11905  The given values are used for all following boxes.
11906 \end_layout
11907
11908 \begin_layout Standard
11909 To return to the standard frame size, the command
11910 \end_layout
11911
11912 \begin_layout Standard
11913
11914 \series bold
11915
11916 \backslash
11917 fboxrule
11918 \series default
11919  
11920 \series bold
11921 0.4pt
11922 \series default
11923  
11924 \series bold
11925
11926 \backslash
11927 fboxsep
11928 \series default
11929  
11930 \series bold
11931 3pt
11932 \series default
11933
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 fboxrule 0.4pt 
11942 \backslash
11943 fboxsep 3pt
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \begin_layout Standard
11952 is inserted in TeX-mode before the next formula.
11953 \end_layout
11954
11955 \begin_layout Subsection
11956 Boxes without Frame
11957 \begin_inset CommandInset label
11958 LatexCommand label
11959 name "sub:Boxes-without-Frame"
11960
11961 \end_inset
11962
11963
11964 \begin_inset Index idx
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 Boxes ! without frame
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Standard
11977 For boxes without a frame there are the following box commands: 
11978 \series bold
11979
11980 \backslash
11981 mbox
11982 \series default
11983
11984 \begin_inset Index idx
11985 status collapsed
11986
11987 \begin_layout Plain Layout
11988 Commands ! M ! 
11989 \backslash
11990 mbox
11991 \end_layout
11992
11993 \end_inset
11994
11995
11996 \series bold
11997
11998 \backslash
11999 makebox
12000 \series default
12001
12002 \begin_inset Index idx
12003 status collapsed
12004
12005 \begin_layout Plain Layout
12006 Commands ! M ! 
12007 \backslash
12008 makebox
12009 \end_layout
12010
12011 \end_inset
12012
12013  and 
12014 \series bold
12015
12016 \backslash
12017 raisebox
12018 \series default
12019
12020 \begin_inset Index idx
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024 Commands ! R ! 
12025 \backslash
12026 raisebox
12027 \end_layout
12028
12029 \end_inset
12030
12031
12032 \end_layout
12033
12034 \begin_layout Standard
12035 With 
12036 \series bold
12037
12038 \backslash
12039 raisebox
12040 \series default
12041  a box can be super- or subscripted.
12042  But in contrary to normal super- and subscripting, the characters in the
12043  box keep their font size.
12044  
12045 \series bold
12046
12047 \backslash
12048 raisebox
12049 \series default
12050  is used in the following scheme:
12051 \end_layout
12052
12053 \begin_layout Standard
12054
12055 \series bold
12056
12057 \backslash
12058 raisebox{height}{box content}
12059 \end_layout
12060
12061 \begin_layout Standard
12062 When the box should contain a formula, an extra formula is needed like for
12063  
12064 \series bold
12065
12066 \backslash
12067 fbox
12068 \series default
12069 .
12070  
12071 \series medium
12072
12073 \begin_inset Note Greyedout
12074 status open
12075
12076 \begin_layout Plain Layout
12077
12078 \series bold
12079 Note:
12080 \series default
12081  For 
12082 \series bold
12083
12084 \backslash
12085 raisebox
12086 \series default
12087  this extra formula is created by pressing 
12088 \family sans
12089 Ctrl+M
12090 \family default
12091  twice instead of once because LyX doesn't yet support 
12092 \series bold
12093
12094 \backslash
12095 raisebox
12096 \series default
12097  directly.
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 \align center
12107 \begin_inset Tabular
12108 <lyxtabular version="3" rows="4" columns="2">
12109 <features rotate="0" tabularvalignment="middle">
12110 <column alignment="center" valignment="top">
12111 <column alignment="center" valignment="top">
12112 <row>
12113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 Command
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 Result
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 </row>
12132 <row>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 H
12138 \backslash
12139 raisebox{2mm
12140 \begin_inset Formula $\to$
12141 \end_inset
12142
12143
12144 \backslash
12145 {al
12146 \begin_inset Formula $\to$
12147 \end_inset
12148
12149  lo
12150 \end_layout
12151
12152 \end_inset
12153 </cell>
12154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 </row>
12167 <row>
12168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 H
12173 \backslash
12174 raisebox{-2mm
12175 \begin_inset Formula $\to$
12176 \end_inset
12177
12178
12179 \backslash
12180 {al
12181 \begin_inset Formula $\to$
12182 \end_inset
12183
12184 lo
12185 \end_layout
12186
12187 \end_inset
12188 </cell>
12189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12190 \begin_inset Text
12191
12192 \begin_layout Plain Layout
12193 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 </row>
12202 <row>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 A=
12208 \backslash
12209 raisebox{-2mm
12210 \begin_inset Formula $\to$
12211 \end_inset
12212
12213
12214 \backslash
12215 {
12216 \family sans
12217 Ctrl+M
12218 \family default
12219  
12220 \family sans
12221 Ctrl+M
12222 \family default
12223  
12224 \backslash
12225 sqrt
12226 \begin_inset space \textvisiblespace{}
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12239 \end_inset
12240
12241
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 </row>
12247 </lyxtabular>
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 The command 
12256 \series bold
12257
12258 \backslash
12259 mbox
12260 \series default
12261  is equivalent to 
12262 \series bold
12263
12264 \backslash
12265 fbox
12266 \series default
12267  and 
12268 \series bold
12269
12270 \backslash
12271 makebox
12272 \series default
12273  is equivalent to 
12274 \series bold
12275
12276 \backslash
12277 framebox
12278 \series default
12279 , with the difference that there is no frame.
12280 \end_layout
12281
12282 \begin_layout Subsection
12283 Colored Boxes
12284 \begin_inset CommandInset label
12285 LatexCommand label
12286 name "sub:Colored-Boxes"
12287
12288 \end_inset
12289
12290
12291 \begin_inset Index idx
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295 Boxes ! colored
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \begin_layout Standard
12304 To be able to use all commands explained in this section, the LaTeX-package
12305  
12306 \series bold
12307 color
12308 \series default
12309
12310 \begin_inset Foot
12311 status collapsed
12312
12313 \begin_layout Plain Layout
12314 The LaTeX-package 
12315 \series bold
12316 color
12317 \series default
12318  is part of every LaTeX standard installation.
12319 \end_layout
12320
12321 \end_inset
12322
12323
12324 \begin_inset Index idx
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328 Packages ! color
12329 \end_layout
12330
12331 \end_inset
12332
12333  has to be loaded in the LaTeX-preamble with the line
12334 \begin_inset Foot
12335 status collapsed
12336
12337 \begin_layout Plain Layout
12338 When text is colored somewhere in the document with a predefined color,
12339  LyX loads the LaTeX-package 
12340 \series bold
12341 color
12342 \series default
12343  automatically.
12344  Thus it is possible that the package is loaded twice, but this does not
12345  cause problems.
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \begin_inset Note Note
12352 status collapsed
12353
12354 \begin_layout Plain Layout
12355 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
12356 amble.
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365
12366 \series bold
12367
12368 \backslash
12369 usepackage{color}
12370 \end_layout
12371
12372 \begin_layout Standard
12373 \begin_inset VSpace medskip
12374 \end_inset
12375
12376 To color boxes, the command 
12377 \series bold
12378
12379 \backslash
12380 colorbox
12381 \series default
12382
12383 \begin_inset Index idx
12384 status collapsed
12385
12386 \begin_layout Plain Layout
12387 Commands ! C ! 
12388 \backslash
12389 colorbox
12390 \end_layout
12391
12392 \end_inset
12393
12394  is used in the following scheme:
12395 \end_layout
12396
12397 \begin_layout Standard
12398
12399 \series bold
12400
12401 \backslash
12402 colorbox{color}{box content}
12403 \end_layout
12404
12405 \begin_layout Standard
12406 The box content can also be a box and a 
12407 \series bold
12408
12409 \backslash
12410 colorbox
12411 \series default
12412  can also be part of another box (see the 2nd and 3rd example).
12413  When the box should contain a formula, an extra formula has to be created,
12414  the same way as for 
12415 \series bold
12416
12417 \backslash
12418 raisebox
12419 \series default
12420 .
12421 \begin_inset Foot
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425 This also applies for the command 
12426 \series bold
12427
12428 \backslash
12429 fcolorbox
12430 \series default
12431 .
12432 \end_layout
12433
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \begin_layout Standard
12440 One of the following predefined colors can be chosen:
12441 \end_layout
12442
12443 \begin_layout Standard
12444
12445 \series bold
12446 black
12447 \series default
12448
12449 \series bold
12450 blue
12451 \series default
12452
12453 \series bold
12454 cyan
12455 \series default
12456
12457 \series bold
12458 green
12459 \series default
12460
12461 \series bold
12462 magenta
12463 \series default
12464
12465 \series bold
12466 red
12467 \series default
12468
12469 \series bold
12470 white
12471 \series default
12472  and 
12473 \series bold
12474 yellow
12475 \end_layout
12476
12477 \begin_layout Standard
12478 \align center
12479 \begin_inset Tabular
12480 <lyxtabular version="3" rows="4" columns="2">
12481 <features rotate="0" tabularvalignment="middle">
12482 <column alignment="center" valignment="top">
12483 <column alignment="center" valignment="top">
12484 <row>
12485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Plain Layout
12489 Command
12490 \end_layout
12491
12492 \end_inset
12493 </cell>
12494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 Result
12499 \begin_inset Note Note
12500 status collapsed
12501
12502 \begin_layout Plain Layout
12503
12504 \series bold
12505
12506 \backslash
12507 raisebox
12508 \series default
12509  is only used as spacer.
12510 \end_layout
12511
12512 \end_inset
12513
12514
12515 \end_layout
12516
12517 \end_inset
12518 </cell>
12519 </row>
12520 <row>
12521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525
12526 \backslash
12527 colorbox{yellow
12528 \begin_inset Formula $\to$
12529 \end_inset
12530
12531
12532 \backslash
12533 {A=B
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556
12557 \backslash
12558 colorbox{green
12559 \begin_inset Formula $\to$
12560 \end_inset
12561
12562
12563 \backslash
12564 {
12565 \backslash
12566 fbox
12567 \begin_inset space \textvisiblespace{}
12568 \end_inset
12569
12570 A=B
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 </row>
12588 <row>
12589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593
12594 \backslash
12595 fbox
12596 \begin_inset space \textvisiblespace{}
12597 \end_inset
12598
12599
12600 \backslash
12601 colorbox{green
12602 \begin_inset Formula $\to$
12603 \end_inset
12604
12605
12606 \backslash
12607 {
12608 \family sans
12609 Ctrl+M
12610 \family default
12611  
12612 \family sans
12613 Ctrl+M
12614 \family default
12615  
12616 \backslash
12617 int
12618 \begin_inset space \textvisiblespace{}
12619 \end_inset
12620
12621 C=D
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12631 \end_inset
12632
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 </lyxtabular>
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647
12648 \series bold
12649
12650 \backslash
12651 colorbox
12652 \series default
12653  only colors the box but not the characters in the box.
12654  To color all characters, the whole formula is highlighted and the desired
12655  color is chosen in the 
12656 \family sans
12657 Text
12658 \begin_inset space ~
12659 \end_inset
12660
12661 Style
12662 \family default
12663  dialog.
12664  The dialog can be called with the toolbar button 
12665 \begin_inset Graphics
12666         filename ../images/dialog-show_character.png
12667         scale 85
12668
12669 \end_inset
12670
12671  or the menu 
12672 \family sans
12673 Edit\SpecialChar \menuseparator
12674 Text
12675 \begin_inset space ~
12676 \end_inset
12677
12678 Style\SpecialChar \menuseparator
12679 Customized
12680 \family default
12681 .
12682  The formula number then has the same color as the formula.
12683  When the formula number should get another color than the formula characters,
12684  the color must be changed within the formula.
12685 \end_layout
12686
12687 \begin_layout Standard
12688 An example:
12689 \end_layout
12690
12691 \begin_layout Standard
12692
12693 \color red
12694 \begin_inset Formula 
12695 \begin{equation}
12696 \int A=B\label{eq:red}
12697 \end{equation}
12698
12699 \end_inset
12700
12701
12702 \color green
12703
12704 \begin_inset Formula 
12705 \begin{equation}
12706 \textcolor{red}{\int A=B}\label{eq:redgreen}
12707 \end{equation}
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 Formula 
12716 \begin_inset CommandInset ref
12717 LatexCommand eqref
12718 reference "eq:red"
12719
12720 \end_inset
12721
12722  is completely colored red.
12723 \begin_inset Newline newline
12724 \end_inset
12725
12726 Formula 
12727 \begin_inset CommandInset ref
12728 LatexCommand eqref
12729 reference "eq:redgreen"
12730
12731 \end_inset
12732
12733  was first completely colored green to set the color for the formula number.
12734  Subsequently the formula characters were colored red.
12735 \end_layout
12736
12737 \begin_layout Standard
12738 \begin_inset VSpace bigskip
12739 \end_inset
12740
12741 To color the frame different than the rest of the box, the command 
12742 \series bold
12743
12744 \backslash
12745 fcolorbox
12746 \series default
12747
12748 \begin_inset Index idx
12749 status collapsed
12750
12751 \begin_layout Plain Layout
12752 Commands ! F ! 
12753 \backslash
12754 fcolorbox
12755 \end_layout
12756
12757 \end_inset
12758
12759  is used in the following scheme:
12760 \end_layout
12761
12762 \begin_layout Standard
12763
12764 \series bold
12765
12766 \backslash
12767 fcolorbox{frame color}{color}{box content}
12768 \end_layout
12769
12770 \begin_layout Standard
12771 So 
12772 \series bold
12773
12774 \backslash
12775 fcolorbox
12776 \series default
12777  is an extension of the command 
12778 \series bold
12779
12780 \backslash
12781 colorbox
12782 \series default
12783 .
12784  The frame width is set, like for 
12785 \series bold
12786
12787 \backslash
12788 framebox
12789 \series default
12790 , with 
12791 \series bold
12792
12793 \backslash
12794 fboxrule
12795 \series default
12796  and 
12797 \series bold
12798
12799 \backslash
12800 fboxsep
12801 \series default
12802 .
12803  An example:
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 fboxrule 1mm 
12812 \backslash
12813 fboxsep 1mm
12814 \end_layout
12815
12816 \end_inset
12817
12818
12819 \begin_inset Formula 
12820 \[
12821 \fcolorbox{cyan}{magenta}{A=B}
12822 \]
12823
12824 \end_inset
12825
12826
12827 \begin_inset ERT
12828 status collapsed
12829
12830 \begin_layout Plain Layout
12831
12832
12833 \backslash
12834 fboxrule 0.4pt 
12835 \backslash
12836 fboxsep 3pt
12837 \end_layout
12838
12839 \end_inset
12840
12841
12842 \end_layout
12843
12844 \begin_layout Standard
12845 This formula was created with the command
12846 \begin_inset Newline newline
12847 \end_inset
12848
12849
12850 \series bold
12851
12852 \backslash
12853 fcolorbox{cyan
12854 \begin_inset Formula $\to$
12855 \end_inset
12856
12857
12858 \backslash
12859 {magenta
12860 \begin_inset Formula $\to$
12861 \end_inset
12862
12863
12864 \backslash
12865 {A=B
12866 \series default
12867 .
12868 \end_layout
12869
12870 \begin_layout Standard
12871 \begin_inset VSpace bigskip
12872 \end_inset
12873
12874 To use other colors than the predefined ones, they have to be defined first.
12875 \end_layout
12876
12877 \begin_layout Standard
12878 One can for example define the color 
12879 \begin_inset Quotes eld
12880 \end_inset
12881
12882
12883 \series bold
12884 darkgreen
12885 \series default
12886
12887 \begin_inset Quotes erd
12888 \end_inset
12889
12890  with the LaTeX-preamble line:
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 definecolor{darkgreen}{cmyk}{0.5,
12899 \series default
12900  
12901 \series bold
12902 0,
12903 \series default
12904  
12905 \series bold
12906 1,
12907 \series default
12908  
12909 \series bold
12910 0.5}
12911 \series default
12912
12913 \begin_inset Index idx
12914 status collapsed
12915
12916 \begin_layout Plain Layout
12917 Commands ! D ! 
12918 \backslash
12919 definecolor
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \end_layout
12926
12927 \begin_layout Standard
12928
12929 \series bold
12930 cmyk
12931 \series default
12932  is the color space that denotes the colors 
12933 \series bold
12934 cyan
12935 \series default
12936
12937 \series bold
12938 magenta
12939 \series default
12940
12941 \series bold
12942 yellow
12943 \series default
12944  and 
12945 \series bold
12946 black
12947 \series default
12948 .
12949  The four comma separated numbers are the portion factor for the corresponding
12950  colors of the color space.
12951  The factors can be in the range of 0
12952 \begin_inset space \thinspace{}
12953 \end_inset
12954
12955 -
12956 \begin_inset space \thinspace{}
12957 \end_inset
12958
12959 1.
12960  Instead of 
12961 \series bold
12962 cmyk
12963 \series default
12964  also the color space 
12965 \series bold
12966 rgb
12967 \series default
12968  can be used for definitions.
12969  
12970 \series bold
12971 rgb
12972 \series default
12973  denotes 
12974 \series bold
12975 red
12976 \series default
12977
12978 \series bold
12979 green
12980 \series default
12981  and 
12982 \series bold
12983 blue
12984 \series default
12985 , so that there are in this case three portion factors for the corresponding
12986  colors.
12987  Furthermore there is the color space 
12988 \series bold
12989 gray
12990 \series default
12991  with one portion factor for the gray value.
12992 \end_layout
12993
12994 \begin_layout Standard
12995 As example a framed box with the new defined color 
12996 \series bold
12997 darkgreen
12998 \series default
12999  where the characters have been colored 
13000 \series bold
13001 yellow
13002 \series default
13003 :
13004 \begin_inset Formula 
13005 \begin{equation}
13006 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13007 \end{equation}
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Self-defined colors can also be used for text with the help of the command
13016  
13017 \series bold
13018
13019 \backslash
13020 textcolor
13021 \series default
13022 :
13023 \begin_inset Index idx
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027 Text ! colored
13028 \end_layout
13029
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \begin_inset ERT
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040
13041
13042 \backslash
13043 textcolor{darkgreen}{
13044 \end_layout
13045
13046 \end_inset
13047
13048 This sentence is 
13049 \begin_inset Quotes eld
13050 \end_inset
13051
13052 darkgreen
13053 \begin_inset Quotes erd
13054 \end_inset
13055
13056 .
13057 \begin_inset ERT
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061
13062 }
13063 \end_layout
13064
13065 \end_inset
13066
13067
13068 \end_layout
13069
13070 \begin_layout Standard
13071
13072 \series bold
13073
13074 \backslash
13075 textcolor
13076 \series default
13077
13078 \begin_inset Index idx
13079 status collapsed
13080
13081 \begin_layout Plain Layout
13082 Commands ! T ! 
13083 \backslash
13084 textcolor
13085 \end_layout
13086
13087 \end_inset
13088
13089  is used in the scheme 
13090 \series bold
13091
13092 \backslash
13093 textcolor{color}{characters to color}
13094 \series default
13095 .
13096 \end_layout
13097
13098 \begin_layout Subsection
13099 Paragraph Boxes
13100 \begin_inset CommandInset label
13101 LatexCommand label
13102 name "sub:Paragraph-Boxes"
13103
13104 \end_inset
13105
13106
13107 \begin_inset Index idx
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 Boxes ! as paragraph
13112 \end_layout
13113
13114 \end_inset
13115
13116
13117 \end_layout
13118
13119 \begin_layout Standard
13120 A box that can contain several lines and paragraphs, a so-called paragraph
13121  box (parbox), can be created with the menu 
13122 \family sans
13123 Insert\SpecialChar \menuseparator
13124 Box
13125 \family default
13126  or the toolbar button 
13127 \begin_inset Graphics
13128         filename ../images/box-insert.png
13129         scale 85
13130
13131 \end_inset
13132
13133 .
13134 \end_layout
13135
13136 \begin_layout Standard
13137 The following example shows a framed parbox in a line:
13138 \end_layout
13139
13140 \begin_layout Standard
13141 \begin_inset VSpace medskip
13142 \end_inset
13143
13144 This is a line 
13145 \begin_inset Box Boxed
13146 position "c"
13147 hor_pos "c"
13148 has_inner_box 1
13149 inner_pos "t"
13150 use_parbox 1
13151 use_makebox 0
13152 width "5cm"
13153 special "none"
13154 height "1in"
13155 height_special "totalheight"
13156 status open
13157
13158 \begin_layout Plain Layout
13159 This is a paragraph box.
13160  It is exactly 5
13161 \begin_inset space \thinspace{}
13162 \end_inset
13163
13164 cm long and can also contain formulas: 
13165 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13166 \end_inset
13167
13168
13169 \end_layout
13170
13171 \end_inset
13172
13173  with a parbox.
13174 \end_layout
13175
13176 \begin_layout Standard
13177 \begin_inset VSpace medskip
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 Such a box is created by right-clicking on the gray box inset.
13185  A dialog pops up showing the box properties.
13186  In our case set: 
13187 \emph on
13188 Decoration
13189 \emph default
13190 : Rectangular box, 
13191 \emph on
13192 Inner Box
13193 \emph default
13194 : Parbox, 
13195 \emph on
13196 Width
13197 \emph default
13198 : 5
13199 \begin_inset space \thinspace{}
13200 \end_inset
13201
13202 cm, 
13203 \emph on
13204 Vertical Box Alignment
13205 \emph default
13206 : Middle
13207 \end_layout
13208
13209 \begin_layout Standard
13210 \begin_inset VSpace medskip
13211 \end_inset
13212
13213 In LaTeX a parbox is created with the command 
13214 \series bold
13215
13216 \backslash
13217 parbox
13218 \series default
13219
13220 \begin_inset Index idx
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224 Commands ! P ! 
13225 \backslash
13226 parbox
13227 \end_layout
13228
13229 \end_inset
13230
13231  which has the following scheme:
13232 \end_layout
13233
13234 \begin_layout Standard
13235
13236 \series bold
13237
13238 \backslash
13239 parbox[position]{width}{box content}
13240 \end_layout
13241
13242 \begin_layout Standard
13243 The positions 
13244 \emph on
13245 b
13246 \emph default
13247  and 
13248 \emph on
13249 t
13250 \emph default
13251  are possible.
13252  
13253 \emph on
13254 b
13255 \emph default
13256  for 
13257 \begin_inset Quotes eld
13258 \end_inset
13259
13260 bottom
13261 \begin_inset Quotes erd
13262 \end_inset
13263
13264  means that the box is aligned within the surrounding text with its last
13265  line.
13266  With 
13267 \emph on
13268 t
13269 \emph default
13270  for 
13271 \begin_inset Quotes eld
13272 \end_inset
13273
13274 top
13275 \begin_inset Quotes erd
13276 \end_inset
13277
13278  this is done with the first line.
13279  When no position is given, the box will be vertically centered, see section
13280  
13281 \emph on
13282 Boxes
13283 \emph default
13284  of the 
13285 \emph on
13286 Embedded
13287 \begin_inset space ~
13288 \end_inset
13289
13290 Objects
13291 \emph default
13292  manual for examples.
13293 \end_layout
13294
13295 \begin_layout Standard
13296 \begin_inset VSpace bigskip
13297 \end_inset
13298
13299 To frame formulas completely, including the formula number, the formula
13300  must be set into a parbox.
13301  To do this, the command 
13302 \series bold
13303
13304 \backslash
13305 fbox{
13306 \backslash
13307 parbox{
13308 \backslash
13309 linewidth-2
13310 \backslash
13311 fboxsep-2
13312 \backslash
13313 fboxrule}{
13314 \series default
13315  is inserted in TeX-mode before the formula.
13316  
13317 \series bold
13318
13319 \backslash
13320 linewidth
13321 \series default
13322
13323 \begin_inset Index idx
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Commands ! L ! 
13328 \backslash
13329 linewidth
13330 \end_layout
13331
13332 \end_inset
13333
13334  is hereby the line width set for the document.
13335  Because the frame is outside the parbox, 2
13336 \begin_inset space \thinspace{}
13337 \end_inset
13338
13339 times the frame separation and the frame thickness must be subtracted from
13340  the line width.
13341  As this is not automatically done by LyX due to a bug
13342 \begin_inset Foot
13343 status collapsed
13344
13345 \begin_layout Plain Layout
13346 \begin_inset CommandInset href
13347 LatexCommand href
13348 name "LyX-bug #4483"
13349 target "http://www.lyx.org/trac/ticket/4483"
13350
13351 \end_inset
13352
13353
13354 \end_layout
13355
13356 \end_inset
13357
13358 , TeX-mode has to be used.
13359  To be able to multiply and subtract in arguments, the LaTeX-package 
13360 \series bold
13361 calc
13362 \series default
13363
13364 \begin_inset Foot
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368
13369 \series bold
13370 calc
13371 \series default
13372  is part of every LaTeX standard installation.
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \begin_inset Index idx
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382 Packages ! calc
13383 \end_layout
13384
13385 \end_inset
13386
13387  must be loaded in the LaTeX-preamble with the line
13388 \end_layout
13389
13390 \begin_layout Standard
13391
13392 \series bold
13393
13394 \backslash
13395 usepackage{calc}
13396 \end_layout
13397
13398 \begin_layout Standard
13399 Behind the formula both boxes are closed by entering 
13400 \series bold
13401 }}
13402 \series default
13403  in TeX-mode.
13404  Here is an example:
13405 \begin_inset ERT
13406 status collapsed
13407
13408 \begin_layout Plain Layout
13409
13410
13411 \backslash
13412 fboxsep 5mm 
13413 \backslash
13414 fboxrule 5mm
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 \begin_inset ERT
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427
13428
13429 \backslash
13430 fbox{
13431 \backslash
13432 parbox{
13433 \backslash
13434 linewidth-2
13435 \backslash
13436 fboxsep-2
13437 \backslash
13438 fboxrule}{
13439 \end_layout
13440
13441 \end_inset
13442
13443
13444 \begin_inset Formula 
13445 \begin{equation}
13446 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13447 \end{equation}
13448
13449 \end_inset
13450
13451
13452 \begin_inset ERT
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456
13457 }}
13458 \end_layout
13459
13460 \end_inset
13461
13462
13463 \begin_inset ERT
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467
13468
13469 \backslash
13470 fboxrule 0.4pt 
13471 \backslash
13472 fboxsep 3pt
13473 \end_layout
13474
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \begin_layout Standard
13481 \begin_inset VSpace medskip
13482 \end_inset
13483
13484 As a parbox is used as the argument of 
13485 \series bold
13486
13487 \backslash
13488 fbox
13489 \series default
13490 , there is in this case no difference between 
13491 \series bold
13492
13493 \backslash
13494 fbox
13495 \series default
13496  and 
13497 \series bold
13498
13499 \backslash
13500 boxed
13501 \series default
13502 .
13503 \end_layout
13504
13505 \begin_layout Standard
13506 \begin_inset VSpace bigskip
13507 \end_inset
13508
13509 Paragraph boxes are very useful to comment formulas directly.
13510  To do this, 
13511 \series bold
13512
13513 \backslash
13514 parbox
13515 \series default
13516  is used in combination with the command 
13517 \series bold
13518
13519 \backslash
13520 tag
13521 \series default
13522 .
13523  (more about 
13524 \series bold
13525
13526 \backslash
13527 tag
13528 \series default
13529  see 
13530 \begin_inset CommandInset ref
13531 LatexCommand ref
13532 reference "sub:User-defined-Numbering"
13533
13534 \end_inset
13535
13536 )
13537 \end_layout
13538
13539 \begin_layout Standard
13540 An example of a formula commented with 
13541 \series bold
13542
13543 \backslash
13544 parbox
13545 \series default
13546 :
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555
13556 \backslash
13557 [5x-7b=3b
13558 \backslash
13559 tag*{
13560 \backslash
13561 parbox{5cm}{
13562 \end_layout
13563
13564 \end_inset
13565
13566 This is a description.
13567  It is distinctly separated from the formula and multiline.
13568 \begin_inset ERT
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572
13573 }}
13574 \backslash
13575 ]
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \end_layout
13582
13583 \begin_layout Standard
13584 Such a formula must be inserted completely in TeX-mode because LyX does
13585  not yet support the command 
13586 \series bold
13587
13588 \backslash
13589 parbox
13590 \series default
13591  in formulas.
13592  The formula is created with the following command sequence:
13593 \end_layout
13594
13595 \begin_layout Standard
13596 The command 
13597 \series bold
13598
13599 \backslash
13600 [5x-7b=3b
13601 \backslash
13602 tag*
13603 \backslash
13604 {
13605 \backslash
13606 parbox{5cm}{
13607 \series default
13608  is inserted in TeX-mode.
13609 \begin_inset Foot
13610 status collapsed
13611
13612 \begin_layout Plain Layout
13613 When the formula style 
13614 \series bold
13615 Indented
13616 \series default
13617  is used, 
13618 \series bold
13619
13620 \backslash
13621 tag*
13622 \backslash
13623 {
13624 \series default
13625  can also be replaced by 
13626 \series bold
13627
13628 \backslash
13629 hfill
13630 \series default
13631 .
13632  (formula styles see 
13633 \begin_inset CommandInset ref
13634 LatexCommand ref
13635 reference "sec:Formula-Styles"
13636
13637 \end_inset
13638
13639 )
13640 \end_layout
13641
13642 \end_inset
13643
13644  Then the description follows as normal text and finally 
13645 \series bold
13646 }}
13647 \backslash
13648 ]
13649 \series default
13650  is inserted in TeX-mode.
13651  The commands 
13652 \series bold
13653
13654 \backslash
13655 [
13656 \series default
13657  and 
13658 \series bold
13659
13660 \backslash
13661 ]
13662 \series default
13663  hereby create a displayed formula.
13664 \end_layout
13665
13666 \begin_layout Standard
13667 The advantages of 
13668 \series bold
13669
13670 \backslash
13671 parbox
13672 \series default
13673  can be seen in this example that was 
13674 \begin_inset Quotes eld
13675 \end_inset
13676
13677 commented
13678 \begin_inset Quotes erd
13679 \end_inset
13680
13681  using the mathematical textmode:
13682 \begin_inset Formula 
13683 \[
13684 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
13685 \]
13686
13687 \end_inset
13688
13689
13690 \end_layout
13691
13692 \begin_layout Section
13693 Operators
13694 \begin_inset Index idx
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698 Operators
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \begin_layout Subsection
13707 Big Operators
13708 \begin_inset CommandInset label
13709 LatexCommand label
13710 name "sub:Big-Operators"
13711
13712 \end_inset
13713
13714
13715 \begin_inset Index idx
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719 Operators ! big
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \begin_inset Index idx
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729 Sums
13730 \end_layout
13731
13732 \end_inset
13733
13734
13735 \begin_inset Index idx
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739 Integrals
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748 To be able to use all integral operators listed here, the option 
13749 \family sans
13750 Use esint package automatically
13751 \family default
13752  must be set in the document settings under 
13753 \family sans
13754 Math
13755 \begin_inset space ~
13756 \end_inset
13757
13758 Options
13759 \family default
13760 .
13761 \end_layout
13762
13763 \begin_layout Standard
13764 \begin_inset space \hfill{}
13765 \end_inset
13766
13767
13768 \begin_inset Tabular
13769 <lyxtabular version="3" rows="11" columns="2">
13770 <features rotate="0" tabularvalignment="middle">
13771 <column alignment="center" valignment="top" width="0pt">
13772 <column alignment="center" valignment="top" width="0pt">
13773 <row>
13774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13775 \begin_inset Text
13776
13777 \begin_layout Plain Layout
13778 Command
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 Result
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 </row>
13793 <row>
13794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13795 \begin_inset Text
13796
13797 \begin_layout Plain Layout
13798
13799 \backslash
13800 int
13801 \begin_inset Index idx
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805 Commands ! I ! 
13806 \backslash
13807 int
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 \begin_inset Formula $\int$
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835
13836 \backslash
13837 oint
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 \begin_inset Formula $\oint$
13847 \end_inset
13848
13849
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860
13861 \backslash
13862 ointctrclockwise
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 \begin_inset Formula $\ointctrclockwise$
13872 \end_inset
13873
13874
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885
13886 \backslash
13887 ointclockwise
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 \begin_inset Formula $\ointclockwise$
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 <row>
13906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910
13911 \backslash
13912 sqint
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 \begin_inset Formula $\sqint$
13922 \end_inset
13923
13924
13925 \end_layout
13926
13927 \end_inset
13928 </cell>
13929 </row>
13930 <row>
13931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13932 \begin_inset Text
13933
13934 \begin_layout Plain Layout
13935
13936 \backslash
13937 fint
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946  
13947 \begin_inset Formula $\fint$
13948 \end_inset
13949
13950
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 </row>
13956 <row>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961
13962 \backslash
13963 landupint
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972  
13973 \begin_inset Formula $\landupint$
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980 </cell>
13981 </row>
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \backslash
13989 landdownint
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998  
13999 \begin_inset Formula $\landdownint$
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 </row>
14008 <row>
14009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013
14014 \backslash
14015 bigcap
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024 \begin_inset Formula $\bigcap$
14025 \end_inset
14026
14027
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 </row>
14033 <row>
14034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038
14039 \backslash
14040 bigcup
14041 \end_layout
14042
14043 \end_inset
14044 </cell>
14045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 \begin_inset Formula $\bigcup$
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 </row>
14058 </lyxtabular>
14059
14060 \end_inset
14061
14062
14063 \begin_inset space \hfill{}
14064 \end_inset
14065
14066
14067 \begin_inset Tabular
14068 <lyxtabular version="3" rows="11" columns="2">
14069 <features rotate="0" tabularvalignment="middle">
14070 <column alignment="center" valignment="top" width="0pt">
14071 <column alignment="center" valignment="top" width="0pt">
14072 <row>
14073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 Command
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 Result
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row>
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097
14098 \backslash
14099 sum
14100 \begin_inset Index idx
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 Commands ! S ! 
14105 \backslash
14106 sum
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 \begin_inset Formula $\sum$
14121 \end_inset
14122
14123
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 <row>
14130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134
14135 \backslash
14136 prod
14137 \begin_inset Index idx
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 Commands ! P ! 
14142 \backslash
14143 prod
14144 \begin_inset ERT
14145 status collapsed
14146
14147 \begin_layout Plain Layout
14148
14149
14150 \backslash
14151 vspace{4mm}
14152 \end_layout
14153
14154 \end_inset
14155
14156
14157 \end_layout
14158
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \end_inset
14165 </cell>
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Plain Layout
14170 \begin_inset Formula $\prod$
14171 \end_inset
14172
14173
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 </row>
14179 <row>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184
14185 \backslash
14186 coprod
14187 \end_layout
14188
14189 \end_inset
14190 </cell>
14191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14192 \begin_inset Text
14193
14194 \begin_layout Plain Layout
14195 \begin_inset Formula $\coprod$
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \end_inset
14202 </cell>
14203 </row>
14204 <row>
14205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209
14210 \backslash
14211 bigodot
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220 \begin_inset Formula $\bigodot$
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 </row>
14229 <row>
14230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14231 \begin_inset Text
14232
14233 \begin_layout Plain Layout
14234
14235 \backslash
14236 bigotimes
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245 \begin_inset Formula $\bigotimes$
14246 \end_inset
14247
14248
14249 \end_layout
14250
14251 \end_inset
14252 </cell>
14253 </row>
14254 <row>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259
14260 \backslash
14261 bigoplus
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 \begin_inset Formula $\bigoplus$
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 </row>
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284
14285 \backslash
14286 bigwedge
14287 \end_layout
14288
14289 \end_inset
14290 </cell>
14291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14292 \begin_inset Text
14293
14294 \begin_layout Plain Layout
14295 \begin_inset Formula $\bigwedge$
14296 \end_inset
14297
14298
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 </row>
14304 <row>
14305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309
14310 \backslash
14311 bigvee
14312 \end_layout
14313
14314 \end_inset
14315 </cell>
14316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14317 \begin_inset Text
14318
14319 \begin_layout Plain Layout
14320 \begin_inset Formula $\bigvee$
14321 \end_inset
14322
14323
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 </row>
14329 <row>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334
14335 \backslash
14336 bigsqcup
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Plain Layout
14345 \begin_inset Formula $\bigsqcup$
14346 \end_inset
14347
14348
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 <row>
14355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359
14360 \backslash
14361 biguplus
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370 \begin_inset Formula $\biguplus$
14371 \end_inset
14372
14373
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 </row>
14379 </lyxtabular>
14380
14381 \end_inset
14382
14383
14384 \begin_inset space \hfill{}
14385 \end_inset
14386
14387
14388 \end_layout
14389
14390 \begin_layout Standard
14391 All big operators can also be inserted via the math toolbar button 
14392 \begin_inset Graphics
14393         filename ../images/math/intop.png
14394         scale 85
14395
14396 \end_inset
14397
14398 .
14399 \end_layout
14400
14401 \begin_layout Standard
14402 The operators are called big because they are bigger than the sometimes
14403  equal looking binary operators.
14404  All big operators can have limits as described in the next subsection.
14405 \end_layout
14406
14407 \begin_layout Standard
14408 For all integral operators there is a second version available, ending in
14409  
14410 \series bold
14411 op
14412 \series default
14413
14414 \series bold
14415
14416 \backslash
14417 intop
14418 \series default
14419
14420 \series bold
14421
14422 \backslash
14423 ointop
14424 \series default
14425  etc..
14426  These operators are different from 
14427 \series bold
14428
14429 \backslash
14430 int
14431 \series default
14432  etc.
14433 \begin_inset space \space{}
14434 \end_inset
14435
14436 in the style the operator limits are displayed, see 
14437 \begin_inset CommandInset ref
14438 LatexCommand ref
14439 reference "sub:Operator-Limits"
14440
14441 \end_inset
14442
14443 .
14444  
14445 \end_layout
14446
14447 \begin_layout Subsubsection*
14448 Advice for Integrals
14449 \end_layout
14450
14451 \begin_layout Standard
14452 The letter 
14453 \emph on
14454 d
14455 \emph default
14456  in an integral is an operator, that therefore has to be set upright.
14457  This is done by highlighting the 
14458 \emph on
14459 d
14460 \emph default
14461  and using the keyboard shortcut 
14462 \begin_inset Info
14463 type  "shortcut"
14464 arg   "font-roman"
14465 \end_inset
14466
14467
14468 \begin_inset Foot
14469 status collapsed
14470
14471 \begin_layout Plain Layout
14472 Font styles
14473 \series bold
14474  
14475 \series default
14476 see 
14477 \begin_inset CommandInset ref
14478 LatexCommand ref
14479 reference "sub:Font-Styles"
14480
14481 \end_inset
14482
14483
14484 \end_layout
14485
14486 \end_inset
14487
14488 .
14489  Finally the smallest space is inserted before the 
14490 \emph on
14491 d
14492 \emph default
14493 , as this is usual for operators.
14494  An example:
14495 \end_layout
14496
14497 \begin_layout Standard
14498 incorrect: 
14499 \begin_inset Formula $\int A(x)dx$
14500 \end_inset
14501
14502
14503 \begin_inset Newline newline
14504 \end_inset
14505
14506
14507 \begin_inset Phantom HPhantom
14508 status open
14509
14510 \begin_layout Plain Layout
14511 in
14512 \end_layout
14513
14514 \end_inset
14515
14516 correct: 
14517 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \begin_layout Standard
14524 For multiple integrals there are the following commands:
14525 \begin_inset VSpace medskip
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \begin_layout Standard
14532 \begin_inset space \hfill{}
14533 \end_inset
14534
14535
14536 \begin_inset Tabular
14537 <lyxtabular version="3" rows="4" columns="2">
14538 <features rotate="0" tabularvalignment="middle">
14539 <column alignment="center" valignment="top">
14540 <column alignment="center" valignment="top">
14541 <row>
14542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14543 \begin_inset Text
14544
14545 \begin_layout Plain Layout
14546 Command
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555 Result
14556 \begin_inset Note Note
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 \series bold
14562
14563 \backslash
14564 raisebox
14565 \series default
14566  is only used as spacer.
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 </row>
14577 <row>
14578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582
14583 \backslash
14584 iint
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 </row>
14602 <row>
14603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14604 \begin_inset Text
14605
14606 \begin_layout Plain Layout
14607
14608 \backslash
14609 oiint
14610 \end_layout
14611
14612 \end_inset
14613 </cell>
14614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14619 \end_inset
14620
14621
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 </row>
14627 <row>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632
14633 \backslash
14634 sqiint
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 </row>
14652 </lyxtabular>
14653
14654 \end_inset
14655
14656
14657 \begin_inset space \hfill{}
14658 \end_inset
14659
14660
14661 \begin_inset Tabular
14662 <lyxtabular version="3" rows="4" columns="2">
14663 <features rotate="0" tabularvalignment="middle">
14664 <column alignment="center" valignment="top">
14665 <column alignment="center" valignment="top">
14666 <row>
14667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14668 \begin_inset Text
14669
14670 \begin_layout Plain Layout
14671 Command
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 Result
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 </row>
14686 <row>
14687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691
14692 \backslash
14693 iiint
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 <row>
14712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716
14717 \backslash
14718 iiiint
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 <row>
14737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Plain Layout
14741
14742 \backslash
14743 dotsint
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 </row>
14761 </lyxtabular>
14762
14763 \end_inset
14764
14765
14766 \begin_inset space \hfill{}
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Standard
14773 \begin_inset Newpage newpage
14774 \end_inset
14775
14776
14777 \end_layout
14778
14779 \begin_layout Subsection
14780 Operator Limits
14781 \begin_inset CommandInset label
14782 LatexCommand label
14783 name "sub:Operator-Limits"
14784
14785 \end_inset
14786
14787
14788 \begin_inset Index idx
14789 status collapsed
14790
14791 \begin_layout Plain Layout
14792 Operators ! Limits
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \begin_layout Standard
14801 Limits are created by super- and subscripts:
14802 \end_layout
14803
14804 \begin_layout Standard
14805 \align center
14806 \begin_inset Tabular
14807 <lyxtabular version="3" rows="2" columns="2">
14808 <features rotate="0" tabularvalignment="middle">
14809 <column alignment="center" valignment="top" width="0pt">
14810 <column alignment="center" valignment="top" width="0pt">
14811 <row>
14812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816 Command
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 Result
14826 \begin_inset Note Note
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830
14831 \series bold
14832
14833 \backslash
14834 raisebox
14835 \series default
14836  is only used as spacer.
14837 \end_layout
14838
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \end_inset
14845 </cell>
14846 </row>
14847 <row>
14848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14849 \begin_inset Text
14850
14851 \begin_layout Plain Layout
14852
14853 \backslash
14854 prod^
14855 \backslash
14856 infty
14857 \begin_inset space \textvisiblespace{}
14858 \end_inset
14859
14860
14861 \begin_inset Formula $\to$
14862 \end_inset
14863
14864 _0
14865 \begin_inset Formula $\to$
14866 \end_inset
14867
14868 A(x)
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 </lyxtabular>
14887
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 Limits of inline formulas are set right beside the operator.
14895  Limits in displayed formulas are set above or below the operator, except
14896  for integral limits.
14897 \end_layout
14898
14899 \begin_layout Standard
14900 To force that the limits are set beside the operator, the cursor is set
14901  directly behind the operator and the limits type is changed with the menu
14902  
14903 \family sans
14904 Edit\SpecialChar \menuseparator
14905 Math\SpecialChar \menuseparator
14906 Change Limits Type
14907 \family default
14908  to 
14909 \family sans
14910 \series bold
14911 Inline
14912 \family default
14913 \series default
14914  (shortcut 
14915 \begin_inset Info
14916 type  "shortcut"
14917 arg   "math-limits"
14918 \end_inset
14919
14920 ).
14921  An example:
14922 \end_layout
14923
14924 \begin_layout Standard
14925 The default limits type is this:
14926 \begin_inset Formula 
14927 \[
14928 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14929 \]
14930
14931 \end_inset
14932
14933 This is how it looks when the limits type was changed to 
14934 \family sans
14935 \series bold
14936 Inline
14937 \family default
14938 \series default
14939 :
14940 \begin_inset Formula 
14941 \[
14942 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14943 \]
14944
14945 \end_inset
14946
14947 For integrals, except those ending with 
14948 \series bold
14949 op
14950 \series default
14951  like 
14952 \series bold
14953
14954 \backslash
14955 intop
14956 \series default
14957
14958 \series bold
14959
14960 \backslash
14961 ointop
14962 \series default
14963  etc., the limits are by default set beside the operator.
14964  But for multiple integrals the limits are often set below the operator.
14965  In the following example the limits type was therefore set to 
14966 \series bold
14967 Display
14968 \series default
14969  and so set below the integrals:
14970 \begin_inset Formula 
14971 \begin{equation}
14972 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14973 \end{equation}
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset VSpace medskip
14982 \end_inset
14983
14984 To specify conditions for limits, the commands 
14985 \series bold
14986
14987 \backslash
14988 subarray
14989 \series default
14990
14991 \begin_inset Index idx
14992 status collapsed
14993
14994 \begin_layout Plain Layout
14995 Commands ! S ! 
14996 \backslash
14997 subarray
14998 \end_layout
14999
15000 \end_inset
15001
15002  and 
15003 \series bold
15004
15005 \backslash
15006 substack
15007 \series default
15008
15009 \begin_inset Index idx
15010 status collapsed
15011
15012 \begin_layout Plain Layout
15013 Commands ! S ! 
15014 \backslash
15015 substack
15016 \end_layout
15017
15018 \end_inset
15019
15020  are used.
15021  To create for example this expression 
15022 \begin_inset Formula 
15023 \begin{equation}
15024 \sum_{\begin{subarray}{c}
15025 0<k<1000\\
15026 \\
15027 k\,\in\,\mathbb{N}
15028 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15029 \end{equation}
15030
15031 \end_inset
15032
15033
15034 \end_layout
15035
15036 \begin_layout Standard
15037 the following has to be done:
15038 \begin_inset Newline newline
15039 \end_inset
15040
15041 First the command 
15042 \series bold
15043
15044 \backslash
15045 sum
15046 \series default
15047 ^
15048 \series bold
15049 n
15050 \begin_inset space \textvisiblespace{}
15051 \end_inset
15052
15053 _
15054 \series default
15055  is typed in.
15056  One is now in a blue box under the summation operator and insert there
15057  the command 
15058 \series bold
15059
15060 \backslash
15061 subarray
15062 \begin_inset space \textvisiblespace{}
15063 \end_inset
15064
15065
15066 \series default
15067 .
15068  The blue box is now within a purple box and now several lines can be written
15069  among each other.
15070  A new line is created by inserting a line break (
15071 \begin_inset Info
15072 type  "shortcut"
15073 arg   "newline-insert newline"
15074 \end_inset
15075
15076 ).
15077  When now
15078 \begin_inset Newline newline
15079 \end_inset
15080
15081
15082 \series bold
15083 0<k<1000 Ctrl+Return
15084 \begin_inset Newline newline
15085 \end_inset
15086
15087
15088 \series default
15089 is typed in, a new box appears below for the new line.
15090 \end_layout
15091
15092 \begin_layout Standard
15093 The alignment of the lines can be changed to left aligned with the 
15094 \family sans
15095 table
15096 \family default
15097  
15098 \family sans
15099 toolbar
15100 \family default
15101  or the menu 
15102 \family sans
15103 Edit\SpecialChar \menuseparator
15104 Rows &Columns
15105 \family default
15106 .
15107  To get right alignment, 
15108 \series bold
15109
15110 \backslash
15111 hfill
15112 \begin_inset space \textvisiblespace{}
15113 \end_inset
15114
15115
15116 \series default
15117  is inserted at the beginning of the line.
15118 \end_layout
15119
15120 \begin_layout Standard
15121 The command 
15122 \series bold
15123
15124 \backslash
15125 substack
15126 \series default
15127  is equivalent to 
15128 \series bold
15129
15130 \backslash
15131 subarray
15132 \series default
15133  with the difference that the lines are always centered.
15134 \end_layout
15135
15136 \begin_layout Standard
15137 \begin_inset VSpace bigskip
15138 \end_inset
15139
15140 Like in formula 
15141 \begin_inset CommandInset ref
15142 LatexCommand eqref
15143 reference "eq:substack"
15144
15145 \end_inset
15146
15147  there can be too much space beside an operator, because the characters
15148  following the operator are set beside the limits.
15149 \end_layout
15150
15151 \begin_layout Standard
15152 To avoid this, the following macro can be used in the LaTeX-preamble:
15153 \end_layout
15154
15155 \begin_layout Standard
15156
15157 \series bold
15158
15159 \backslash
15160 def
15161 \backslash
15162 clap#1{
15163 \backslash
15164 hbox to 0pt{
15165 \backslash
15166 hss #1
15167 \backslash
15168 hss}}
15169 \begin_inset Newline newline
15170 \end_inset
15171
15172
15173 \backslash
15174 def
15175 \backslash
15176 mathclap {
15177 \backslash
15178 mathpalette 
15179 \backslash
15180 mathclapinternal}
15181 \begin_inset Newline newline
15182 \end_inset
15183
15184
15185 \backslash
15186 def
15187 \backslash
15188 mathclapinternal #1#2{
15189 \backslash
15190 clap{$
15191 \backslash
15192 mathsurround =0pt #1{#2}$}}
15193 \end_layout
15194
15195 \begin_layout Standard
15196 This defines the command 
15197 \series bold
15198
15199 \backslash
15200 mathclap
15201 \series default
15202
15203 \begin_inset Index idx
15204 status collapsed
15205
15206 \begin_layout Plain Layout
15207 Commands ! M ! 
15208 \backslash
15209 mathclap
15210 \end_layout
15211
15212 \end_inset
15213
15214  that sets the width of the limit to 0
15215 \begin_inset space \thinspace{}
15216 \end_inset
15217
15218 pt.
15219  The command scheme is
15220 \end_layout
15221
15222 \begin_layout Standard
15223
15224 \series bold
15225
15226 \backslash
15227 mathclap{limit}
15228 \end_layout
15229
15230 \begin_layout Standard
15231 where the limit can consist of several conditions.
15232 \end_layout
15233
15234 \begin_layout Standard
15235 Applied on formula 
15236 \begin_inset CommandInset ref
15237 LatexCommand eqref
15238 reference "eq:substack"
15239
15240 \end_inset
15241
15242 , one uses the command
15243 \end_layout
15244
15245 \begin_layout Standard
15246
15247 \series bold
15248
15249 \backslash
15250 sum_
15251 \backslash
15252 mathclap{
15253 \backslash
15254 substack
15255 \begin_inset space \textvisiblespace{}
15256 \end_inset
15257
15258 0<k<1000 Ctrl+Return
15259 \end_layout
15260
15261 \begin_layout Standard
15262 to create the lower limit.
15263  The summand is now directly behind the summation operator:
15264 \begin_inset Formula 
15265 \[
15266 \sum_{\mathclap{\substack{0<k<1000\\
15267 \\
15268 k\,\in\,\mathbb{N}
15269 }
15270 }}^{n}k^{-2}
15271 \]
15272
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \begin_layout Standard
15279 \begin_inset VSpace bigskip
15280 \end_inset
15281
15282 How to use one limit for several operators is described in 
15283 \begin_inset CommandInset ref
15284 LatexCommand ref
15285 reference "sub:Self-defined-Operators"
15286
15287 \end_inset
15288
15289 .
15290 \end_layout
15291
15292 \begin_layout Subsection
15293 Decoration for Operators
15294 \begin_inset Index idx
15295 status collapsed
15296
15297 \begin_layout Plain Layout
15298 Operators ! Decoration
15299 \end_layout
15300
15301 \end_inset
15302
15303
15304 \end_layout
15305
15306 \begin_layout Standard
15307 With the commands 
15308 \series bold
15309
15310 \backslash
15311 overset
15312 \series default
15313
15314 \begin_inset Index idx
15315 status collapsed
15316
15317 \begin_layout Plain Layout
15318 Commands ! O ! 
15319 \backslash
15320 overset
15321 \end_layout
15322
15323 \end_inset
15324
15325  and 
15326 \series bold
15327
15328 \backslash
15329 underset
15330 \series default
15331
15332 \begin_inset Index idx
15333 status collapsed
15334
15335 \begin_layout Plain Layout
15336 Commands ! U ! 
15337 \backslash
15338 underset
15339 \end_layout
15340
15341 \end_inset
15342
15343  characters can be placed above or below an operator, respectively.
15344  With the command 
15345 \series bold
15346
15347 \backslash
15348 sideset
15349 \series default
15350
15351 \begin_inset Index idx
15352 status collapsed
15353
15354 \begin_layout Plain Layout
15355 Commands ! S ! 
15356 \backslash
15357 sideset
15358 \end_layout
15359
15360 \end_inset
15361
15362  characters can be set before and behind a big operator.
15363  The command scheme is:
15364 \end_layout
15365
15366 \begin_layout Standard
15367
15368 \series bold
15369
15370 \backslash
15371 sideset{character
15372 \series default
15373  
15374 \series bold
15375 before}{character
15376 \series default
15377  
15378 \series bold
15379 behind}
15380 \end_layout
15381
15382 \begin_layout Standard
15383
15384 \series bold
15385
15386 \backslash
15387 sideset
15388 \series default
15389  must always be before the operator.
15390  You can decorate with several characters and even with other operators
15391  and symbols.
15392  To place for example only characters behind a big operator, write nothing
15393  between the first braces but don't omit the braces.
15394 \end_layout
15395
15396 \begin_layout Standard
15397 For example the command 
15398 \series bold
15399
15400 \backslash
15401 sideset{
15402 \begin_inset Formula $\to$
15403 \end_inset
15404
15405
15406 \backslash
15407 {
15408 \series default
15409 '
15410 \series bold
15411
15412 \begin_inset Formula $\to$
15413 \end_inset
15414
15415
15416 \backslash
15417 sum_k=1
15418 \begin_inset space \textvisiblespace{}
15419 \end_inset
15420
15421
15422 \series default
15423 ^
15424 \series bold
15425 n
15426 \series default
15427  produces:
15428 \begin_inset Formula 
15429 \[
15430 \sideset{}{'}\sum_{k=1}^{n}
15431 \]
15432
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \begin_inset Note Greyedout
15440 status open
15441
15442 \begin_layout Plain Layout
15443
15444 \series bold
15445 Note: 
15446 \backslash
15447 sideset
15448 \series default
15449  can only be used to decorate big operators, binary operators are not allowed.
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Standard
15458
15459 \series bold
15460
15461 \backslash
15462 overset
15463 \series default
15464  and 
15465 \series bold
15466
15467 \backslash
15468 underset
15469 \series default
15470  can also be used to decorate symbols and characters.
15471  For example, the command 
15472 \series bold
15473
15474 \backslash
15475 overset
15476 \begin_inset space \textvisiblespace{}
15477 \end_inset
15478
15479
15480 \backslash
15481 maltese
15482 \begin_inset space \textvisiblespace{}
15483 \end_inset
15484
15485
15486 \series default
15487
15488 \begin_inset Formula $\uparrow$
15489 \end_inset
15490
15491
15492 \series bold
15493 a
15494 \series default
15495  produces:
15496 \begin_inset Formula 
15497 \[
15498 \overset{a}{\maltese}
15499 \]
15500
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \begin_layout Subsection
15507 Binary Operators
15508 \begin_inset CommandInset label
15509 LatexCommand label
15510 name "sub:Binary-Operators"
15511
15512 \end_inset
15513
15514
15515 \begin_inset Index idx
15516 status collapsed
15517
15518 \begin_layout Plain Layout
15519 Operators ! binary
15520 \end_layout
15521
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \begin_layout Standard
15528 Binary operators are surrounded by space when there is a character before
15529  and after them.
15530 \begin_inset VSpace medskip
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \begin_layout Standard
15537 \begin_inset space \hfill{}
15538 \end_inset
15539
15540
15541 \begin_inset Tabular
15542 <lyxtabular version="3" rows="13" columns="2">
15543 <features rotate="0" tabularvalignment="middle">
15544 <column alignment="center" valignment="top" width="0pt">
15545 <column alignment="center" valignment="top" width="0pt">
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 Command
15552 \begin_inset Note Note
15553 status collapsed
15554
15555 \begin_layout Plain Layout
15556
15557 \series bold
15558
15559 \backslash
15560 raisebox
15561 \series default
15562  is only used as spacer.
15563 \end_layout
15564
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 Result
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 +
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 $+$
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 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 \begin_inset Formula $-$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \backslash
15635 pm
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 \begin_inset Formula $\pm$
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \backslash
15660 mp
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 \begin_inset Formula $\mp$
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 <row>
15679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15680 \begin_inset Text
15681
15682 \begin_layout Plain Layout
15683
15684 \backslash
15685 cdot
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 \begin_inset Formula $\cdot$
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \backslash
15710 times
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Formula $\times$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \backslash
15735 div
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Formula $\div$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 \begin_inset ERT
15759 status collapsed
15760
15761 \begin_layout Plain Layout
15762
15763
15764 \backslash
15765 raisebox{-1.2mm}{
15766 \end_layout
15767
15768 \end_inset
15769
15770 *
15771 \begin_inset ERT
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775
15776 }
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790 \begin_inset Formula $*$
15791 \end_inset
15792
15793
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 </row>
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804
15805 \backslash
15806 star
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815 \begin_inset Formula $\star$
15816 \end_inset
15817
15818
15819 \end_layout
15820
15821 \end_inset
15822 </cell>
15823 </row>
15824 <row>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829
15830 \backslash
15831 circ
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840 \begin_inset Formula $\circ$
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row>
15850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854
15855 \backslash
15856 diamond
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865 \begin_inset Formula $\diamond$
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 </row>
15874 <row>
15875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15876 \begin_inset Text
15877
15878 \begin_layout Plain Layout
15879
15880 \backslash
15881 bullet
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 \begin_inset Formula $\bullet$
15891 \end_inset
15892
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 </lyxtabular>
15900
15901 \end_inset
15902
15903
15904 \begin_inset space \hfill{}
15905 \end_inset
15906
15907
15908 \begin_inset Tabular
15909 <lyxtabular version="3" rows="13" columns="2">
15910 <features rotate="0" tabularvalignment="middle">
15911 <column alignment="center" valignment="top" width="0pt">
15912 <column alignment="center" valignment="top" width="0pt">
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 Command
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 Result
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 </row>
15933 <row>
15934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938
15939 \backslash
15940 nabla
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949 \begin_inset Formula $\nabla$
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 </row>
15958 <row>
15959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15960 \begin_inset Text
15961
15962 \begin_layout Plain Layout
15963
15964 \backslash
15965 bigtriangledown
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974 \begin_inset Formula $\bigtriangledown$
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988
15989 \backslash
15990 bigtriangleup
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 \begin_inset Formula $\bigtriangleup$
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \end_inset
16006 </cell>
16007 </row>
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013
16014 \backslash
16015 Box
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 \begin_inset Formula $\Box$
16025 \end_inset
16026
16027
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038
16039 \backslash
16040 cap 
16041 \end_layout
16042
16043 \end_inset
16044 </cell>
16045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16046 \begin_inset Text
16047
16048 \begin_layout Plain Layout
16049 \begin_inset Formula $\cap$
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063
16064 \backslash
16065 cup
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 \begin_inset Formula $\cup$
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 </row>
16083 <row>
16084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16085 \begin_inset Text
16086
16087 \begin_layout Plain Layout
16088
16089 \backslash
16090 dagger
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 \begin_inset Formula $\dagger$
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 <row>
16109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \backslash
16115 ddagger
16116 \end_layout
16117
16118 \end_inset
16119 </cell>
16120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 \begin_inset Formula $\ddagger$
16125 \end_inset
16126
16127
16128 \end_layout
16129
16130 \end_inset
16131 </cell>
16132 </row>
16133 <row>
16134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \backslash
16140 wr
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149 \begin_inset Formula $\wr$
16150 \end_inset
16151
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 </row>
16158 <row>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163
16164 \backslash
16165 bigcirc
16166 \end_layout
16167
16168 \end_inset
16169 </cell>
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 \begin_inset Formula $\bigcirc$
16175 \end_inset
16176
16177
16178 \end_layout
16179
16180 \end_inset
16181 </cell>
16182 </row>
16183 <row>
16184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188
16189 \backslash
16190 wedge
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 \begin_inset Formula $\wedge$
16200 \end_inset
16201
16202
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 </row>
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213
16214 \backslash
16215 vee
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\vee$
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 </lyxtabular>
16234
16235 \end_inset
16236
16237
16238 \begin_inset space \hfill{}
16239 \end_inset
16240
16241
16242 \begin_inset Tabular
16243 <lyxtabular version="3" rows="13" columns="2">
16244 <features rotate="0" tabularvalignment="middle">
16245 <column alignment="center" valignment="top" width="0pt">
16246 <column alignment="center" valignment="top" width="0pt">
16247 <row>
16248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252 Command
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16258 \begin_inset Text
16259
16260 \begin_layout Plain Layout
16261 Result
16262 \end_layout
16263
16264 \end_inset
16265 </cell>
16266 </row>
16267 <row>
16268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16269 \begin_inset Text
16270
16271 \begin_layout Plain Layout
16272
16273 \backslash
16274 oplus
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283 \begin_inset Formula $\oplus$
16284 \end_inset
16285
16286
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 </row>
16292 <row>
16293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16294 \begin_inset Text
16295
16296 \begin_layout Plain Layout
16297
16298 \backslash
16299 ominus
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 \begin_inset Formula $\ominus$
16309 \end_inset
16310
16311
16312 \end_layout
16313
16314 \end_inset
16315 </cell>
16316 </row>
16317 <row>
16318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322
16323 \backslash
16324 otimes
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 \begin_inset Formula $\otimes$
16334 \end_inset
16335
16336
16337 \end_layout
16338
16339 \end_inset
16340 </cell>
16341 </row>
16342 <row>
16343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16344 \begin_inset Text
16345
16346 \begin_layout Plain Layout
16347
16348 \backslash
16349 oslash
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 \begin_inset Formula $\oslash$
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372
16373 \backslash
16374 odot
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 \begin_inset Formula $\odot$
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \backslash
16399 amalg
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $\amalg$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \backslash
16424 uplus
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $\uplus$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 setminus
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\setminus$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \backslash
16474 sqcap
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\sqcap$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497
16498 \backslash
16499 sqcup
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $\sqcup$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \backslash
16524 triangleleft
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\triangleleft$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \backslash
16549 triangleright
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Formula $\triangleright$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 </lyxtabular>
16568
16569 \end_inset
16570
16571
16572 \begin_inset space \hfill{}
16573 \end_inset
16574
16575
16576 \end_layout
16577
16578 \begin_layout Standard
16579 All binary operators can also be inserted via the math toolbar button 
16580 \begin_inset Graphics
16581         filename ../images/math/pm.png
16582         scale 85
16583
16584 \end_inset
16585
16586 .
16587 \end_layout
16588
16589 \begin_layout Standard
16590 To typeset the Laplace operator also 
16591 \series bold
16592
16593 \backslash
16594 Delta
16595 \series default
16596  or 
16597 \series bold
16598
16599 \backslash
16600 nabla
16601 \series default
16602 ^
16603 \series bold
16604 2
16605 \series default
16606  (
16607 \begin_inset Formula $\nabla^{2}$
16608 \end_inset
16609
16610 ) can be used instead of 
16611 \series bold
16612
16613 \backslash
16614 bigtriangleup
16615 \series default
16616  .
16617 \end_layout
16618
16619 \begin_layout Standard
16620 The character 
16621 \family sans
16622 Menu Separator
16623 \family default
16624  from the menu 
16625 \family sans
16626 Insert\SpecialChar \menuseparator
16627 Special Character
16628 \family default
16629  is the operator 
16630 \series bold
16631
16632 \backslash
16633 triangleright
16634 \series default
16635 .
16636 \end_layout
16637
16638 \begin_layout Subsection
16639 Self-defined Operators
16640 \begin_inset CommandInset label
16641 LatexCommand label
16642 name "sub:Self-defined-Operators"
16643
16644 \end_inset
16645
16646
16647 \begin_inset Index idx
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651 Operators ! self-defined
16652 \end_layout
16653
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \begin_layout Standard
16660 With the help of the command 
16661 \series bold
16662
16663 \backslash
16664 DeclareMathOperator
16665 \series default
16666
16667 \begin_inset Index idx
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671 Commands ! D ! 
16672 \backslash
16673 dbinom@
16674 \backslash
16675 DeclareMathOperator
16676 \end_layout
16677
16678 \end_inset
16679
16680  custom operators can be defined in the LaTeX-preamble.
16681  Its command scheme is:
16682 \end_layout
16683
16684 \begin_layout Standard
16685
16686 \series bold
16687
16688 \backslash
16689 DeclareMathOperator{new command}{display}
16690 \end_layout
16691
16692 \begin_layout Standard
16693 Display can be characters or symbols that define how the operator looks
16694  in the output.
16695  To define a big operator a * is set behind the command.
16696  All self-defined big operators can have limits as described in 
16697 \begin_inset CommandInset ref
16698 LatexCommand ref
16699 reference "sub:Operator-Limits"
16700
16701 \end_inset
16702
16703 .
16704 \end_layout
16705
16706 \begin_layout Standard
16707 For example the LaTeX-preamble line
16708 \end_layout
16709
16710 \begin_layout Standard
16711
16712 \series bold
16713
16714 \backslash
16715 DeclareMathOperator*{
16716 \backslash
16717 Lozenge}{
16718 \backslash
16719 blacklozenge}
16720 \end_layout
16721
16722 \begin_layout Standard
16723 defines the command 
16724 \series bold
16725
16726 \backslash
16727 Lozenge
16728 \series default
16729 , that inserts a big operator consisting of the lozenge symbol from 
16730 \begin_inset CommandInset ref
16731 LatexCommand ref
16732 reference "sub:Miscellaneous-Symbols"
16733
16734 \end_inset
16735
16736 :
16737 \begin_inset Formula 
16738 \[
16739 \Lozenge_{n=1}^{\infty}
16740 \]
16741
16742 \end_inset
16743
16744 The command for this formula is: 
16745 \series bold
16746
16747 \backslash
16748 Lozenge
16749 \series default
16750 ^
16751 \series bold
16752
16753 \backslash
16754 infty
16755 \begin_inset Formula $\to$
16756 \end_inset
16757
16758 _n=1
16759 \end_layout
16760
16761 \begin_layout Standard
16762 \begin_inset VSpace bigskip
16763 \end_inset
16764
16765 When self-defined operators are not used several times in the document,
16766  they can also be defined with the commands 
16767 \series bold
16768
16769 \backslash
16770 mathop
16771 \series default
16772
16773 \begin_inset Index idx
16774 status collapsed
16775
16776 \begin_layout Plain Layout
16777 Commands ! M ! 
16778 \backslash
16779 mathop
16780 \end_layout
16781
16782 \end_inset
16783
16784  and 
16785 \series bold
16786
16787 \backslash
16788 mathbin
16789 \series default
16790
16791 \begin_inset Index idx
16792 status collapsed
16793
16794 \begin_layout Plain Layout
16795 Commands ! M ! 
16796 \backslash
16797 mathbin
16798 \end_layout
16799
16800 \end_inset
16801
16802 , which have the following scheme:
16803 \end_layout
16804
16805 \begin_layout Standard
16806
16807 \series bold
16808
16809 \backslash
16810 mathop{display}
16811 \series default
16812  and 
16813 \series bold
16814
16815 \backslash
16816 mathbin{display}
16817 \end_layout
16818
16819 \begin_layout Standard
16820
16821 \series bold
16822
16823 \backslash
16824 mathop
16825 \series default
16826  defines big operators, 
16827 \series bold
16828
16829 \backslash
16830 mathbin
16831 \series default
16832  binary operators.
16833 \end_layout
16834
16835 \begin_layout Standard
16836
16837 \series bold
16838
16839 \backslash
16840 mathop
16841 \series default
16842  can e.
16843 \begin_inset space \thinspace{}
16844 \end_inset
16845
16846 g.
16847 \begin_inset space \space{}
16848 \end_inset
16849
16850 be used to use one limit for several operators:
16851 \end_layout
16852
16853 \begin_layout Standard
16854 \begin_inset Formula 
16855 \[
16856 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16857 \]
16858
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \begin_layout Standard
16865 The command for the formula above is:
16866 \begin_inset Newline newline
16867 \end_inset
16868
16869
16870 \series bold
16871
16872 \backslash
16873 mathop{
16874 \backslash
16875 sum
16876 \backslash
16877 negmedspace
16878 \backslash
16879 sum
16880 \series default
16881
16882 \begin_inset space \textvisiblespace{}
16883 \end_inset
16884
16885
16886 \series bold
16887
16888 \begin_inset Formula $\to$
16889 \end_inset
16890
16891 ^N
16892 \series default
16893
16894 \begin_inset space \textvisiblespace{}
16895 \end_inset
16896
16897
16898 \series bold
16899 _i,j=1
16900 \end_layout
16901
16902 \begin_layout Section
16903 Fonts
16904 \begin_inset Index idx
16905 status collapsed
16906
16907 \begin_layout Plain Layout
16908 Fonts
16909 \end_layout
16910
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \begin_layout Subsection
16917 Font Styles
16918 \begin_inset CommandInset label
16919 LatexCommand label
16920 name "sub:Font-Styles"
16921
16922 \end_inset
16923
16924
16925 \begin_inset Index idx
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 Font ! style
16930 \end_layout
16931
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \begin_layout Standard
16938 Latin letters in formulas can be set in one of the following font styles:
16939 \begin_inset VSpace -2mm
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \begin_layout Standard
16946 \align center
16947 \begin_inset Tabular
16948 <lyxtabular version="3" rows="7" columns="3">
16949 <features rotate="0" tabularvalignment="middle">
16950 <column alignment="center" valignment="top">
16951 <column alignment="center" valignment="top">
16952 <column alignment="center" valignment="top">
16953 <row>
16954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 Command
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 Result
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 shortcut
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 mathbb
16990 \series bold
16991
16992 \begin_inset space \textvisiblespace{}
16993 \end_inset
16994
16995
16996 \series default
16997 ABC
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\mathbb{ABC}$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018 \begin_inset Info
17019 type  "shortcuts"
17020 arg   "font-noun"
17021 \end_inset
17022
17023
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 </row>
17029 <row>
17030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034
17035 \backslash
17036 mathbf
17037 \series bold
17038
17039 \begin_inset space \textvisiblespace{}
17040 \end_inset
17041
17042
17043 \series default
17044 AbC
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 \begin_inset Formula $\mathbf{AbC}$
17054 \end_inset
17055
17056
17057 \end_layout
17058
17059 \end_inset
17060 </cell>
17061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17062 \begin_inset Text
17063
17064 \begin_layout Plain Layout
17065 \begin_inset Info
17066 type  "shortcuts"
17067 arg   "font-bold"
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \backslash
17083 boldsymbol
17084 \series bold
17085
17086 \begin_inset space \textvisiblespace{}
17087 \end_inset
17088
17089
17090 \series default
17091 AbC
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\boldsymbol{AbC}$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Info
17113 type  "shortcuts"
17114 arg   "font-boldsymbol"
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128
17129 \backslash
17130 mathcal
17131 \series bold
17132
17133 \begin_inset space \textvisiblespace{}
17134 \end_inset
17135
17136
17137 \series default
17138 ABC
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\mathcal{ABC}$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Info
17160 type  "shortcuts"
17161 arg   "font-emph"
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \backslash
17177 mathfrak
17178 \series bold
17179
17180 \begin_inset space \textvisiblespace{}
17181 \end_inset
17182
17183
17184 \series default
17185 AbC
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 \begin_inset Formula $\mathfrak{AbC}$
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 -
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 mathscr
17220 \series bold
17221
17222 \begin_inset space \textvisiblespace{}
17223 \end_inset
17224
17225
17226 \series default
17227 AbC
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $\mathscr{AbC}$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 -
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 </lyxtabular>
17255
17256 \end_inset
17257
17258
17259 \end_layout
17260
17261 \begin_layout Standard
17262 \align center
17263 \begin_inset Tabular
17264 <lyxtabular version="3" rows="5" columns="3">
17265 <features rotate="0" tabularvalignment="middle">
17266 <column alignment="center" valignment="top">
17267 <column alignment="center" valignment="top">
17268 <column alignment="center" valignment="top">
17269 <row>
17270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274 Command
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 Result
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 shortcut
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303
17304 \backslash
17305 mathit
17306 \series bold
17307
17308 \begin_inset space \textvisiblespace{}
17309 \end_inset
17310
17311
17312 \series default
17313 AbC
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $\mathit{AbC}$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 -
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 mathrm
17348 \series bold
17349
17350 \begin_inset space \textvisiblespace{}
17351 \end_inset
17352
17353
17354 \series default
17355 AbC
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $\mathrm{AbC}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Info
17377 type  "shortcuts"
17378 arg   "font-roman"
17379 \end_inset
17380
17381
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 mathsf
17395 \series bold
17396
17397 \begin_inset space \textvisiblespace{}
17398 \end_inset
17399
17400
17401 \series default
17402 AbC
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Formula $\mathsf{AbC}$
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 \begin_inset Info
17424 type  "shortcuts"
17425 arg   "font-sans"
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 mathtt
17442 \series bold
17443
17444 \begin_inset space \textvisiblespace{}
17445 \end_inset
17446
17447
17448 \series default
17449 AbC
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\mathtt{AbC}$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Info
17471 type  "shortcuts"
17472 arg   "font-typewriter"
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 </lyxtabular>
17482
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \begin_layout Standard
17489 \begin_inset Note Greyedout
17490 status open
17491
17492 \begin_layout Plain Layout
17493
17494 \series bold
17495 Note:
17496 \series default
17497  The styles 
17498 \series bold
17499
17500 \backslash
17501 mathbb
17502 \series default
17503  and 
17504 \series bold
17505
17506 \backslash
17507 mathcal
17508 \series default
17509  can only be used for big letters.
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 Predefined is the style 
17519 \series bold
17520
17521 \backslash
17522 mathnormal
17523 \series default
17524 .
17525 \end_layout
17526
17527 \begin_layout Standard
17528 The style commands work also for letters in mathematical constructs:
17529 \begin_inset Formula 
17530 \[
17531 \mathfrak{A=\frac{b}{C}}
17532 \]
17533
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \begin_layout Standard
17540 Characters in mathematical text don't appear in a math font style but in
17541  the text font style 
17542 \series bold
17543
17544 \backslash
17545 textrm
17546 \series default
17547 .
17548  That their style can't be set correctly via the text style dialog is a
17549  bug in LyX.
17550 \begin_inset Foot
17551 status collapsed
17552
17553 \begin_layout Plain Layout
17554 \begin_inset CommandInset href
17555 LatexCommand href
17556 name "LyX-bug #4629"
17557 target "http://www.lyx.org/trac/ticket/4629"
17558
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \end_layout
17568
17569 \begin_layout Standard
17570 Instead of the style commands the dialog 
17571 \family sans
17572 Edit\SpecialChar \menuseparator
17573 Math\SpecialChar \menuseparator
17574 Text Style
17575 \family default
17576  or the toolbar button 
17577 \begin_inset Graphics
17578         filename ../images/math/font.png
17579         scale 85
17580
17581 \end_inset
17582
17583  can be used.
17584 \end_layout
17585
17586 \begin_layout Subsection
17587 Bold Formulas
17588 \begin_inset CommandInset label
17589 LatexCommand label
17590 name "sub:Bold-Formulas"
17591
17592 \end_inset
17593
17594
17595 \begin_inset Index idx
17596 status collapsed
17597
17598 \begin_layout Plain Layout
17599 Formula ! bold
17600 \end_layout
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 To make a complete formula bold, the command 
17609 \series bold
17610
17611 \backslash
17612 mathbf
17613 \series default
17614  from the previous subsection cannot be used, because it doesn't work for
17615  small Greek letters.
17616  Furthermore it prints Latin letters always upright, like in the following
17617  equation:
17618 \end_layout
17619
17620 \begin_layout Standard
17621 \begin_inset Formula 
17622 \[
17623 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
17624 \]
17625
17626 \end_inset
17627
17628
17629 \end_layout
17630
17631 \begin_layout Standard
17632 To display the formula correctly, the command 
17633 \series bold
17634
17635 \backslash
17636 boldsymbol
17637 \series default
17638  is used:
17639 \begin_inset Formula 
17640 \[
17641 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
17642 \]
17643
17644 \end_inset
17645
17646 It is also possible to set the formula in a 
17647 \series bold
17648 boldmath environment
17649 \series default
17650 .
17651  This environment is created by inserting the command 
17652 \series bold
17653
17654 \backslash
17655 boldmath
17656 \series default
17657
17658 \begin_inset Index idx
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662 Commands ! B ! 
17663 \backslash
17664 boldmath
17665 \end_layout
17666
17667 \end_inset
17668
17669  in TeX-mode.
17670  To end the environment, the command 
17671 \series bold
17672
17673 \backslash
17674 unboldmath
17675 \series default
17676
17677 \begin_inset Index idx
17678 status collapsed
17679
17680 \begin_layout Plain Layout
17681 Commands ! U ! 
17682 \backslash
17683 unboldmath
17684 \end_layout
17685
17686 \end_inset
17687
17688  is inserted in TeX-mode.
17689 \begin_inset ERT
17690 status collapsed
17691
17692 \begin_layout Plain Layout
17693
17694
17695 \backslash
17696 boldmath 
17697 \end_layout
17698
17699 \end_inset
17700
17701
17702 \begin_inset Formula 
17703 \[
17704 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
17705 \]
17706
17707 \end_inset
17708
17709
17710 \begin_inset ERT
17711 status collapsed
17712
17713 \begin_layout Plain Layout
17714
17715
17716 \backslash
17717 unboldmath 
17718 \end_layout
17719
17720 \end_inset
17721
17722
17723 \end_layout
17724
17725 \begin_layout Subsection
17726 Colored Formulas
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 Formula ! colored
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 Formulas can be colored like normal text: Highlight a formula or a formula
17741  part and use the 
17742 \family sans
17743 Text Style
17744 \family default
17745  dialog.
17746  Here is a formula in magenta:
17747 \begin_inset Formula 
17748 \[
17749 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17750 \]
17751
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \begin_layout Standard
17758 You can also define your own colors as described in 
17759 \begin_inset CommandInset ref
17760 LatexCommand ref
17761 reference "sub:Colored-Boxes"
17762
17763 \end_inset
17764
17765 .
17766  They can be used with the TeX code command 
17767 \series bold
17768
17769 \backslash
17770 textcolor
17771 \series default
17772
17773 \begin_inset Index idx
17774 status collapsed
17775
17776 \begin_layout Plain Layout
17777 Commands ! T ! 
17778 \backslash
17779 textcolor
17780 \end_layout
17781
17782 \end_inset
17783
17784  in the scheme
17785 \end_layout
17786
17787 \begin_layout Standard
17788
17789 \series bold
17790
17791 \backslash
17792 textcolor{color}{characters or formula}
17793 \end_layout
17794
17795 \begin_layout Standard
17796 The following example was colored completely dark green and partly red:
17797 \end_layout
17798
17799 \begin_layout Standard
17800 \begin_inset ERT
17801 status collapsed
17802
17803 \begin_layout Plain Layout
17804
17805
17806 \backslash
17807 textcolor{darkgreen}{
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \begin_inset Formula 
17814 \[
17815 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17816 \]
17817
17818 \end_inset
17819
17820
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826 }
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \begin_layout Standard
17835 Due to a bug in LyX only complete formulas can be colored with self-defined
17836  colors.
17837 \begin_inset Foot
17838 status collapsed
17839
17840 \begin_layout Plain Layout
17841 \begin_inset CommandInset href
17842 LatexCommand href
17843 name "LyX-bug #5269"
17844 target "http://www.lyx.org/trac/ticket/5269"
17845
17846 \end_inset
17847
17848
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Subsection
17857 Font Sizes
17858 \begin_inset CommandInset label
17859 LatexCommand label
17860 name "sub:Font-Sizes"
17861
17862 \end_inset
17863
17864
17865 \begin_inset Index idx
17866 status collapsed
17867
17868 \begin_layout Plain Layout
17869 Font ! size
17870 \end_layout
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \begin_layout Standard
17878 For characters in formulas there are, analog to characters in text, the
17879  following size commands:
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885
17886 \backslash
17887 Huge
17888 \series default
17889
17890 \series bold
17891
17892 \backslash
17893 huge
17894 \series default
17895
17896 \series bold
17897
17898 \backslash
17899 LARGE
17900 \series default
17901
17902 \series bold
17903
17904 \backslash
17905 Large
17906 \series default
17907
17908 \series bold
17909
17910 \backslash
17911 large
17912 \series default
17913
17914 \series bold
17915
17916 \backslash
17917 normalsize
17918 \series default
17919
17920 \series bold
17921
17922 \backslash
17923 small
17924 \series default
17925 ,
17926 \begin_inset Newline newline
17927 \end_inset
17928
17929
17930 \series bold
17931
17932 \backslash
17933 footnotesize
17934 \series default
17935
17936 \series bold
17937
17938 \backslash
17939 scriptsize
17940 \series default
17941  and 
17942 \series bold
17943
17944 \backslash
17945 tiny
17946 \end_layout
17947
17948 \begin_layout Standard
17949 The size produced by the commands depends on the document font size, which
17950  corresponds to the command 
17951 \series bold
17952
17953 \backslash
17954 normalsize
17955 \series default
17956 .
17957  The other commands produce smaller or larger sizes than 
17958 \series bold
17959
17960 \backslash
17961 normalsize
17962 \series default
17963 .
17964  The font size can however not exceed a certain value.
17965  Is for example the document font size 12
17966 \begin_inset space \thinspace{}
17967 \end_inset
17968
17969 pt, the command 
17970 \series bold
17971
17972 \backslash
17973 Huge
17974 \series default
17975  switches to the same size as 
17976 \series bold
17977
17978 \backslash
17979 huge
17980 \series default
17981 .
17982  
17983 \end_layout
17984
17985 \begin_layout Standard
17986 A size command is inserted in TeX-mode before the formula and sets the size
17987  for all following formula and text characters.
17988  To switch back to the initial size, the command 
17989 \series bold
17990
17991 \backslash
17992 normalsize
17993 \series default
17994  is inserted behind the formula in TeX-mode.
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Within a formula the size can be changed using the following size commands:
17999 \end_layout
18000
18001 \begin_layout Standard
18002 \noindent
18003 \align center
18004 \begin_inset Tabular
18005 <lyxtabular version="3" rows="5" columns="2">
18006 <features rotate="0" tabularvalignment="middle">
18007 <column alignment="center" valignment="top">
18008 <column alignment="center" valignment="top">
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 Command
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Result
18024 \begin_inset Note Note
18025 status collapsed
18026
18027 \begin_layout Plain Layout
18028
18029 \series bold
18030
18031 \backslash
18032 raisebox
18033 \series default
18034  is only used as spacer.
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 <row>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050
18051 \backslash
18052 displaystyle
18053 \begin_inset Index idx
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 Commands ! D ! 
18058 \backslash
18059 displaystyle
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 </row>
18082 <row>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \backslash
18089 textstyle
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 <row>
18108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18109 \begin_inset Text
18110
18111 \begin_layout Plain Layout
18112
18113 \backslash
18114 scriptstyle
18115 \end_layout
18116
18117 \end_inset
18118 </cell>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \backslash
18139 scriptscriptstyle
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 </row>
18157 </lyxtabular>
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \begin_layout Standard
18165 After entering these commands, a blue box appears in which the formula parts
18166  are inserted.
18167 \end_layout
18168
18169 \begin_layout Standard
18170 There is a further method to change the font size, that though only works
18171  for symbols or letters in mathematical text.
18172  To use it, one of the above text size commands is inserted in mathematical
18173  text.
18174  All following characters until the end of the mathematical text or until
18175  another size command will have the selected size.
18176  Two examples:
18177 \begin_inset VSpace -2mm
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 huge 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \begin_inset Formula 
18198 \[
18199 A=\frac{B}{c}\cdot\maltese
18200 \]
18201
18202 \end_inset
18203
18204
18205 \begin_inset Formula 
18206 \[
18207 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18208 \]
18209
18210 \end_inset
18211
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 normalsize 
18221 \end_layout
18222
18223 \end_inset
18224
18225
18226 \end_layout
18227
18228 \begin_layout Standard
18229 \begin_inset VSpace medskip
18230 \end_inset
18231
18232 Before both formulas the command 
18233 \series bold
18234
18235 \backslash
18236 huge
18237 \series default
18238  was inserted.
18239  The command for the second formula is:
18240 \begin_inset Newline newline
18241 \end_inset
18242
18243
18244 \series bold
18245
18246 \backslash
18247 maltese
18248 \begin_inset space \textvisiblespace{}
18249 \end_inset
18250
18251 A Alt+M M 
18252 \backslash
18253 Large
18254 \begin_inset space \textvisiblespace{}
18255 \end_inset
18256
18257
18258 \backslash
18259 maltese
18260 \begin_inset space \textvisiblespace{}
18261 \end_inset
18262
18263
18264 \backslash
18265 textit
18266 \begin_inset space \textvisiblespace{}
18267 \end_inset
18268
18269 A
18270 \begin_inset Formula $\to$
18271 \end_inset
18272
18273
18274 \begin_inset Formula $\to$
18275 \end_inset
18276
18277
18278 \begin_inset Newline newline
18279 \end_inset
18280
18281
18282 \begin_inset space \hspace*{}
18283 \length 1cm
18284 \end_inset
18285
18286 Alt+M
18287 \series default
18288  
18289 \series bold
18290
18291 \backslash
18292 tiny
18293 \begin_inset space \textvisiblespace{}
18294 \end_inset
18295
18296
18297 \backslash
18298 maltese
18299 \begin_inset space \textvisiblespace{}
18300 \end_inset
18301
18302
18303 \backslash
18304 textit
18305 \begin_inset space \textvisiblespace{}
18306 \end_inset
18307
18308 A
18309 \end_layout
18310
18311 \begin_layout Standard
18312 If a symbol cannot be displayed in different sizes, it will always be displayed
18313  in the default size.
18314 \end_layout
18315
18316 \begin_layout Section
18317 Greek Letters
18318 \begin_inset Index idx
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 Greek letters
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \begin_layout Standard
18331 Greek letters can also be inserted via the toolbar button 
18332 \begin_inset Graphics
18333         filename ../images/math/alpha.png
18334         scale 85
18335
18336 \end_inset
18337
18338 .
18339  All international typesetting norms purport that Greek letters in math
18340  have to be typeset italic/slanted.
18341  In some languages, like French or Russian, they are nevertheless sometimes
18342  typeset upright.
18343 \end_layout
18344
18345 \begin_layout Subsection
18346 Small Letters
18347 \begin_inset Index idx
18348 status collapsed
18349
18350 \begin_layout Plain Layout
18351 Greek letters ! small
18352 \end_layout
18353
18354 \end_inset
18355
18356
18357 \end_layout
18358
18359 \begin_layout Standard
18360 \begin_inset space \hfill{}
18361 \end_inset
18362
18363
18364 \begin_inset Tabular
18365 <lyxtabular version="3" rows="11" columns="2">
18366 <features rotate="0" tabularvalignment="middle">
18367 <column alignment="center" valignment="top" width="0pt">
18368 <column alignment="center" valignment="top" width="0pt">
18369 <row>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 Command
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 Result
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 </row>
18389 <row>
18390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394
18395 \backslash
18396 alpha
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 \begin_inset Formula $\alpha$
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 </row>
18414 <row>
18415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419
18420 \backslash
18421 beta
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Formula $\beta$
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 </row>
18439 <row>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444
18445 \backslash
18446 gamma
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 \begin_inset Formula $\gamma$
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 </row>
18464 <row>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \backslash
18471 delta
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 \begin_inset Formula $\delta$
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \end_inset
18487 </cell>
18488 </row>
18489 <row>
18490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494
18495 \backslash
18496 epsilon
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 \begin_inset Formula $\epsilon$
18506 \end_inset
18507
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \backslash
18521 varepsilon
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 \begin_inset Formula $\varepsilon$
18531 \end_inset
18532
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 zeta
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 \begin_inset Formula $\zeta$
18556 \end_inset
18557
18558
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 </row>
18564 <row>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569
18570 \backslash
18571 eta
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 \begin_inset Formula $\eta$
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \backslash
18596 theta
18597 \end_layout
18598
18599 \end_inset
18600 </cell>
18601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 \begin_inset Formula $\theta$
18606 \end_inset
18607
18608
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 <row>
18615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \backslash
18621 vartheta
18622 \end_layout
18623
18624 \end_inset
18625 </cell>
18626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 \begin_inset Formula $\vartheta$
18631 \end_inset
18632
18633
18634 \end_layout
18635
18636 \end_inset
18637 </cell>
18638 </row>
18639 </lyxtabular>
18640
18641 \end_inset
18642
18643
18644 \begin_inset space \hfill{}
18645 \end_inset
18646
18647
18648 \begin_inset Tabular
18649 <lyxtabular version="3" rows="12" columns="2">
18650 <features rotate="0" tabularvalignment="middle">
18651 <column alignment="center" valignment="top" width="0pt">
18652 <column alignment="center" valignment="top" width="0pt">
18653 <row>
18654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 Command
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667 Result
18668 \end_layout
18669
18670 \end_inset
18671 </cell>
18672 </row>
18673 <row>
18674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678
18679 \backslash
18680 iota
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689 \begin_inset Formula $\iota$
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 </row>
18698 <row>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703
18704 \backslash
18705 kappa
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 \begin_inset Formula $\kappa$
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 </row>
18723 <row>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728
18729 \backslash
18730 varkappa
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Formula $\varkappa$
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 </row>
18748 <row>
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753
18754 \backslash
18755 lambda
18756 \end_layout
18757
18758 \end_inset
18759 </cell>
18760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18761 \begin_inset Text
18762
18763 \begin_layout Plain Layout
18764 \begin_inset Formula $\lambda$
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \end_inset
18771 </cell>
18772 </row>
18773 <row>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778
18779 \backslash
18780 mu
18781 \end_layout
18782
18783 \end_inset
18784 </cell>
18785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18786 \begin_inset Text
18787
18788 \begin_layout Plain Layout
18789 \begin_inset Formula $\mu$
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 <row>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803
18804 \backslash
18805 nu
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18811 \begin_inset Text
18812
18813 \begin_layout Plain Layout
18814 \begin_inset Formula $\nu$
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \backslash
18830 xi
18831 \end_layout
18832
18833 \end_inset
18834 </cell>
18835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18836 \begin_inset Text
18837
18838 \begin_layout Plain Layout
18839 \begin_inset Formula $\xi$
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 <row>
18849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 o
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 \begin_inset Formula $o$
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 </row>
18871 <row>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876
18877 \backslash
18878 pi
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 \begin_inset Formula $\pi$
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \backslash
18903 varpi
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 \begin_inset Formula $\varpi$
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \backslash
18928 rho
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 \begin_inset Formula $\rho$
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 </lyxtabular>
18947
18948 \end_inset
18949
18950
18951 \begin_inset space \hfill{}
18952 \end_inset
18953
18954
18955 \begin_inset Tabular
18956 <lyxtabular version="3" rows="11" columns="2">
18957 <features rotate="0" tabularvalignment="middle">
18958 <column alignment="center" valignment="top" width="0pt">
18959 <column alignment="center" valignment="top" width="0pt">
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 Command
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 Result
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 </row>
18980 <row>
18981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18982 \begin_inset Text
18983
18984 \begin_layout Plain Layout
18985
18986 \backslash
18987 varrho
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 \begin_inset Formula $\varrho$
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \backslash
19012 sigma
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 \begin_inset Formula $\sigma$
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \end_inset
19028 </cell>
19029 </row>
19030 <row>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \backslash
19037 varsigma
19038 \end_layout
19039
19040 \end_inset
19041 </cell>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046 \begin_inset Formula $\varsigma$
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 </row>
19055 <row>
19056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19057 \begin_inset Text
19058
19059 \begin_layout Plain Layout
19060
19061 \backslash
19062 tau
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 \begin_inset Formula $\tau$
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 </row>
19080 <row>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \backslash
19087 upsilon
19088 \end_layout
19089
19090 \end_inset
19091 </cell>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096 \begin_inset Formula $\upsilon$
19097 \end_inset
19098
19099
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 </row>
19105 <row>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110
19111 \backslash
19112 phi
19113 \end_layout
19114
19115 \end_inset
19116 </cell>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 \begin_inset Formula $\phi$
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \backslash
19137 varphi
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 \begin_inset Formula $\varphi$
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 </row>
19155 <row>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160
19161 \backslash
19162 chi
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171 \begin_inset Formula $\chi$
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 </row>
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185
19186 \backslash
19187 psi
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\psi$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \backslash
19212 omega
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\omega$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 </lyxtabular>
19231
19232 \end_inset
19233
19234
19235 \begin_inset space \hfill{}
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \begin_layout Standard
19242 \begin_inset VSpace medskip
19243 \end_inset
19244
19245
19246 \end_layout
19247
19248 \begin_layout Standard
19249 How to create special upright Greek letters is explained in 
19250 \begin_inset CommandInset ref
19251 LatexCommand ref
19252 reference "sub:Upright-small-Greek"
19253
19254 \end_inset
19255
19256 .
19257 \end_layout
19258
19259 \begin_layout Subsection
19260 Big Letters
19261 \begin_inset Index idx
19262 status collapsed
19263
19264 \begin_layout Plain Layout
19265 Greek letters ! big
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 \begin_inset space \hfill{}
19275 \end_inset
19276
19277
19278 \begin_inset Tabular
19279 <lyxtabular version="3" rows="7" columns="2">
19280 <features rotate="0" tabularvalignment="middle">
19281 <column alignment="center" valignment="top" width="0pt">
19282 <column alignment="center" valignment="top" width="0pt">
19283 <row>
19284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 Command
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 Result
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 Gamma
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\Gamma$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \backslash
19335 Delta
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset Formula $\Delta$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \backslash
19360 Theta
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\Theta$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 Lambda
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\Lambda$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 Xi
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\Xi$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 Pi
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\Pi$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 </lyxtabular>
19454
19455 \end_inset
19456
19457
19458 \begin_inset space \hfill{}
19459 \end_inset
19460
19461
19462 \begin_inset Tabular
19463 <lyxtabular version="3" rows="6" columns="2">
19464 <features rotate="0" tabularvalignment="middle">
19465 <column alignment="center" valignment="top" width="0pt">
19466 <column alignment="center" valignment="top" width="0pt">
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472 Command
19473 \end_layout
19474
19475 \end_inset
19476 </cell>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 Result
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 </row>
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492
19493 \backslash
19494 Sigma
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503 \begin_inset Formula $\Sigma$
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 </row>
19512 <row>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517
19518 \backslash
19519 Upsilon
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 \begin_inset Formula $\Upsilon$
19529 \end_inset
19530
19531
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 </row>
19537 <row>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542
19543 \backslash
19544 Phi
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Formula $\Phi$
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 <row>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567
19568 \backslash
19569 Psi
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 \begin_inset Formula $\Psi$
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 </row>
19587 <row>
19588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592
19593 \backslash
19594 Omega
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603 \begin_inset Formula $\Omega$
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 </row>
19612 </lyxtabular>
19613
19614 \end_inset
19615
19616
19617 \begin_inset space \hfill{}
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 \begin_inset VSpace medskip
19625 \end_inset
19626
19627 That the big Greek letters appear upright is caused by a design bug when
19628  TeX was developed.
19629  To get correct italic big letters, begin every command with 
19630 \series bold
19631 var
19632 \series default
19633 .
19634  For example the command 
19635 \series bold
19636
19637 \backslash
19638 varGamma
19639 \series default
19640  produces 
19641 \begin_inset Formula $\varGamma$
19642 \end_inset
19643
19644 .
19645  Another way is to load the package 
19646 \series bold
19647 fixmath
19648 \series default
19649
19650 \begin_inset Foot
19651 status collapsed
19652
19653 \begin_layout Plain Layout
19654
19655 \series bold
19656 fixmath
19657 \series default
19658  is part of the LaTeX-package 
19659 \series bold
19660 was
19661 \series default
19662
19663 \begin_inset Index idx
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667 Packages ! was
19668 \begin_inset ERT
19669 status collapsed
19670
19671 \begin_layout Plain Layout
19672
19673
19674 \backslash
19675 vspace{4mm}
19676 \end_layout
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684
19685 .
19686 \end_layout
19687
19688 \end_inset
19689
19690
19691 \begin_inset Index idx
19692 status collapsed
19693
19694 \begin_layout Plain Layout
19695 Packages ! fixmath
19696 \end_layout
19697
19698 \end_inset
19699
19700  with the LaTeX-preamble line
19701 \end_layout
19702
19703 \begin_layout Standard
19704
19705 \series bold
19706
19707 \backslash
19708 usepackage{fixmath}
19709 \end_layout
19710
19711 \begin_layout Standard
19712 Then all big Greek letters in a document will automatically be typeset italic.
19713 \end_layout
19714
19715 \begin_layout Subsection
19716 Bold Letters
19717 \begin_inset Index idx
19718 status collapsed
19719
19720 \begin_layout Plain Layout
19721 Greek letters ! bold
19722 \end_layout
19723
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \begin_layout Standard
19730 Greek letters cannot be set with different font styles like Latin letters.
19731  They can only be made bold with the command 
19732 \series bold
19733
19734 \backslash
19735 boldsymbol
19736 \series default
19737
19738 \begin_inset Index idx
19739 status collapsed
19740
19741 \begin_layout Plain Layout
19742 Commands ! B ! 
19743 \backslash
19744 boldsymbol
19745 \end_layout
19746
19747 \end_inset
19748
19749 .
19750 \end_layout
19751
19752 \begin_layout Standard
19753 \align center
19754 \begin_inset Tabular
19755 <lyxtabular version="3" rows="3" columns="2">
19756 <features rotate="0" tabularvalignment="middle">
19757 <column alignment="center" valignment="top">
19758 <column alignment="center" valignment="top">
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 Command
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 Result
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 Upsilon
19787 \backslash
19788 boldsymbol
19789 \backslash
19790 Upsilon
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 theta
19816 \backslash
19817 boldsymbol
19818 \backslash
19819 theta
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 \begin_inset Formula $\theta\boldsymbol{\theta}$
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \end_inset
19835 </cell>
19836 </row>
19837 </lyxtabular>
19838
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Section
19845 Symbols
19846 \begin_inset ERT
19847 status collapsed
19848
19849 \begin_layout Plain Layout
19850
19851
19852 \backslash
19853 texorpdfstring{
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \begin_inset Foot
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863 A list with all symbols of most of the LaTeX-packages can be found in 
19864 \begin_inset CommandInset citation
19865 LatexCommand cite
19866 key "Symbols"
19867
19868 \end_inset
19869
19870 .
19871 \end_layout
19872
19873 \end_inset
19874
19875
19876 \begin_inset ERT
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880
19881 }{}
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \begin_inset Note Note
19888 status collapsed
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
19894 \end_layout
19895
19896 \begin_layout Plain Layout
19897 More about 
19898 \backslash
19899 texorpdfstring is in section 
19900 \begin_inset CommandInset ref
19901 LatexCommand ref
19902 reference "sub:Formulas-in-Section"
19903
19904 \end_inset
19905
19906 .
19907 \end_layout
19908
19909 \end_inset
19910
19911
19912 \begin_inset Index idx
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916 Symbols
19917 \end_layout
19918
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \begin_layout Standard
19925 Many of the symbols listed in this section can also be inserted via the
19926  toolbar buttons 
19927 \begin_inset Graphics
19928         filename ../images/math/nabla.png
19929         scale 85
19930
19931 \end_inset
19932
19933  and 
19934 \begin_inset Graphics
19935         filename ../images/math/digamma.png
19936         scale 85
19937
19938 \end_inset
19939
19940 .
19941 \end_layout
19942
19943 \begin_layout Subsection
19944 Mathematical Symbols
19945 \begin_inset CommandInset label
19946 LatexCommand label
19947 name "sub:Mathematical-Symbols"
19948
19949 \end_inset
19950
19951
19952 \begin_inset Index idx
19953 status collapsed
19954
19955 \begin_layout Plain Layout
19956 Symbols ! mathematical
19957 \end_layout
19958
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \begin_layout Standard
19965 \begin_inset space \hfill{}
19966 \end_inset
19967
19968
19969 \begin_inset Tabular
19970 <lyxtabular version="3" rows="10" columns="2">
19971 <features rotate="0" tabularvalignment="middle">
19972 <column alignment="center" valignment="top" width="0pt">
19973 <column alignment="center" valignment="top" width="0pt">
19974 <row>
19975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19976 \begin_inset Text
19977
19978 \begin_layout Plain Layout
19979 Command
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 Result
19989 \end_layout
19990
19991 \end_inset
19992 </cell>
19993 </row>
19994 <row>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999
20000 \backslash
20001 neg
20002 \end_layout
20003
20004 \end_inset
20005 </cell>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010 \begin_inset Formula $\neg$
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \end_inset
20017 </cell>
20018 </row>
20019 <row>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024
20025 \backslash
20026 Im
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 \begin_inset Formula $\Im$
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 </row>
20044 <row>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049
20050 \backslash
20051 Re
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060 \begin_inset Formula $\Re$
20061 \end_inset
20062
20063
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 </row>
20069 <row>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074
20075 \backslash
20076 aleph
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20082 \begin_inset Text
20083
20084 \begin_layout Plain Layout
20085 \begin_inset Formula $\aleph$
20086 \end_inset
20087
20088
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099
20100 \backslash
20101 partial
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20107 \begin_inset Text
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Formula $\partial$
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 </row>
20119 <row>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124
20125 \backslash
20126 infty
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 \begin_inset Formula $\infty$
20136 \end_inset
20137
20138
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 </row>
20144 <row>
20145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149
20150 \backslash
20151 wp
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 \begin_inset Formula $\wp$
20161 \end_inset
20162
20163
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 <row>
20170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174
20175 \backslash
20176 imath
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $\imath$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 <row>
20195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199
20200 \backslash
20201 jmath
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210 \begin_inset Formula $\jmath$
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 </lyxtabular>
20220
20221 \end_inset
20222
20223
20224 \begin_inset space \hfill{}
20225 \end_inset
20226
20227
20228 \begin_inset Tabular
20229 <lyxtabular version="3" rows="10" columns="2">
20230 <features rotate="0" tabularvalignment="middle">
20231 <column alignment="center" valignment="top" width="0pt">
20232 <column alignment="center" valignment="top" width="0pt">
20233 <row>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 Command
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 Result
20248 \begin_inset Note Note
20249 status collapsed
20250
20251 \begin_layout Plain Layout
20252
20253 \series bold
20254
20255 \backslash
20256 raisebox
20257 \series default
20258  is only used as spacer.
20259 \end_layout
20260
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \backslash
20276 forall
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\forall$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 exists
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\exists$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 nexists
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\nexists$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 emptyset
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\emptyset$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 varnothing
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\varnothing$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 dag
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\dag$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 ddag
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\ddag$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 complement
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset ERT
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464
20465
20466 \backslash
20467 raisebox{-0.8mm}{
20468 \end_layout
20469
20470 \end_inset
20471
20472
20473 \begin_inset Formula $\complement$
20474 \end_inset
20475
20476
20477 \begin_inset ERT
20478 status collapsed
20479
20480 \begin_layout Plain Layout
20481
20482 }
20483 \end_layout
20484
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 Bbbk
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\Bbbk$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 </lyxtabular>
20519
20520 \end_inset
20521
20522
20523 \begin_inset space \hfill{}
20524 \end_inset
20525
20526
20527 \begin_inset Tabular
20528 <lyxtabular version="3" rows="10" columns="2">
20529 <features rotate="0" tabularvalignment="middle">
20530 <column alignment="center" valignment="top" width="0pt">
20531 <column alignment="center" valignment="top" width="0pt">
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Command
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 Result
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 <row>
20553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \backslash
20559 prime
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 \begin_inset Formula $\prime$
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \end_inset
20575 </cell>
20576 </row>
20577 <row>
20578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20579 \begin_inset Text
20580
20581 \begin_layout Plain Layout
20582
20583 \backslash
20584 backprime
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 \begin_inset Formula $\backprime$
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 </row>
20602 <row>
20603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20604 \begin_inset Text
20605
20606 \begin_layout Plain Layout
20607
20608 \backslash
20609 mho
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618 \begin_inset Formula $\mho$
20619 \end_inset
20620
20621
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 </row>
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632
20633 \backslash
20634 triangle
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643 \begin_inset Formula $\triangle$
20644 \end_inset
20645
20646
20647 \end_layout
20648
20649 \end_inset
20650 </cell>
20651 </row>
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657
20658 \backslash
20659 angle
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668 \begin_inset Formula $\angle$
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \end_inset
20675 </cell>
20676 </row>
20677 <row>
20678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682
20683 \backslash
20684 measuredangle
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20690 \begin_inset Text
20691
20692 \begin_layout Plain Layout
20693 \begin_inset Formula $\measuredangle$
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 sphericalangle
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 \begin_inset Formula $\sphericalangle$
20719 \end_inset
20720
20721
20722 \end_layout
20723
20724 \end_inset
20725 </cell>
20726 </row>
20727 <row>
20728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20729 \begin_inset Text
20730
20731 \begin_layout Plain Layout
20732
20733 \backslash
20734 top
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20740 \begin_inset Text
20741
20742 \begin_layout Plain Layout
20743 \begin_inset Formula $\top$
20744 \end_inset
20745
20746
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 <row>
20753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20754 \begin_inset Text
20755
20756 \begin_layout Plain Layout
20757
20758 \backslash
20759 bot
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20765 \begin_inset Text
20766
20767 \begin_layout Plain Layout
20768 \begin_inset Formula $\bot$
20769 \end_inset
20770
20771
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 </row>
20777 </lyxtabular>
20778
20779 \end_inset
20780
20781
20782 \begin_inset space \hfill{}
20783 \end_inset
20784
20785
20786 \end_layout
20787
20788 \begin_layout Subsection
20789 Miscellaneous Symbols
20790 \begin_inset CommandInset label
20791 LatexCommand label
20792 name "sub:Miscellaneous-Symbols"
20793
20794 \end_inset
20795
20796
20797 \begin_inset Index idx
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801 Symbols ! miscellaneous
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 \noindent
20811 \align center
20812 \begin_inset Tabular
20813 <lyxtabular version="3" rows="10" columns="2">
20814 <features rotate="0" tabularvalignment="middle">
20815 <column alignment="center" valignment="top" width="0pt">
20816 <column alignment="center" valignment="top" width="0pt">
20817 <row>
20818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822 Command
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 Result
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 </row>
20837 <row>
20838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842
20843 \backslash
20844 flat
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 \begin_inset Formula $\flat$
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \backslash
20869 natural
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $\natural$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 <row>
20888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892
20893 \backslash
20894 sharp
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903 \begin_inset Formula $\sharp$
20904 \end_inset
20905
20906
20907 \end_layout
20908
20909 \end_inset
20910 </cell>
20911 </row>
20912 <row>
20913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917
20918 \backslash
20919 surd
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928 \begin_inset Formula $\surd$
20929 \end_inset
20930
20931
20932 \end_layout
20933
20934 \end_inset
20935 </cell>
20936 </row>
20937 <row>
20938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942
20943 \backslash
20944 checkmark
20945 \end_layout
20946
20947 \end_inset
20948 </cell>
20949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20950 \begin_inset Text
20951
20952 \begin_layout Plain Layout
20953 \begin_inset Formula $\checkmark$
20954 \end_inset
20955
20956
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 </row>
20962 <row>
20963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967
20968 \backslash
20969 yen
20970 \end_layout
20971
20972 \end_inset
20973 </cell>
20974 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20975 \begin_inset Text
20976
20977 \begin_layout Plain Layout
20978 \begin_inset Formula $\yen$
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \backslash
20994 pounds
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $\pounds$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 <row>
21013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017 $
21018 \end_layout
21019
21020 \end_inset
21021 </cell>
21022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Formula $\$$
21027 \end_inset
21028
21029
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 </row>
21035 <row>
21036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 §
21041 \end_layout
21042
21043 \end_inset
21044 </cell>
21045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 \begin_inset Formula $§$
21050 \end_inset
21051
21052
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 </row>
21058 </lyxtabular>
21059
21060 \end_inset
21061
21062
21063 \begin_inset Tabular
21064 <lyxtabular version="3" rows="10" columns="2">
21065 <features rotate="0" tabularvalignment="middle">
21066 <column alignment="center" valignment="top">
21067 <column alignment="center" valignment="top">
21068 <row>
21069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 Command
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 Result
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 hbar
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\hbar$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 hslash
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\hslash$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 clubsuit
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\clubsuit$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 <row>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \backslash
21170 spadesuit
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $\spadesuit$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row>
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \backslash
21195 bigstar
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $\bigstar$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 </row>
21213 <row>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \backslash
21220 blacklozenge
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\blacklozenge$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 <row>
21239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \backslash
21245 blacktriangle
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Formula $\blacktriangle$
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 </row>
21263 <row>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \backslash
21270 blacktiangledown
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21276 \begin_inset Text
21277
21278 \begin_layout Plain Layout
21279 \begin_inset Formula $\blacktriangledown$
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 </row>
21288 <row>
21289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293
21294 \backslash
21295 bullet
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 \begin_inset Formula $\bullet$
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 </row>
21313 </lyxtabular>
21314
21315 \end_inset
21316
21317
21318 \begin_inset Tabular
21319 <lyxtabular version="3" rows="10" columns="2">
21320 <features rotate="0" tabularvalignment="middle">
21321 <column alignment="center" valignment="top" width="0pt">
21322 <column alignment="center" valignment="top" width="0pt">
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 Command
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Result
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 </row>
21343 <row>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348
21349 \backslash
21350 diamondsuit
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 \begin_inset Formula $\diamondsuit$
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 </row>
21368 <row>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373
21374 \backslash
21375 Diamond
21376 \end_layout
21377
21378 \end_inset
21379 </cell>
21380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 \begin_inset Formula $\Diamond$
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 heartsuit
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\heartsuit$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 P
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\P$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 copyright
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\copyright$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 circledR
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\circledR$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 maltese
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\maltese$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 <row>
21519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \backslash
21525 diagup
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\diagup$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 diagdown
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\diagdown$
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 </lyxtabular>
21569
21570 \end_inset
21571
21572
21573 \end_layout
21574
21575 \begin_layout Standard
21576 \begin_inset VSpace medskip
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \begin_layout Standard
21583 Some symbols can be displayed in different sizes, see 
21584 \begin_inset CommandInset ref
21585 LatexCommand ref
21586 reference "sub:Font-Sizes"
21587
21588 \end_inset
21589
21590 .
21591 \end_layout
21592
21593 \begin_layout Subsection
21594 The Euro-Symbol €
21595 \begin_inset Index idx
21596 status collapsed
21597
21598 \begin_layout Plain Layout
21599 Symbols ! Euro-symbol
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \begin_inset Index idx
21606 status collapsed
21607
21608 \begin_layout Plain Layout
21609
21610 \backslash
21611 @
21612 \begin_inset ERT
21613 status collapsed
21614
21615 \begin_layout Plain Layout
21616
21617
21618 \backslash
21619 officialeuro
21620 \end_layout
21621
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \begin_layout Standard
21633 To use the Euro symbol in formulas, the LaTeX-package 
21634 \series bold
21635 eurosym
21636 \series default
21637
21638 \begin_inset Index idx
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642 Packages ! eurosym
21643 \end_layout
21644
21645 \end_inset
21646
21647  must be installed and loaded with the LaTeX-preamble line
21648 \end_layout
21649
21650 \begin_layout Standard
21651
21652 \series bold
21653
21654 \backslash
21655 usepackage[gennarrow]{eurosym}
21656 \end_layout
21657
21658 \begin_layout Standard
21659 The Euro symbol can now be inserted with the command 
21660 \series bold
21661
21662 \backslash
21663 euro
21664 \series default
21665
21666 \begin_inset Index idx
21667 status collapsed
21668
21669 \begin_layout Plain Layout
21670 Commands ! E ! 
21671 \backslash
21672 euro
21673 \end_layout
21674
21675 \end_inset
21676
21677 .
21678 \end_layout
21679
21680 \begin_layout Standard
21681 The Euro symbol can directly be inserted with the € key in mathematical
21682  text, without having 
21683 \series bold
21684 eurosym
21685 \series default
21686  installed.
21687  When 
21688 \series bold
21689 eurosym
21690 \series default
21691  is installed, 
21692 \series bold
21693
21694 \backslash
21695 euro
21696 \series default
21697  can also be inserted in TeX-mode.
21698  The official currency symbol can then be inserted with the command 
21699 \series bold
21700
21701 \backslash
21702 officialeuro
21703 \series default
21704
21705 \begin_inset Index idx
21706 status collapsed
21707
21708 \begin_layout Plain Layout
21709 Commands ! O ! 
21710 \backslash
21711 officialeuro
21712 \end_layout
21713
21714 \end_inset
21715
21716 , that is only available in TeX-mode.
21717 \end_layout
21718
21719 \begin_layout Standard
21720 \begin_inset ERT
21721 status collapsed
21722
21723 \begin_layout Plain Layout
21724
21725
21726 \backslash
21727 ifeurosym 
21728 \end_layout
21729
21730 \end_inset
21731
21732
21733 \begin_inset Note Note
21734 status open
21735
21736 \begin_layout Plain Layout
21737 The following table will only be displayed when the LaTeX-package 
21738 \series bold
21739 eurosym
21740 \series default
21741  is installed.
21742 \end_layout
21743
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Standard
21750 An overview about the different Euro symbols:
21751 \end_layout
21752
21753 \begin_layout Standard
21754 \align center
21755 \begin_inset Tabular
21756 <lyxtabular version="3" rows="4" columns="3">
21757 <features rotate="0" tabularvalignment="middle">
21758 <column alignment="center" valignment="top" width="0pt">
21759 <column alignment="center" valignment="top" width="0pt">
21760 <column alignment="center" valignment="top" width="0pt">
21761 <row>
21762 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21763 \begin_inset Text
21764
21765 \begin_layout Plain Layout
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775 Command 
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 Result
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 formula
21796 \end_layout
21797
21798 \end_inset
21799 </cell>
21800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21801 \begin_inset Text
21802
21803 \begin_layout Plain Layout
21804
21805 \backslash
21806 euro
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815 \begin_inset Formula $\euro$
21816 \end_inset
21817
21818
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 <row>
21825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 mathematical text
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21844 \begin_inset Text
21845
21846 \begin_layout Plain Layout
21847 \begin_inset Formula $\mbox{€}$
21848 \end_inset
21849
21850
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 </row>
21856 <row>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 TeX-mode
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870
21871 \backslash
21872 officialeuro
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 \begin_inset ERT
21882 status collapsed
21883
21884 \begin_layout Plain Layout
21885
21886
21887 \backslash
21888 officialeuro
21889 \end_layout
21890
21891 \end_inset
21892
21893
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 </lyxtabular>
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Standard
21907 \begin_inset ERT
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911
21912
21913 \backslash
21914 else 
21915 \end_layout
21916
21917 \end_inset
21918
21919
21920 \begin_inset Note Note
21921 status open
21922
21923 \begin_layout Plain Layout
21924 The following will be displayed when the LaTeX-package 
21925 \series bold
21926 eurosym
21927 \series default
21928  is not installed:
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 You need to install the LaTeX-package 
21938 \series bold
21939 eurosym
21940 \series default
21941  to see the rest of this subsection in the output.
21942 \end_layout
21943
21944 \begin_layout Standard
21945 \begin_inset ERT
21946 status collapsed
21947
21948 \begin_layout Plain Layout
21949
21950
21951 \backslash
21952 fi 
21953 \end_layout
21954
21955 \end_inset
21956
21957
21958 \end_layout
21959
21960 \begin_layout Section
21961 Relations
21962 \begin_inset CommandInset label
21963 LatexCommand label
21964 name "sec:Relations"
21965
21966 \end_inset
21967
21968
21969 \begin_inset Index idx
21970 status collapsed
21971
21972 \begin_layout Plain Layout
21973 Relations
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \begin_inset Index idx
21980 status collapsed
21981
21982 \begin_layout Plain Layout
21983 Comparisons|see
21984 \begin_inset ERT
21985 status collapsed
21986
21987 \begin_layout Plain Layout
21988
21989 {
21990 \end_layout
21991
21992 \end_inset
21993
21994 Relations
21995 \begin_inset ERT
21996 status collapsed
21997
21998 \begin_layout Plain Layout
21999
22000 }
22001 \end_layout
22002
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \begin_layout Standard
22014 All relations can also be inserted via the toolbar button 
22015 \begin_inset Graphics
22016         filename ../images/math/leq.png
22017         scale 85
22018
22019 \end_inset
22020
22021 .
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset space \hfill{}
22026 \end_inset
22027
22028
22029 \begin_inset Tabular
22030 <lyxtabular version="3" rows="17" columns="2">
22031 <features rotate="0" tabularvalignment="middle">
22032 <column alignment="center" valignment="top" width="0pt">
22033 <column alignment="center" valignment="top" width="0pt">
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 Command
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 Result
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059 <
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $<$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 le
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\le$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 ll
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\ll$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 prec
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\prec$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \backslash
22159 preceq
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Formula $\preceq$
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 subset
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\subset$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 subseteq
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\subseteq$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 sqsubseteq
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\sqsubseteq$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 in
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\in$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 vdash
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\vdash$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \backslash
22309 smile
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Formula $\smile$
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 </row>
22327 <row>
22328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \backslash
22334 lhd
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Formula $\lhd$
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 unlhd
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $\unlhd$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382
22383 \backslash
22384 gtrless
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393 \begin_inset Formula $\gtrless$
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \end_inset
22400 </cell>
22401 </row>
22402 <row>
22403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407
22408 \backslash
22409 mid
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418 \begin_inset Formula $\mid$
22419 \end_inset
22420
22421
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \backslash
22434 nmid
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Formula $\nmid$
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 </lyxtabular>
22453
22454 \end_inset
22455
22456
22457 \begin_inset space \hfill{}
22458 \end_inset
22459
22460
22461 \begin_inset Tabular
22462 <lyxtabular version="3" rows="17" columns="2">
22463 <features rotate="0" tabularvalignment="middle">
22464 <column alignment="center" valignment="top" width="0pt">
22465 <column alignment="center" valignment="top" width="0pt">
22466 <row>
22467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 Command
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 Result
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 </row>
22486 <row>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 =
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $=$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 not=
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\not=$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 equiv
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\equiv$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 sim
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\sim$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 simeq
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\simeq$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 approx
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\approx$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 cong
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\cong$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \backslash
22666 bowtie
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\bowtie$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \backslash
22691 notin
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset Formula $\notin$
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \backslash
22716 perp
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\perp$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 propto
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\propto$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 asymp
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\asymp$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 doteq
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\doteq$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 circeq
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\circeq$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \backslash
22841 models
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\models$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 <row>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \backslash
22866 widehat=
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 \begin_inset Formula $\widehat{=}$
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 </lyxtabular>
22885
22886 \end_inset
22887
22888
22889 \begin_inset space \hfill{}
22890 \end_inset
22891
22892
22893 \begin_inset Tabular
22894 <lyxtabular version="3" rows="17" columns="2">
22895 <features rotate="0" tabularvalignment="middle">
22896 <column alignment="center" valignment="top" width="0pt">
22897 <column alignment="center" valignment="top" width="0pt">
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 Command
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 Result
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 >
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $>$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 ge
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\ge$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 gg
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\gg$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 succ
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\succ$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 succeq
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\succeq$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 supset
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\supset$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 supseteq
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\supseteq$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 sqsupseteq
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\sqsupseteq$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 ni
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\ni$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 dashv
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\dashv$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 frown
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\frown$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 rhd
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\rhd$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \backslash
23223 unrhd
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset Formula $\unrhd$
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246
23247 \backslash
23248 lessgtr
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Formula $\lessgtr$
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \backslash
23273 parallel
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 \begin_inset Formula $\parallel$
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 <row>
23292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \backslash
23298 nparallel
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 \begin_inset Formula $\nparallel$
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 </row>
23316 </lyxtabular>
23317
23318 \end_inset
23319
23320
23321 \begin_inset space \hfill{}
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Standard
23328 \begin_inset VSpace medskip
23329 \end_inset
23330
23331 The characters 
23332 \series bold
23333
23334 \backslash
23335 lhd
23336 \series default
23337  and 
23338 \series bold
23339
23340 \backslash
23341 rhd
23342 \series default
23343  are bigger than the equal looking operators 
23344 \series bold
23345
23346 \backslash
23347 triangleleft
23348 \series default
23349  and 
23350 \series bold
23351
23352 \backslash
23353 triangleright
23354 \series default
23355 , respectively.
23356 \end_layout
23357
23358 \begin_layout Standard
23359 Relations are, in contrary to symbols, always surrounded by space.
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Relations with labels can be created with the command 
23364 \series bold
23365
23366 \backslash
23367 stackrel
23368 \series default
23369
23370 \begin_inset Index idx
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374 Commands ! S ! 
23375 \backslash
23376 stackrel
23377 \end_layout
23378
23379 \end_inset
23380
23381 :
23382 \end_layout
23383
23384 \begin_layout Standard
23385 \align center
23386 \begin_inset Tabular
23387 <lyxtabular version="3" rows="2" columns="2">
23388 <features rotate="0" tabularvalignment="middle">
23389 <column alignment="center" valignment="top">
23390 <column alignment="center" valignment="top">
23391 <row>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 Command
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 Result
23406 \begin_inset Note Note
23407 status collapsed
23408
23409 \begin_layout Plain Layout
23410
23411 \series bold
23412
23413 \backslash
23414 raisebox
23415 \series default
23416  is only used as spacer.
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432 A(r)
23433 \backslash
23434 stackrel
23435 \begin_inset space \textvisiblespace{}
23436 \end_inset
23437
23438 r
23439 \backslash
23440 to
23441 \backslash
23442 infty
23443 \begin_inset space \textvisiblespace{}
23444 \end_inset
23445
23446
23447 \begin_inset Formula $\downarrow$
23448 \end_inset
23449
23450
23451 \backslash
23452 approx
23453 \begin_inset space \textvisiblespace{}
23454 \end_inset
23455
23456
23457 \begin_inset space \textvisiblespace{}
23458 \end_inset
23459
23460 B
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 </lyxtabular>
23479
23480 \end_inset
23481
23482
23483 \end_layout
23484
23485 \begin_layout Section
23486 Functions
23487 \end_layout
23488
23489 \begin_layout Subsection
23490 Predefined Functions
23491 \begin_inset CommandInset label
23492 LatexCommand label
23493 name "sub:Predefined-Functions"
23494
23495 \end_inset
23496
23497
23498 \begin_inset Index idx
23499 status collapsed
23500
23501 \begin_layout Plain Layout
23502 Functions ! predefined
23503 \end_layout
23504
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \begin_layout Standard
23511 In general, variables are set 
23512 \emph on
23513 italic
23514 \emph default
23515  in mathematical expressions, but not function names, because 
23516 \begin_inset Formula $sin$
23517 \end_inset
23518
23519  could be misunderstood as 
23520 \begin_inset Formula $s\cdot i\cdot n$
23521 \end_inset
23522
23523 .
23524  Therefore there are predefined functionswhich are additionally a bit separated
23525  from prefactors.
23526  They are inserted as commands starting with a backslash before their name.
23527 \end_layout
23528
23529 \begin_layout Standard
23530 \align center
23531 \begin_inset Tabular
23532 <lyxtabular version="3" rows="2" columns="4">
23533 <features rotate="0" tabularvalignment="middle">
23534 <column alignment="center" valignment="top" width="0pt">
23535 <column alignment="center" valignment="top" width="0pt">
23536 <column alignment="center" valignment="top" width="0pt">
23537 <column alignment="center" valignment="top" width="0pt">
23538 <row>
23539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 Command
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 Result
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561 Command
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 Result
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 <row>
23577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 Asin(x)+B
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 \begin_inset Formula $Asin(x)+B$
23591 \end_inset
23592
23593
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 A
23603 \backslash
23604 sin(x)+B
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $A\sin(x)+B$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 </lyxtabular>
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 The following functions are predefined:
23631 \end_layout
23632
23633 \begin_layout Standard
23634 \begin_inset VSpace -2mm
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Standard
23641 \align center
23642 \begin_inset Tabular
23643 <lyxtabular version="3" rows="9" columns="4">
23644 <features rotate="0" tabularvalignment="middle">
23645 <column alignment="center" valignment="top" width="0pt">
23646 <column alignment="center" valignment="top" width="0pt">
23647 <column alignment="center" valignment="top" width="0pt">
23648 <column alignment="center" valignment="top" width="0pt">
23649 <row>
23650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23651 \begin_inset Text
23652
23653 \begin_layout Plain Layout
23654 Command
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663 Command
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 Command
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 Command
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 sin
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \backslash
23705 sinh
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714
23715 \backslash
23716 arcsin
23717 \end_layout
23718
23719 \end_inset
23720 </cell>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \backslash
23727 sup
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 cos
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 cosh
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 arccos
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 inf
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \backslash
23786 tan
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 tanh
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806
23807 \backslash
23808 arctan
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 lim
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 </row>
23825 <row>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \backslash
23832 cot
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
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 coth
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852
23853 \backslash
23854 arg
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 liminf
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 </row>
23871 <row>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876
23877 \backslash
23878 sec
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 min
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 deg
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909
23910 \backslash
23911 limsup
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 csc
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933
23934 \backslash
23935 max
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 det
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955
23956 \backslash
23957 Pr
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 ln
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979
23980 \backslash
23981 exp
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990
23991 \backslash
23992 dim
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001
24002 \backslash
24003 hom
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 lg
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025
24026 \backslash
24027 log
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036
24037 \backslash
24038 ker
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 gcd
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 </row>
24055 </lyxtabular>
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 They can also be inserted with the math toolbar button 
24064 \begin_inset Graphics
24065         filename ../images/math/functions.png
24066         scale 85
24067
24068 \end_inset
24069
24070 .
24071 \end_layout
24072
24073 \begin_layout Subsection
24074 Self-defined Functions
24075 \begin_inset Index idx
24076 status collapsed
24077
24078 \begin_layout Plain Layout
24079 Functions ! self-defined
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 To use a function that is not predefined, like for example the sign function
24089  sgn(x), there are two possibilities:
24090 \end_layout
24091
24092 \begin_layout Itemize
24093 Define the function by inserting the following line to the LaTeX-preamble
24094 \begin_inset Foot
24095 status collapsed
24096
24097 \begin_layout Plain Layout
24098 For more about 
24099 \series bold
24100
24101 \backslash
24102 DeclareMathOperator
24103 \series default
24104  see 
24105 \begin_inset CommandInset ref
24106 LatexCommand ref
24107 reference "sub:Self-defined-Operators"
24108
24109 \end_inset
24110
24111 .
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \begin_inset Newline newline
24118 \end_inset
24119
24120
24121 \begin_inset VSpace -3mm
24122 \end_inset
24123
24124
24125 \begin_inset Newline newline
24126 \end_inset
24127
24128
24129 \series bold
24130
24131 \backslash
24132 DeclareMathOperator{
24133 \backslash
24134 sgn}{sgn}
24135 \series default
24136
24137 \begin_inset Index idx
24138 status collapsed
24139
24140 \begin_layout Plain Layout
24141 Commands ! D ! 
24142 \backslash
24143 dbinom@
24144 \backslash
24145 DeclareMathOperator
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \begin_inset Newline newline
24152 \end_inset
24153
24154
24155 \begin_inset VSpace -2mm
24156 \end_inset
24157
24158
24159 \begin_inset Newline newline
24160 \end_inset
24161
24162 Now the new defined function can be called with the command 
24163 \series bold
24164
24165 \backslash
24166 sgn
24167 \series default
24168 .
24169 \end_layout
24170
24171 \begin_layout Itemize
24172 Write the formula as usual, mark the formula name, in our example the letters
24173  
24174 \emph on
24175 sgn
24176 \emph default
24177 , and change it to mathematical text.
24178  Finally, a space is inserted between prefactor and function.
24179 \end_layout
24180
24181 \begin_layout Standard
24182 The result is the same with both methods as with a predefined function
24183 \begin_inset Foot
24184 status collapsed
24185
24186 \begin_layout Plain Layout
24187 In LyX self-defined functions are displayed red, predefined ones black.
24188 \end_layout
24189
24190 \end_inset
24191
24192 :
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \align center
24197 \begin_inset Tabular
24198 <lyxtabular version="3" rows="3" columns="2">
24199 <features rotate="0" tabularvalignment="middle">
24200 <column alignment="center" valignment="top" width="0pt">
24201 <column alignment="center" valignment="top" width="0pt">
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 Command
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 Result
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 A
24228 \backslash
24229 sgn(x)+B
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $A\sgn(x)+B$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 <row>
24248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252 A
24253 \backslash
24254 ,
24255 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24256 \end_inset
24257
24258 (x)+B
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 </lyxtabular>
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 The first method is more suitable when the self-defined function should
24285  be used several times.
24286 \end_layout
24287
24288 \begin_layout Subsection
24289 Limits
24290 \begin_inset Index idx
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294 Limits
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \end_layout
24301
24302 \begin_layout Standard
24303 For limits, in addition to the commands 
24304 \series bold
24305
24306 \backslash
24307 lim
24308 \series default
24309
24310 \begin_inset Index idx
24311 status collapsed
24312
24313 \begin_layout Plain Layout
24314 Commands ! L ! 
24315 \backslash
24316 lim
24317 \end_layout
24318
24319 \end_inset
24320
24321
24322 \series bold
24323
24324 \backslash
24325 liminf
24326 \series default
24327  and 
24328 \series bold
24329
24330 \backslash
24331 limsup
24332 \series default
24333  the following functions are defined:
24334 \end_layout
24335
24336 \begin_layout Standard
24337 \align center
24338 \begin_inset Tabular
24339 <lyxtabular version="3" rows="5" columns="2">
24340 <features rotate="0" tabularvalignment="middle">
24341 <column alignment="center" valignment="top">
24342 <column alignment="center" valignment="top">
24343 <row>
24344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348 Command
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 Result
24358 \begin_inset Note Note
24359 status collapsed
24360
24361 \begin_layout Plain Layout
24362
24363 \series bold
24364
24365 \backslash
24366 raisebox
24367 \series default
24368  is only used as spacer.
24369 \end_layout
24370
24371 \end_inset
24372
24373
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 </row>
24379 <row>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384
24385 \backslash
24386 varliminf
24387 \end_layout
24388
24389 \end_inset
24390 </cell>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395 \begin_inset Formula $\varliminf$
24396 \end_inset
24397
24398
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 </row>
24404 <row>
24405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409
24410 \backslash
24411 varlimsup
24412 \end_layout
24413
24414 \end_inset
24415 </cell>
24416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420 \begin_inset Formula $\varlimsup$
24421 \end_inset
24422
24423
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 </row>
24429 <row>
24430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 varprojlim
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445 \begin_inset Formula $\varprojlim$
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 </row>
24454 <row>
24455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 varinjlim
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470 \begin_inset Formula $\varinjlim$
24471 \end_inset
24472
24473
24474 \begin_inset Formula $\raisebox{-2.5mm}{}$
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 </row>
24483 </lyxtabular>
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \begin_layout Standard
24491 \begin_inset VSpace medskip
24492 \end_inset
24493
24494 The limit is created by inserting a subscript.
24495  It is set right beside the function in an inline formula:
24496 \end_layout
24497
24498 \begin_layout Standard
24499 \align center
24500 \begin_inset Tabular
24501 <lyxtabular version="3" rows="2" columns="2">
24502 <features rotate="0" tabularvalignment="middle">
24503 <column alignment="center" valignment="top" width="0pt">
24504 <column alignment="center" valignment="top" width="0pt">
24505 <row>
24506 <cell alignment="center" valignment="top" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 Command
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 \begin_inset space \hspace{}
24520 \length 1cm
24521 \end_inset
24522
24523 Result
24524 \begin_inset Note Note
24525 status collapsed
24526
24527 \begin_layout Plain Layout
24528 The space and
24529 \series bold
24530  
24531 \backslash
24532 raisebox
24533 \series default
24534  are used here as spacer.
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 lim_x
24553 \backslash
24554 to
24555 \begin_inset space \textvisiblespace{}
24556 \end_inset
24557
24558 A
24559 \begin_inset space \textvisiblespace{}
24560 \end_inset
24561
24562 x=B
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 <cell alignment="center" valignment="top" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 </row>
24580 </lyxtabular>
24581
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \begin_layout Standard
24588 In a displayed formula the limit is set below the formula, as usual:
24589 \begin_inset Formula 
24590 \[
24591 \lim_{x\to A}x=B
24592 \]
24593
24594 \end_inset
24595
24596
24597 \end_layout
24598
24599 \begin_layout Subsection
24600 Modulo-Functions
24601 \begin_inset Index idx
24602 status collapsed
24603
24604 \begin_layout Plain Layout
24605 Functions ! modulo-
24606 \end_layout
24607
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \begin_layout Standard
24614 The modulo-function is special, because it exists in four variants.
24615  The variants in a displayed formula are:
24616 \begin_inset Formula 
24617 \begin{align*}
24618 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24619 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24620 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24621 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24622 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24623 \end{align*}
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \begin_layout Standard
24631 In an inline formula less space is set before the function names for all
24632  variants.
24633  By default the modulo-functions take only the first following character
24634  into account.
24635  To use more than one character, one has to put them into TeX-braces:
24636 \begin_inset Formula 
24637 \begin{align*}
24638 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24639 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24640 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24641 \end{align*}
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Section
24649 Special Characters
24650 \begin_inset Index idx
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 Special characters
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Subsection
24663 Special Characters in Mathematical Text
24664 \end_layout
24665
24666 \begin_layout Standard
24667 The following commands can only be used in mathematical text or in TeX-mode:
24668 \end_layout
24669
24670 \begin_layout Standard
24671 \begin_inset space \hfill{}
24672 \end_inset
24673
24674
24675 \begin_inset Tabular
24676 <lyxtabular version="3" rows="8" columns="2">
24677 <features rotate="0" tabularvalignment="middle">
24678 <column alignment="block" valignment="top">
24679 <column alignment="block" valignment="top">
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 Command
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 Result
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 </row>
24700 <row>
24701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705
24706 \backslash
24707 oe
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24713 \begin_inset Text
24714
24715 \begin_layout Plain Layout
24716 \begin_inset Formula $\textrm{œ}$
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \end_inset
24723 </cell>
24724 </row>
24725 <row>
24726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730
24731 \backslash
24732 OE
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741 \begin_inset Formula $\textrm{Œ}$
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 </row>
24750 <row>
24751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24752 \begin_inset Text
24753
24754 \begin_layout Plain Layout
24755
24756 \backslash
24757 ae
24758 \end_layout
24759
24760 \end_inset
24761 </cell>
24762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24763 \begin_inset Text
24764
24765 \begin_layout Plain Layout
24766 \begin_inset Formula $\textrm{æ}$
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \end_inset
24773 </cell>
24774 </row>
24775 <row>
24776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780
24781 \backslash
24782 AE
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24788 \begin_inset Text
24789
24790 \begin_layout Plain Layout
24791 \begin_inset Formula $\textrm{Æ}$
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 </row>
24800 <row>
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \backslash
24807 aa
24808 \end_layout
24809
24810 \end_inset
24811 </cell>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816 \begin_inset Formula $\textrm{\aa}$
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823 </cell>
24824 </row>
24825 <row>
24826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 AA
24833 \begin_inset Index idx
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837
24838 \backslash
24839 @
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 textrm{
24848 \backslash
24849 AA}
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\textrm{Å}$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 <row>
24878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 i
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893 \begin_inset Formula $\textrm{ı}$
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 </row>
24902 </lyxtabular>
24903
24904 \end_inset
24905
24906
24907 \begin_inset space \hfill{}
24908 \end_inset
24909
24910
24911 \begin_inset Tabular
24912 <lyxtabular version="3" rows="8" columns="2">
24913 <features rotate="0" tabularvalignment="middle">
24914 <column alignment="block" valignment="top">
24915 <column alignment="center" valignment="top">
24916 <row>
24917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 command
24922 \begin_inset Note Note
24923 status collapsed
24924
24925 \begin_layout Plain Layout
24926 The space of 0
24927 \begin_inset space \thinspace{}
24928 \end_inset
24929
24930 mm is used for separation, because otherwise the output will be ¡ and ¿
24931  respectively.
24932 \end_layout
24933
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24942 \begin_inset Text
24943
24944 \begin_layout Plain Layout
24945 Result
24946 \end_layout
24947
24948 \end_inset
24949 </cell>
24950 </row>
24951 <row>
24952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956
24957 \backslash
24958 o
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24964 \begin_inset Text
24965
24966 \begin_layout Plain Layout
24967 \begin_inset Formula $\textrm{ø}$
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 </row>
24976 <row>
24977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 O
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992 \begin_inset Formula $\textrm{Ø}$
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 </row>
25001 <row>
25002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006
25007 \backslash
25008 l
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 \begin_inset Formula $\textrm{ł}$
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 <row>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 L
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042 \begin_inset Formula $\textrm{Ł}$
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \end_inset
25049 </cell>
25050 </row>
25051 <row>
25052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056 !
25057 \begin_inset space \hspace{}
25058 \length 0mm
25059 \end_inset
25060
25061 `
25062 \begin_inset space \textvisiblespace{}
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074 \begin_inset Formula $\textrm{!`}$
25075 \end_inset
25076
25077
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 </row>
25083 <row>
25084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088 ?
25089 \begin_inset space \hspace{}
25090 \length 0mm
25091 \end_inset
25092
25093 `
25094 \begin_inset space \textvisiblespace{}
25095 \end_inset
25096
25097
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106 \begin_inset Formula $\textrm{?`}$
25107 \end_inset
25108
25109
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 </row>
25115 <row>
25116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 j
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131 \begin_inset Formula $\textrm{ȷ}$
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 </row>
25140 </lyxtabular>
25141
25142 \end_inset
25143
25144
25145 \begin_inset space \hfill{}
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \begin_layout Standard
25152 The characters 
25153 \begin_inset Formula $\textrm{\textrm{Å}}$
25154 \end_inset
25155
25156  and 
25157 \begin_inset Formula $\textrm{\textrm{Ø}}$
25158 \end_inset
25159
25160  can also be inserted via the math toolbar button 
25161 \begin_inset Graphics
25162         filename ../images/math/digamma.png
25163         scale 85
25164
25165 \end_inset
25166
25167 .
25168 \end_layout
25169
25170 \begin_layout Standard
25171 An exception are the commands 
25172 \series bold
25173 !
25174 \begin_inset space \hspace{}
25175 \length 0mm
25176 \end_inset
25177
25178 `
25179 \series default
25180  and 
25181 \series bold
25182 ?
25183 \begin_inset space \hspace{}
25184 \length 0mm
25185 \end_inset
25186
25187 `
25188 \series default
25189 , because they can be inserted in LyX directly to text.
25190 \end_layout
25191
25192 \begin_layout Subsection
25193 Accents in Text
25194 \begin_inset CommandInset label
25195 LatexCommand label
25196 name "sub:Accents-in-Text"
25197
25198 \end_inset
25199
25200
25201 \begin_inset Index idx
25202 status collapsed
25203
25204 \begin_layout Plain Layout
25205 Accents ! in text
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \begin_layout Standard
25214 With the following commands all letters can be accented.
25215  The commands must be inserted in TeX-mode.
25216 \end_layout
25217
25218 \begin_layout Standard
25219 \begin_inset space \hfill{}
25220 \end_inset
25221
25222
25223 \begin_inset Tabular
25224 <lyxtabular version="3" rows="8" columns="2">
25225 <features rotate="0" tabularvalignment="middle">
25226 <column alignment="block" valignment="top">
25227 <column alignment="block" valignment="top">
25228 <row>
25229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233 Command
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 Result
25243 \end_layout
25244
25245 \end_inset
25246 </cell>
25247 </row>
25248 <row>
25249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253
25254 \backslash
25255
25256 \begin_inset Quotes grd
25257 \end_inset
25258
25259 e
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268 \begin_inset ERT
25269 status collapsed
25270
25271 \begin_layout Plain Layout
25272
25273
25274 \backslash
25275 "e
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 </row>
25286 <row>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 `e
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25299 \begin_inset Text
25300
25301 \begin_layout Plain Layout
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 `e
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 <row>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 ^
25328 \begin_inset space \textvisiblespace{}
25329 \end_inset
25330
25331 e
25332 \end_layout
25333
25334 \end_inset
25335 </cell>
25336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25337 \begin_inset Text
25338
25339 \begin_layout Plain Layout
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344
25345
25346 \backslash
25347 ^e
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 </row>
25358 <row>
25359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 =e
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 \begin_inset ERT
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378
25379
25380 \backslash
25381 =e
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 </row>
25392 <row>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \backslash
25399 u
25400 \begin_inset space \textvisiblespace{}
25401 \end_inset
25402
25403 e
25404 \end_layout
25405
25406 \end_inset
25407 </cell>
25408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 \begin_inset ERT
25413 status collapsed
25414
25415 \begin_layout Plain Layout
25416
25417
25418 \backslash
25419 u e
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 </row>
25430 <row>
25431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25432 \begin_inset Text
25433
25434 \begin_layout Plain Layout
25435
25436 \backslash
25437 b
25438 \begin_inset space \textvisiblespace{}
25439 \end_inset
25440
25441 e
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450 \begin_inset ERT
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454
25455
25456 \backslash
25457 b e
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \end_inset
25466 </cell>
25467 </row>
25468 <row>
25469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25470 \begin_inset Text
25471
25472 \begin_layout Plain Layout
25473
25474 \backslash
25475 t
25476 \begin_inset space \textvisiblespace{}
25477 \end_inset
25478
25479 ee
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488 \begin_inset ERT
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492
25493
25494 \backslash
25495 t ee
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 </row>
25506 </lyxtabular>
25507
25508 \end_inset
25509
25510
25511 \begin_inset space \hfill{}
25512 \end_inset
25513
25514
25515 \begin_inset Tabular
25516 <lyxtabular version="3" rows="8" columns="2">
25517 <features rotate="0" tabularvalignment="middle">
25518 <column alignment="block" valignment="top">
25519 <column alignment="center" valignment="top">
25520 <row>
25521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 Command
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534 Result
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 </row>
25540 <row>
25541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25542 \begin_inset Text
25543
25544 \begin_layout Plain Layout
25545
25546 \backslash
25547 H
25548 \begin_inset space \textvisiblespace{}
25549 \end_inset
25550
25551 e
25552 \end_layout
25553
25554 \end_inset
25555 </cell>
25556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567 H e
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \end_inset
25576 </cell>
25577 </row>
25578 <row>
25579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25580 \begin_inset Text
25581
25582 \begin_layout Plain Layout
25583
25584 \backslash
25585 'e
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset ERT
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598
25599
25600 \backslash
25601 'e
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 <row>
25613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617
25618 \backslash
25619 ~e
25620 \begin_inset Index idx
25621 status collapsed
25622
25623 \begin_layout Plain Layout
25624 Tilde
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25635 \begin_inset Text
25636
25637 \begin_layout Plain Layout
25638 \begin_inset ERT
25639 status collapsed
25640
25641 \begin_layout Plain Layout
25642
25643
25644 \backslash
25645 ~e
25646 \end_layout
25647
25648 \end_inset
25649
25650
25651 \end_layout
25652
25653 \end_inset
25654 </cell>
25655 </row>
25656 <row>
25657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661
25662 \backslash
25663 .e
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 \begin_inset ERT
25673 status collapsed
25674
25675 \begin_layout Plain Layout
25676
25677
25678 \backslash
25679 .e
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 <row>
25691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25692 \begin_inset Text
25693
25694 \begin_layout Plain Layout
25695
25696 \backslash
25697 v
25698 \begin_inset space \textvisiblespace{}
25699 \end_inset
25700
25701 e
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710 \begin_inset ERT
25711 status collapsed
25712
25713 \begin_layout Plain Layout
25714
25715
25716 \backslash
25717 v e
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 </row>
25728 <row>
25729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25730 \begin_inset Text
25731
25732 \begin_layout Plain Layout
25733
25734 \backslash
25735 d
25736 \begin_inset space \textvisiblespace{}
25737 \end_inset
25738
25739 e
25740 \end_layout
25741
25742 \end_inset
25743 </cell>
25744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25745 \begin_inset Text
25746
25747 \begin_layout Plain Layout
25748 \begin_inset ERT
25749 status collapsed
25750
25751 \begin_layout Plain Layout
25752
25753
25754 \backslash
25755 d e
25756 \end_layout
25757
25758 \end_inset
25759
25760
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771
25772 \backslash
25773 c
25774 \begin_inset space \textvisiblespace{}
25775 \end_inset
25776
25777 e
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786 \begin_inset ERT
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790
25791
25792 \backslash
25793 c e
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 </lyxtabular>
25805
25806 \end_inset
25807
25808
25809 \begin_inset space \hfill{}
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Standard
25816 \begin_inset VSpace medskip
25817 \end_inset
25818
25819 With the command 
25820 \series bold
25821
25822 \backslash
25823 t
25824 \series default
25825  also two different characters can be accented.
25826  The command 
25827 \series bold
25828
25829 \backslash
25830 t
25831 \begin_inset space \textvisiblespace{}
25832 \end_inset
25833
25834 sz
25835 \series default
25836  creates: 
25837 \begin_inset ERT
25838 status collapsed
25839
25840 \begin_layout Plain Layout
25841
25842
25843 \backslash
25844 t sz
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Standard
25853 The accents 
25854 \series bold
25855 `
25856 \series default
25857  , 
25858 \series bold
25859 '
25860 \series default
25861  and 
25862 \series bold
25863 ^
25864 \series default
25865  can in combination with vowels directly be inserted with the keyboard without
25866  using TeX-mode.
25867  The same applies for the tilde
25868 \begin_inset Foot
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872 This only applies for keyboards where the tilde is defined as accent.
25873 \end_layout
25874
25875 \end_inset
25876
25877  
25878 \series bold
25879 ~
25880 \series default
25881  in combination with 
25882 \emph on
25883 a
25884 \emph default
25885  , 
25886 \emph on
25887 n
25888 \emph default
25889  , or 
25890 \emph on
25891 o
25892 \emph default
25893 .
25894 \end_layout
25895
25896 \begin_layout Standard
25897 The commands 
25898 \series bold
25899
25900 \backslash
25901 b
25902 \series default
25903  , 
25904 \series bold
25905
25906 \backslash
25907 c
25908 \series default
25909  , 
25910 \series bold
25911
25912 \backslash
25913 d
25914 \series default
25915  , 
25916 \series bold
25917
25918 \backslash
25919 H
25920 \series default
25921  , 
25922 \series bold
25923
25924 \backslash
25925 t
25926 \series default
25927  , 
25928 \series bold
25929
25930 \backslash
25931 u
25932 \series default
25933  , 
25934 \series bold
25935
25936 \backslash
25937 v
25938 \series default
25939  and accents that are inserted directly with the keyboard are also available
25940  in mathematical text.
25941  For the other accents there are special math commands to be used in formulas,
25942  see 
25943 \begin_inset CommandInset ref
25944 LatexCommand ref
25945 reference "sub:Accents-for-one"
25946
25947 \end_inset
25948
25949 .
25950 \end_layout
25951
25952 \begin_layout Standard
25953 \begin_inset VSpace bigskip
25954 \end_inset
25955
25956 Furthermore, with the command 
25957 \series bold
25958
25959 \backslash
25960 textcircled
25961 \series default
25962
25963 \begin_inset Index idx
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967 Commands ! T ! 
25968 \backslash
25969 textcircled
25970 \end_layout
25971
25972 \end_inset
25973
25974  all numbers and letters can be set into a circle, quasi accented with a
25975  circle, similar to the copyright symbol.
25976 \end_layout
25977
25978 \begin_layout Standard
25979 \align center
25980 \begin_inset Tabular
25981 <lyxtabular version="3" rows="3" columns="2">
25982 <features rotate="0" tabularvalignment="middle">
25983 <column alignment="center" valignment="top">
25984 <column alignment="center" valignment="top">
25985 <row>
25986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 Command
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 Result
26000 \begin_inset Note Note
26001 status collapsed
26002
26003 \begin_layout Plain Layout
26004
26005 \series bold
26006
26007 \backslash
26008 raisebox
26009 \series default
26010  is only used as spacer.
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 </row>
26021 <row>
26022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26023 \begin_inset Text
26024
26025 \begin_layout Plain Layout
26026
26027 \backslash
26028 textcircled{w}
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 textcircled{w}
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 Large 
26063 \backslash
26064 textcircled{
26065 \backslash
26066 normalsize
26067 \backslash
26068 protect
26069 \backslash
26070 raisebox{-1.5pt}{W}}
26071 \end_layout
26072
26073 \end_inset
26074 </cell>
26075 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079 \begin_inset Formula $\raisebox{4.5mm}{}$
26080 \end_inset
26081
26082
26083 \begin_inset ERT
26084 status collapsed
26085
26086 \begin_layout Plain Layout
26087
26088
26089 \backslash
26090 Large 
26091 \backslash
26092 textcircled{
26093 \backslash
26094 normalsize
26095 \backslash
26096 protect
26097 \backslash
26098 raisebox{-1.5pt}W}
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \begin_inset Formula $\raisebox{-2mm}{}$
26105 \end_inset
26106
26107
26108 \end_layout
26109
26110 \end_inset
26111 </cell>
26112 </row>
26113 </lyxtabular>
26114
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \begin_layout Standard
26121 One has to take care that the character fits in the circle.
26122  
26123 \series bold
26124
26125 \backslash
26126 Large
26127 \series default
26128
26129 \begin_inset Foot
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133 see 
26134 \begin_inset CommandInset ref
26135 LatexCommand ref
26136 reference "sub:Font-Sizes"
26137
26138 \end_inset
26139
26140
26141 \end_layout
26142
26143 \end_inset
26144
26145  specifies thereby the size of the circle.
26146  With the help of 
26147 \series bold
26148
26149 \backslash
26150 raisebox
26151 \series default
26152
26153 \begin_inset Foot
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157 see 
26158 \begin_inset CommandInset ref
26159 LatexCommand ref
26160 reference "sub:Boxes-without-Frame"
26161
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168
26169  the character can be centered.
26170 \end_layout
26171
26172 \begin_layout Subsection
26173 Old-style Figures
26174 \begin_inset Index idx
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178 Old-style Figures
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 Old-style figures (also known as old-style numerals) are created with the
26188  command 
26189 \series bold
26190
26191 \backslash
26192 oldstylenums
26193 \series default
26194
26195 \begin_inset Index idx
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 Commands ! O ! 
26200 \backslash
26201 oldstylenums
26202 \end_layout
26203
26204 \end_inset
26205
26206 .
26207  The command can be used in formulas and in TeX-mode.
26208  The command scheme is:
26209 \end_layout
26210
26211 \begin_layout Standard
26212
26213 \series bold
26214
26215 \backslash
26216 oldstylenums{number}
26217 \end_layout
26218
26219 \begin_layout Standard
26220 The command 
26221 \series bold
26222
26223 \backslash
26224 oldstylenums{0123456789
26225 \series default
26226  produces: 
26227 \begin_inset Formula $\oldstylenums{0123456789}$
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \begin_layout Section
26234 Formula Styles
26235 \begin_inset CommandInset label
26236 LatexCommand label
26237 name "sec:Formula-Styles"
26238
26239 \end_inset
26240
26241
26242 \begin_inset Index idx
26243 status collapsed
26244
26245 \begin_layout Plain Layout
26246 Formula ! styles
26247 \end_layout
26248
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \begin_layout Itemize
26255 There are two different alignment styles:
26256 \end_layout
26257
26258 \begin_deeper
26259 \begin_layout Description
26260 Centered is the predefined standard
26261 \end_layout
26262
26263 \begin_layout Description
26264 Indented for this the option 
26265 \series bold
26266 fleqn
26267 \series default
26268  must be inserted in the menu 
26269 \family sans
26270 Document\SpecialChar \menuseparator
26271 Settings
26272 \family default
26273  under 
26274 \family sans
26275 Document
26276 \begin_inset space ~
26277 \end_inset
26278
26279 Class
26280 \end_layout
26281
26282 \begin_layout Standard
26283 When 
26284 \series bold
26285 Indented
26286 \series default
26287  is used, the indentation can be adjusted with the length 
26288 \series bold
26289
26290 \backslash
26291 mathindent
26292 \series default
26293
26294 \begin_inset Index idx
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298 Commands ! M ! 
26299 \backslash
26300 mathindent
26301 \end_layout
26302
26303 \end_inset
26304
26305 .
26306  Should the distance be 15
26307 \begin_inset space \thinspace{}
26308 \end_inset
26309
26310 mm, the following command line is inserted in the LaTeX-preamble
26311 \end_layout
26312
26313 \begin_layout Standard
26314
26315 \series bold
26316
26317 \backslash
26318 setlength{
26319 \backslash
26320 mathindent}{15mm}
26321 \end_layout
26322
26323 \begin_layout Standard
26324 When no length is specified, the predefined value of 30
26325 \begin_inset space \thinspace{}
26326 \end_inset
26327
26328 pt will be used.
26329 \end_layout
26330
26331 \end_deeper
26332 \begin_layout Itemize
26333 And two different numbering styles:
26334 \end_layout
26335
26336 \begin_deeper
26337 \begin_layout Description
26338 Right is the predefined standard
26339 \end_layout
26340
26341 \begin_layout Description
26342 Left for this the option 
26343 \series bold
26344 leqno
26345 \series default
26346  must be inserted in the menu 
26347 \family sans
26348 Document\SpecialChar \menuseparator
26349 Settings
26350 \family default
26351  under 
26352 \family sans
26353 Document
26354 \begin_inset space ~
26355 \end_inset
26356
26357 Class
26358 \end_layout
26359
26360 \end_deeper
26361 \begin_layout Standard
26362
26363 \series bold
26364 fleqn
26365 \series default
26366  and 
26367 \series bold
26368 leqno
26369 \series default
26370  can also be used together.
26371  In this case both options are inserted, separated by a comma.
26372 \end_layout
26373
26374 \begin_layout Standard
26375 The chosen styles are used for all displayed formulas of the document.
26376  When both, centered and indented formulas should be created in a document,
26377  the style 
26378 \series bold
26379 Centered
26380 \series default
26381  is used.
26382  The indented formulas are then set in a flalign environment, see 
26383 \begin_inset CommandInset ref
26384 LatexCommand ref
26385 reference "sub:Flalign-Environment"
26386
26387 \end_inset
26388
26389 .
26390 \end_layout
26391
26392 \begin_layout Section
26393 Multiline Formulas
26394 \begin_inset CommandInset label
26395 LatexCommand label
26396 name "sec:Multiline-Formulas"
26397
26398 \end_inset
26399
26400
26401 \begin_inset Index idx
26402 status collapsed
26403
26404 \begin_layout Plain Layout
26405 Formula ! multiline
26406 \end_layout
26407
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \begin_layout Subsection
26414 General
26415 \end_layout
26416
26417 \begin_layout Standard
26418 In LyX multiline formulas are created by pressing 
26419 \series bold
26420
26421 \begin_inset Info
26422 type  "shortcut"
26423 arg   "newline-insert newline"
26424 \end_inset
26425
26426
26427 \series default
26428  inside a formula.
26429  This creates either an 
26430 \series bold
26431 eqnarray environment
26432 \series default
26433  that is described in 
26434 \begin_inset CommandInset ref
26435 LatexCommand ref
26436 reference "sub:Eqnarray-Environment"
26437
26438 \end_inset
26439
26440  or, when the option 
26441 \family sans
26442 Use AMS math package
26443 \family default
26444  in the document settings is selected, an 
26445 \series bold
26446 align environment
26447 \series default
26448  that is described in 
26449 \begin_inset CommandInset ref
26450 LatexCommand ref
26451 reference "sub:Standard-align-Environment"
26452
26453 \end_inset
26454
26455 .
26456  The align environment is recommended because it provides in any case a
26457  typographically correct output.
26458 \end_layout
26459
26460 \begin_layout Standard
26461 There are other multiline formula environments that can be created via the
26462  menu 
26463 \family sans
26464 Insert\SpecialChar \menuseparator
26465 Math
26466 \family default
26467 .
26468  These environments are described in the following sections.
26469 \end_layout
26470
26471 \begin_layout Standard
26472 In all multiline formula environments a new line is created by pressing
26473  
26474 \begin_inset Info
26475 type  "shortcut"
26476 arg   "newline-insert newline"
26477 \end_inset
26478
26479 .
26480  To add or delete lines, the math toolbar buttons 
26481 \begin_inset Graphics
26482         filename ../images/tabular-feature_append-row.png
26483         scale 85
26484
26485 \end_inset
26486
26487  or 
26488 \begin_inset Graphics
26489         filename ../images/tabular-feature_delete-row.png
26490         scale 85
26491
26492 \end_inset
26493
26494 , respectively, or the menu 
26495 \family sans
26496 Edit\SpecialChar \menuseparator
26497 Rows & Columns
26498 \family default
26499  can be used.
26500 \end_layout
26501
26502 \begin_layout Subsubsection
26503 Line Separation
26504 \begin_inset CommandInset label
26505 LatexCommand label
26506 name "sub:Line-Separation"
26507
26508 \end_inset
26509
26510
26511 \begin_inset Index idx
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515 Formula ! multiline ! Line separation
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Standard
26524 There is sometimes not enough space in multiline formulas between the lines:
26525 \begin_inset Formula 
26526 \begin{eqnarray*}
26527 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}\\
26528 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
26529 \end{eqnarray*}
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Standard
26537 In LaTeX additional line space is specified as optional argument of the
26538  new line command.
26539  This is not yet possible in LyX
26540 \begin_inset Foot
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544 see 
26545 \begin_inset CommandInset href
26546 LatexCommand href
26547 name "LyX-bug #1505"
26548 target "http://www.lyx.org/trac/ticket/1505"
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \end_inset
26556
26557 , therefore the whole formula must be inserted in TeX-mode.
26558  To add in our example space, the command 
26559 \series bold
26560
26561 \backslash
26562
26563 \backslash
26564 [3mm]
26565 \series default
26566  is inserted at the end of the first line.
26567  One gets: 
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 begin{eqnarray*}
26576 \end_layout
26577
26578 \begin_layout Plain Layout
26579
26580 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26581  = & 
26582 \backslash
26583 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26584 \backslash
26585
26586 \backslash
26587 [3mm]
26588 \end_layout
26589
26590 \begin_layout Plain Layout
26591
26592 4x^{2}
26593 \backslash
26594 left(B^{2}+x_{0}^{2}
26595 \backslash
26596 right)+4x_{0}x
26597 \backslash
26598 left(D-B^{2}
26599 \backslash
26600 right)+B^{2}
26601 \backslash
26602 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26603 \backslash
26604 right) & = & 0
26605 \end_layout
26606
26607 \begin_layout Plain Layout
26608
26609
26610 \backslash
26611 end{eqnarray*}
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620 \begin_inset VSpace bigskip
26621 \end_inset
26622
26623 To set the line separation for all lines in a formula, the length 
26624 \series bold
26625
26626 \backslash
26627 jot
26628 \series default
26629
26630 \begin_inset Index idx
26631 status collapsed
26632
26633 \begin_layout Plain Layout
26634 Commands ! J ! 
26635 \backslash
26636 jot
26637 \end_layout
26638
26639 \end_inset
26640
26641  is changed.
26642  The definition is: 
26643 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
26644 \end_inset
26645
26646 .
26647  Predefined for 
26648 \series bold
26649
26650 \backslash
26651 jot
26652 \series default
26653  is the value 3
26654 \begin_inset space \thinspace{}
26655 \end_inset
26656
26657 pt.
26658  To create 3
26659 \begin_inset space \thinspace{}
26660 \end_inset
26661
26662 mm additional line separation as in the previous example, the command
26663 \end_layout
26664
26665 \begin_layout Standard
26666
26667 \series bold
26668
26669 \backslash
26670 setlength{
26671 \backslash
26672 jot}{3mm+3pt}
26673 \end_layout
26674
26675 \begin_layout Standard
26676 is inserted in TeX-mode before the formula.
26677  This requires that the LaTeX-package 
26678 \series bold
26679 calc
26680 \series default
26681
26682 \begin_inset Foot
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686
26687 \series bold
26688 calc
26689 \series default
26690  is part of every LaTeX standard installation.
26691 \end_layout
26692
26693 \end_inset
26694
26695
26696 \begin_inset Index idx
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700 Packages ! calc
26701 \end_layout
26702
26703 \end_inset
26704
26705  was loaded in LaTeX-preamble with the line
26706 \end_layout
26707
26708 \begin_layout Standard
26709
26710 \series bold
26711
26712 \backslash
26713 usepackage{calc}
26714 \end_layout
26715
26716 \begin_layout Standard
26717 One gets: 
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 setlength{
26726 \backslash
26727 jot}{3mm+3pt}
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \begin_inset Formula 
26734 \begin{eqnarray*}
26735 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}\\
26736 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
26737 \end{eqnarray*}
26738
26739 \end_inset
26740
26741
26742 \end_layout
26743
26744 \begin_layout Standard
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750
26751 \backslash
26752 setlength{
26753 \backslash
26754 jot}{3pt}
26755 \end_layout
26756
26757 \end_inset
26758
26759  To get back to the predefined distance, 
26760 \series bold
26761
26762 \backslash
26763 jot
26764 \series default
26765  is set to the value 3
26766 \begin_inset space \thinspace{}
26767 \end_inset
26768
26769 pt.
26770 \end_layout
26771
26772 \begin_layout Subsubsection
26773 Column Separation
26774 \begin_inset CommandInset label
26775 LatexCommand label
26776 name "sub:Column-Separation"
26777
26778 \end_inset
26779
26780
26781 \begin_inset Index idx
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785 Formula ! multiline ! Column separation
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \begin_layout Standard
26794 Multiline formulas form a matrix.
26795  A formula in the eqnarray environment is for example a matrix with three
26796  columns.
26797  By changing the column separation in this environment, the space beside
26798  the relation sign can be changed.
26799 \end_layout
26800
26801 \begin_layout Standard
26802 The column separation is specified with the length 
26803 \series bold
26804
26805 \backslash
26806 arraycolsep
26807 \series default
26808
26809 \begin_inset Index idx
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 Commands ! A ! 
26814 \backslash
26815 arraycolsep
26816 \end_layout
26817
26818 \end_inset
26819
26820  according to:
26821 \begin_inset Newline newline
26822 \end_inset
26823
26824 column separation = 2
26825 \begin_inset space \thinspace{}
26826 \end_inset
26827
26828
26829 \series bold
26830
26831 \backslash
26832 arraycolsep
26833 \series default
26834
26835 \begin_inset Newline newline
26836 \end_inset
26837
26838 Thus, the command
26839 \end_layout
26840
26841 \begin_layout Standard
26842
26843 \series bold
26844
26845 \backslash
26846 setlength{
26847 \backslash
26848 arraycolsep}{1cm}
26849 \end_layout
26850
26851 \begin_layout Standard
26852 inserted in TeX-mode, sets for all following formulas a column separation
26853  of 2
26854 \begin_inset space \thinspace{}
26855 \end_inset
26856
26857 cm.
26858  To get back to the predefined distance, 
26859 \series bold
26860
26861 \backslash
26862 arraycolsep
26863 \series default
26864  is set to 5
26865 \begin_inset space \thinspace{}
26866 \end_inset
26867
26868 pt.
26869 \end_layout
26870
26871 \begin_layout Standard
26872 A formula with 2
26873 \begin_inset space \thinspace{}
26874 \end_inset
26875
26876 cm column separation:
26877 \begin_inset ERT
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881
26882
26883 \backslash
26884 setlength{
26885 \backslash
26886 arraycolsep}{1cm}
26887 \end_layout
26888
26889 \end_inset
26890
26891
26892 \begin_inset Formula 
26893 \begin{eqnarray*}
26894 A & = & B\\
26895 C & \ne & A
26896 \end{eqnarray*}
26897
26898 \end_inset
26899
26900 A formula with the predefined column separation for matrices of 10
26901 \begin_inset space \thinspace{}
26902 \end_inset
26903
26904 pt:
26905 \begin_inset ERT
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909
26910
26911 \backslash
26912 setlength{
26913 \backslash
26914 arraycolsep}{5pt}
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \begin_inset Formula 
26921 \begin{eqnarray*}
26922 A & = & B\\
26923 C & \ne & A
26924 \end{eqnarray*}
26925
26926 \end_inset
26927
26928
26929 \end_layout
26930
26931 \begin_layout Subsubsection
26932 Long Formulas
26933 \begin_inset Index idx
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937 Formula ! long
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Standard
26946 Long formulas can be typeset using these methods:
26947 \end_layout
26948
26949 \begin_layout Itemize
26950 When one side of the equation is much shorter than the line width, this
26951  one is chosen for the left side and the right side is typeset over two
26952  lines:
26953 \begin_inset Formula 
26954 \begin{eqnarray}
26955 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 \\
26956  &  & -\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}
26957 \end{eqnarray}
26958
26959 \end_inset
26960
26961 The minus sign at the beginning of the second line does normally not appear
26962  as an operator because it is the first character of the line.
26963  Thus it would not be surrounded by space and could not be distinguished
26964  from the fraction bar.
26965  To avoid this, 3
26966 \begin_inset space \thinspace{}
26967 \end_inset
26968
26969 pt space was inserted behind the minus sign with the command 
26970 \series bold
26971
26972 \backslash
26973 hspace
26974 \series default
26975 .
26976 \begin_inset Foot
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 for more about 
26981 \series bold
26982
26983 \backslash
26984 hspace
26985 \series default
26986  see 
26987 \begin_inset CommandInset ref
26988 LatexCommand ref
26989 reference "sub:Variable-Space"
26990
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \begin_inset Index idx
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003 Commands ! H ! 
27004 \backslash
27005 hspace
27006 \end_layout
27007
27008 \end_inset
27009
27010
27011 \end_layout
27012
27013 \begin_layout Itemize
27014 When both sides of the equation are too long, the command 
27015 \series bold
27016
27017 \backslash
27018 lefteqn
27019 \series default
27020
27021 \begin_inset Index idx
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 Commands ! L ! 
27026 \backslash
27027 lefteqn
27028 \end_layout
27029
27030 \end_inset
27031
27032  is used.
27033  It is inserted in the first column of the first line and causes all further
27034  insertions to overwrite the following columns:
27035 \begin_inset Formula 
27036 \begin{eqnarray}
27037 \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 \\
27038  &  & -\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 \\
27039  &  & =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}
27040 \end{eqnarray}
27041
27042 \end_inset
27043
27044 After the insertion of 
27045 \series bold
27046
27047 \backslash
27048 lefteqn
27049 \series default
27050 , the cursor is in a purple box that is a bit shifted to the left from the
27051  blue one.
27052  In this the formula is inserted.
27053 \begin_inset Newline newline
27054 \end_inset
27055
27056 The content of the further lines is inserted to the second or another formula
27057  column.
27058  The greater the column number where it was inserted, the larger the indentation.
27059 \begin_inset VSpace medskip
27060 \end_inset
27061
27062
27063 \begin_inset Newline newline
27064 \end_inset
27065
27066
27067 \begin_inset Note Greyedout
27068 status open
27069
27070 \begin_layout Plain Layout
27071 Note the following when using 
27072 \series bold
27073
27074 \backslash
27075 lefteqn
27076 \series default
27077 :
27078 \end_layout
27079
27080 \begin_layout Itemize
27081 The formula doesn't use the full page width.
27082  When e.
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 g.
27087 \begin_inset space \space{}
27088 \end_inset
27089
27090 the term 
27091 \begin_inset Formula $-B^{2}$
27092 \end_inset
27093
27094  is added to the first line in the above example, it would have been outside
27095  the page margin.
27096  To better use the width, negative space can be inserted at the beginning
27097  of the first line.
27098 \end_layout
27099
27100 \begin_layout Itemize
27101 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27102  line.
27103 \begin_inset Foot
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107 \begin_inset CommandInset href
27108 LatexCommand href
27109 name "LyX-bug #1429"
27110 target "http://www.lyx.org/trac/ticket/1429"
27111
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \end_inset
27118
27119  One can only set the cursor at the beginning of the line and move it with
27120  the arrow keys.
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Itemize
27129 Other methods to set long formulas are offered by the environments described
27130  in 
27131 \begin_inset CommandInset ref
27132 LatexCommand ref
27133 reference "sub:Multline-Environment"
27134
27135 \end_inset
27136
27137  and 
27138 \begin_inset CommandInset ref
27139 LatexCommand ref
27140 reference "sub:Multiline-Formula-Parts"
27141
27142 \end_inset
27143
27144 .
27145 \end_layout
27146
27147 \begin_layout Subsubsection
27148 Multiline Brackets
27149 \begin_inset CommandInset label
27150 LatexCommand label
27151 name "sub:Multiline-Brackets"
27152
27153 \end_inset
27154
27155
27156 \begin_inset Index idx
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160 Brackets ! for multiline expressions
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \begin_layout Standard
27169 For brackets spanning multiple lines the following problem occurs:
27170 \begin_inset Formula 
27171 \begin{eqnarray*}
27172 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27173  &  & \left.\cdots+B-D\right]
27174 \end{eqnarray*}
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \begin_layout Standard
27182 The closing bracket is smaller than the opening bracket because brackets
27183  with variable size may not span multiple lines.
27184 \end_layout
27185
27186 \begin_layout Standard
27187 To set the bracket size for the second line correctly, the first line is
27188  ended with 
27189 \series bold
27190
27191 \backslash
27192 right.
27193 \series default
27194
27195 \begin_inset Index idx
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199 Commands ! R ! 
27200 \backslash
27201 right
27202 \end_layout
27203
27204 \end_inset
27205
27206  and the second line with 
27207 \series bold
27208
27209 \backslash
27210 left.
27211 \begin_inset Foot
27212 status collapsed
27213
27214 \begin_layout Plain Layout
27215 for more about 
27216 \series bold
27217
27218 \backslash
27219 left
27220 \series default
27221  and 
27222 \series bold
27223
27224 \backslash
27225 right
27226 \series default
27227  see 
27228 \begin_inset CommandInset ref
27229 LatexCommand ref
27230 reference "sub:Automatic-Bracket-Size"
27231
27232 \end_inset
27233
27234
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \series default
27241
27242 \begin_inset Index idx
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Commands ! L ! 
27247 \backslash
27248 left
27249 \end_layout
27250
27251 \end_inset
27252
27253 .
27254  After 
27255 \series bold
27256
27257 \backslash
27258 left.
27259
27260 \series default
27261  the command 
27262 \series bold
27263
27264 \backslash
27265 vphantom
27266 \series default
27267
27268 \begin_inset space \textvisiblespace{}
27269 \end_inset
27270
27271
27272 \series bold
27273
27274 \backslash
27275 prod
27276 \series default
27277 ^
27278 \begin_inset space \textvisiblespace{}
27279 \end_inset
27280
27281
27282 \series bold
27283
27284 \backslash
27285 infty
27286 \series default
27287
27288 \begin_inset space \textvisiblespace{}
27289 \end_inset
27290
27291
27292 \series bold
27293
27294 \begin_inset Formula $\downarrow$
27295 \end_inset
27296
27297 _R=1}
27298 \series default
27299
27300 \begin_inset Index idx
27301 status collapsed
27302
27303 \begin_layout Plain Layout
27304 Commands ! V ! 
27305 \backslash
27306 vphantom
27307 \end_layout
27308
27309 \end_inset
27310
27311  is inserted, because the multiplication operator with its limits is the
27312  largest symbol in the first line and this should be the size for the bracket
27313  in the second line.
27314 \end_layout
27315
27316 \begin_layout Standard
27317 The result is this:
27318 \begin_inset Formula 
27319 \begin{eqnarray*}
27320 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27321  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27322 \end{eqnarray*}
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Subsection
27330 Align Environments
27331 \end_layout
27332
27333 \begin_layout Standard
27334 Align environments can be used for every kind of multiline formulas.
27335  They are especially useful to set several formulas side by side.
27336 \end_layout
27337
27338 \begin_layout Standard
27339 Align environments consist of columns.
27340  The odd columns are right aligned, the even ones left aligned.
27341  Every line in an Align environment can be numbered.
27342 \end_layout
27343
27344 \begin_layout Standard
27345 Align environments are created via the menu 
27346 \family sans
27347 Insert\SpecialChar \menuseparator
27348 Math
27349 \family default
27350 .
27351  With the menu 
27352 \family sans
27353 Edit\SpecialChar \menuseparator
27354 Math\SpecialChar \menuseparator
27355 Change Formula Type
27356 \family default
27357  already existing formulas can be converted to Align environments.
27358 \end_layout
27359
27360 \begin_layout Standard
27361 To add or delete columns, the math toolbar buttons 
27362 \begin_inset Graphics
27363         filename ../images/tabular-feature_append-column.png
27364         scale 85
27365
27366 \end_inset
27367
27368  or 
27369 \begin_inset Graphics
27370         filename ../images/tabular-feature_delete-column.png
27371         scale 85
27372
27373 \end_inset
27374
27375 , respectively, or the menu 
27376 \family sans
27377 Edit\SpecialChar \menuseparator
27378 Rows & Columns
27379 \family default
27380  can be used.
27381 \end_layout
27382
27383 \begin_layout Subsubsection
27384 Standard align Environment
27385 \begin_inset CommandInset label
27386 LatexCommand label
27387 name "sub:Standard-align-Environment"
27388
27389 \end_inset
27390
27391
27392 \begin_inset Index idx
27393 status collapsed
27394
27395 \begin_layout Plain Layout
27396 Formula ! multiline ! align environment
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Standard
27405 This Align environment is created by pressing 
27406 \begin_inset Info
27407 type  "shortcut"
27408 arg   "newline-insert newline"
27409 \end_inset
27410
27411  in a formula or by the menu 
27412 \family sans
27413 Insert\SpecialChar \menuseparator
27414 Math\SpecialChar \menuseparator
27415 AMS align Environment
27416 \family default
27417 .
27418 \end_layout
27419
27420 \begin_layout Standard
27421 An example for two formulas set side by side, that are created with a four
27422  column align environment:
27423 \begin_inset Formula 
27424 \begin{align*}
27425 A & =\sin(B) & C & =D\\
27426 C & \ne A & B & \ne D
27427 \end{align*}
27428
27429 \end_inset
27430
27431 As it can be seen, the formulas in this environment are placed so as if
27432  there would be a 
27433 \series bold
27434
27435 \backslash
27436 hfill
27437 \begin_inset Foot
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441 more about 
27442 \series bold
27443
27444 \backslash
27445 hfill
27446 \series default
27447  see 
27448 \begin_inset CommandInset ref
27449 LatexCommand ref
27450 reference "sub:Variable-Space"
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \series default
27461  before the first and after every even column.
27462  When the formula style 
27463 \series bold
27464 Indented
27465 \begin_inset Foot
27466 status collapsed
27467
27468 \begin_layout Plain Layout
27469 formula styles see 
27470 \begin_inset CommandInset ref
27471 LatexCommand ref
27472 reference "sec:Formula-Styles"
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \end_inset
27480
27481
27482 \series default
27483  is used, the formula is set without the 
27484 \series bold
27485
27486 \backslash
27487 hfill
27488 \series default
27489  before the first column.
27490 \end_layout
27491
27492 \begin_layout Subsubsection
27493 Alignat Environment
27494 \begin_inset Index idx
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498 Formula ! multiline ! alignat environment
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Standard
27507 The alignat environment has no predefined column separation.
27508  It can be inserted manually with the spaces that are described 
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "sub:Space"
27512
27513 \end_inset
27514
27515 .
27516 \end_layout
27517
27518 \begin_layout Standard
27519 The above example in the alignat environment where 1
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 cm space was inserted at the beginning of the second formula:
27524 \begin_inset Formula 
27525 \begin{alignat*}{2}
27526 A & =\sin(B) & \hspace{1cm}C & =D\\
27527 C & \ne A & B & \ne D
27528 \end{alignat*}
27529
27530 \end_inset
27531
27532 Because the column separation can be set separately for every column, this
27533  environment is especially suitable to set three and more formulas side
27534  by side.
27535 \end_layout
27536
27537 \begin_layout Subsubsection
27538 Flalign Environment
27539 \begin_inset CommandInset label
27540 LatexCommand label
27541 name "sub:Flalign-Environment"
27542
27543 \end_inset
27544
27545
27546 \begin_inset Index idx
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 Formula ! multiline ! flalign environment
27551 \end_layout
27552
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \begin_layout Standard
27559 In this environment the first two columns are always set as much as possible
27560  to the left and the last two ones to the right.
27561  An example:
27562 \begin_inset Formula 
27563 \begin{flalign*}
27564 A & =1 & B & =2 & C & =3\\
27565 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27566 \end{flalign*}
27567
27568 \end_inset
27569
27570
27571 \end_layout
27572
27573 \begin_layout Standard
27574 By creating a flalign environment with an odd number of columns where an
27575  empty TeX-brace is inserted to the last column, several formulas in a document
27576  can be set to the left, although the formula style 
27577 \series bold
27578 Centered
27579 \series default
27580  is used.
27581  As example the indented formula 
27582 \begin_inset CommandInset ref
27583 LatexCommand eqref
27584 reference "eq:VolInt"
27585
27586 \end_inset
27587
27588 :
27589 \begin_inset Formula 
27590 \begin{flalign}
27591 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27592 \end{flalign}
27593
27594 \end_inset
27595
27596 The first two columns contain the formula.
27597  To indent it as with the formula style 
27598 \series bold
27599 Indented
27600 \series default
27601 , 30
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 pt space was inserted at the beginning of the first column.
27606 \end_layout
27607
27608 \begin_layout Subsection
27609 Eqnarray Environment
27610 \begin_inset CommandInset label
27611 LatexCommand label
27612 name "sub:Eqnarray-Environment"
27613
27614 \end_inset
27615
27616
27617 \begin_inset Index idx
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621 Formula ! multiline ! eqnarray environment
27622 \end_layout
27623
27624 \end_inset
27625
27626
27627 \end_layout
27628
27629 \begin_layout Standard
27630 When this environment has been created, three blue boxes appear.
27631  The content of the first box is right aligned, the content of the last
27632  one left aligned.
27633  The content of the middle box appears centered and a bit smaller, because
27634  it is designed to insert there only relation characters.
27635 \begin_inset Formula 
27636 \begin{eqnarray*}
27637 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27638 AB & AB & AB\\
27639 A & = & A
27640 \end{eqnarray*}
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Subsection
27648 Gather Environment
27649 \begin_inset Index idx
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 Formula ! multiline ! gather environment
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 This environment consists of only one centered column.
27663  Every line can be numbered.
27664 \begin_inset Formula 
27665 \begin{gather}
27666 A=1\\
27667 X=\textrm{-}1
27668 \end{gather}
27669
27670 \end_inset
27671
27672
27673 \end_layout
27674
27675 \begin_layout Subsection
27676 Multline Environment
27677 \begin_inset CommandInset label
27678 LatexCommand label
27679 name "sub:Multline-Environment"
27680
27681 \end_inset
27682
27683
27684 \begin_inset Index idx
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 Formula ! multiline ! multline environment
27689 \end_layout
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \begin_layout Standard
27697 The multline environment consists, like the gather environment, of only
27698  one column.
27699  But the first line is left aligned, the last one right aligned.
27700  All other lines are centered.
27701  Therefore this environment is suitable for long formulas.
27702  As example formula 
27703 \begin_inset CommandInset ref
27704 LatexCommand eqref
27705 reference "eq:lefteqn"
27706
27707 \end_inset
27708
27709  in the multline environment:
27710 \begin_inset Formula 
27711 \begin{multline}
27712 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}\\
27713 -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}\\
27714 =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}}
27715 \end{multline}
27716
27717 \end_inset
27718
27719
27720 \end_layout
27721
27722 \begin_layout Standard
27723 In the output only the last (first) line of a multline environment appears
27724  numbered when the document numbering is right (left).
27725 \begin_inset Foot
27726 status collapsed
27727
27728 \begin_layout Plain Layout
27729 numbering styles see 
27730 \begin_inset CommandInset ref
27731 LatexCommand ref
27732 reference "sec:Formula-Styles"
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 With the commands 
27746 \series bold
27747
27748 \backslash
27749 shoveright
27750 \series default
27751
27752 \begin_inset Index idx
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 Commands ! S ! 
27757 \backslash
27758 shoveright
27759 \end_layout
27760
27761 \end_inset
27762
27763  and 
27764 \series bold
27765
27766 \backslash
27767 shoveleft
27768 \series default
27769
27770 \begin_inset Index idx
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774 Commands ! S ! 
27775 \backslash
27776 shoveleft
27777 \end_layout
27778
27779 \end_inset
27780
27781  a centered line can be right or left aligned, respectively.
27782  The commands are used as follows:
27783 \end_layout
27784
27785 \begin_layout Standard
27786
27787 \series bold
27788
27789 \backslash
27790 shoveright{line content}
27791 \series default
27792  and 
27793 \series bold
27794
27795 \backslash
27796 shoveleft{line content}
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \begin_inset VSpace medskip
27801 \end_inset
27802
27803 The length 
27804 \series bold
27805
27806 \backslash
27807 multlinegap
27808 \series default
27809
27810 \begin_inset Index idx
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814 Commands ! M ! 
27815 \backslash
27816 multlinegap
27817 \end_layout
27818
27819 \end_inset
27820
27821  specifies the distance of the first line from the left page margin.
27822  Predefined is the length 0
27823 \begin_inset space \thinspace{}
27824 \end_inset
27825
27826 pt.
27827 \end_layout
27828
27829 \begin_layout Standard
27830 As example the above formula where the command
27831 \end_layout
27832
27833 \begin_layout Standard
27834
27835 \series bold
27836
27837 \backslash
27838 setlength{
27839 \backslash
27840 multlinegap}{2cm}
27841 \end_layout
27842
27843 \begin_layout Standard
27844 was inserted in TeX-mode before:
27845 \begin_inset ERT
27846 status collapsed
27847
27848 \begin_layout Plain Layout
27849
27850
27851 \backslash
27852 setlength{
27853 \backslash
27854 multlinegap}{2cm}
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \begin_inset Formula 
27861 \begin{multline}
27862 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}\\
27863 \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}}\\
27864 =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}}
27865 \end{multline}
27866
27867 \end_inset
27868
27869
27870 \begin_inset ERT
27871 status collapsed
27872
27873 \begin_layout Plain Layout
27874
27875
27876 \backslash
27877 setlength{
27878 \backslash
27879 multlinegap}{0pt}
27880 \end_layout
27881
27882 \end_inset
27883
27884 The second line was left aligned using 
27885 \series bold
27886
27887 \backslash
27888 shoveleft
27889 \series default
27890 .
27891 \end_layout
27892
27893 \begin_layout Subsection
27894 Multiline Formula Parts
27895 \begin_inset CommandInset label
27896 LatexCommand label
27897 name "sub:Multiline-Formula-Parts"
27898
27899 \end_inset
27900
27901
27902 \begin_inset Index idx
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906 Formula ! multiline ! formula parts
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 To display only parts of a formula with multiple lines, one of the following
27916  environments is used: 
27917 \series bold
27918 aligned
27919 \series default
27920
27921 \series bold
27922 alignedat
27923 \series default
27924
27925 \series bold
27926 gathered
27927 \series default
27928  or 
27929 \series bold
27930 split
27931 \series default
27932 .
27933  They can be inserted via the menu 
27934 \family sans
27935 Insert\SpecialChar \menuseparator
27936 Math
27937 \family default
27938  or by using the commands described in this section.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 The first three have the same properties as the corresponding multiline
27943  formula environments, but it is possible to set further formula parts beside
27944  them.
27945  An example:
27946 \begin_inset Formula 
27947 \[
27948 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
27949 \Delta E\Delta t & \ge\frac{\hbar}{2}
27950 \end{aligned}
27951 \right\} \textrm{Uncertainty relations}
27952 \]
27953
27954 \end_inset
27955
27956
27957 \end_layout
27958
27959 \begin_layout Standard
27960 To get this formula, a displayed formula is created where the command 
27961 \series bold
27962
27963 \backslash
27964 aligned
27965 \series default
27966
27967 \begin_inset Index idx
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 Commands ! A ! 
27972 \backslash
27973 aligned
27974 \end_layout
27975
27976 \end_inset
27977
27978  is inserted.
27979  A purple box appears around the blue formula box where now columns and
27980  lines can be added.
27981  Outside the multiline environment other formula parts can be set, like
27982  the brace.
27983 \end_layout
27984
27985 \begin_layout Standard
27986 The aligned environment is also suitable for long formulas whose lines are
27987  horizontally aligned.
27988  Using aligned in a displayed formula has the advantage that the formula
27989  number is vertically centered behind the lines.
27990  As example formula 
27991 \begin_inset CommandInset ref
27992 LatexCommand eqref
27993 reference "eq:shortlong"
27994
27995 \end_inset
27996
27997  in the aligned environment:
27998 \begin_inset Formula 
27999 \begin{equation}
28000 \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}|}\\
28001  & -\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}|}
28002 \end{aligned}
28003 \end{equation}
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \begin_layout Standard
28011 To use the environments 
28012 \series bold
28013 alignedat
28014 \series default
28015
28016 \series bold
28017 gathered
28018 \series default
28019 , or 
28020 \series bold
28021 split
28022 \series default
28023 , the command 
28024 \series bold
28025
28026 \backslash
28027 alignedat
28028 \series default
28029 ,
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Commands ! A ! 
28035 \backslash
28036 alignedat
28037 \end_layout
28038
28039 \end_inset
28040
28041  
28042 \series bold
28043
28044 \backslash
28045 gathered
28046 \series default
28047
28048 \begin_inset Index idx
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 Commands ! G ! 
28053 \backslash
28054 gathered
28055 \end_layout
28056
28057 \end_inset
28058
28059 , or 
28060 \series bold
28061
28062 \backslash
28063 split
28064 \series default
28065
28066 \begin_inset Index idx
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070 Commands ! S ! 
28071 \backslash
28072 split
28073 \end_layout
28074
28075 \end_inset
28076
28077  are inserted, respectively.
28078  The split environment has the same properties as the aligned environment
28079  but it can only have two columns.
28080 \end_layout
28081
28082 \begin_layout Subsection
28083 Text in multiline Formulas
28084 \begin_inset CommandInset label
28085 LatexCommand label
28086 name "sub:Text-in-multiline"
28087
28088 \end_inset
28089
28090
28091 \begin_inset Index idx
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095 Text ! in formulas
28096 \end_layout
28097
28098 \end_inset
28099
28100
28101 \begin_inset Index idx
28102 status collapsed
28103
28104 \begin_layout Plain Layout
28105 Formula ! multiline ! text
28106 \end_layout
28107
28108 \end_inset
28109
28110
28111 \end_layout
28112
28113 \begin_layout Standard
28114 In the Align environments, and the multline and gather environment, text
28115  can be inserted that will appear in a separate line and doesn't affect
28116  the column alignment.
28117  To do this, the command 
28118 \series bold
28119
28120 \backslash
28121 intertext
28122 \series default
28123
28124 \begin_inset Index idx
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128 Commands ! I ! 
28129 \backslash
28130 intertext
28131 \end_layout
28132
28133 \end_inset
28134
28135  is used in the following scheme:
28136 \end_layout
28137
28138 \begin_layout Standard
28139
28140 \series bold
28141
28142 \backslash
28143 intertext{text}
28144 \end_layout
28145
28146 \begin_layout Standard
28147 The text should not be longer than a line because it cannot be hyphenated.
28148  As LyX doesn't yet support 
28149 \series bold
28150
28151 \backslash
28152 intertext
28153 \series default
28154  directly, the text is written as mathematical text.
28155  
28156 \series bold
28157
28158 \backslash
28159 intertext
28160 \series default
28161  must hereby be at the beginning of a line and appears in the output above
28162  this line.
28163  An example where the text was inserted at the beginning of the second line:
28164 \begin_inset Formula 
28165 \begin{align}
28166 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28167 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28168 \end{align}
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Section
28176 Formula Numbering
28177 \begin_inset Index idx
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 Formula numbering
28182 \end_layout
28183
28184 \end_inset
28185
28186
28187 \begin_inset Index idx
28188 status collapsed
28189
28190 \begin_layout Plain Layout
28191 Formula ! numbering|see
28192 \begin_inset ERT
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196
28197 {
28198 \end_layout
28199
28200 \end_inset
28201
28202 Formula numbering
28203 \begin_inset ERT
28204 status collapsed
28205
28206 \begin_layout Plain Layout
28207
28208 }
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \begin_layout Subsection
28222 General
28223 \end_layout
28224
28225 \begin_layout Standard
28226 Numbered formulas can be created with the menu 
28227 \family sans
28228 Insert\SpecialChar \menuseparator
28229 Math\SpecialChar \menuseparator
28230 Numbered
28231 \begin_inset space ~
28232 \end_inset
28233
28234 Formula
28235 \family default
28236  (shortcut 
28237 \family sans
28238 Ctrl+Alt
28239 \begin_inset space ~
28240 \end_inset
28241
28242 N
28243 \family default
28244 ).
28245  Existing formulas can be numbered with the menu 
28246 \family sans
28247 Edit\SpecialChar \menuseparator
28248 Math\SpecialChar \menuseparator
28249 Toggle
28250 \begin_inset space ~
28251 \end_inset
28252
28253 Numbering
28254 \family default
28255  (shortcut 
28256 \begin_inset Info
28257 type  "shortcut"
28258 arg   "math-number-toggle"
28259 \end_inset
28260
28261 ).
28262  The formula number is displayed in LyX behind the formula as a number sign
28263  in parentheses.
28264  The number sign is replaced in the output by the formula number.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 When numbering is turned on in multiline formulas, all lines will be numbered.
28269  But the numbering can be controlled with the menu 
28270 \family sans
28271 Edit\SpecialChar \menuseparator
28272 Math\SpecialChar \menuseparator
28273 Toggle
28274 \begin_inset space ~
28275 \end_inset
28276
28277 Numbering
28278 \begin_inset space ~
28279 \end_inset
28280
28281 of
28282 \begin_inset space ~
28283 \end_inset
28284
28285 Line
28286 \family default
28287  (shortcut 
28288 \begin_inset Info
28289 type  "shortcut"
28290 arg   "math-number-line-toggle"
28291 \end_inset
28292
28293 ) for every line.
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Except for inline formulas, all formulas can be numbered with two different
28298  styles, see 
28299 \begin_inset CommandInset ref
28300 LatexCommand ref
28301 reference "sec:Formula-Styles"
28302
28303 \end_inset
28304
28305 .
28306 \end_layout
28307
28308 \begin_layout Subsection
28309 Cross-References
28310 \begin_inset Index idx
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314 Cross-references ! to formulas
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 All labeled formulas can be cross-referenced.
28324  A label is added by the menu 
28325 \family sans
28326 Insert\SpecialChar \menuseparator
28327 Label
28328 \family default
28329  or the toolbar button 
28330 \begin_inset Graphics
28331         filename ../images/label-insert.png
28332         scale 85
28333
28334 \end_inset
28335
28336 .
28337  The cursor must hereby be inside a displayed formula.
28338  Alternatively you can right-click on the formula and choose 
28339 \family sans
28340 Equation Label
28341 \family default
28342 .
28343  A dialog pops up displaying the prefix 
28344 \series bold
28345 eq:
28346 \series default
28347  in a text field.
28348  The label is inserted there behind the prefix.
28349  The predefined prefix means 
28350 \begin_inset Quotes eld
28351 \end_inset
28352
28353 equation
28354 \begin_inset Quotes erd
28355 \end_inset
28356
28357  and makes it easier to find labels in large documents because it marks
28358  it as formula label to divide it from e.
28359 \begin_inset space \thinspace{}
28360 \end_inset
28361
28362 g.
28363 \begin_inset space \space{}
28364 \end_inset
28365
28366 section labels.
28367  To change a label, the menu 
28368 \family sans
28369 Insert\SpecialChar \menuseparator
28370 Label
28371 \family default
28372  is used again or you right-click on a formula and then on 
28373 \family sans
28374 Equation Label
28375 \family default
28376 .
28377 \end_layout
28378
28379 \begin_layout Standard
28380 The name of the label is displayed in LyX within two parentheses behind
28381  formula.
28382  A formula with a label is always numbered.
28383 \end_layout
28384
28385 \begin_layout Standard
28386 Cross-references are inserted via the menu 
28387 \family sans
28388 Insert\SpecialChar \menuseparator
28389 Cross-Reference
28390 \family default
28391  or with the toolbar button 
28392 \begin_inset Graphics
28393         filename ../images/dialog-show-new-inset_ref.png
28394         scale 85
28395
28396 \end_inset
28397
28398 .
28399  A formula cross-reference appears in the output as formula number.
28400  When in the cross-reference dialog window the format 
28401 \series bold
28402 (<reference>)
28403 \series default
28404  is chosen, the cross-reference appears in the output as formula number
28405  in parentheses.
28406 \begin_inset Newline newline
28407 \end_inset
28408
28409 By right-clicking on a cross-reference in LyX, one jumps to the formula
28410  that is referenced.
28411 \end_layout
28412
28413 \begin_layout Standard
28414 Here are as examples cross-references to formulas of the following subsections:
28415 \begin_inset Note Note
28416 status open
28417
28418 \begin_layout Plain Layout
28419 Note the different cross-reference types.
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Standard
28428 The equations 
28429 \begin_inset CommandInset ref
28430 LatexCommand eqref
28431 reference "eq:tag"
28432
28433 \end_inset
28434
28435  and 
28436 \begin_inset CommandInset ref
28437 LatexCommand eqref
28438 reference "eq:c"
28439
28440 \end_inset
28441
28442  are equivalent.
28443  In (
28444 \begin_inset CommandInset ref
28445 LatexCommand ref
28446 reference "eq:Lat"
28447
28448 \end_inset
28449
28450 ) big Latin letters are used for the numbering in contrary to (
28451 \begin_inset CommandInset ref
28452 LatexCommand ref
28453 reference "eq:Rom"
28454
28455 \end_inset
28456
28457 ).
28458 \end_layout
28459
28460 \begin_layout Standard
28461 \begin_inset VSpace medskip
28462 \end_inset
28463
28464 When the argument of 
28465 \series bold
28466
28467 \backslash
28468 tag
28469 \begin_inset Foot
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474 \series bold
28475
28476 \backslash
28477 tag
28478 \series default
28479  is described in 
28480 \begin_inset CommandInset ref
28481 LatexCommand ref
28482 reference "sub:User-defined-Numbering"
28483
28484 \end_inset
28485
28486 .
28487 \end_layout
28488
28489 \end_inset
28490
28491
28492 \series default
28493  contains a box like in 
28494 \begin_inset CommandInset ref
28495 LatexCommand ref
28496 reference "sub:Paragraph-Boxes"
28497
28498 \end_inset
28499
28500 , the formula cannot be referenced.
28501 \end_layout
28502
28503 \begin_layout Subsection
28504 Subnumbering
28505 \begin_inset Index idx
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 Formula numbering ! subnumbering
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 With the help of the commands 
28519 \series bold
28520
28521 \backslash
28522 begin{subequations}
28523 \series default
28524  and 
28525 \series bold
28526
28527 \backslash
28528 end{subequations}
28529 \series default
28530  formulas can be subnumbered.
28531  Both commands are inserted in TeX-mode.
28532 \end_layout
28533
28534 \begin_layout Standard
28535 An example:
28536 \begin_inset Formula 
28537 \begin{equation}
28538 A=C-B\label{eq:a}
28539 \end{equation}
28540
28541 \end_inset
28542
28543
28544 \begin_inset ERT
28545 status collapsed
28546
28547 \begin_layout Plain Layout
28548
28549
28550 \backslash
28551 addtocounter{equation}{-1}
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \begin_inset ERT
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561
28562
28563 \backslash
28564 begin{subequations}
28565 \end_layout
28566
28567 \end_inset
28568
28569
28570 \begin_inset VSpace -5mm
28571 \end_inset
28572
28573
28574 \begin_inset Formula 
28575 \begin{equation}
28576 B=C-A\label{eq:b}
28577 \end{equation}
28578
28579 \end_inset
28580
28581
28582 \begin_inset Formula 
28583 \begin{equation}
28584 C=A+B\label{eq:c}
28585 \end{equation}
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 \begin_inset ERT
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597
28598
28599 \backslash
28600 end{subequations}
28601 \end_layout
28602
28603 \end_inset
28604
28605
28606 \end_layout
28607
28608 \begin_layout Standard
28609 To create the example, the following is done:
28610 \end_layout
28611
28612 \begin_layout Enumerate
28613 first formula is inserted
28614 \end_layout
28615
28616 \begin_layout Enumerate
28617
28618 \series bold
28619
28620 \backslash
28621 addtocounter{equation}{-1} 
28622 \backslash
28623 begin{subequations}
28624 \begin_inset Index idx
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Commands ! A ! 
28629 \backslash
28630 addtocounter
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \begin_inset Newline newline
28637 \end_inset
28638
28639
28640 \series default
28641 is inserted after the first formula
28642 \end_layout
28643
28644 \begin_layout Enumerate
28645 second formula is inserted
28646 \end_layout
28647
28648 \begin_layout Enumerate
28649 third formula is inserted
28650 \end_layout
28651
28652 \begin_layout Enumerate
28653
28654 \series bold
28655
28656 \backslash
28657 end{subequations}
28658 \series default
28659  is inserted after the third formula
28660 \end_layout
28661
28662 \begin_layout Standard
28663 Every formula between the commands 
28664 \series bold
28665
28666 \backslash
28667 begin
28668 \series default
28669  and 
28670 \series bold
28671
28672 \backslash
28673 end
28674 \series default
28675  is subnumbered as a, b, 
28676 \begin_inset Newline linebreak
28677 \end_inset
28678
28679 c, \SpecialChar \ldots{}
28680  For multiline formulas every line will be subnumbered.
28681  All subnumbered formulas are treated as 
28682 \emph on
28683 one
28684 \emph default
28685  numbered formula.
28686  But as every numbered formula increases the counter 
28687 \series bold
28688 equation
28689 \series default
28690  by one, the command 
28691 \series bold
28692
28693 \backslash
28694 addtocounter
28695 \series default
28696  is needed to decrease it.
28697  Otherwise the formulas 
28698 \begin_inset CommandInset ref
28699 LatexCommand eqref
28700 reference "eq:a"
28701
28702 \end_inset
28703
28704
28705 \begin_inset CommandInset ref
28706 LatexCommand eqref
28707 reference "eq:b"
28708
28709 \end_inset
28710
28711
28712 \begin_inset CommandInset ref
28713 LatexCommand eqref
28714 reference "eq:c"
28715
28716 \end_inset
28717
28718  would be numbered as 
28719 \begin_inset CommandInset ref
28720 LatexCommand eqref
28721 reference "eq:a"
28722
28723 \end_inset
28724
28725
28726 \begin_inset CommandInset ref
28727 LatexCommand eqref
28728 reference "eq:d"
28729
28730 \end_inset
28731
28732
28733 \begin_inset CommandInset ref
28734 LatexCommand eqref
28735 reference "eq:f"
28736
28737 \end_inset
28738
28739 .
28740 \end_layout
28741
28742 \begin_layout Standard
28743 By inserting the commands in TeX-mode, a space is created between the first
28744  two formulas.
28745  To revert this -5
28746 \begin_inset space \thinspace{}
28747 \end_inset
28748
28749 mm vertical space is inserted after the command 
28750 \series bold
28751
28752 \backslash
28753 begin{subequations}
28754 \series default
28755 .
28756  When the formula style 
28757 \series bold
28758 Indented
28759 \begin_inset Foot
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 formula styles see 
28764 \begin_inset CommandInset ref
28765 LatexCommand ref
28766 reference "sec:Formula-Styles"
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \series default
28777  is used, -7
28778 \begin_inset space \thinspace{}
28779 \end_inset
28780
28781 mm space is inserted instead.
28782 \end_layout
28783
28784 \begin_layout Standard
28785 Here is an example for a multiline formula where the numbering was turned
28786  off for the second line:
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791
28792
28793 \backslash
28794 begin{subequations}
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \begin_inset Formula 
28801 \begin{eqnarray}
28802 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28803  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
28804  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
28805 \end{eqnarray}
28806
28807 \end_inset
28808
28809
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 end{subequations}
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Subsection
28826 User-defined Numbering
28827 \begin_inset CommandInset label
28828 LatexCommand label
28829 name "sub:User-defined-Numbering"
28830
28831 \end_inset
28832
28833
28834 \begin_inset Index idx
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 Formula numbering ! user-defined
28839 \end_layout
28840
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \begin_layout Standard
28847 \begin_inset Index idx
28848 status collapsed
28849
28850 \begin_layout Plain Layout
28851 Formula numbering ! self-defined delimiters
28852 \end_layout
28853
28854 \end_inset
28855
28856 With the standard numbering parentheses are set around the formula number.
28857  To replace the parentheses for example by vertical bars, the following
28858  line is added to the LaTeX-preamble:
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 def
28867 \backslash
28868 tagform@#1{
28869 \backslash
28870 maketag@@@{|#1|}}
28871 \series default
28872
28873 \begin_inset Note Note
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 This macro is already declared in the LaTeX-preamble for testing.
28878  To activate it, remove the percent sign at the beginning.
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \end_layout
28885
28886 \begin_layout Standard
28887 To use other characters, the vertical bars besides the 
28888 \series bold
28889 #1
28890 \series default
28891  are replaced by one ore more characters.
28892  To get only the formula number the vertical bars are omitted.
28893 \end_layout
28894
28895 \begin_layout Standard
28896 \begin_inset VSpace bigskip
28897 \end_inset
28898
28899 When there should be an expression of your choice instead of the consecutive
28900  formula number in parentheses behind the formula, the command 
28901 \series bold
28902
28903 \backslash
28904 tag
28905 \series default
28906
28907 \begin_inset Index idx
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Commands ! T ! 
28912 \backslash
28913 tag
28914 \end_layout
28915
28916 \end_inset
28917
28918  is used:
28919 \begin_inset Formula 
28920 \begin{equation}
28921 A+B=C\tag{something}\label{eq:tag}
28922 \end{equation}
28923
28924 \end_inset
28925
28926 In this example the command 
28927 \series bold
28928
28929 \backslash
28930 tag
28931 \begin_inset space \textvisiblespace{}
28932 \end_inset
28933
28934 something
28935 \series default
28936  was inserted in the formula.
28937 \end_layout
28938
28939 \begin_layout Standard
28940 When the command 
28941 \series bold
28942
28943 \backslash
28944 tag*
28945 \begin_inset space \textvisiblespace{}
28946 \end_inset
28947
28948 something
28949 \series default
28950  is inserted instead, the star prevents the parentheses around the expression:
28951 \begin_inset Formula 
28952 \[
28953 A+B=C\tag*{something}
28954 \]
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Standard
28962 \begin_inset VSpace bigskip
28963 \end_inset
28964
28965 To restart the formula numbering with new document parts or sections, the
28966  following command is used:
28967 \end_layout
28968
28969 \begin_layout Standard
28970
28971 \series bold
28972
28973 \backslash
28974 @addtoreset{equation}{part}
28975 \series default
28976
28977 \begin_inset Index idx
28978 status collapsed
28979
28980 \begin_layout Plain Layout
28981 Commands ! 
28982 \begin_inset ERT
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986
28987 "
28988 \end_layout
28989
28990 \end_inset
28991
28992 @
28993 \begin_inset ERT
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997
28998 "
28999 \end_layout
29000
29001 \end_inset
29002
29003  ! 
29004 \backslash
29005
29006 \begin_inset ERT
29007 status collapsed
29008
29009 \begin_layout Plain Layout
29010
29011 "
29012 \end_layout
29013
29014 \end_inset
29015
29016 @
29017 \begin_inset ERT
29018 status collapsed
29019
29020 \begin_layout Plain Layout
29021
29022 "
29023 \end_layout
29024
29025 \end_inset
29026
29027 addtoreset
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \begin_inset Newline newline
29034 \end_inset
29035
29036 resp.
29037 \begin_inset Newline newline
29038 \end_inset
29039
29040
29041 \series bold
29042
29043 \backslash
29044 @addtoreset{equation}{section}
29045 \end_layout
29046
29047 \begin_layout Standard
29048 To be able to use these commands in TeX-mode, the 
29049 \begin_inset Quotes eld
29050 \end_inset
29051
29052 @
29053 \begin_inset Quotes erd
29054 \end_inset
29055
29056  character has to be made 
29057 \begin_inset Quotes eld
29058 \end_inset
29059
29060 active
29061 \begin_inset Quotes erd
29062 \end_inset
29063
29064  for LaTeX using the command 
29065 \series bold
29066
29067 \backslash
29068 makeatletter.
29069
29070 \series default
29071  The command 
29072 \series bold
29073
29074 \backslash
29075 makeatother
29076 \series default
29077  reverts this.
29078  So the command sequence in TeX-mode is:
29079 \end_layout
29080
29081 \begin_layout Standard
29082
29083 \series bold
29084
29085 \backslash
29086 makeatletter
29087 \begin_inset Newline newline
29088 \end_inset
29089
29090
29091 \backslash
29092 @addtoreset{equation}{section}
29093 \begin_inset Newline newline
29094 \end_inset
29095
29096
29097 \backslash
29098 makeatother
29099 \end_layout
29100
29101 \begin_layout Standard
29102 In the LaTeX-preamble 
29103 \series bold
29104
29105 \backslash
29106 makeatletter
29107 \series default
29108  and 
29109 \series bold
29110
29111 \backslash
29112 makeatother
29113 \series default
29114  can be omitted as they are automatically internally inserted by LyX.
29115 \end_layout
29116
29117 \begin_layout Standard
29118 To revert 
29119 \series bold
29120
29121 \backslash
29122 @addtoreset
29123 \series default
29124 , the file 
29125 \series bold
29126 remreset.sty
29127 \series default
29128
29129 \begin_inset Foot
29130 status collapsed
29131
29132 \begin_layout Plain Layout
29133
29134 \series bold
29135 remreset
29136 \series default
29137  is part of the LaTeX-package 
29138 \series bold
29139 carlisle
29140 \series default
29141
29142 \begin_inset Index idx
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146 Packages ! carlisle
29147 \end_layout
29148
29149 \end_inset
29150
29151  that is part of every LaTeX standard installation.
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \begin_inset Index idx
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161 Packages ! remreset
29162 \end_layout
29163
29164 \end_inset
29165
29166  has to be loaded in the LaTeX-preamble with the line
29167 \end_layout
29168
29169 \begin_layout Standard
29170
29171 \series bold
29172
29173 \backslash
29174 usepackage{remreset}
29175 \end_layout
29176
29177 \begin_layout Standard
29178 Then the command 
29179 \series bold
29180
29181 \backslash
29182 @removefromreset
29183 \series default
29184
29185 \begin_inset Index idx
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 Commands ! 
29190 \begin_inset ERT
29191 status collapsed
29192
29193 \begin_layout Plain Layout
29194
29195 "
29196 \end_layout
29197
29198 \end_inset
29199
29200 @
29201 \begin_inset ERT
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205
29206 "
29207 \end_layout
29208
29209 \end_inset
29210
29211  ! 
29212 \backslash
29213
29214 \begin_inset ERT
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218
29219 "
29220 \end_layout
29221
29222 \end_inset
29223
29224 @
29225 \begin_inset ERT
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229
29230 "
29231 \end_layout
29232
29233 \end_inset
29234
29235 removefromreset
29236 \end_layout
29237
29238 \end_inset
29239
29240  can be used with the same scheme as 
29241 \series bold
29242
29243 \backslash
29244 @addtoreset
29245 \series default
29246 .
29247 \end_layout
29248
29249 \begin_layout Standard
29250 \begin_inset VSpace bigskip
29251 \end_inset
29252
29253 Sometimes formulas should be numbered in the following form:
29254 \end_layout
29255
29256 \begin_layout Standard
29257
29258 \family typewriter
29259 (section number.formula number)
29260 \end_layout
29261
29262 \begin_layout Standard
29263 The formula number should start with every section with 
29264 \begin_inset Quotes eld
29265 \end_inset
29266
29267 1
29268 \begin_inset Quotes erd
29269 \end_inset
29270
29271 .
29272 \end_layout
29273
29274 \begin_layout Standard
29275 For this case there is the command 
29276 \series bold
29277
29278 \backslash
29279 numberwithin
29280 \series default
29281
29282 \begin_inset Index idx
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Commands ! N ! 
29287 \backslash
29288 numberwithin
29289 \end_layout
29290
29291 \end_inset
29292
29293 , which is used with the following scheme:
29294 \end_layout
29295
29296 \begin_layout Standard
29297
29298 \series bold
29299
29300 \backslash
29301 numberwithin{counter}{sectioning}
29302 \end_layout
29303
29304 \begin_layout Standard
29305 Counter denotes what kind of numbering is affected, sectioning denotes what
29306  number is before the dot.
29307 \end_layout
29308
29309 \begin_layout Standard
29310 Thus in our case the following LaTeX-preamble or TeX code line is used:
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 numberwithin{equation}{section}
29319 \end_layout
29320
29321 \begin_layout Standard
29322 This is the result:
29323 \begin_inset ERT
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327
29328
29329 \backslash
29330 numberwithin{equation}{section}
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \begin_inset Formula 
29337 \begin{equation}
29338 A+B=C
29339 \end{equation}
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Standard
29347 To number e.
29348 \begin_inset space \thinspace{}
29349 \end_inset
29350
29351 g.
29352 \begin_inset space \space{}
29353 \end_inset
29354
29355 tables so that the number of the part is the sectioning,
29356 \begin_inset Newline newline
29357 \end_inset
29358
29359
29360 \series bold
29361
29362 \backslash
29363 numberwithin{table}{part}
29364 \series default
29365  is used.
29366 \end_layout
29367
29368 \begin_layout Standard
29369 To go back to the standard numbering or to prevent this kind of numbering
29370  when it is defined by the document class, the following command is inserted
29371  as TeX code or to the LaTeX-preamble:
29372 \end_layout
29373
29374 \begin_layout Standard
29375
29376 \series bold
29377
29378 \backslash
29379 renewcommand{
29380 \backslash
29381 theequation}{
29382 \backslash
29383 arabic{equation}}
29384 \begin_inset Index idx
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Commands ! A ! 
29389 \backslash
29390 arabic
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \series default
29397
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403
29404 \backslash
29405 renewcommand{
29406 \backslash
29407 theequation}{
29408 \backslash
29409 arabic{equation}}
29410 \end_layout
29411
29412 \end_inset
29413
29414
29415 \series bold
29416
29417 \begin_inset Newline newline
29418 \end_inset
29419
29420
29421 \series default
29422 or
29423 \series bold
29424
29425 \begin_inset Newline newline
29426 \end_inset
29427
29428
29429 \backslash
29430 renewcommand{
29431 \backslash
29432 thetable}{
29433 \backslash
29434 arabic{table}}
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 numberwithin
29443 \series default
29444  uses internally the command 
29445 \series bold
29446
29447 \backslash
29448 @addtoreset
29449 \series default
29450 , described above, that also needs to be reverted.
29451 \begin_inset ERT
29452 status collapsed
29453
29454 \begin_layout Plain Layout
29455
29456
29457 \backslash
29458 makeatletter
29459 \end_layout
29460
29461 \begin_layout Plain Layout
29462
29463
29464 \backslash
29465 @removefromreset{equation}{section}
29466 \end_layout
29467
29468 \begin_layout Plain Layout
29469
29470
29471 \backslash
29472 makeatother
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Subsection
29481 Numbering with Roman Numbers and Letters
29482 \begin_inset Index idx
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486 Formula numbering ! with letters
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \begin_inset Index idx
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Formula numbering ! with Roman numbers
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Formulas can also be numbered with Roman numbers and Latin letters.
29506  To number for example with small Roman numbers, the command
29507 \end_layout
29508
29509 \begin_layout Standard
29510
29511 \series bold
29512
29513 \backslash
29514 renewcommand{
29515 \backslash
29516 theequation}{
29517 \backslash
29518 roman{equation}}
29519 \end_layout
29520
29521 \begin_layout Standard
29522 is inserted before the formula in TeX-mode.
29523  
29524 \series bold
29525
29526 \backslash
29527 renewcommand
29528 \series default
29529
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Commands ! R ! 
29535 \backslash
29536 renewcommand
29537 \end_layout
29538
29539 \end_inset
29540
29541  redefines the predefined command 
29542 \series bold
29543
29544 \backslash
29545 theequation
29546 \series default
29547  to the command 
29548 \series bold
29549
29550 \backslash
29551 roman{equation}
29552 \series default
29553 .
29554 \begin_inset Foot
29555 status collapsed
29556
29557 \begin_layout Plain Layout
29558 The command 
29559 \series bold
29560
29561 \backslash
29562 renewcommand
29563 \series default
29564  has the same scheme like the command 
29565 \series bold
29566
29567 \backslash
29568 newcommand
29569 \series default
29570  that is described in 
29571 \begin_inset CommandInset ref
29572 LatexCommand ref
29573 reference "sub:The-Command-newcommand"
29574
29575 \end_inset
29576
29577 .
29578 \end_layout
29579
29580 \end_inset
29581
29582  
29583 \series bold
29584 equation
29585 \series default
29586  is the formula counter.
29587  When the command 
29588 \series bold
29589
29590 \backslash
29591 the
29592 \series default
29593  is used as prefix for a counter, the value of the counter is output as
29594  Arabic number.
29595  When a formula is numbered, LaTeX sets internally the command 
29596 \series bold
29597
29598 \backslash
29599 theequation
29600 \series default
29601  behind the formula.
29602  
29603 \series bold
29604
29605 \backslash
29606 roman{equation}
29607 \begin_inset Index idx
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611 Commands ! R ! 
29612 \backslash
29613 roman
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \series default
29620  outputs the counter as small Roman number.
29621 \end_layout
29622
29623 \begin_layout Standard
29624 All formulas behind the command 
29625 \series bold
29626
29627 \backslash
29628 renew
29629 \series default
29630 c
29631 \series bold
29632 ommand
29633 \series default
29634  are now numbered Roman.
29635  To switch to numbering with big Roman numbers, the command is inserted
29636  again, but 
29637 \series bold
29638
29639 \backslash
29640 roman
29641 \series default
29642  is replaced by 
29643 \series bold
29644
29645 \backslash
29646 Roman
29647 \series default
29648
29649 \begin_inset Index idx
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 Commands ! R ! 
29654 \backslash
29655 roman@
29656 \backslash
29657 Roman
29658 \end_layout
29659
29660 \end_inset
29661
29662 .
29663  To 
29664 \begin_inset Quotes eld
29665 \end_inset
29666
29667 number
29668 \begin_inset Quotes erd
29669 \end_inset
29670
29671  with small Latin letters there is the command 
29672 \series bold
29673
29674 \backslash
29675 alph
29676 \series default
29677
29678 \begin_inset Index idx
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 Commands ! A ! 
29683 \backslash
29684 alph
29685 \end_layout
29686
29687 \end_inset
29688
29689 , for big ones there is the command 
29690 \series bold
29691
29692 \backslash
29693 Alph
29694 \series default
29695
29696 \begin_inset Index idx
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700 Commands ! A ! 
29701 \backslash
29702 alph@
29703 \backslash
29704 Alph
29705 \end_layout
29706
29707 \end_inset
29708
29709 .
29710 \end_layout
29711
29712 \begin_layout Standard
29713 \begin_inset Note Greyedout
29714 status open
29715
29716 \begin_layout Plain Layout
29717
29718 \series bold
29719 \color none
29720 Note:
29721 \series default
29722  Only maximal 26
29723 \begin_inset space ~
29724 \end_inset
29725
29726 formulas can be numbered with Latin letters in one document.
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Standard
29735 \begin_inset ERT
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740
29741 \backslash
29742 renewcommand{
29743 \backslash
29744 theequation}{
29745 \backslash
29746 roman{equation}}
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Standard
29755 \begin_inset Formula 
29756 \begin{equation}
29757 A=\textrm{small roman}
29758 \end{equation}
29759
29760 \end_inset
29761
29762
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 renewcommand{
29771 \backslash
29772 theequation}{
29773 \backslash
29774 Roman{equation}}
29775 \end_layout
29776
29777 \end_inset
29778
29779
29780 \begin_inset Formula 
29781 \begin{equation}
29782 B=\textrm{big Roman}\label{eq:Rom}
29783 \end{equation}
29784
29785 \end_inset
29786
29787
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793
29794 \backslash
29795 renewcommand{
29796 \backslash
29797 theequation}{
29798 \backslash
29799 alph{equation}}
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \begin_inset Formula 
29806 \begin{equation}
29807 C=\textrm{small Latin}
29808 \end{equation}
29809
29810 \end_inset
29811
29812
29813 \begin_inset ERT
29814 status collapsed
29815
29816 \begin_layout Plain Layout
29817
29818
29819 \backslash
29820 renewcommand{
29821 \backslash
29822 theequation}{
29823 \backslash
29824 Alph{equation}}
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \begin_inset Formula 
29831 \begin{equation}
29832 D=\textrm{big Latin}\label{eq:Lat}
29833 \end{equation}
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841 To switch back to the default numbering, insert the command:
29842 \end_layout
29843
29844 \begin_layout Standard
29845
29846 \series bold
29847
29848 \backslash
29849 renewcommand{
29850 \backslash
29851 theequation}{
29852 \backslash
29853 arabic{equation}}
29854 \begin_inset Index idx
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858 Commands ! A ! 
29859 \backslash
29860 arabic
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 \begin_inset ERT
29870 status collapsed
29871
29872 \begin_layout Plain Layout
29873
29874
29875 \backslash
29876 renewcommand{
29877 \backslash
29878 theequation}{
29879 \backslash
29880 arabic{equation}}
29881 \end_layout
29882
29883 \end_inset
29884
29885
29886 \begin_inset Formula 
29887 \begin{equation}
29888 E=\textrm{Arabic}
29889 \end{equation}
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset VSpace medskip
29898 \end_inset
29899
29900 As you see, formulas are numbered serially independent from the numbering
29901  style.
29902  When then numbering should start with 
29903 \begin_inset Quotes eld
29904 \end_inset
29905
29906 1
29907 \begin_inset Quotes erd
29908 \end_inset
29909
29910  when the style is changed, new equation counters have to be defined.
29911  A description about this can be found in the file 
29912 \begin_inset CommandInset href
29913 LatexCommand href
29914 name "Formula-numbering.lyx"
29915 target "run:Formula-numbering.lyx"
29916
29917 \end_inset
29918
29919 .
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \begin_inset Newpage newpage
29924 \end_inset
29925
29926
29927 \end_layout
29928
29929 \begin_layout Section
29930 Chemical Symbols and Equations
29931 \begin_inset CommandInset label
29932 LatexCommand label
29933 name "sub:Chemical-Symbols-and"
29934
29935 \end_inset
29936
29937
29938 \begin_inset Index idx
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942 Chemical characters ! Symbols
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \begin_inset Index idx
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952 Chemical equations
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \begin_inset Index idx
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Symbols ! chemical
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 An example text from chemistry:
29972 \end_layout
29973
29974 \begin_layout Quote
29975 The 
29976 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
29977 \end_inset
29978
29979 -ion reacts with two 
29980 \begin_inset Formula $\mathrm{Na^{+}}$
29981 \end_inset
29982
29983 -ions to sodium sulfate 
29984 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
29985 \end_inset
29986
29987 .
29988  The chemical equation for this is:
29989 \begin_inset Formula 
29990 \begin{equation}
29991 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
29992 \end{equation}
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 This chemical equation can directly be created as formula.
30001  To avoid that the symbols appear italic, everything is highlighted and
30002  changed by the shortcut 
30003 \begin_inset Info
30004 type  "shortcut"
30005 arg   "font-roman"
30006 \end_inset
30007
30008  to the upright font style.
30009 \begin_inset Foot
30010 status collapsed
30011
30012 \begin_layout Plain Layout
30013 font styles
30014 \series bold
30015  
30016 \series default
30017 see 
30018 \begin_inset CommandInset ref
30019 LatexCommand ref
30020 reference "sub:Font-Styles"
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \end_inset
30028
30029
30030 \end_layout
30031
30032 \begin_layout Standard
30033 A more convenient way to typeset chemical formulas is to use the command
30034  
30035 \series bold
30036
30037 \backslash
30038 ce
30039 \series default
30040
30041 \begin_inset Index idx
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045 Commands ! C ! 
30046 \backslash
30047 ce
30048 \end_layout
30049
30050 \end_inset
30051
30052  that is available when the LaTeX-package 
30053 \series bold
30054 mhchem
30055 \series default
30056
30057 \begin_inset Index idx
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Packages ! mhchem
30062 \end_layout
30063
30064 \end_inset
30065
30066  is installed.
30067  After inserting 
30068 \series bold
30069
30070 \backslash
30071 ce
30072 \series default
30073  to a formula a new blue box appears where chemical formulas can be inserted
30074  in an intuitive way.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 \align center
30079 \begin_inset Tabular
30080 <lyxtabular version="3" rows="9" columns="2">
30081 <features rotate="0" tabularvalignment="middle">
30082 <column alignment="center" valignment="top">
30083 <column alignment="center" valignment="top">
30084 <row>
30085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30086 \begin_inset Text
30087
30088 \begin_layout Plain Layout
30089 Command
30090 \end_layout
30091
30092 \end_inset
30093 </cell>
30094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30095 \begin_inset Text
30096
30097 \begin_layout Plain Layout
30098 Result
30099 \begin_inset Note Note
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104 \series bold
30105
30106 \backslash
30107 raisebox
30108 \series default
30109  is only used as spacer.
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \end_layout
30116
30117 \end_inset
30118 </cell>
30119 </row>
30120 <row>
30121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30122 \begin_inset Text
30123
30124 \begin_layout Plain Layout
30125
30126 \backslash
30127 ce
30128 \begin_inset space \textvisiblespace{}
30129 \end_inset
30130
30131 H2CO3
30132 \end_layout
30133
30134 \end_inset
30135 </cell>
30136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30137 \begin_inset Text
30138
30139 \begin_layout Plain Layout
30140 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30141 \end_inset
30142
30143
30144 \end_layout
30145
30146 \end_inset
30147 </cell>
30148 </row>
30149 <row>
30150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30151 \begin_inset Text
30152
30153 \begin_layout Plain Layout
30154
30155 \backslash
30156 ce
30157 \begin_inset space \textvisiblespace{}
30158 \end_inset
30159
30160 SO4^2-
30161 \end_layout
30162
30163 \end_inset
30164 </cell>
30165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30166 \begin_inset Text
30167
30168 \begin_layout Plain Layout
30169 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \end_inset
30176 </cell>
30177 </row>
30178 <row>
30179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30180 \begin_inset Text
30181
30182 \begin_layout Plain Layout
30183
30184 \backslash
30185 ce
30186 \begin_inset space \textvisiblespace{}
30187 \end_inset
30188
30189 (NH4)2S
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \end_inset
30205 </cell>
30206 </row>
30207 <row>
30208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30209 \begin_inset Text
30210
30211 \begin_layout Plain Layout
30212
30213 \backslash
30214 ce
30215 \begin_inset space \textvisiblespace{}
30216 \end_inset
30217
30218 KCr(SO4)2.12H2O
30219 \end_layout
30220
30221 \end_inset
30222 </cell>
30223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30224 \begin_inset Text
30225
30226 \begin_layout Plain Layout
30227 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \end_inset
30234 </cell>
30235 </row>
30236 <row>
30237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30238 \begin_inset Text
30239
30240 \begin_layout Plain Layout
30241
30242 \backslash
30243 ce
30244 \begin_inset space \textvisiblespace{}
30245 \end_inset
30246
30247 A-B
30248 \backslash
30249 dbond
30250 \begin_inset space \textvisiblespace{}
30251 \end_inset
30252
30253 C
30254 \backslash
30255 tbond
30256 \begin_inset space \textvisiblespace{}
30257 \end_inset
30258
30259 D
30260 \end_layout
30261
30262 \end_inset
30263 </cell>
30264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30265 \begin_inset Text
30266
30267 \begin_layout Plain Layout
30268 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \end_inset
30275 </cell>
30276 </row>
30277 <row>
30278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30279 \begin_inset Text
30280
30281 \begin_layout Plain Layout
30282
30283 \backslash
30284 ce
30285 \begin_inset space \textvisiblespace{}
30286 \end_inset
30287
30288 ^227
30289 \begin_inset Formula $\downarrow$
30290 \end_inset
30291
30292 _90
30293 \begin_inset Formula $\to$
30294 \end_inset
30295
30296 Th+
30297 \end_layout
30298
30299 \end_inset
30300 </cell>
30301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30302 \begin_inset Text
30303
30304 \begin_layout Plain Layout
30305 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30306 \end_inset
30307
30308
30309 \end_layout
30310
30311 \end_inset
30312 </cell>
30313 </row>
30314 <row>
30315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30316 \begin_inset Text
30317
30318 \begin_layout Plain Layout
30319
30320 \backslash
30321 ce
30322 \begin_inset space \textvisiblespace{}
30323 \end_inset
30324
30325 CO2
30326 \begin_inset space \textvisiblespace{}
30327 \end_inset
30328
30329 +
30330 \begin_inset space \textvisiblespace{}
30331 \end_inset
30332
30333 C
30334 \begin_inset space \textvisiblespace{}
30335 \end_inset
30336
30337 <=>
30338 \begin_inset space \textvisiblespace{}
30339 \end_inset
30340
30341 2CO
30342 \end_layout
30343
30344 \end_inset
30345 </cell>
30346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30347 \begin_inset Text
30348
30349 \begin_layout Plain Layout
30350 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \end_inset
30357 </cell>
30358 </row>
30359 <row>
30360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30361 \begin_inset Text
30362
30363 \begin_layout Plain Layout
30364
30365 \backslash
30366 ce
30367 \begin_inset space \textvisiblespace{}
30368 \end_inset
30369
30370 CO2
30371 \begin_inset space \textvisiblespace{}
30372 \end_inset
30373
30374 +
30375 \begin_inset space \textvisiblespace{}
30376 \end_inset
30377
30378 C
30379 \begin_inset space \textvisiblespace{}
30380 \end_inset
30381
30382 ->[
30383 \backslash
30384 alpha][
30385 \backslash
30386 beta]
30387 \begin_inset space \textvisiblespace{}
30388 \end_inset
30389
30390 2CO}
30391 \end_layout
30392
30393 \end_inset
30394 </cell>
30395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30396 \begin_inset Text
30397
30398 \begin_layout Plain Layout
30399 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30400 \end_inset
30401
30402
30403 \end_layout
30404
30405 \end_inset
30406 </cell>
30407 </row>
30408 </lyxtabular>
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Standard
30416 \begin_inset Note Greyedout
30417 status open
30418
30419 \begin_layout Plain Layout
30420
30421 \series bold
30422 \color none
30423 Note:
30424 \series default
30425  Inserting a formula to a 
30426 \series bold
30427
30428 \backslash
30429 ce
30430 \series default
30431  box will lead to LaTeX errors due to a LyX bug.
30432 \color inherit
30433
30434 \begin_inset Foot
30435 status collapsed
30436
30437 \begin_layout Plain Layout
30438 \begin_inset CommandInset href
30439 LatexCommand href
30440 name "LyX-bug #8566"
30441 target "http://www.lyx.org/trac/ticket/8566"
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \end_inset
30449
30450
30451 \color none
30452  In this case TeX code has to be used like for 
30453 \series bold
30454
30455 \backslash
30456 ce{$
30457 \backslash
30458 mu
30459 \backslash
30460 hyphen$Cl}
30461 \series default
30462
30463 \begin_inset ERT
30464 status collapsed
30465
30466 \begin_layout Plain Layout
30467
30468
30469 \backslash
30470 ce{$
30471 \backslash
30472 mu
30473 \backslash
30474 hyphen$Cl}
30475 \end_layout
30476
30477 \end_inset
30478
30479  
30480 \end_layout
30481
30482 \end_inset
30483
30484
30485 \end_layout
30486
30487 \begin_layout Standard
30488 \begin_inset Note Greyedout
30489 status open
30490
30491 \begin_layout Plain Layout
30492
30493 \series bold
30494 \color none
30495 Note:
30496 \series default
30497  It is not possible in LyX to use the character ^ to get an up-arrow as
30498  described in the 
30499 \series bold
30500 mhchem
30501 \series default
30502  manual.
30503  One instead uses a negative thin space followed by the command 
30504 \series bold
30505
30506 \backslash
30507 uparrow
30508 \series default
30509
30510 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517
30518
30519 \end_layout
30520
30521 \begin_layout Standard
30522 Using 
30523 \series bold
30524
30525 \backslash
30526 ce
30527 \series default
30528  the command for equation
30529 \begin_inset space ~
30530 \end_inset
30531
30532
30533 \begin_inset CommandInset ref
30534 LatexCommand eqref
30535 reference "eq:chem-reaction"
30536
30537 \end_inset
30538
30539  is:
30540 \begin_inset Newline newline
30541 \end_inset
30542
30543
30544 \series bold
30545  
30546 \backslash
30547 ce
30548 \begin_inset space \textvisiblespace{}
30549 \end_inset
30550
30551 2Na+
30552 \begin_inset space \textvisiblespace{}
30553 \end_inset
30554
30555 +
30556 \begin_inset space \textvisiblespace{}
30557 \end_inset
30558
30559 SO4^2-
30560 \begin_inset space \textvisiblespace{}
30561 \end_inset
30562
30563
30564 \begin_inset space \textvisiblespace{}
30565 \end_inset
30566
30567 ->
30568 \begin_inset space \textvisiblespace{}
30569 \end_inset
30570
30571 Na2SO4
30572 \end_layout
30573
30574 \begin_layout Standard
30575 To create multiline chemical equations first a multiline formula is created
30576  as described in 
30577 \begin_inset CommandInset ref
30578 LatexCommand ref
30579 reference "sec:Multiline-Formulas"
30580
30581 \end_inset
30582
30583 .
30584  Afterwards the command 
30585 \series bold
30586
30587 \backslash
30588 ce
30589 \series default
30590  is used in every small blue box of the formula.
30591  
30592 \begin_inset CommandInset ref
30593 LatexCommand eqref
30594 reference "eq:TEOS-reaction-1"
30595
30596 \end_inset
30597
30598  and 
30599 \begin_inset CommandInset ref
30600 LatexCommand eqref
30601 reference "eq:TEOS-reaction-2"
30602
30603 \end_inset
30604
30605  are an example of a multi-stage chemical reaction where every equation
30606  has its own number.
30607 \begin_inset Formula 
30608 \begin{eqnarray}
30609 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30610 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30611 \end{eqnarray}
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 Besides 
30620 \series bold
30621
30622 \backslash
30623 ce
30624 \series default
30625  the 
30626 \series bold
30627 mhchem
30628 \series default
30629  package provides the command 
30630 \series bold
30631
30632 \backslash
30633 cf
30634 \series default
30635
30636 \begin_inset Index idx
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Commands ! C ! 
30641 \backslash
30642 cf
30643 \end_layout
30644
30645 \end_inset
30646
30647  that has to be used for special cases.
30648  For more information about 
30649 \series bold
30650
30651 \backslash
30652 cf
30653 \series default
30654  and more examples have a look at the documentation of 
30655 \series bold
30656 mhchem
30657 \series default
30658
30659 \begin_inset CommandInset citation
30660 LatexCommand cite
30661 key "mhchem"
30662
30663 \end_inset
30664
30665 .
30666 \end_layout
30667
30668 \begin_layout Section
30669 Diagrams
30670 \end_layout
30671
30672 \begin_layout Standard
30673 LyX supports two types of commutative diagrams: 
30674 \series bold
30675 amscd
30676 \series default
30677  and 
30678 \series bold
30679 xymatrix
30680 \series default
30681  that are explained in the following.
30682 \end_layout
30683
30684 \begin_layout Subsection
30685 Amscd Diagrams
30686 \begin_inset Index idx
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 Diagrams ! amscd
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Standard
30699 Diagrams of this type visualize relations by vertical and horizontal lines
30700  or arrows:
30701 \begin_inset Formula 
30702 \[
30703 \begin{CD}A@>>>B@>>>C\\
30704 @AAA@.@VVV\\
30705 F@<<<E@<<<D
30706 \end{CD}
30707 \]
30708
30709 \end_inset
30710
30711
30712 \end_layout
30713
30714 \begin_layout Standard
30715 To get them, the command 
30716 \series bold
30717
30718 \backslash
30719 CD
30720 \begin_inset Index idx
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724 Commands ! C ! 
30725 \backslash
30726 CD
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \series default
30733  is inserted to a formula.
30734  A blue box appears with two dashed lines where further commands can be
30735  inserted.
30736  With 
30737 \begin_inset Info
30738 type  "shortcut"
30739 arg   "newline-insert newline"
30740 \end_inset
30741
30742  a new line is created.
30743  Horizontal relations are inserted in odd, vertical in even formula lines.
30744 \end_layout
30745
30746 \begin_layout Standard
30747 To create the relations there are the following commands:
30748 \end_layout
30749
30750 \begin_layout Itemize
30751
30752 \series bold
30753 @<<<
30754 \series default
30755  creates a left arrow, 
30756 \series bold
30757 @>>>
30758 \series default
30759  a right arrow and 
30760 \series bold
30761 @=
30762 \series default
30763  a long equal sign
30764 \end_layout
30765
30766 \begin_layout Itemize
30767
30768 \series bold
30769 @AAA
30770 \series default
30771  creates an up arrow, 
30772 \series bold
30773 @VVV
30774 \series default
30775  a down arrow and 
30776 \series bold
30777 @|
30778 \series default
30779  a vertical equal sign
30780 \end_layout
30781
30782 \begin_layout Itemize
30783
30784 \series bold
30785 @.
30786
30787 \series default
30788  is a placeholder for non-existent relations
30789 \end_layout
30790
30791 \begin_layout Standard
30792 All arrows can be labeled as follows:
30793 \end_layout
30794
30795 \begin_layout Itemize
30796 If text inserted between the first and second < or >, resp., it is placed
30797  above the arrow.
30798  When it is inserted between the second and third one, it appears under
30799  the arrow.
30800 \end_layout
30801
30802 \begin_layout Itemize
30803 When text for vertical arrows is inserted between the first and second A
30804  or V, resp., it is placed left beside the arrow.
30805  When it is inserted between the second and third one, it appears right
30806  beside the arrow.
30807  If the text contains an A or V, these letters must be set into a TeX-brace.
30808 \end_layout
30809
30810 \begin_layout Standard
30811 As example a diagram with all possible relations:
30812 \end_layout
30813
30814 \begin_layout Standard
30815 \begin_inset Formula 
30816 \[
30817 \begin{CD}A@>j>>B@>>k>C@=F\\
30818 @AmAA@.@VV{V}V@|\\
30819 D@<<j<E@>k>>F@=C
30820 \end{CD}
30821 \]
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Standard
30829 The command for this is:
30830 \begin_inset Newline newline
30831 \end_inset
30832
30833
30834 \series bold
30835
30836 \backslash
30837 CD
30838 \begin_inset space \textvisiblespace{}
30839 \end_inset
30840
30841 A@>j>>B@>>k>C@=F Ctrl+Return
30842 \begin_inset Newline newline
30843 \end_inset
30844
30845
30846 \begin_inset Phantom HPhantom
30847 status open
30848
30849 \begin_layout Plain Layout
30850
30851 \series bold
30852
30853 \backslash
30854 CD
30855 \begin_inset space \textvisiblespace{}
30856 \end_inset
30857
30858
30859 \end_layout
30860
30861 \end_inset
30862
30863 @AmAA@.@VV
30864 \backslash
30865 {V
30866 \series default
30867
30868 \begin_inset Formula $\to$
30869 \end_inset
30870
30871
30872 \series bold
30873 V@| Ctrl+Return
30874 \begin_inset Newline newline
30875 \end_inset
30876
30877
30878 \begin_inset Phantom HPhantom
30879 status open
30880
30881 \begin_layout Plain Layout
30882
30883 \series bold
30884
30885 \backslash
30886 CD
30887 \begin_inset space \textvisiblespace{}
30888 \end_inset
30889
30890
30891 \end_layout
30892
30893 \end_inset
30894
30895 D@<<j<E@>k>>F@=C
30896 \end_layout
30897
30898 \begin_layout Subsection
30899 Xymatrix Diagrams
30900 \begin_inset Index idx
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904 Diagrams ! xymatrix
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 To be able to use xymatrices, the LaTeX-package 
30914 \series bold
30915 xypic
30916 \series default
30917  must be installed.
30918  A xymatrix is created by inserting the command 
30919 \series bold
30920
30921 \backslash
30922 xymatrix
30923 \series default
30924  in a formula.
30925  Then you are able to add new matrix columns and rows like for normal matrices,
30926  see 
30927 \begin_inset CommandInset ref
30928 LatexCommand ref
30929 reference "sec:Matrices"
30930
30931 \end_inset
30932
30933 .
30934 \end_layout
30935
30936 \begin_layout Standard
30937 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
30938  and much more.
30939  All possibilities to create commutative diagrams and decorations are explained
30940  in detail in the 
30941 \emph on
30942 XY-pic manual
30943 \emph default
30944  that you find in the menu 
30945 \family sans
30946 Help\SpecialChar \menuseparator
30947 Specific
30948 \begin_inset space ~
30949 \end_inset
30950
30951 Manuals
30952 \family default
30953 .
30954 \end_layout
30955
30956 \begin_layout Subsection
30957
30958 \noun on
30959 Feynman
30960 \noun default
30961  Diagrams
30962 \begin_inset Index idx
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 Diagrams ! Feynman
30967 \end_layout
30968
30969 \end_inset
30970
30971
30972 \end_layout
30973
30974 \begin_layout Standard
30975 To be able to use 
30976 \noun on
30977 Feynman
30978 \noun default
30979 -diagrams, the LaTeX-package 
30980 \series bold
30981 feyn
30982 \series default
30983  must be installed.
30984  A 
30985 \noun on
30986 Feynman
30987 \noun default
30988 -diagram is created by inserting the command 
30989 \series bold
30990
30991 \backslash
30992 Diagram
30993 \series default
30994  in a formula.
30995  Then you are able to add new matrix columns and rows like for normal matrices,
30996  see 
30997 \begin_inset CommandInset ref
30998 LatexCommand ref
30999 reference "sec:Matrices"
31000
31001 \end_inset
31002
31003 .
31004 \end_layout
31005
31006 \begin_layout Standard
31007 Examples how to create 
31008 \noun on
31009 Feynman-
31010 \noun default
31011 diagrams in LyX is given in the 
31012 \emph on
31013 Feynman-diagram manual
31014 \emph default
31015  that you find in the menu 
31016 \family sans
31017 Help\SpecialChar \menuseparator
31018 Specific
31019 \begin_inset space ~
31020 \end_inset
31021
31022 Manuals
31023 \family default
31024 .
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset Newpage newpage
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Section
31035 User-defined Commands
31036 \begin_inset Index idx
31037 status collapsed
31038
31039 \begin_layout Plain Layout
31040 User-defined commands
31041 \end_layout
31042
31043 \end_inset
31044
31045
31046 \end_layout
31047
31048 \begin_layout Standard
31049 \begin_inset Note Greyedout
31050 status open
31051
31052 \begin_layout Plain Layout
31053
31054 \series bold
31055 Note:
31056 \series default
31057  The names of user-defined commands and macros may only consist of Latin
31058  letters.
31059 \end_layout
31060
31061 \end_inset
31062
31063
31064 \end_layout
31065
31066 \begin_layout Subsection
31067 The Command 
31068 \backslash
31069 newcommand
31070 \begin_inset CommandInset label
31071 LatexCommand label
31072 name "sub:The-Command-newcommand"
31073
31074 \end_inset
31075
31076
31077 \begin_inset Index idx
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081 User-defined commands ! 
31082 \backslash
31083 newcommand
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \begin_inset Index idx
31090 status collapsed
31091
31092 \begin_layout Plain Layout
31093 Commands ! N ! 
31094 \backslash
31095 newcommand
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \begin_layout Standard
31104 Many LaTeX-commands are too long to be used frequently.
31105  But it is possible to define with the command 
31106 \series bold
31107
31108 \backslash
31109 newcommand
31110 \series default
31111  new shorter commands.
31112 \end_layout
31113
31114 \begin_layout Standard
31115 The command scheme of 
31116 \series bold
31117
31118 \backslash
31119 newcommand
31120 \series default
31121  is:
31122 \end_layout
31123
31124 \begin_layout Standard
31125
31126 \series bold
31127
31128 \backslash
31129 newcommand{new command name}[number of arguments][optional
31130 \series default
31131  
31132 \series bold
31133 value]
31134 \begin_inset Newline newline
31135 \end_inset
31136
31137
31138 \begin_inset Phantom HPhantom
31139 status open
31140
31141 \begin_layout Plain Layout
31142
31143 \series bold
31144
31145 \backslash
31146 newcommand
31147 \end_layout
31148
31149 \end_inset
31150
31151 {command definition}
31152 \end_layout
31153
31154 \begin_layout Standard
31155 \begin_inset Note Greyedout
31156 status open
31157
31158 \begin_layout Plain Layout
31159
31160 \series bold
31161 Note:
31162 \series default
31163  Assure that the name of the new command is not already used in your document
31164  or by LaTeX-packages that you use.
31165  When you for example define the command 
31166 \series bold
31167
31168 \backslash
31169 le
31170 \series default
31171  for 
31172 \series bold
31173
31174 \backslash
31175 Leftarrow
31176 \series default
31177 , you get an error message because 
31178 \series bold
31179
31180 \backslash
31181 le
31182 \series default
31183  is already defined as command for 
31184 \begin_inset Quotes eld
31185 \end_inset
31186
31187
31188 \begin_inset Formula $\le$
31189 \end_inset
31190
31191
31192 \begin_inset Quotes erd
31193 \end_inset
31194
31195 .
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 The number of arguments is an integer in the range 0
31205 \begin_inset space \thinspace{}
31206 \end_inset
31207
31208 -
31209 \begin_inset space \thinspace{}
31210 \end_inset
31211
31212 9 and specifies how many arguments the new command should have.
31213  With the optional value a value for an optional argument can be predefined.
31214  When this is done, the 
31215 \emph on
31216 first
31217 \emph default
31218  
31219 \emph on
31220 a
31221 \emph default
31222 rgument of the new command is automatically an optional one.
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Here are some examples:
31227 \end_layout
31228
31229 \begin_layout Itemize
31230 To define the command 
31231 \series bold
31232
31233 \backslash
31234 gr
31235 \series default
31236  for 
31237 \series bold
31238
31239 \backslash
31240 Longrightarrow
31241 \series default
31242 , the LaTeX-preamble line is:
31243 \begin_inset VSpace medskip
31244 \end_inset
31245
31246
31247 \begin_inset Newline newline
31248 \end_inset
31249
31250
31251 \series bold
31252
31253 \backslash
31254 newcommand{
31255 \backslash
31256 gr}{
31257 \backslash
31258 Longrightarrow}
31259 \end_layout
31260
31261 \begin_layout Itemize
31262 To define the command 
31263 \series bold
31264
31265 \backslash
31266 us
31267 \series default
31268  for 
31269 \series bold
31270
31271 \backslash
31272 underline
31273 \series default
31274 , the argument (that should be underlined) must be taken into account.
31275  For this the preamble line is:
31276 \begin_inset VSpace medskip
31277 \end_inset
31278
31279
31280 \begin_inset Newline newline
31281 \end_inset
31282
31283
31284 \series bold
31285
31286 \backslash
31287 newcommand{
31288 \backslash
31289 us}[1]{
31290 \backslash
31291 underline{#1}}
31292 \series default
31293
31294 \begin_inset VSpace medskip
31295 \end_inset
31296
31297
31298 \begin_inset Newline newline
31299 \end_inset
31300
31301 The character 
31302 \series bold
31303 #
31304 \series default
31305  acts as argument placeholder, the 
31306 \series bold
31307 1
31308 \series default
31309  behind it denotes that it is the placeholder for the first argument.
31310 \end_layout
31311
31312 \begin_layout Itemize
31313 For 
31314 \series bold
31315
31316 \backslash
31317 framebox
31318 \series default
31319  one can e.
31320 \begin_inset space \thinspace{}
31321 \end_inset
31322
31323 g.
31324 \begin_inset space \space{}
31325 \end_inset
31326
31327 define the command 
31328 \series bold
31329
31330 \backslash
31331 fb
31332 \series default
31333 :
31334 \begin_inset VSpace medskip
31335 \end_inset
31336
31337
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \series bold
31343
31344 \backslash
31345 newcommand{
31346 \backslash
31347 fb}[3]{
31348 \backslash
31349 framebox#1#2{$#3$}}
31350 \series default
31351
31352 \begin_inset VSpace medskip
31353 \end_inset
31354
31355
31356 \begin_inset Newline newline
31357 \end_inset
31358
31359 The two Dollar signs creates the extra formula needed for 
31360 \series bold
31361
31362 \backslash
31363 framebox
31364 \series default
31365 , see 
31366 \begin_inset CommandInset ref
31367 LatexCommand ref
31368 reference "sub:Boxes-with-Frame"
31369
31370 \end_inset
31371
31372 .
31373 \end_layout
31374
31375 \begin_layout Itemize
31376 To create a new command for 
31377 \series bold
31378
31379 \backslash
31380 fcolorbox
31381 \series default
31382  where the color for the box need not be specified, the argument for the
31383  color is defined optional:
31384 \begin_inset VSpace medskip
31385 \end_inset
31386
31387
31388 \begin_inset Newline newline
31389 \end_inset
31390
31391
31392 \series bold
31393
31394 \backslash
31395 newcommand{
31396 \backslash
31397 cb}[3][white]{
31398 \backslash
31399 fcolorbox{#2}{#1}{$#3$}}
31400 \series default
31401
31402 \begin_inset VSpace medskip
31403 \end_inset
31404
31405
31406 \begin_inset Newline newline
31407 \end_inset
31408
31409 When the color is not specified when using 
31410 \series bold
31411
31412 \backslash
31413 cb
31414 \series default
31415 , the predefined color 
31416 \series bold
31417 white
31418 \series default
31419  will be used.
31420 \end_layout
31421
31422 \begin_layout Standard
31423 A test of the new defined commands:
31424 \end_layout
31425
31426 \begin_layout Standard
31427 \align center
31428 \begin_inset Tabular
31429 <lyxtabular version="3" rows="6" columns="2">
31430 <features rotate="0" tabularvalignment="middle">
31431 <column alignment="center" valignment="top">
31432 <column alignment="center" valignment="top">
31433 <row>
31434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31435 \begin_inset Text
31436
31437 \begin_layout Plain Layout
31438 Command
31439 \end_layout
31440
31441 \end_inset
31442 </cell>
31443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31444 \begin_inset Text
31445
31446 \begin_layout Plain Layout
31447 Result
31448 \begin_inset Note Note
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452
31453 \series bold
31454
31455 \backslash
31456 raisebox
31457 \series default
31458  is only used as spacer.
31459 \end_layout
31460
31461 \end_inset
31462
31463
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 </row>
31469 <row>
31470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31471 \begin_inset Text
31472
31473 \begin_layout Plain Layout
31474 A
31475 \backslash
31476 gr
31477 \begin_inset space \textvisiblespace{}
31478 \end_inset
31479
31480 B
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489 \begin_inset Formula $A\gr B$
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 <row>
31499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503
31504 \backslash
31505 us{ABcd
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 </row>
31523 <row>
31524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Plain Layout
31528
31529 \backslash
31530 fb{[2cm]
31531 \begin_inset Formula $\to$
31532 \end_inset
31533
31534
31535 \backslash
31536 {
31537 \begin_inset Formula $\to$
31538 \end_inset
31539
31540
31541 \backslash
31542 {
31543 \backslash
31544 int
31545 \begin_inset space \textvisiblespace{}
31546 \end_inset
31547
31548 A=B
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31554 \begin_inset Text
31555
31556 \begin_layout Plain Layout
31557 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31558 \end_inset
31559
31560
31561 \end_layout
31562
31563 \end_inset
31564 </cell>
31565 </row>
31566 <row>
31567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571
31572 \backslash
31573 cb{red
31574 \begin_inset Formula $\to$
31575 \end_inset
31576
31577
31578 \backslash
31579 {
31580 \backslash
31581 int
31582 \begin_inset space \textvisiblespace{}
31583 \end_inset
31584
31585 A=B
31586 \end_layout
31587
31588 \end_inset
31589 </cell>
31590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31595 \end_inset
31596
31597
31598 \end_layout
31599
31600 \end_inset
31601 </cell>
31602 </row>
31603 <row>
31604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608
31609 \backslash
31610 cb[green]
31611 \backslash
31612 {red
31613 \begin_inset Formula $\to$
31614 \end_inset
31615
31616
31617 \backslash
31618 {
31619 \backslash
31620 int
31621 \begin_inset space \textvisiblespace{}
31622 \end_inset
31623
31624 A=B
31625 \end_layout
31626
31627 \end_inset
31628 </cell>
31629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31630 \begin_inset Text
31631
31632 \begin_layout Plain Layout
31633 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \end_inset
31640 </cell>
31641 </row>
31642 </lyxtabular>
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \begin_layout Subsection
31650 Math Macros
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 User-defined commands! Math macros
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \begin_inset Index idx
31662 status collapsed
31663
31664 \begin_layout Plain Layout
31665 Macros
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Standard
31674 User-defined commands are especially convenient for complex expressions.
31675  When you are for example dealing with a document that has quadratic equations,
31676  the same solution type occurs several times.
31677  The general form of a quadratic equation is
31678 \begin_inset Formula 
31679 \[
31680 0=\lambda^{2}+p\lambda+q
31681 \]
31682
31683 \end_inset
31684
31685 The general form of the solution is
31686 \begin_inset Formula 
31687 \[
31688 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31689 \]
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 To define a command for the solution formula where only the three parameters
31698  
31699 \begin_inset Formula $\lambda$
31700 \end_inset
31701
31702
31703 \begin_inset Formula $p$
31704 \end_inset
31705
31706  and 
31707 \begin_inset Formula $q$
31708 \end_inset
31709
31710  need to be specified and the index of 
31711 \begin_inset Formula $\lambda$
31712 \end_inset
31713
31714  can be given optionally, the LaTeX-preamble line is
31715 \begin_inset Newline newline
31716 \end_inset
31717
31718
31719 \series bold
31720
31721 \backslash
31722 newcommand{
31723 \backslash
31724 qG}[4][1,
31725 \backslash
31726 ,2]{#2_{#1}=-
31727 \backslash
31728 frac{#3}{2}
31729 \backslash
31730 pm
31731 \begin_inset Newline newline
31732 \end_inset
31733
31734
31735 \begin_inset Phantom HPhantom
31736 status open
31737
31738 \begin_layout Plain Layout
31739
31740 \series bold
31741
31742 \backslash
31743 newcommand
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \backslash
31750 sqrt{
31751 \backslash
31752 frac{#3^{2}}{4}-#4}}
31753 \end_layout
31754
31755 \begin_layout Standard
31756 To create with this the solution formula, the command
31757 \begin_inset Newline newline
31758 \end_inset
31759
31760
31761 \series bold
31762
31763 \backslash
31764 qG{
31765 \backslash
31766 lambda
31767 \begin_inset Formula $\to$
31768 \end_inset
31769
31770
31771 \backslash
31772 {p
31773 \begin_inset Formula $\to$
31774 \end_inset
31775
31776
31777 \backslash
31778 {q
31779 \series default
31780  is inserted to a formula
31781 \series bold
31782 .
31783 \end_layout
31784
31785 \begin_layout Standard
31786 The definition of the new command is unintuitive because one has to know
31787  the schemes of all used LaTeX commands, e.
31788 \begin_inset space \thinspace{}
31789 \end_inset
31790
31791 g.
31792 \begin_inset space \space{}
31793 \end_inset
31794
31795 that a fraction is inserted in LaTeX as 
31796 \series bold
31797
31798 \backslash
31799 frac{numerator}{denominator}
31800 \series default
31801 .
31802  Furthermore one can easily forget a brace in the definition and cannot
31803  see in LyX what the new command is doing.
31804  To avoid these problems LyX offers the possibility to use math macros instead
31805  of the command 
31806 \series bold
31807
31808 \backslash
31809 newcommand
31810 \series default
31811 .
31812 \end_layout
31813
31814 \begin_layout Standard
31815 A math macro is created by using the menu 
31816 \family sans
31817 Insert\SpecialChar \menuseparator
31818 Math\SpecialChar \menuseparator
31819 Macro
31820 \family default
31821  or the toolbar button 
31822 \begin_inset Graphics
31823         filename ../images/math-macro_newmacroname_newcommand.png
31824         scale 85
31825
31826 \end_inset
31827
31828 .
31829  The math macro toolbar appears together with the following box where the
31830  macro is defined:
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834
31835 \begin_inset space \hspace*{\fill}
31836 \end_inset
31837
31838
31839 \begin_inset Graphics
31840         filename clipart/macrobox.png
31841
31842 \end_inset
31843
31844
31845 \begin_inset space \hspace*{\fill}
31846 \end_inset
31847
31848
31849 \begin_inset Newline newline
31850 \end_inset
31851
31852
31853 \begin_inset FormulaMacro
31854 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31855 \end_inset
31856
31857
31858 \backslash
31859 newmacroname is the default name of the macro that should be changed to
31860  something sensible.
31861  The wanted formula is inserted in the first blue box.
31862  An argument placeholder is inserted with the command 
31863 \series bold
31864
31865 \backslash
31866 #argumentnumber
31867 \series default
31868 , e.
31869 \begin_inset space \thinspace{}
31870 \end_inset
31871
31872 g
31873 \begin_inset space \space{}
31874 \end_inset
31875
31876
31877 \series bold
31878
31879 \backslash
31880 #1
31881 \series default
31882  or by using the macro toolbar button 
31883 \begin_inset Graphics
31884         filename ../images/math-macro-add-param.png
31885         scale 85
31886
31887 \end_inset
31888
31889 .
31890  Argument placeholders are displayed red.
31891  A maximum of 9
31892 \begin_inset space ~
31893 \end_inset
31894
31895 arguments are possible.
31896  Optional arguments are created with the toolbar button 
31897 \begin_inset Graphics
31898         filename ../images/math-macro-add-optional-param.png
31899         scale 85
31900
31901 \end_inset
31902
31903 .
31904  The first non-optional argument can be transformed to an optional one with
31905  the toolbar button 
31906 \begin_inset Graphics
31907         filename ../images/math-macro-make-optional.png
31908         scale 85
31909
31910 \end_inset
31911
31912 .
31913  In the second blue box the appearance of the macro in LyX can be defined.
31914  Normally you want to see it as it is defined, so the box is kept empty.
31915  But when you have created a macro that needs lot of space on the screen,
31916  you can insert in the box for example
31917 \begin_inset Newline newline
31918 \end_inset
31919
31920
31921 \series bold
31922 qG: 
31923 \backslash
31924 #1
31925 \series default
31926  
31927 \series bold
31928 ,
31929 \series default
31930  
31931 \series bold
31932
31933 \backslash
31934 #2
31935 \series default
31936  
31937 \series bold
31938 ,
31939 \series default
31940  
31941 \series bold
31942
31943 \backslash
31944 #3, 
31945 \backslash
31946 #4
31947 \begin_inset Newline newline
31948 \end_inset
31949
31950
31951 \series default
31952 For the macro only the arguments with the macro name in front of them will
31953  then be displayed in LyX, leading to a better overview.
31954  The formula appears in the output as defined in the first box.
31955 \begin_inset Newline newline
31956 \end_inset
31957
31958 The appearance of macros in formulas can furthermore be changed for single
31959  macros by setting the cursor in the macro and using the menu 
31960 \family sans
31961 View\SpecialChar \menuseparator
31962 (Un)fold
31963 \begin_inset space ~
31964 \end_inset
31965
31966 Math
31967 \begin_inset space ~
31968 \end_inset
31969
31970 Macro
31971 \family default
31972 .
31973 \end_layout
31974
31975 \begin_layout Standard
31976 To use a macro, the macro name is inserted as command to a formula, in our
31977  case 
31978 \series bold
31979
31980 \backslash
31981 qG
31982 \series default
31983 .
31984  Our macro looks in LyX like this:
31985 \begin_inset Newline newline
31986 \end_inset
31987
31988
31989 \begin_inset space \hspace*{\fill}
31990 \end_inset
31991
31992
31993 \begin_inset Graphics
31994         filename clipart/macrouse.png
31995
31996 \end_inset
31997
31998
31999 \begin_inset space \hspace*{\fill}
32000 \end_inset
32001
32002
32003 \begin_inset Newline newline
32004 \end_inset
32005
32006 Here is our macro example with the arguments 
32007 \begin_inset Formula $x$
32008 \end_inset
32009
32010
32011 \begin_inset Formula $\ln(x)$
32012 \end_inset
32013
32014  and 
32015 \begin_inset Formula $B$
32016 \end_inset
32017
32018 :
32019 \end_layout
32020
32021 \begin_layout Standard
32022 \begin_inset Formula 
32023 \[
32024 \qG x{\ln(x)}B
32025 \]
32026
32027 \end_inset
32028
32029
32030 \end_layout
32031
32032 \begin_layout Standard
32033 LyX offers in the menu 
32034 \family sans
32035 Tools\SpecialChar \menuseparator
32036 Preferences\SpecialChar \menuseparator
32037 Editing\SpecialChar \menuseparator
32038 Control
32039 \family default
32040  different styles to edit macros.
32041  To find the style that suits you the most, choose a style and set the cursor
32042  in a macro formula to see the difference.
32043 \end_layout
32044
32045 \begin_layout Standard
32046 A math macro is transformed internally to a 
32047 \series bold
32048
32049 \backslash
32050 newcommand
32051 \series default
32052  command when exporting the document.
32053  The created 
32054 \series bold
32055
32056 \backslash
32057 newcommand
32058 \series default
32059  command is not placed in the LaTeX-preamble, therefore macros can only
32060  be used in formulas that are in the document below the macro definition
32061  box.
32062 \end_layout
32063
32064 \begin_layout Standard
32065 Math macros can also be directly created from a 
32066 \series bold
32067
32068 \backslash
32069 newcommand
32070 \series default
32071  command.
32072  When writing for example the command
32073 \series bold
32074
32075 \begin_inset Newline newline
32076 \end_inset
32077
32078
32079 \backslash
32080 newcommand{
32081 \backslash
32082 larrow}[2]{
32083 \backslash
32084 xleftarrow[#2]{#1}}
32085 \begin_inset Newline newline
32086 \end_inset
32087
32088
32089 \series default
32090 in LyX as normal text, highlighting it completely and using then the shortcut
32091  
32092 \family sans
32093 Ctrl+M
32094 \family default
32095 , the command will be transformed to a math macro.
32096  Using this method you need to be careful that the 
32097 \series bold
32098
32099 \backslash
32100 newcommand
32101 \series default
32102  command is typed correctly, otherwise you get a faulty macro leading to
32103  LaTeX errors.
32104 \end_layout
32105
32106 \begin_layout Standard
32107 Math macros currently have the problem that further formulas in macro definition
32108 s are handled wrongly.
32109  Therefore the example 
32110 \series bold
32111
32112 \backslash
32113 fb
32114 \series default
32115  from 
32116 \begin_inset CommandInset ref
32117 LatexCommand ref
32118 reference "sub:The-Command-newcommand"
32119
32120 \end_inset
32121
32122  cannot be created as macro.
32123 \end_layout
32124
32125 \begin_layout Standard
32126 When the cursor is in a macro definition box, you will see the macro toolbar
32127  in LyX:
32128 \end_layout
32129
32130 \begin_layout Standard
32131 \begin_inset VSpace defskip
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \begin_inset Graphics
32139         filename clipart/MacroToolbar.png
32140
32141 \end_inset
32142
32143
32144 \begin_inset Index idx
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148 Macros ! Toolbar
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157 \begin_inset VSpace defskip
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 The macro toolbar contains from left to right the following buttons:
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset VSpace defskip
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Standard
32175 \begin_inset Tabular
32176 <lyxtabular version="3" rows="9" columns="2">
32177 <features rotate="0" islongtable="true" longtabularalignment="center">
32178 <column alignment="left" valignment="top">
32179 <column alignment="left" valignment="top" width="85col%">
32180 <row interlinespace="2.5mm">
32181 <cell alignment="center" valignment="top" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185 \begin_inset Graphics
32186         filename ../images/math-macro-remove-param.png
32187         rotateOrigin center
32188
32189 \end_inset
32190
32191
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 <cell alignment="center" valignment="top" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200
32201 \family sans
32202 Edit\SpecialChar \menuseparator
32203 Math\SpecialChar \menuseparator
32204 Macro
32205 \begin_inset space ~
32206 \end_inset
32207
32208 Definition\SpecialChar \menuseparator
32209 Remove Last Argument
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 </row>
32215 <row interlinespace="2.5mm">
32216 <cell alignment="center" valignment="top" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 \begin_inset Graphics
32221         filename ../images/math-macro-add-param.png
32222         rotateOrigin center
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \end_inset
32230 </cell>
32231 <cell alignment="center" valignment="top" usebox="none">
32232 \begin_inset Text
32233
32234 \begin_layout Plain Layout
32235
32236 \family sans
32237 Edit\SpecialChar \menuseparator
32238 Math\SpecialChar \menuseparator
32239 Macro
32240 \begin_inset space ~
32241 \end_inset
32242
32243 Definition\SpecialChar \menuseparator
32244 Append Argument
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 </row>
32250 <row interlinespace="2.5mm">
32251 <cell alignment="center" valignment="top" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 \begin_inset Graphics
32256         filename ../images/math-macro-make-optional.png
32257         rotateOrigin center
32258
32259 \end_inset
32260
32261
32262 \end_layout
32263
32264 \end_inset
32265 </cell>
32266 <cell alignment="center" valignment="top" usebox="none">
32267 \begin_inset Text
32268
32269 \begin_layout Plain Layout
32270
32271 \family sans
32272 Edit\SpecialChar \menuseparator
32273 Math\SpecialChar \menuseparator
32274 Macro
32275 \begin_inset space ~
32276 \end_inset
32277
32278 Definition\SpecialChar \menuseparator
32279 Make First Non-Optional into
32280 \begin_inset Newline newline
32281 \end_inset
32282
32283
32284 \begin_inset Phantom HPhantom
32285 status open
32286
32287 \begin_layout Plain Layout
32288
32289 \family sans
32290 Edit\SpecialChar \menuseparator
32291 Math\SpecialChar \menuseparator
32292 Macro
32293 \begin_inset space ~
32294 \end_inset
32295
32296 Definition\SpecialChar \menuseparator
32297
32298 \end_layout
32299
32300 \end_inset
32301
32302 Optional Argument
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 <row interlinespace="2.5mm">
32309 <cell alignment="center" valignment="top" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313 \begin_inset Graphics
32314         filename ../images/math-macro-make-nonoptional.png
32315         rotateOrigin center
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328
32329 \family sans
32330 Edit\SpecialChar \menuseparator
32331 Math\SpecialChar \menuseparator
32332 Macro
32333 \begin_inset space ~
32334 \end_inset
32335
32336 Definition\SpecialChar \menuseparator
32337 Make Last Optional into
32338 \begin_inset Newline newline
32339 \end_inset
32340
32341
32342 \begin_inset Phantom HPhantom
32343 status open
32344
32345 \begin_layout Plain Layout
32346
32347 \family sans
32348 Edit\SpecialChar \menuseparator
32349 Math\SpecialChar \menuseparator
32350 Macro
32351 \begin_inset space ~
32352 \end_inset
32353
32354 Definition\SpecialChar \menuseparator
32355
32356 \end_layout
32357
32358 \end_inset
32359
32360 Non-Optional Argument
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 </row>
32366 <row interlinespace="2.5mm">
32367 <cell alignment="center" valignment="top" usebox="none">
32368 \begin_inset Text
32369
32370 \begin_layout Plain Layout
32371 \begin_inset Graphics
32372         filename ../images/math-macro-remove-optional-param.png
32373         rotateOrigin center
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 <cell alignment="center" valignment="top" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386
32387 \family sans
32388 Edit\SpecialChar \menuseparator
32389 Math\SpecialChar \menuseparator
32390 Macro
32391 \begin_inset space ~
32392 \end_inset
32393
32394 Definition\SpecialChar \menuseparator
32395 Remove Optional Argument
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 </row>
32401 <row interlinespace="2.5mm">
32402 <cell alignment="center" valignment="top" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406 \begin_inset Graphics
32407         filename ../images/math-macro-add-optional-param.png
32408         rotateOrigin center
32409
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 <cell alignment="center" valignment="top" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421
32422 \family sans
32423 Edit\SpecialChar \menuseparator
32424 Math\SpecialChar \menuseparator
32425 Macro
32426 \begin_inset space ~
32427 \end_inset
32428
32429 Definition\SpecialChar \menuseparator
32430 Insert Optional Argument
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 <row interlinespace="2.5mm">
32437 <cell alignment="center" valignment="top" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 \begin_inset Graphics
32442         filename ../images/math-macro-remove-greedy-param.png
32443         rotateOrigin center
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \end_inset
32451 </cell>
32452 <cell alignment="center" valignment="top" usebox="none">
32453 \begin_inset Text
32454
32455 \begin_layout Plain Layout
32456
32457 \family sans
32458 Edit\SpecialChar \menuseparator
32459 Math\SpecialChar \menuseparator
32460 Macro
32461 \begin_inset space ~
32462 \end_inset
32463
32464 Definition\SpecialChar \menuseparator
32465 Remove Last Argument
32466 \begin_inset Newline newline
32467 \end_inset
32468
32469
32470 \begin_inset Phantom HPhantom
32471 status open
32472
32473 \begin_layout Plain Layout
32474
32475 \family sans
32476 Edit\SpecialChar \menuseparator
32477 Math\SpecialChar \menuseparator
32478 Macro
32479 \begin_inset space ~
32480 \end_inset
32481
32482 Definition\SpecialChar \menuseparator
32483
32484 \end_layout
32485
32486 \end_inset
32487
32488 Spitting Out To The Right
32489 \end_layout
32490
32491 \end_inset
32492 </cell>
32493 </row>
32494 <row interlinespace="2.5mm">
32495 <cell alignment="center" valignment="top" usebox="none">
32496 \begin_inset Text
32497
32498 \begin_layout Plain Layout
32499 \begin_inset Graphics
32500         filename ../images/math-macro-append-greedy-param.png
32501         rotateOrigin center
32502
32503 \end_inset
32504
32505
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 <cell alignment="center" valignment="top" usebox="none">
32511 \begin_inset Text
32512
32513 \begin_layout Plain Layout
32514
32515 \family sans
32516 Edit\SpecialChar \menuseparator
32517 Math\SpecialChar \menuseparator
32518 Macro
32519 \begin_inset space ~
32520 \end_inset
32521
32522 Definition\SpecialChar \menuseparator
32523 Append Argument
32524 \begin_inset Newline newline
32525 \end_inset
32526
32527
32528 \begin_inset Phantom HPhantom
32529 status open
32530
32531 \begin_layout Plain Layout
32532
32533 \family sans
32534 Edit\SpecialChar \menuseparator
32535 Math\SpecialChar \menuseparator
32536 Macro
32537 \begin_inset space ~
32538 \end_inset
32539
32540 Definition\SpecialChar \menuseparator
32541
32542 \end_layout
32543
32544 \end_inset
32545
32546 Eating From The Right
32547 \end_layout
32548
32549 \end_inset
32550 </cell>
32551 </row>
32552 <row interlinespace="2.5mm">
32553 <cell alignment="center" valignment="top" usebox="none">
32554 \begin_inset Text
32555
32556 \begin_layout Plain Layout
32557 \begin_inset Graphics
32558         filename ../images/math-macro-add-greedy-optional-param.png
32559         rotateOrigin center
32560
32561 \end_inset
32562
32563
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 <cell alignment="center" valignment="top" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572
32573 \family sans
32574 Edit\SpecialChar \menuseparator
32575 Math\SpecialChar \menuseparator
32576 Macro
32577 \begin_inset space ~
32578 \end_inset
32579
32580 Definition\SpecialChar \menuseparator
32581 Append Optional Argument
32582 \begin_inset Newline newline
32583 \end_inset
32584
32585
32586 \begin_inset Phantom HPhantom
32587 status open
32588
32589 \begin_layout Plain Layout
32590
32591 \family sans
32592 Edit\SpecialChar \menuseparator
32593 Math\SpecialChar \menuseparator
32594 Macro
32595 \begin_inset space ~
32596 \end_inset
32597
32598 Definition\SpecialChar \menuseparator
32599
32600 \end_layout
32601
32602 \end_inset
32603
32604 Eating From The Right
32605 \end_layout
32606
32607 \end_inset
32608 </cell>
32609 </row>
32610 </lyxtabular>
32611
32612 \end_inset
32613
32614
32615 \end_layout
32616
32617 \begin_layout Section
32618 Computer Algebra Systems
32619 \end_layout
32620
32621 \begin_layout Standard
32622 LyX offers the exchange between mathematical expressions written in LyX's
32623  math editor and external applications or user defined scripts.
32624  Currently supported applications are 
32625 \family sans
32626 Maple
32627 \family default
32628
32629 \family sans
32630 Mathematica
32631 \family default
32632
32633 \family sans
32634 Maxima
32635 \family default
32636  and 
32637 \family sans
32638 Octave
32639 \family default
32640 .
32641  Note that the set of supported mathematical constructs is limited only
32642  to very simple cases.
32643 \end_layout
32644
32645 \begin_layout Subsection
32646 Usage
32647 \end_layout
32648
32649 \begin_layout Standard
32650 Write some expression in a formula, go to the 
32651 \family sans
32652 Edit\SpecialChar \menuseparator
32653 Math\SpecialChar \menuseparator
32654 Use Computer Algebra System
32655 \family default
32656  menu and choose the application you have installed on the computer.
32657  After that the result of computation should show on the right side of the
32658  expression together with the 
32659 \begin_inset Quotes eld
32660 \end_inset
32661
32662 =
32663 \begin_inset Quotes erd
32664 \end_inset
32665
32666  operator.
32667 \end_layout
32668
32669 \begin_layout Standard
32670 Here are few simple examples (with results from 
32671 \family typewriter
32672 Maxima
32673 \family default
32674 ) to show what kind of computations can be performed:
32675 \end_layout
32676
32677 \begin_layout Itemize
32678 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \begin_layout Itemize
32685 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Itemize
32692 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32693 \end_inset
32694
32695
32696 \end_layout
32697
32698 \begin_layout Itemize
32699 \begin_inset Formula $\det\left[\begin{array}{ccc}
32700 1 & 6 & 7\\
32701 2 & 5 & 8\\
32702 3 & 4 & 17
32703 \end{array}\right]=-56$
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Itemize
32710 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \begin_layout Subsection
32717 Keyboard shortcut
32718 \end_layout
32719
32720 \begin_layout Standard
32721 Currently there is no keyboard shortcut for calling the algebra applications.
32722  One can easily bind a shortcut to the 
32723 \family sans
32724 math-extern
32725 \family default
32726  LyX function (see the 
32727 \family sans
32728 \emph on
32729 LyX Functions
32730 \family default
32731 \emph default
32732  manual).
32733  One could e.
32734 \begin_inset space \thinspace{}
32735 \end_inset
32736
32737 g.
32738 \begin_inset space \space{}
32739 \end_inset
32740
32741 bind the 
32742 \family sans
32743 Return
32744 \family default
32745  key inside the math editor.
32746  To bind it to 
32747 \family typewriter
32748 Maxima
32749 \family default
32750  one would use this shortcut definition command:
32751 \end_layout
32752
32753 \begin_layout Standard
32754
32755 \series bold
32756 command-alternatives break-paragraph;math-extern maxima
32757 \end_layout
32758
32759 \begin_layout Section
32760 Miscellaneous
32761 \begin_inset Index idx
32762 status collapsed
32763
32764 \begin_layout Plain Layout
32765 Miscellaneous
32766 \end_layout
32767
32768 \end_inset
32769
32770
32771 \end_layout
32772
32773 \begin_layout Subsection
32774 Negative Numbers
32775 \begin_inset Index idx
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779 Numbers ! negative
32780 \end_layout
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 Negative numbers often look ugly in formulas because the minus sign before
32789  the number is set with the same length as the minus operator sign.
32790  When writing the negative number in normal text, the minus sign appears
32791  correctly.
32792 \end_layout
32793
32794 \begin_layout Standard
32795 Thus, the problem disappears when converting the minus sign to mathematical
32796  text.
32797 \end_layout
32798
32799 \begin_layout Standard
32800 An example to visualize the problem:
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \align center
32805 \begin_inset Tabular
32806 <lyxtabular version="3" rows="3" columns="2">
32807 <features rotate="0" tabularvalignment="middle">
32808 <column alignment="right" valignment="top">
32809 <column alignment="left" valignment="top">
32810 <row>
32811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32812 \begin_inset Text
32813
32814 \begin_layout Plain Layout
32815 normal text:
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32821 \begin_inset Text
32822
32823 \begin_layout Plain Layout
32824 x = -2
32825 \end_layout
32826
32827 \end_inset
32828 </cell>
32829 </row>
32830 <row>
32831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 formula:
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844 \begin_inset Formula $x=-2$
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \end_inset
32851 </cell>
32852 </row>
32853 <row>
32854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32855 \begin_inset Text
32856
32857 \begin_layout Plain Layout
32858 solution:
32859 \end_layout
32860
32861 \end_inset
32862 </cell>
32863 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32864 \begin_inset Text
32865
32866 \begin_layout Plain Layout
32867 \begin_inset Formula $x=\textrm{-}2$
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 </row>
32876 </lyxtabular>
32877
32878 \end_inset
32879
32880
32881 \end_layout
32882
32883 \begin_layout Subsection
32884 Comma as decimal Separator
32885 \begin_inset Index idx
32886 status collapsed
32887
32888 \begin_layout Plain Layout
32889 Comma
32890 \end_layout
32891
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \begin_layout Standard
32898 In LaTeX a comma inside a formula is used, according to the English convention,
32899  as number group separator.
32900  So there will be space added behind all commas in formulas.
32901 \end_layout
32902
32903 \begin_layout Standard
32904 To avoid this, the comma is highlighted and changed to mathematical text
32905  (shortcut 
32906 \begin_inset Info
32907 type  "shortcut"
32908 arg   "math-mode"
32909 \end_inset
32910
32911 ).
32912 \end_layout
32913
32914 \begin_layout Standard
32915 To use all formula commas in the document as decimal separator, the file
32916  
32917 \series bold
32918 icomma.sty
32919 \series default
32920
32921 \begin_inset Foot
32922 status collapsed
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927 icomma
32928 \series default
32929  is part of the LaTeX-package 
32930 \series bold
32931 was
32932 \series default
32933
32934 \begin_inset Index idx
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938 Packages ! was
32939 \begin_inset ERT
32940 status collapsed
32941
32942 \begin_layout Plain Layout
32943
32944
32945 \backslash
32946 vspace{4mm}
32947 \end_layout
32948
32949 \end_inset
32950
32951
32952 \end_layout
32953
32954 \end_inset
32955
32956 .
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \begin_inset Index idx
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 Packages ! icomma
32967 \end_layout
32968
32969 \end_inset
32970
32971  is loaded with the LaTeX-preamble line
32972 \end_layout
32973
32974 \begin_layout Standard
32975
32976 \series bold
32977
32978 \backslash
32979 usepackage{icomma}
32980 \end_layout
32981
32982 \begin_layout Subsection
32983 Physical Vectors
32984 \begin_inset CommandInset label
32985 LatexCommand label
32986 name "sub:Physical-Vectors"
32987
32988 \end_inset
32989
32990
32991 \begin_inset Index idx
32992 status collapsed
32993
32994 \begin_layout Plain Layout
32995 Vectors ! physical
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 Predefined vectors are offered by the LaTeX-package 
33005 \series bold
33006 braket
33007 \series default
33008
33009 \begin_inset Index idx
33010 status collapsed
33011
33012 \begin_layout Plain Layout
33013 Packages ! braket
33014 \end_layout
33015
33016 \end_inset
33017
33018  that is loaded with the LaTeX-preamble line
33019 \end_layout
33020
33021 \begin_layout Standard
33022
33023 \series bold
33024
33025 \backslash
33026 usepackage{braket}
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \begin_inset ERT
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034
33035
33036 \backslash
33037 ifbraket 
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \begin_inset Note Note
33044 status open
33045
33046 \begin_layout Plain Layout
33047 The following table will only be displayed when the LaTeX-package 
33048 \series bold
33049 braket
33050 \series default
33051  is installed.
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 The following commands are defined:
33061 \end_layout
33062
33063 \begin_layout Standard
33064 \align center
33065 \begin_inset Tabular
33066 <lyxtabular version="3" rows="4" columns="2">
33067 <features rotate="0" tabularvalignment="middle">
33068 <column alignment="center" valignment="top">
33069 <column alignment="center" valignment="top">
33070 <row>
33071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33072 \begin_inset Text
33073
33074 \begin_layout Plain Layout
33075 Command
33076 \end_layout
33077
33078 \end_inset
33079 </cell>
33080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33081 \begin_inset Text
33082
33083 \begin_layout Plain Layout
33084 Result
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 <row>
33091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095
33096 \backslash
33097 Bra{
33098 \backslash
33099 psi
33100 \end_layout
33101
33102 \end_inset
33103 </cell>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 \begin_inset Formula $\Bra{\psi}$
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 </row>
33117 <row>
33118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33119 \begin_inset Text
33120
33121 \begin_layout Plain Layout
33122
33123 \backslash
33124 Ket{
33125 \backslash
33126 psi
33127 \end_layout
33128
33129 \end_inset
33130 </cell>
33131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 \begin_inset Formula $\Ket{\psi}$
33136 \end_inset
33137
33138
33139 \end_layout
33140
33141 \end_inset
33142 </cell>
33143 </row>
33144 <row>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149
33150 \backslash
33151 Braket{
33152 \backslash
33153 psi|
33154 \backslash
33155 phi
33156 \end_layout
33157
33158 \end_inset
33159 </cell>
33160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33161 \begin_inset Text
33162
33163 \begin_layout Plain Layout
33164 \begin_inset Formula $\Braket{\psi|\phi}$
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \end_inset
33171 </cell>
33172 </row>
33173 </lyxtabular>
33174
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Standard
33181 The command 
33182 \series bold
33183
33184 \backslash
33185 Braket
33186 \series default
33187  assures that all vertical bars are set in the size of the surrounding brackets:
33188 \begin_inset Formula 
33189 \[
33190 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33191 \]
33192
33193 \end_inset
33194
33195
33196 \begin_inset ERT
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200
33201
33202 \backslash
33203 else 
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \begin_inset Note Note
33210 status open
33211
33212 \begin_layout Plain Layout
33213 The following will be displayed when the LaTeX-package 
33214 \series bold
33215 braket
33216 \series default
33217  is not installed:
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226 You need to install the LaTeX-package 
33227 \series bold
33228 braket
33229 \series default
33230  to see the rest of this subsection in the output.
33231 \end_layout
33232
33233 \begin_layout Standard
33234 \begin_inset ERT
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238
33239
33240 \backslash
33241 fi 
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Standard
33250 The effect of 
33251 \series bold
33252
33253 \backslash
33254 Braket
33255 \series default
33256  can also be achieved using the command 
33257 \series bold
33258
33259 \backslash
33260 middle
33261 \series default
33262 , that is described in 
33263 \begin_inset CommandInset ref
33264 LatexCommand ref
33265 reference "sub:Automatic-Bracket-Size"
33266
33267 \end_inset
33268
33269 .
33270 \end_layout
33271
33272 \begin_layout Subsection
33273 Self-defined Fractions
33274 \begin_inset CommandInset label
33275 LatexCommand label
33276 name "sub:Self-defined-Fractions"
33277
33278 \end_inset
33279
33280
33281 \begin_inset Index idx
33282 status collapsed
33283
33284 \begin_layout Plain Layout
33285 Fractions ! self-defined
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \end_layout
33292
33293 \begin_layout Standard
33294 To define custom commands for fractions, the command 
33295 \series bold
33296
33297 \backslash
33298 genfrac
33299 \series default
33300
33301 \begin_inset Index idx
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Commands ! G ! 
33306 \backslash
33307 genfrac
33308 \begin_inset ERT
33309 status collapsed
33310
33311 \begin_layout Plain Layout
33312
33313
33314 \backslash
33315 vspace{4mm}
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \end_inset
33324
33325  is used in the following scheme:
33326 \end_layout
33327
33328 \begin_layout Standard
33329
33330 \series bold
33331
33332 \backslash
33333 genfrac{left
33334 \series default
33335  
33336 \series bold
33337 bracket}{right
33338 \series default
33339  
33340 \series bold
33341 bracket}{fraction bar thickness}{style}
33342 \begin_inset Newline newline
33343 \end_inset
33344
33345
33346 \begin_inset Phantom HPhantom
33347 status open
33348
33349 \begin_layout Plain Layout
33350
33351 \series bold
33352
33353 \backslash
33354 genfrac
33355 \end_layout
33356
33357 \end_inset
33358
33359 {numerator}{denominator}
33360 \end_layout
33361
33362 \begin_layout Standard
33363 The style is a number in the range of 0
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 -
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 3.
33372 \end_layout
33373
33374 \begin_layout Standard
33375 \align center
33376 \begin_inset Tabular
33377 <lyxtabular version="3" rows="5" columns="2">
33378 <features rotate="0" tabularvalignment="middle">
33379 <column alignment="center" valignment="top">
33380 <column alignment="center" valignment="top">
33381 <row>
33382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33383 \begin_inset Text
33384
33385 \begin_layout Plain Layout
33386 Number
33387 \end_layout
33388
33389 \end_inset
33390 </cell>
33391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 Style (Size)
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 </row>
33401 <row>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 0
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 display style formula
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 </row>
33421 <row>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 1
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 inline formula
33436 \end_layout
33437
33438 \end_inset
33439 </cell>
33440 </row>
33441 <row>
33442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33443 \begin_inset Text
33444
33445 \begin_layout Plain Layout
33446 2
33447 \end_layout
33448
33449 \end_inset
33450 </cell>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 small
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 <row>
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 3
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 tiny
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 </lyxtabular>
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 When no style is given, the size is adjusted to the surrounding environment
33490  like for the command 
33491 \series bold
33492
33493 \backslash
33494 frac
33495 \series default
33496 .
33497 \end_layout
33498
33499 \begin_layout Standard
33500 When no fraction bar thickness is given, the predefined value of 0.4
33501 \begin_inset space \thinspace{}
33502 \end_inset
33503
33504 pt will be used.
33505 \end_layout
33506
33507 \begin_layout Standard
33508 \begin_inset VSpace medskip
33509 \end_inset
33510
33511 For example, the commands 
33512 \series bold
33513
33514 \backslash
33515 dfrac
33516 \series default
33517  and 
33518 \series bold
33519
33520 \backslash
33521 tbinom
33522 \series default
33523  from 
33524 \begin_inset CommandInset ref
33525 LatexCommand ref
33526 reference "sub:Fractions"
33527
33528 \end_inset
33529
33530  are defined with the commands
33531 \end_layout
33532
33533 \begin_layout Standard
33534
33535 \series bold
33536
33537 \backslash
33538 newcommand{
33539 \backslash
33540 dfrac}[2]{
33541 \backslash
33542 genfrac{}{}{}{0}{#1}{#2}}
33543 \end_layout
33544
33545 \begin_layout Standard
33546 and
33547 \end_layout
33548
33549 \begin_layout Standard
33550
33551 \series bold
33552
33553 \backslash
33554 newcommand{
33555 \backslash
33556 tbinom}[2]{
33557 \backslash
33558 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33559 \end_layout
33560
33561 \begin_layout Standard
33562 \begin_inset VSpace medskip
33563 \end_inset
33564
33565 To define a fraction where the fraction bar thickness can be given as optional
33566  argument, the following line is inserted to the LaTeX-preamble:
33567 \end_layout
33568
33569 \begin_layout Standard
33570
33571 \series bold
33572
33573 \backslash
33574 newcommand{
33575 \backslash
33576 fracS}[3][]{
33577 \backslash
33578 genfrac{}{}{#1}{}{#2}{#3}}
33579 \end_layout
33580
33581 \begin_layout Standard
33582 A test:
33583 \begin_inset Formula 
33584 \begin{align*}
33585 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33586 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33587 \end{align*}
33588
33589 \end_inset
33590
33591 As one can see, the distance of the numerator and the denominator to the
33592  fraction bar is round about three times the bar thickness.
33593 \end_layout
33594
33595 \begin_layout Subsection
33596 Canceled Formulas
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Formula ! canceled
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 There are four ways to cancel formulas or parts of formulas:
33611 \end_layout
33612
33613 \begin_layout Standard
33614 \begin_inset ERT
33615 status collapsed
33616
33617 \begin_layout Plain Layout
33618
33619
33620 \backslash
33621 ifcancel 
33622 \end_layout
33623
33624 \end_inset
33625
33626
33627 \begin_inset Note Note
33628 status open
33629
33630 \begin_layout Plain Layout
33631 The following table will only be displayed when the LaTeX-package 
33632 \series bold
33633 cancel
33634 \series default
33635  is installed.
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \begin_layout Standard
33644 \align center
33645 \begin_inset Tabular
33646 <lyxtabular version="3" rows="5" columns="2">
33647 <features rotate="0" tabularvalignment="middle">
33648 <column alignment="center" valignment="top">
33649 <column alignment="center" valignment="top">
33650 <row>
33651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33652 \begin_inset Text
33653
33654 \begin_layout Plain Layout
33655 Command
33656 \end_layout
33657
33658 \end_inset
33659 </cell>
33660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 Result
33665 \begin_inset Note Note
33666 status collapsed
33667
33668 \begin_layout Plain Layout
33669 The space and
33670 \series bold
33671  
33672 \backslash
33673 raisebox
33674 \series default
33675  are used here as spacer.
33676 \end_layout
33677
33678 \end_inset
33679
33680
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 </row>
33686 <row>
33687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33688 \begin_inset Text
33689
33690 \begin_layout Plain Layout
33691
33692 \backslash
33693 cancel
33694 \begin_inset space \textvisiblespace{}
33695 \end_inset
33696
33697
33698 \backslash
33699 int
33700 \begin_inset space \textvisiblespace{}
33701 \end_inset
33702
33703 A=B
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33709 \begin_inset Text
33710
33711 \begin_layout Plain Layout
33712 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 </row>
33721 <row>
33722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726
33727 \backslash
33728 bcancel
33729 \begin_inset space \textvisiblespace{}
33730 \end_inset
33731
33732
33733 \backslash
33734 int
33735 \begin_inset space \textvisiblespace{}
33736 \end_inset
33737
33738 A=B
33739 \end_layout
33740
33741 \end_inset
33742 </cell>
33743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33744 \begin_inset Text
33745
33746 \begin_layout Plain Layout
33747 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33748 \end_inset
33749
33750
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 </row>
33756 <row>
33757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33758 \begin_inset Text
33759
33760 \begin_layout Plain Layout
33761
33762 \backslash
33763 xcancel
33764 \begin_inset space \textvisiblespace{}
33765 \end_inset
33766
33767
33768 \backslash
33769 int
33770 \begin_inset space \textvisiblespace{}
33771 \end_inset
33772
33773 A=B
33774 \end_layout
33775
33776 \end_inset
33777 </cell>
33778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33779 \begin_inset Text
33780
33781 \begin_layout Plain Layout
33782 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \end_inset
33789 </cell>
33790 </row>
33791 <row>
33792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33793 \begin_inset Text
33794
33795 \begin_layout Plain Layout
33796
33797 \backslash
33798 cancelto
33799 \begin_inset space \textvisiblespace{}
33800 \end_inset
33801
33802
33803 \backslash
33804 int
33805 \begin_inset space \textvisiblespace{}
33806 \end_inset
33807
33808 A=B
33809 \begin_inset Formula $\to$
33810 \end_inset
33811
33812 1
33813 \end_layout
33814
33815 \end_inset
33816 </cell>
33817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \end_inset
33828 </cell>
33829 </row>
33830 </lyxtabular>
33831
33832 \end_inset
33833
33834
33835 \end_layout
33836
33837 \begin_layout Standard
33838
33839 \series bold
33840
33841 \backslash
33842 cancelto
33843 \series default
33844  is especially suitable to visualize the reduction of fractions within formulas:
33845 \begin_inset Formula 
33846 \[
33847 \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}}}
33848 \]
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Standard
33856 To change the size of 
33857 \series bold
33858
33859 \backslash
33860 cancelto
33861 \series default
33862 's 
33863 \begin_inset Quotes eld
33864 \end_inset
33865
33866 subscript
33867 \begin_inset Quotes erd
33868 \end_inset
33869
33870  value one can add the LaTeX-preamble line
33871 \end_layout
33872
33873 \begin_layout Standard
33874
33875 \series bold
33876
33877 \backslash
33878 PassOptionsToPackage{option}{cancel}
33879 \end_layout
33880
33881 \begin_layout Standard
33882 where 
33883 \series bold
33884 option
33885 \series default
33886  is either 
33887 \series bold
33888 samesize
33889 \series default
33890  which leads to the same size as for the canceled value, or 
33891 \series bold
33892 Smaller
33893 \series default
33894  which makes is it a bit smaller than normal.
33895 \end_layout
33896
33897 \begin_layout Standard
33898 To color the cancellation bar one adds this command as TeX code:
33899 \end_layout
33900
33901 \begin_layout Standard
33902
33903 \series bold
33904
33905 \backslash
33906 renewcommand{
33907 \backslash
33908 CancelColor}{
33909 \backslash
33910 color{red}}
33911 \end_layout
33912
33913 \begin_layout Standard
33914
33915 \series bold
33916 red
33917 \series default
33918  can be replaced by a color of your choice.
33919 \end_layout
33920
33921 \begin_layout Standard
33922 \begin_inset ERT
33923 status collapsed
33924
33925 \begin_layout Plain Layout
33926
33927
33928 \backslash
33929 renewcommand{
33930 \backslash
33931 CancelColor}{
33932 \backslash
33933 color{red}}
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Standard
33942 \begin_inset Formula 
33943 \[
33944 \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}}}
33945 \]
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \begin_inset ERT
33954 status collapsed
33955
33956 \begin_layout Plain Layout
33957
33958
33959 \backslash
33960 renewcommand{
33961 \backslash
33962 CancelColor}{
33963 \backslash
33964 color{black}}
33965 \end_layout
33966
33967 \end_inset
33968
33969
33970 \begin_inset Note Note
33971 status open
33972
33973 \begin_layout Plain Layout
33974 reset the color
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \end_layout
33981
33982 \begin_layout Standard
33983 For further customizations, see the documentation of the package 
33984 \series bold
33985 cancel
33986 \series default
33987
33988 \begin_inset CommandInset citation
33989 LatexCommand cite
33990 key "cancel"
33991
33992 \end_inset
33993
33994 .
33995 \begin_inset Index idx
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999 Packages ! cancel
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Standard
34008 \begin_inset ERT
34009 status collapsed
34010
34011 \begin_layout Plain Layout
34012
34013
34014 \backslash
34015 else 
34016 \end_layout
34017
34018 \end_inset
34019
34020
34021 \begin_inset Note Note
34022 status open
34023
34024 \begin_layout Plain Layout
34025 The following will be displayed when the LaTeX-package 
34026 \series bold
34027 cancel
34028 \series default
34029  is not installed:
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Standard
34038 You need to install the LaTeX-package 
34039 \series bold
34040 cancel
34041 \series default
34042  to see the rest of this subsection in the output.
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \begin_inset ERT
34047 status collapsed
34048
34049 \begin_layout Plain Layout
34050
34051
34052 \backslash
34053 fi 
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Standard
34062 \begin_inset Newpage newpage
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \begin_layout Subsection
34069 Formulas in Section Headings
34070 \begin_inset CommandInset label
34071 LatexCommand label
34072 name "sub:Formulas-in-Section"
34073
34074 \end_inset
34075
34076
34077 \begin_inset Index idx
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 Formula ! in section headings
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Standard
34090 When formulas are used in section headings, the following has to be taken
34091  into account:
34092 \end_layout
34093
34094 \begin_layout Standard
34095 \begin_inset Note Greyedout
34096 status open
34097
34098 \begin_layout Plain Layout
34099 When 
34100 \series bold
34101 hyperref
34102 \series default
34103
34104 \begin_inset Index idx
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Packages ! hyperref
34109 \end_layout
34110
34111 \end_inset
34112
34113  support is enabled in the document settings dialog under 
34114 \family sans
34115 PDF
34116 \begin_inset space ~
34117 \end_inset
34118
34119 Properties
34120 \family default
34121 , PDF-bookmarks are created for every section heading in the table of contents.
34122  If a section heading contains formulas, they are incorrectly displayed
34123  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34124 s.
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \begin_layout Standard
34133 Both problems can be solved by inserting at the end of the section heading
34134  a short title with the menu 
34135 \family sans
34136 Insert\SpecialChar \menuseparator
34137 Short
34138 \begin_inset space ~
34139 \end_inset
34140
34141 Title
34142 \family default
34143 .
34144  Short titles are used as alternative for multiline section headings to
34145  keep the table of contents clearly arranged.
34146  Only the short title appears in the table of contents and therefore also
34147  in the PDF-bookmark.
34148 \end_layout
34149
34150 \begin_layout Standard
34151 When formulas should be used in the table of contents but 
34152 \series bold
34153 hyperref
34154 \series default
34155  is used, one can use the following command in TeX-mode:
34156 \end_layout
34157
34158 \begin_layout Standard
34159
34160 \series bold
34161
34162 \backslash
34163 texorpdfstring{part}{alternative}
34164 \begin_inset Index idx
34165 status collapsed
34166
34167 \begin_layout Plain Layout
34168 Commands ! T ! 
34169 \backslash
34170 texorpdfstring
34171 \end_layout
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \begin_layout Standard
34179 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34180  This can be characters, formulas, footnotes, but also cross-references.
34181  The alternative is used instead of the part for the bookmark.
34182 \end_layout
34183
34184 \begin_layout Standard
34185 Here are two example headings:
34186 \begin_inset VSpace -3mm
34187 \end_inset
34188
34189
34190 \begin_inset ERT
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194
34195
34196 \backslash
34197 boldmath 
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \begin_layout Subsubsection
34206 Heading without formula in table of contents 
34207 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34208 \end_inset
34209
34210
34211 \begin_inset Argument 1
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 Heading without formula in table of contents
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Subsubsection
34224 Heading with formula in table of contents
34225 \begin_inset ERT
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229
34230
34231 \backslash
34232 texorpdfstring{
34233 \end_layout
34234
34235 \end_inset
34236
34237  
34238 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34239 \end_inset
34240
34241
34242 \begin_inset ERT
34243 status collapsed
34244
34245 \begin_layout Plain Layout
34246
34247 }{}
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256 \begin_inset ERT
34257 status collapsed
34258
34259 \begin_layout Plain Layout
34260
34261
34262 \backslash
34263 unboldmath 
34264 \end_layout
34265
34266 \end_inset
34267
34268 In the first heading a short title was used, in the second one 
34269 \series bold
34270
34271 \backslash
34272 texorpdfstring
34273 \series default
34274 .
34275 \end_layout
34276
34277 \begin_layout Standard
34278 To get the same formatting as for the other headings, the complete heading
34279  was set into a 
34280 \series bold
34281 boldmath
34282 \series default
34283  environment
34284 \begin_inset Foot
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 see 
34289 \begin_inset CommandInset ref
34290 LatexCommand ref
34291 reference "sub:Bold-Formulas"
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299
34300 .
34301 \end_layout
34302
34303 \begin_layout Subsection
34304 Formulas in multi-column Text
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Formula ! in multi-column text
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Standard
34318 Formulas in multi-column text are often too wide to fit into a column and
34319  thus need to be set over the whole page width.
34320  This is done by using the LaTeX-package 
34321 \series bold
34322 multicol
34323 \series default
34324
34325 \begin_inset Foot
34326 status collapsed
34327
34328 \begin_layout Plain Layout
34329
34330 \series bold
34331 multicol
34332 \series default
34333  is part of every LaTeX standard installation.
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \begin_inset Index idx
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343 Packages ! multicol
34344 \end_layout
34345
34346 \end_inset
34347
34348 , that is loaded with the LaTeX-preamble line
34349 \end_layout
34350
34351 \begin_layout Standard
34352
34353 \series bold
34354
34355 \backslash
34356 usepackage{multicol}
34357 \end_layout
34358
34359 \begin_layout Standard
34360 \begin_inset Note Greyedout
34361 status open
34362
34363 \begin_layout Plain Layout
34364 Note that in this case the setting 
34365 \family sans
34366 Two-column
34367 \begin_inset space ~
34368 \end_inset
34369
34370 document
34371 \family default
34372  in the menu 
34373 \family sans
34374 Document\SpecialChar \menuseparator
34375 Settings
34376 \family default
34377  under 
34378 \family sans
34379 Text
34380 \begin_inset space ~
34381 \end_inset
34382
34383 Layout
34384 \family default
34385 \emph on
34386  
34387 \emph default
34388 must 
34389 \emph on
34390 not
34391 \emph default
34392  be selected.
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \end_layout
34399
34400 \begin_layout Standard
34401 Before the multi-column text the command
34402 \end_layout
34403
34404 \begin_layout Standard
34405
34406 \series bold
34407
34408 \backslash
34409 begin{multicols}{column number}
34410 \end_layout
34411
34412 \begin_layout Standard
34413 is written in TeX-mode.
34414  The column number is a number in the range of 2
34415 \begin_inset space \thinspace{}
34416 \end_inset
34417
34418 -
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 10.
34423  Before the formula the multi-column text is ended by inserting the command
34424 \end_layout
34425
34426 \begin_layout Standard
34427
34428 \series bold
34429
34430 \backslash
34431 end{multicols}
34432 \end_layout
34433
34434 \begin_layout Standard
34435 in TeX-mode.
34436 \end_layout
34437
34438 \begin_layout Standard
34439 Due to the command some space is automatically added before the formula.
34440  To revert this, -6
34441 \begin_inset space \thinspace{}
34442 \end_inset
34443
34444 mm vertical space is inserted before the formula.
34445  When the formula style 
34446 \series bold
34447 Indented
34448 \begin_inset Foot
34449 status collapsed
34450
34451 \begin_layout Plain Layout
34452 formula styles see 
34453 \begin_inset CommandInset ref
34454 LatexCommand ref
34455 reference "sec:Formula-Styles"
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \end_inset
34463
34464
34465 \series default
34466  is used, -9
34467 \begin_inset space \thinspace{}
34468 \end_inset
34469
34470 mm space is inserted instead.
34471 \end_layout
34472
34473 \begin_layout Standard
34474 As example a multi-column text with a displayed formula:
34475 \end_layout
34476
34477 \begin_layout Standard
34478
34479 \lang german
34480 \begin_inset ERT
34481 status collapsed
34482
34483 \begin_layout Plain Layout
34484
34485
34486 \backslash
34487 begin{multicols}{2}
34488 \end_layout
34489
34490 \end_inset
34491
34492 Das Spektrum wird fouriertransformiert.
34493  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34494 , Lösungsmittel) zu trennen.
34495  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34496  nun das Aussehen des Ausgangssignals.
34497  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34498  über alle Phasen integrieren muss.
34499  Sei nun 
34500 \begin_inset Formula $S$
34501 \end_inset
34502
34503  unser normiertes Ausgangssignal und 
34504 \begin_inset Formula $P$
34505 \end_inset
34506
34507  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513
34514 \backslash
34515 end{multicols}
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \begin_inset VSpace -6mm
34522 \end_inset
34523
34524
34525 \begin_inset Formula 
34526 \begin{equation}
34527 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34528 \end{equation}
34529
34530 \end_inset
34531
34532
34533 \begin_inset ERT
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537
34538
34539 \backslash
34540 begin{multicols}{2}
34541 \end_layout
34542
34543 \end_inset
34544
34545 wobei 
34546 \begin_inset Formula $S_{0}$
34547 \end_inset
34548
34549  das Signal ohne Gradient ist und die Normierungsbedingung 
34550 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34551 \end_inset
34552
34553  gilt.
34554  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34555  Direkt nach dem 
34556 \begin_inset Formula $\nicefrac{\pi}{2}$
34557 \end_inset
34558
34559
34560 \begin_inset space \thinspace{}
34561 \end_inset
34562
34563 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34564  das Signal zusätzlich abschwächt.
34565  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34566  
34567 \begin_inset Formula $T_{2}$
34568 \end_inset
34569
34570 -Zeit.
34571 \end_layout
34572
34573 \begin_layout Standard
34574
34575 \lang german
34576 \begin_inset ERT
34577 status collapsed
34578
34579 \begin_layout Plain Layout
34580
34581
34582 \backslash
34583 end{multicols}
34584 \end_layout
34585
34586 \end_inset
34587
34588
34589 \end_layout
34590
34591 \begin_layout Subsection
34592 Formulas with Description of Variables
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 Formula ! with description of variables
34598 \end_layout
34599
34600 \end_inset
34601
34602
34603 \end_layout
34604
34605 \begin_layout Standard
34606 To describe variables within a formula, like in formula 
34607 \begin_inset CommandInset ref
34608 LatexCommand eqref
34609 reference "eq:within"
34610
34611 \end_inset
34612
34613 , a 2
34614 \series bold
34615 ×
34616 \series default
34617
34618 \begin_inset Formula $n$
34619 \end_inset
34620
34621
34622 \begin_inset space ~
34623 \end_inset
34624
34625 matrix is used with left aligned columns for the 
34626 \begin_inset Formula $n$
34627 \end_inset
34628
34629  used variables.
34630 \begin_inset Foot
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634 matrices see 
34635 \begin_inset CommandInset ref
34636 LatexCommand ref
34637 reference "sec:Matrices"
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \end_inset
34645
34646  To set the description in a smaller size, before the matrix e.
34647 \begin_inset space \thinspace{}
34648 \end_inset
34649
34650 g.
34651 \begin_inset space \space{}
34652 \end_inset
34653
34654 the command 
34655 \series bold
34656
34657 \backslash
34658 footnotesize
34659 \series default
34660  is inserted.
34661 \begin_inset Foot
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 font sizes see 
34666 \begin_inset CommandInset ref
34667 LatexCommand ref
34668 reference "sub:Font-Sizes"
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676
34677
34678 \end_layout
34679
34680 \begin_layout Standard
34681 When the formula style 
34682 \series bold
34683 Indented
34684 \begin_inset Foot
34685 status collapsed
34686
34687 \begin_layout Plain Layout
34688 formula styles see 
34689 \begin_inset CommandInset ref
34690 LatexCommand ref
34691 reference "sec:Formula-Styles"
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \end_inset
34699
34700
34701 \series default
34702  is used, a 
34703 \series bold
34704
34705 \backslash
34706 hfill
34707 \series default
34708
34709 \begin_inset Foot
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713
34714 \series bold
34715
34716 \backslash
34717 hfill
34718 \series default
34719  only works in formulas with the style 
34720 \series bold
34721 Indented
34722 \series default
34723 , see 
34724 \begin_inset CommandInset ref
34725 LatexCommand ref
34726 reference "sub:Variable-Space"
34727
34728 \end_inset
34729
34730 .
34731 \end_layout
34732
34733 \end_inset
34734
34735  is inserted before and after the matrix to have the same separation of
34736  the matrix from the equation and the side margin.
34737 \end_layout
34738
34739 \begin_layout Standard
34740 When the formula style 
34741 \series bold
34742 Centered
34743 \series default
34744  is used, the method described in 
34745 \begin_inset CommandInset ref
34746 LatexCommand ref
34747 reference "sub:Flalign-Environment"
34748
34749 \end_inset
34750
34751  is used to indent formulas.
34752  Formula 
34753 \begin_inset CommandInset ref
34754 LatexCommand eqref
34755 reference "eq:within"
34756
34757 \end_inset
34758
34759  consists of five columns where in the first two columns contain the equation,
34760  the third the matrix and the last one an empty TeX-brace.
34761 \begin_inset Formula 
34762 \begin{flalign}
34763 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34764 \rho & \textrm{density}\\
34765 V & \textrm{volume}\\
34766 g & \textrm{gravitational acceleration}
34767 \end{array} &  & {}\label{eq:within}
34768 \end{flalign}
34769
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Subsection
34776 Upright small Greek Letters
34777 \begin_inset CommandInset label
34778 LatexCommand label
34779 name "sub:Upright-small-Greek"
34780
34781 \end_inset
34782
34783
34784 \begin_inset Index idx
34785 status collapsed
34786
34787 \begin_layout Plain Layout
34788 Greek letters ! upright
34789 \end_layout
34790
34791 \end_inset
34792
34793
34794 \end_layout
34795
34796 \begin_layout Standard
34797 Most of the math fonts only provide italic small Greek letters.
34798  But for symbols of elementary particles like pions and neutrinos, upright
34799  Greek letters are needed.
34800  The file 
34801 \series bold
34802 upgreek.sty
34803 \series default
34804
34805 \begin_inset Foot
34806 status collapsed
34807
34808 \begin_layout Plain Layout
34809
34810 \series bold
34811 upgreek
34812 \series default
34813  is part of the LaTeX-package 
34814 \series bold
34815 was
34816 \series default
34817
34818 \begin_inset Index idx
34819 status collapsed
34820
34821 \begin_layout Plain Layout
34822 Packages ! was
34823 \begin_inset ERT
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827
34828
34829 \backslash
34830 vspace{4mm}
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \end_inset
34839
34840 .
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \begin_inset Index idx
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 Packages ! upgreek
34851 \end_layout
34852
34853 \end_inset
34854
34855  that is loaded with the LaTeX-preamble line
34856 \end_layout
34857
34858 \begin_layout Standard
34859
34860 \series bold
34861
34862 \backslash
34863 usepackage{upgreek}
34864 \end_layout
34865
34866 \begin_layout Standard
34867 provides them.
34868  
34869 \begin_inset ERT
34870 status collapsed
34871
34872 \begin_layout Plain Layout
34873
34874
34875 \backslash
34876 ifupgreek 
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \begin_inset Note Note
34883 status open
34884
34885 \begin_layout Plain Layout
34886 The following table will only be displayed when the LaTeX-package 
34887 \series bold
34888 upgreek
34889 \series default
34890  is installed:
34891 \end_layout
34892
34893 \end_inset
34894
34895  They are created when the command for a small Greek letter is started with
34896  
34897 \series bold
34898 up
34899 \series default
34900 .
34901  For example the command 
34902 \series bold
34903
34904 \backslash
34905 uptau
34906 \series default
34907  creates this: 
34908 \begin_inset Formula $\uptau$
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 With these commands reactions of elementary particles can be typeset:
34916 \begin_inset Formula 
34917 \[
34918 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34919 \]
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \begin_layout Standard
34927 The upright letters are more bold and wider than the italic ones.
34928  They should therefore not be used for units like 
34929 \begin_inset Quotes eld
34930 \end_inset
34931
34932 µm
34933 \begin_inset Quotes erd
34934 \end_inset
34935
34936 .
34937 \end_layout
34938
34939 \begin_layout Standard
34940 \begin_inset ERT
34941 status collapsed
34942
34943 \begin_layout Plain Layout
34944
34945
34946 \backslash
34947 else 
34948 \end_layout
34949
34950 \end_inset
34951
34952
34953 \begin_inset Note Note
34954 status open
34955
34956 \begin_layout Plain Layout
34957 The following will be displayed when the LaTeX-package 
34958 \series bold
34959 upgreek
34960 \series default
34961  is not installed:
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970 You need to install the LaTeX-package 
34971 \series bold
34972 upgreek
34973 \series default
34974  to see the rest of this subsection in the output.
34975 \end_layout
34976
34977 \begin_layout Standard
34978 \begin_inset ERT
34979 status collapsed
34980
34981 \begin_layout Plain Layout
34982
34983
34984 \backslash
34985 fi 
34986 \end_layout
34987
34988 \end_inset
34989
34990
34991 \end_layout
34992
34993 \begin_layout Subsection
34994 Text Characters in Formulas
34995 \begin_inset CommandInset label
34996 LatexCommand label
34997 name "sub:Text-Characters-in"
34998
34999 \end_inset
35000
35001
35002 \begin_inset Index idx
35003 status collapsed
35004
35005 \begin_layout Plain Layout
35006 Text ! in formulas
35007 \end_layout
35008
35009 \end_inset
35010
35011
35012 \end_layout
35013
35014 \begin_layout Standard
35015 In some cases you might want to insert text characters directly into formulas.
35016  When for example the centered dot · is often used in formulas like 
35017 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35018 \end_inset
35019
35020 , one would have to insert the command 
35021 \series bold
35022
35023 \backslash
35024 cdot
35025 \series default
35026
35027 \begin_inset Foot
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 see 
35032 \begin_inset CommandInset ref
35033 LatexCommand ref
35034 reference "sub:Binary-Operators"
35035
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \end_inset
35042
35043  all the time, because this character is defined in all encodings as text
35044  character.
35045  But the encoding can be changed by this LaTeX-preamble line:
35046 \end_layout
35047
35048 \begin_layout Standard
35049
35050 \series bold
35051
35052 \backslash
35053 Declare Inputtext{183}{
35054 \backslash
35055 ifmmode
35056 \backslash
35057 cdot
35058 \backslash
35059 else
35060 \backslash
35061 textperiodcentered
35062 \backslash
35063 f\SpecialChar \textcompwordmark{}
35064 i}
35065 \end_layout
35066
35067 \begin_layout Standard
35068 The character encoding (menu 
35069 \family sans
35070 Document\SpecialChar \menuseparator
35071 Settings\SpecialChar \menuseparator
35072 Language
35073 \family default
35074 ) specifies what character appears when a keyboard key is pressed.
35075  When the key for the character '·' is pressed, internally the command 
35076 \series bold
35077
35078 \backslash
35079 textperiodcentered
35080 \series default
35081  is used.
35082  But this command is not available in a formula so that you would get LaTeX-erro
35083 rs.
35084  With the changed encoding the right command is chosen automatically, depending
35085  on if the character was inserted into a formula or not.
35086 \end_layout
35087
35088 \begin_layout Standard
35089 The encoding of several characters is saved in definition files.
35090  For example the encoding 
35091 \series bold
35092 latin9
35093 \series default
35094  is defined in the file 
35095 \series bold
35096 latin9.def
35097 \series default
35098  which is in the installation folder of LaTeX.
35099  Encodings should only be changed via the LaTeX-preamble and not in the
35100  definition files.
35101  Otherwise documents could not be edited by other LyX users working on other
35102  computers.
35103 \end_layout
35104
35105 \begin_layout Standard
35106 \begin_inset VSpace medskip
35107 \end_inset
35108
35109 Besides the centered dot, in this document the degree sign ° is defined
35110  with the following LaTeX-preamble line so that it can be directly inserted
35111  into a formula:
35112 \end_layout
35113
35114 \begin_layout Standard
35115
35116 \series bold
35117
35118 \backslash
35119 DeclareInputtext{176}{
35120 \backslash
35121 ifmmode^
35122 \backslash
35123 circ
35124 \backslash
35125 else
35126 \backslash
35127 textdegree
35128 \backslash
35129 f\SpecialChar \textcompwordmark{}
35130 i}
35131 \end_layout
35132
35133 \begin_layout Standard
35134 \begin_inset Newpage newpage
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Section
35141 \start_of_appendix
35142 Typographic Advice
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Typographic advice
35148 \end_layout
35149
35150 \end_inset
35151
35152
35153 \end_layout
35154
35155 \begin_layout Standard
35156 This section is a summary of the most important typographic rules, listed
35157  in ISO norms.
35158 \begin_inset Foot
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 This collection was partly taken from the German semi-official dictionary
35163  called 
35164 \begin_inset Quotes eld
35165 \end_inset
35166
35167 Duden
35168 \begin_inset Quotes erd
35169 \end_inset
35170
35171  
35172 \begin_inset CommandInset citation
35173 LatexCommand cite
35174 key "Duden"
35175
35176 \end_inset
35177
35178  that lists some of the ISO rules.
35179  More rules are listed in 
35180 \begin_inset CommandInset citation
35181 LatexCommand cite
35182 key "Checklist"
35183
35184 \end_inset
35185
35186 .
35187 \end_layout
35188
35189 \end_inset
35190
35191
35192 \end_layout
35193
35194 \begin_layout Itemize
35195 Physical units are 
35196 \emph on
35197 always
35198 \emph default
35199  set upright
35200 \begin_inset Foot
35201 status collapsed
35202
35203 \begin_layout Plain Layout
35204 done with font styles, see 
35205 \begin_inset CommandInset ref
35206 LatexCommand ref
35207 reference "sub:Font-Styles"
35208
35209 \end_inset
35210
35211
35212 \end_layout
35213
35214 \end_inset
35215
35216 , no matter if they appear in italic text: 30
35217 \begin_inset space \thinspace{}
35218 \end_inset
35219
35220 km/h
35221 \begin_inset Newline newline
35222 \end_inset
35223
35224 Between the value and the unit is the smallest space, see 
35225 \begin_inset CommandInset ref
35226 LatexCommand ref
35227 reference "sub:Predefined-Space"
35228
35229 \end_inset
35230
35231 .
35232 \begin_inset Newline newline
35233 \end_inset
35234
35235 This convention is automatically fulfilled when the command 
35236 \series bold
35237
35238 \backslash
35239 unittwo
35240 \series default
35241  is used.
35242  When it is entered to a formula, two boxes appear.
35243  In the first one the value is inserted, in the second one the unit, and
35244  one gets as above: 
35245 \begin_inset Formula $\unit[30]{km/h}$
35246 \end_inset
35247
35248
35249 \begin_inset space \thinspace{}
35250 \end_inset
35251
35252 .
35253  Note that 
35254 \series bold
35255
35256 \backslash
35257 unittwo
35258 \series default
35259  is not a real LaTeX command but the command 
35260 \series bold
35261
35262 \backslash
35263 unit[value]{unit}
35264 \series default
35265 , therefore you cannot use it in TeX code.
35266 \end_layout
35267
35268 \begin_layout Itemize
35269 Percent and perthousand signs are set like physical units:
35270 \begin_inset Newline newline
35271 \end_inset
35272
35273 1.2
35274 \begin_inset space \thinspace{}
35275 \end_inset
35276
35277 ‰ alcohol in blood
35278 \end_layout
35279
35280 \begin_layout Itemize
35281 The degree sign follows directly on the value: 15°, but not when it is used
35282  in units: 15
35283 \begin_inset space \thinspace{}
35284 \end_inset
35285
35286 °C
35287 \end_layout
35288
35289 \begin_layout Itemize
35290 In numbers with more than four digits the smallest space is inserted before
35291  every third digit to group them: 
35292 \family roman
35293 \series medium
35294 \shape up
35295 \size normal
35296 \emph off
35297 \bar no
35298 \noun off
35299 \color none
35300 18
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 473
35305 \begin_inset space \thinspace{}
35306 \end_inset
35307
35308 588
35309 \end_layout
35310
35311 \begin_layout Itemize
35312 For dimensions like 120×90×40
35313 \begin_inset space \thinspace{}
35314 \end_inset
35315
35316 cm the multiplication sign 
35317 \begin_inset Quotes eld
35318 \end_inset
35319
35320 ×
35321 \begin_inset Quotes erd
35322 \end_inset
35323
35324  is used.
35325  It is available either via the command 
35326 \series bold
35327
35328 \backslash
35329 times
35330 \series default
35331  or via the menu 
35332 \family sans
35333 Insert\SpecialChar \menuseparator
35334 Special Character\SpecialChar \menuseparator
35335 Symbols
35336 \family default
35337 .
35338 \end_layout
35339
35340 \begin_layout Itemize
35341 Functions with names consisting of several letters are set upright to avoid
35342  confusions, see 
35343 \begin_inset CommandInset ref
35344 LatexCommand ref
35345 reference "sub:Predefined-Functions"
35346
35347 \end_inset
35348
35349 .
35350 \end_layout
35351
35352 \begin_layout Itemize
35353 Indices consisting of several letters, are set upright: 
35354 \begin_inset Formula $E_{\mathrm{kin}}$
35355 \end_inset
35356
35357
35358 \begin_inset Newline newline
35359 \end_inset
35360
35361 Components of matrices are set italic: 
35362 \begin_inset Formula $\hat{H}_{kl}$
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Itemize
35369 The differentiation/integration operator 'd', the Euler's number 'e' and
35370  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35371  other variables.
35372 \end_layout
35373
35374 \begin_layout Itemize
35375 The character that denotes a 
35376 \noun on
35377 Fourier
35378 \noun default
35379  transformation is inserted either by the command 
35380 \series bold
35381
35382 \backslash
35383 mathscr
35384 \begin_inset space \textvisiblespace{}
35385 \end_inset
35386
35387 F
35388 \series default
35389  or via the menu 
35390 \family sans
35391 Insert\SpecialChar \menuseparator
35392 Special Character\SpecialChar \menuseparator
35393 Symbols\SpecialChar \menuseparator
35394 Letterlike
35395 \begin_inset space ~
35396 \end_inset
35397
35398 Symbols
35399 \family default
35400
35401 \begin_inset Formula $\mathscr{F}$
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Standard
35408 \begin_inset Newpage newpage
35409 \end_inset
35410
35411
35412 \end_layout
35413
35414 \begin_layout Section
35415 Synonyms
35416 \begin_inset Index idx
35417 status collapsed
35418
35419 \begin_layout Plain Layout
35420 Synonyms
35421 \end_layout
35422
35423 \end_inset
35424
35425
35426 \end_layout
35427
35428 \begin_layout Standard
35429 Some characters and symbols can be created with several commands.
35430  Here is a list of the synonym commands:
35431 \end_layout
35432
35433 \begin_layout Standard
35434 \begin_inset VSpace bigskip
35435 \end_inset
35436
35437
35438 \begin_inset space \hfill{}
35439 \end_inset
35440
35441
35442 \begin_inset Tabular
35443 <lyxtabular version="3" rows="12" columns="2">
35444 <features rotate="0" tabularvalignment="middle">
35445 <column alignment="center" valignment="top" width="0pt">
35446 <column alignment="center" valignment="top" width="0pt">
35447 <row>
35448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35449 \begin_inset Text
35450
35451 \begin_layout Plain Layout
35452 Command
35453 \end_layout
35454
35455 \end_inset
35456 </cell>
35457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35458 \begin_inset Text
35459
35460 \begin_layout Plain Layout
35461 equivalent to
35462 \begin_inset Note Note
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467 \series bold
35468
35469 \backslash
35470 raisebox
35471 \series default
35472  is only used as spacer.
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \end_inset
35481 </cell>
35482 </row>
35483 <row>
35484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35485 \begin_inset Text
35486
35487 \begin_layout Plain Layout
35488
35489 \backslash
35490 ast
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35496 \begin_inset Text
35497
35498 \begin_layout Plain Layout
35499 \begin_inset ERT
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503
35504
35505 \backslash
35506 raisebox{-1.2mm}{
35507 \end_layout
35508
35509 \end_inset
35510
35511 *
35512 \begin_inset ERT
35513 status collapsed
35514
35515 \begin_layout Plain Layout
35516
35517 }
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \end_inset
35526 </cell>
35527 </row>
35528 <row>
35529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533
35534 \backslash
35535 choose
35536 \end_layout
35537
35538 \end_inset
35539 </cell>
35540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35541 \begin_inset Text
35542
35543 \begin_layout Plain Layout
35544
35545 \backslash
35546 binom
35547 \end_layout
35548
35549 \end_inset
35550 </cell>
35551 </row>
35552 <row>
35553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35554 \begin_inset Text
35555
35556 \begin_layout Plain Layout
35557
35558 \backslash
35559 geq
35560 \end_layout
35561
35562 \end_inset
35563 </cell>
35564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35565 \begin_inset Text
35566
35567 \begin_layout Plain Layout
35568
35569 \backslash
35570 ge
35571 \end_layout
35572
35573 \end_inset
35574 </cell>
35575 </row>
35576 <row>
35577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35578 \begin_inset Text
35579
35580 \begin_layout Plain Layout
35581
35582 \backslash
35583 lbrace
35584 \end_layout
35585
35586 \end_inset
35587 </cell>
35588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35589 \begin_inset Text
35590
35591 \begin_layout Plain Layout
35592 {
35593 \end_layout
35594
35595 \end_inset
35596 </cell>
35597 </row>
35598 <row>
35599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35600 \begin_inset Text
35601
35602 \begin_layout Plain Layout
35603
35604 \backslash
35605 lbracket
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35611 \begin_inset Text
35612
35613 \begin_layout Plain Layout
35614 [
35615 \end_layout
35616
35617 \end_inset
35618 </cell>
35619 </row>
35620 <row>
35621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35622 \begin_inset Text
35623
35624 \begin_layout Plain Layout
35625
35626 \backslash
35627 leftarrow
35628 \end_layout
35629
35630 \end_inset
35631 </cell>
35632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35633 \begin_inset Text
35634
35635 \begin_layout Plain Layout
35636
35637 \backslash
35638 gets
35639 \end_layout
35640
35641 \end_inset
35642 </cell>
35643 </row>
35644 <row>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649
35650 \backslash
35651 leq
35652 \end_layout
35653
35654 \end_inset
35655 </cell>
35656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35657 \begin_inset Text
35658
35659 \begin_layout Plain Layout
35660
35661 \backslash
35662 le
35663 \end_layout
35664
35665 \end_inset
35666 </cell>
35667 </row>
35668 <row>
35669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35670 \begin_inset Text
35671
35672 \begin_layout Plain Layout
35673
35674 \backslash
35675 lor
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35681 \begin_inset Text
35682
35683 \begin_layout Plain Layout
35684
35685 \backslash
35686 vee
35687 \end_layout
35688
35689 \end_inset
35690 </cell>
35691 </row>
35692 <row>
35693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35694 \begin_inset Text
35695
35696 \begin_layout Plain Layout
35697
35698 \backslash
35699 neq
35700 \end_layout
35701
35702 \end_inset
35703 </cell>
35704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35705 \begin_inset Text
35706
35707 \begin_layout Plain Layout
35708
35709 \backslash
35710 not=
35711 \end_layout
35712
35713 \end_inset
35714 </cell>
35715 </row>
35716 <row>
35717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35718 \begin_inset Text
35719
35720 \begin_layout Plain Layout
35721
35722 \backslash
35723 slash
35724 \end_layout
35725
35726 \end_inset
35727 </cell>
35728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35729 \begin_inset Text
35730
35731 \begin_layout Plain Layout
35732 /
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 </row>
35738 <row>
35739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Plain Layout
35743
35744 \backslash
35745 vert
35746 \end_layout
35747
35748 \end_inset
35749 </cell>
35750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35751 \begin_inset Text
35752
35753 \begin_layout Plain Layout
35754 |
35755 \end_layout
35756
35757 \end_inset
35758 </cell>
35759 </row>
35760 </lyxtabular>
35761
35762 \end_inset
35763
35764
35765 \begin_inset space \hfill{}
35766 \end_inset
35767
35768
35769 \begin_inset Tabular
35770 <lyxtabular version="3" rows="12" columns="2">
35771 <features rotate="0" tabularvalignment="middle">
35772 <column alignment="center" valignment="top" width="0pt">
35773 <column alignment="center" valignment="top" width="0pt">
35774 <row>
35775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35776 \begin_inset Text
35777
35778 \begin_layout Plain Layout
35779 Command
35780 \end_layout
35781
35782 \end_inset
35783 </cell>
35784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35785 \begin_inset Text
35786
35787 \begin_layout Plain Layout
35788 equivalent to
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 </row>
35794 <row>
35795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35796 \begin_inset Text
35797
35798 \begin_layout Plain Layout
35799
35800 \backslash
35801 backslash
35802 \end_layout
35803
35804 \end_inset
35805 </cell>
35806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810
35811 \backslash
35812
35813 \backslash
35814
35815 \end_layout
35816
35817 \end_inset
35818 </cell>
35819 </row>
35820 <row>
35821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35822 \begin_inset Text
35823
35824 \begin_layout Plain Layout
35825
35826 \backslash
35827 dasharrow
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35833 \begin_inset Text
35834
35835 \begin_layout Plain Layout
35836
35837 \backslash
35838 dashrightarrow
35839 \end_layout
35840
35841 \end_inset
35842 </cell>
35843 </row>
35844 <row>
35845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35846 \begin_inset Text
35847
35848 \begin_layout Plain Layout
35849
35850 \backslash
35851 land
35852 \end_layout
35853
35854 \end_inset
35855 </cell>
35856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35857 \begin_inset Text
35858
35859 \begin_layout Plain Layout
35860
35861 \backslash
35862 wedge
35863 \end_layout
35864
35865 \end_inset
35866 </cell>
35867 </row>
35868 <row>
35869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Plain Layout
35873
35874 \backslash
35875 rbrace
35876 \end_layout
35877
35878 \end_inset
35879 </cell>
35880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35881 \begin_inset Text
35882
35883 \begin_layout Plain Layout
35884 }
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 </row>
35890 <row>
35891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35892 \begin_inset Text
35893
35894 \begin_layout Plain Layout
35895
35896 \backslash
35897 rbracket
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35903 \begin_inset Text
35904
35905 \begin_layout Plain Layout
35906 ]
35907 \end_layout
35908
35909 \end_inset
35910 </cell>
35911 </row>
35912 <row>
35913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917
35918 \backslash
35919 rightarrow
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928
35929 \backslash
35930 to
35931 \end_layout
35932
35933 \end_inset
35934 </cell>
35935 </row>
35936 <row>
35937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35938 \begin_inset Text
35939
35940 \begin_layout Plain Layout
35941
35942 \backslash
35943 lnot
35944 \end_layout
35945
35946 \end_inset
35947 </cell>
35948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952
35953 \backslash
35954 neg
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 </row>
35960 <row>
35961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35962 \begin_inset Text
35963
35964 \begin_layout Plain Layout
35965
35966 \backslash
35967 ne
35968 \end_layout
35969
35970 \end_inset
35971 </cell>
35972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35973 \begin_inset Text
35974
35975 \begin_layout Plain Layout
35976
35977 \backslash
35978 not=
35979 \end_layout
35980
35981 \end_inset
35982 </cell>
35983 </row>
35984 <row>
35985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35986 \begin_inset Text
35987
35988 \begin_layout Plain Layout
35989
35990 \backslash
35991 owns
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35997 \begin_inset Text
35998
35999 \begin_layout Plain Layout
36000
36001 \backslash
36002 ni
36003 \end_layout
36004
36005 \end_inset
36006 </cell>
36007 </row>
36008 <row>
36009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36010 \begin_inset Text
36011
36012 \begin_layout Plain Layout
36013
36014 \backslash
36015 square
36016 \end_layout
36017
36018 \end_inset
36019 </cell>
36020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36021 \begin_inset Text
36022
36023 \begin_layout Plain Layout
36024
36025 \backslash
36026 Box
36027 \end_layout
36028
36029 \end_inset
36030 </cell>
36031 </row>
36032 <row>
36033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36034 \begin_inset Text
36035
36036 \begin_layout Plain Layout
36037
36038 \backslash
36039 Vert
36040 \end_layout
36041
36042 \end_inset
36043 </cell>
36044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36045 \begin_inset Text
36046
36047 \begin_layout Plain Layout
36048
36049 \backslash
36050 |
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 </row>
36056 </lyxtabular>
36057
36058 \end_inset
36059
36060
36061 \begin_inset space \hfill{}
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \begin_layout Standard
36068 \begin_inset Newpage newpage
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Bibliography
36075 \begin_inset CommandInset bibitem
36076 LatexCommand bibitem
36077 key "TLC2"
36078
36079 \end_inset
36080
36081
36082 \shape smallcaps
36083 Mittelbach, F.
36084  ; Goossens, M.
36085 \shape default
36086
36087 \shape italic
36088 The LaTeX Companion
36089 \shape default
36090 .
36091  Addison Wesley, 2004
36092 \end_layout
36093
36094 \begin_layout Bibliography
36095 \begin_inset CommandInset bibitem
36096 LatexCommand bibitem
36097 key "Mathmode"
36098
36099 \end_inset
36100
36101
36102 \begin_inset CommandInset href
36103 LatexCommand href
36104 name "Description"
36105 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36106
36107 \end_inset
36108
36109  of LaTeX's math abilities
36110 \end_layout
36111
36112 \begin_layout Bibliography
36113 \begin_inset CommandInset bibitem
36114 LatexCommand bibitem
36115 key "AMS"
36116
36117 \end_inset
36118
36119
36120 \begin_inset CommandInset href
36121 LatexCommand href
36122 name "Description"
36123 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36124
36125 \end_inset
36126
36127  of 
36128 \begin_inset ERT
36129 status collapsed
36130
36131 \begin_layout Plain Layout
36132
36133
36134 \backslash
36135 AmS
36136 \end_layout
36137
36138 \end_inset
36139
36140 -LaTeX
36141 \end_layout
36142
36143 \begin_layout Bibliography
36144 \begin_inset CommandInset bibitem
36145 LatexCommand bibitem
36146 key "Symbols"
36147
36148 \end_inset
36149
36150
36151 \begin_inset CommandInset href
36152 LatexCommand href
36153 name "List"
36154 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36155
36156 \end_inset
36157
36158  of all symbols available with LaTeX-packages
36159 \end_layout
36160
36161 \begin_layout Bibliography
36162 \begin_inset CommandInset bibitem
36163 LatexCommand bibitem
36164 key "cancel"
36165
36166 \end_inset
36167
36168
36169 \begin_inset CommandInset href
36170 LatexCommand href
36171 name "Documentation"
36172 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36173
36174 \end_inset
36175
36176  of the LaTeX-package 
36177 \series bold
36178 cancel
36179 \series default
36180
36181 \begin_inset Index idx
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185 Packages ! cancel
36186 \end_layout
36187
36188 \end_inset
36189
36190
36191 \end_layout
36192
36193 \begin_layout Bibliography
36194 \begin_inset CommandInset bibitem
36195 LatexCommand bibitem
36196 key "hyperref"
36197
36198 \end_inset
36199
36200
36201 \begin_inset CommandInset href
36202 LatexCommand href
36203 name "Documentation"
36204 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36205
36206 \end_inset
36207
36208  of the LaTeX-package 
36209 \series bold
36210 hyperref
36211 \series default
36212
36213 \begin_inset Index idx
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 Packages ! hyperref
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Bibliography
36226 \begin_inset CommandInset bibitem
36227 LatexCommand bibitem
36228 key "mhchem"
36229
36230 \end_inset
36231
36232
36233 \begin_inset CommandInset href
36234 LatexCommand href
36235 name "Documentation"
36236 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36237
36238 \end_inset
36239
36240  of the LaTeX-package 
36241 \series bold
36242 mhchem
36243 \series default
36244
36245 \begin_inset Index idx
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249 Packages ! mhchem
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Bibliography
36258 \begin_inset CommandInset bibitem
36259 LatexCommand bibitem
36260 key "Mathclap"
36261
36262 \end_inset
36263
36264
36265 \begin_inset CommandInset href
36266 LatexCommand href
36267 name "Description"
36268 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36269
36270 \end_inset
36271
36272  of the command 
36273 \series bold
36274
36275 \backslash
36276 mathclap
36277 \series default
36278 , described in 
36279 \begin_inset CommandInset ref
36280 LatexCommand ref
36281 reference "sub:Operator-Limits"
36282
36283 \end_inset
36284
36285
36286 \begin_inset Index idx
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290 Commands ! M ! 
36291 \backslash
36292 mathclap
36293 \end_layout
36294
36295 \end_inset
36296
36297
36298 \end_layout
36299
36300 \begin_layout Bibliography
36301 \begin_inset CommandInset bibitem
36302 LatexCommand bibitem
36303 key "Duden"
36304
36305 \end_inset
36306
36307
36308 \emph on
36309 Duden Band 1
36310 \emph default
36311 .
36312  22.
36313  Auflage, Duden 2001
36314 \end_layout
36315
36316 \begin_layout Bibliography
36317 \begin_inset CommandInset bibitem
36318 LatexCommand bibitem
36319 key "Checklist"
36320
36321 \end_inset
36322
36323
36324 \begin_inset CommandInset href
36325 LatexCommand href
36326 name "Check list"
36327 target "http://physics.nist.gov/Document/checklist.pdf"
36328
36329 \end_inset
36330
36331  for reviewing manuscripts
36332 \end_layout
36333
36334 \begin_layout Standard
36335 \begin_inset CommandInset index_print
36336 LatexCommand printindex
36337 type "idx"
36338
36339 \end_inset
36340
36341
36342 \end_layout
36343
36344 \end_body
36345 \end_document