]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
39a260c07f823076607df542110fbc0bacbffb6f
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % solves the following problem:
28 % If the dection number consits of too many numerals the section heading
29 % will be printed in the TOC without a space between it and the section number.
30 % As solution more space between the number and the heading is inserted:
31 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
32 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
33
34 % increase link area for cross-references and autoname them,
35 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
36 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
37 \addto\extrasenglish{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
42 }
43
44 % don't load packages twice
45 % see first footnote in sec. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % the pages of the TOC are numbered roman
49 % and a PDF-bookmark for the TOC is added
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % insert additional vertical space of 1.5 mm between footnotes,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % for multiple columns used in sec. 24.7
70 \usepackage{multicol}
71
72 % needed in sec. 19.4
73 \usepackage{remreset}
74
75 % for the Fourier transformation symbol
76 \usepackage{mathrsfs}
77
78 % define a color, used in sec.9.3
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % declare operators (see sec. 10.4 and sec. 15.2)
82 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % example definitions for sec. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % example macro from sec. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % check for package braket
117 % used for physical vectors
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % check for package upgreek
132 \newboolean{upgreek}
133 \IfFileExists{upgreek.sty}
134  {\usepackage{upgreek}
135   \setboolean{upgreek}{true}}
136  {\setboolean{upgreek}{false}}
137 \end_preamble
138 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
139 \use_default_options false
140 \maintain_unincluded_children false
141 \language english
142 \language_package default
143 \inputencoding auto
144 \fontencoding global
145 \font_roman default
146 \font_sans default
147 \font_typewriter default
148 \font_math auto
149 \font_default_family default
150 \use_non_tex_fonts false
151 \font_sc false
152 \font_osf false
153 \font_sf_scale 100
154 \font_tt_scale 100
155 \graphics default
156 \default_output_format default
157 \output_sync 0
158 \bibtex_command default
159 \index_command default
160 \paperfontsize 12
161 \spacing single
162 \use_hyperref true
163 \pdf_title "LyX's Math Manual"
164 \pdf_author "LyX Team, Uwe Stöhr"
165 \pdf_subject "LyX-documentation about math"
166 \pdf_keywords "LyX, Mathed"
167 \pdf_bookmarks true
168 \pdf_bookmarksnumbered true
169 \pdf_bookmarksopen true
170 \pdf_bookmarksopenlevel 1
171 \pdf_breaklinks false
172 \pdf_pdfborder false
173 \pdf_colorlinks true
174 \pdf_backref false
175 \pdf_pdfusetitle false
176 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
177 \papersize a4paper
178 \use_geometry false
179 \use_package amsmath 2
180 \use_package amssymb 2
181 \use_package cancel 0
182 \use_package esint 1
183 \use_package mathdots 1
184 \use_package mathtools 2
185 \use_package mhchem 1
186 \use_package stackrel 0
187 \use_package stmaryrd 0
188 \use_package undertilde 0
189 \cite_engine basic
190 \cite_engine_type default
191 \biblio_style plain
192 \use_bibtopic false
193 \use_indices false
194 \paperorientation portrait
195 \suppress_date false
196 \justification true
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Index
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 \SpecialChar LyX
225 's detailed Math manual
226 \end_layout
227
228 \begin_layout Author
229 by the \SpecialChar LyX
230  Team
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 If you have comments or error corrections, please send them to the \SpecialChar LyX
237  Documentatio
238 n mailing list: 
239 \family typewriter
240
241 \begin_inset CommandInset href
242 LatexCommand href
243 name "lyx-docs@lists.lyx.org"
244 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
245 type "mailto:"
246
247 \end_inset
248
249
250 \end_layout
251
252 \end_inset
253
254
255 \begin_inset Note Note
256 status collapsed
257
258 \begin_layout Plain Layout
259 author: Uwe Stöhr
260 \end_layout
261
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \family sans
274 Version 2.1.x
275 \end_layout
276
277 \begin_layout Standard
278 \begin_inset CommandInset toc
279 LatexCommand tableofcontents
280
281 \end_inset
282
283
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset Note Note
288 status open
289
290 \begin_layout Plain Layout
291 To export this document to PDF, PS or DVI the \SpecialChar LaTeX
292 -packages 
293 \series bold
294 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
295 \series default
296  and 
297 \series bold
298 was
299 \series default
300  should be installed.
301  If they are not installed the document can be exported anyway but the sections
302  where the packages are required will not appear in the output.
303  An exception is 
304 \series bold
305 mhchem
306 \series default
307 ; if it is not installed, this file cannot be exported.
308 \end_layout
309
310 \begin_layout Plain Layout
311 The latest PDF-version of this document can be found here:
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \series bold
317 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
318 \end_layout
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Newpage newpage
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Section
333 Introduction
334 \end_layout
335
336 \begin_layout Standard
337 This document explains \SpecialChar LyX
338 's math features and is furthermore a collection
339  of \SpecialChar LaTeX
340 -commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar menuseparator
360
361 \series default
362 Math
363 \family default
364  or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be checked in the document settings (menu 
388 \family sans
389 Document\SpecialChar menuseparator
390 Settings\SpecialChar menuseparator
391 Math
392 \begin_inset space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by \SpecialChar LyX
420 .
421 \end_layout
422
423 \end_inset
424
425
426 \end_layout
427
428 \begin_layout Standard
429 This document doesn't list all 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS 
438 \end_layout
439
440 \end_inset
441
442 -math commands
443 \begin_inset Foot
444 status collapsed
445
446 \begin_layout Plain Layout
447 A list with all 
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 AmS
456 \end_layout
457
458 \end_inset
459
460 -math commands is in the file 
461 \family sans
462
463 \begin_inset CommandInset href
464 LatexCommand href
465 name "amsguide.ps"
466 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
467
468 \end_inset
469
470
471 \family default
472 , which is part of every \SpecialChar LaTeX
473  standard installation.
474 \end_layout
475
476 \end_inset
477
478  for lucidity reasons.
479 \end_layout
480
481 \begin_layout Section
482 General Instructions
483 \end_layout
484
485 \begin_layout Standard
486 To create an inline formula
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formula ! inline
492 \end_layout
493
494 \end_inset
495
496  that is embedded into a text line, use one of the shortcuts 
497 \begin_inset Info
498 type  "shortcuts"
499 arg   "math-mode"
500 \end_inset
501
502  or the toolbar button 
503 \begin_inset Info
504 type  "icon"
505 arg   "math-mode"
506 \end_inset
507
508 .
509 \begin_inset Newline newline
510 \end_inset
511
512 To create a display style formula
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Formula ! display style
518 \end_layout
519
520 \end_inset
521
522  which will appear bigger, has a different format, and will be in a separate
523  paragraph, use one of these shortcuts: 
524 \begin_inset Info
525 type  "shortcuts"
526 arg   "math-display"
527 \end_inset
528
529 .
530 \end_layout
531
532 \begin_layout Standard
533 To change a display style formula to an inline formula, set the cursor into
534  the formula and use one of the shortcuts 
535 \begin_inset Info
536 type  "shortcuts"
537 arg   "math-mode"
538 \end_inset
539
540  or the menu 
541 \family sans
542 Edit\SpecialChar menuseparator
543 Math\SpecialChar menuseparator
544 Change formula type
545 \family default
546 .
547  The same way is used to change an inline formula to a display style formula.
548 \end_layout
549
550 \begin_layout Standard
551 To display parts of an inline formula in the size of a display style formula,
552  enter the command 
553 \series bold
554
555 \backslash
556 displaystyle
557 \series default
558
559 \begin_inset Index idx
560 status collapsed
561
562 \begin_layout Plain Layout
563 Commands ! D ! 
564 \backslash
565 displaystyle
566 \end_layout
567
568 \end_inset
569
570  to a formula.
571  Then a new blue box appears in which the desired formula part is inserted.
572 \end_layout
573
574 \begin_layout Standard
575 Only inline formulas are allowed inside tables.
576 \end_layout
577
578 \begin_layout Standard
579 The 
580 \family sans
581 math toolbar
582 \family default
583  can be turned on in the menu 
584 \family sans
585 View\SpecialChar menuseparator
586 Toolbars
587 \family default
588 .
589  When you click there on 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Math
594 \begin_inset Quotes erd
595 \end_inset
596
597  the toolbar will be shown permanently at the bottom; this state is visualized
598  in the 
599 \family sans
600 Toolbars
601 \family default
602  menu with a checkmark.
603  When you click in this state again on 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Math
608 \begin_inset Quotes erd
609 \end_inset
610
611  in the 
612 \family sans
613 Toolbars
614 \family default
615  menu, the 
616 \family sans
617 math toolbar
618 \family default
619  is only shown when the cursor is within a formula; this state is visualized
620  by the renaming of the menu entry from 
621 \begin_inset Quotes eld
622 \end_inset
623
624 Math
625 \begin_inset Quotes erd
626 \end_inset
627
628  to 
629 \begin_inset Quotes eld
630 \end_inset
631
632 Math
633 \begin_inset space ~
634 \end_inset
635
636 (auto)
637 \begin_inset Quotes erd
638 \end_inset
639
640 .
641 \end_layout
642
643 \begin_layout Standard
644 The \SpecialChar TeX
645  mode
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@\SpecialChar TeX
651 -mode
652 \end_layout
653
654 \end_inset
655
656  is invoked by pressing the toolbar button 
657 \begin_inset Info
658 type  "icon"
659 arg   "ert-insert"
660 \end_inset
661
662  or by using the menu 
663 \family sans
664 Insert\SpecialChar menuseparator
665 TeX Code
666 \family default
667  (shortcut 
668 \begin_inset Info
669 type  "shortcut"
670 arg   "ert-insert"
671 \end_inset
672
673 ).
674 \end_layout
675
676 \begin_layout Standard
677 To change the \SpecialChar LaTeX
678 -preamble
679 \begin_inset Index idx
680 status collapsed
681
682 \begin_layout Plain Layout
683 L@\SpecialChar LaTeX
684 -preamble
685 \end_layout
686
687 \end_inset
688
689 , use the menu 
690 \family sans
691 Document\SpecialChar menuseparator
692 Settings\SpecialChar menuseparator
693 LaTeX
694 \family default
695  
696 \family sans
697 Preamble
698 \family default
699 .
700 \end_layout
701
702 \begin_layout Standard
703 To edit matrices, case differentiations and multiline formulas subsequently,
704  use the menus 
705 \family sans
706 Edit\SpecialChar menuseparator
707 Math
708 \family default
709  and 
710 \family sans
711 Edit\SpecialChar menuseparator
712 Rows
713 \begin_inset space \thinspace{}
714 \end_inset
715
716 &
717 \begin_inset space \thinspace{}
718 \end_inset
719
720 Columns,
721 \family default
722  or the 
723 \family sans
724 table toolbar
725 \family default
726 .
727  When lines and columns are swapped via the menu, the column or line where
728  the cursor is in is exchanged with the column to the right or the line
729  below, respectively.
730  Is the cursor in the last column or row, the exchange is done with the
731  column to the left or the line above.
732 \end_layout
733
734 \begin_layout Standard
735 To write text in formulas
736 \begin_inset Foot
737 status collapsed
738
739 \begin_layout Plain Layout
740 For multiline formulas the command 
741 \series bold
742
743 \backslash
744 intertext
745 \series default
746  is used, see 
747 \begin_inset CommandInset ref
748 LatexCommand ref
749 reference "subsec:Text-in-multiline"
750
751 \end_inset
752
753 .
754 \end_layout
755
756 \end_inset
757
758  
759 \emph on
760 mathematical text
761 \emph default
762
763 \begin_inset Index idx
764 status collapsed
765
766 \begin_layout Plain Layout
767 Text ! in formulas
768 \end_layout
769
770 \end_inset
771
772
773 \begin_inset Index idx
774 status collapsed
775
776 \begin_layout Plain Layout
777 Mathematical text
778 \end_layout
779
780 \end_inset
781
782  is used.
783  This mode is invoked with the shortcut 
784 \begin_inset Info
785 type  "shortcut"
786 arg   "font-default"
787 \end_inset
788
789  or by the insertion of the command 
790 \series bold
791
792 \backslash
793 text
794 \series default
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Commands ! T ! 
801 \backslash
802 text
803 \end_layout
804
805 \end_inset
806
807 .
808  The text appears black in \SpecialChar LyX
809  and can therefore be distinguished from the
810  other formula parts which appear blue.
811  In the output mathematical text is set upright, in contrary to other formula
812  parts.
813 \end_layout
814
815 \begin_layout Subsection*
816 Command Scheme
817 \end_layout
818
819 \begin_layout Standard
820 Most of the \SpecialChar LaTeX
821 -commands for math constructs have the following scheme:
822 \end_layout
823
824 \begin_layout Standard
825
826 \series bold
827
828 \backslash
829 commandname[optional
830 \series default
831  
832 \series bold
833 argument]{required
834 \series default
835  
836 \series bold
837 argument}
838 \end_layout
839
840 \begin_layout Standard
841 A command always starts with a backslash 
842 \begin_inset Quotes gld
843 \end_inset
844
845
846 \series bold
847
848 \backslash
849
850 \series default
851
852 \begin_inset Quotes grd
853 \end_inset
854
855 .
856  To omit optional arguments, also omit the associated brackets.
857  The braces around the required arguments are named in this document as
858  \SpecialChar TeX
859  braces
860 \begin_inset Index idx
861 status collapsed
862
863 \begin_layout Plain Layout
864 T@\SpecialChar TeX
865 -braces
866 \end_layout
867
868 \end_inset
869
870 .
871  If you add in a formula a left brace to a command name, \SpecialChar LyX
872  automatically
873  creates a \SpecialChar TeX
874  brace.
875  In all other cases \SpecialChar TeX
876  braces are created in formulas with the command 
877 \series bold
878
879 \backslash
880 {
881 \series default
882 .
883  \SpecialChar TeX
884  braces appear red in \SpecialChar LyX
885 , in contrary to normal braces which appear blue.
886  In \SpecialChar TeX
887  mode no command is needed to get \SpecialChar TeX
888  braces.
889  \SpecialChar TeX
890  braces don't appear in the output.
891 \end_layout
892
893 \begin_layout Standard
894 When commands without arguments, like commands for symbols are entered in
895  \SpecialChar TeX
896  mode, a space character must 
897 \emph on
898 always
899 \emph default
900  be behind the command to end it.
901  This space doesn't appear in the output.
902  When the space should appear in the output, the space must be followed
903  by a protected space in normal text.
904 \end_layout
905
906 \begin_layout Standard
907 A protected space is inserted with 
908 \begin_inset Info
909 type  "shortcuts"
910 arg   "command-alternatives space-insert protected ; math-space"
911 \end_inset
912
913 .
914 \end_layout
915
916 \begin_layout Subsection*
917 \begin_inset Newpage newpage
918 \end_inset
919
920 Syntax Explanation
921 \end_layout
922
923 \begin_layout Itemize
924 The symbol 
925 \begin_inset space \textvisiblespace{}
926 \end_inset
927
928  denotes a space character to be input.
929 \end_layout
930
931 \begin_layout Itemize
932 An arrow like 
933 \begin_inset Formula $\to$
934 \end_inset
935
936  denotes the usage of the corresponding arrow key on the keyboard.
937  The 
938 \family sans
939 Tab
940 \family default
941  key can often be used instead of 
942 \begin_inset Formula $\to$
943 \end_inset
944
945  and 
946 \begin_inset Formula $\downarrow$
947 \end_inset
948
949 , and 
950 \family sans
951 Shift+Tab
952 \family default
953  instead of 
954 \begin_inset Formula $\leftarrow$
955 \end_inset
956
957  and 
958 \begin_inset Formula $\uparrow$
959 \end_inset
960
961 .
962 \end_layout
963
964 \begin_layout Subsection*
965 Available units
966 \end_layout
967
968 \begin_layout Standard
969 \align center
970 \begin_inset Float table
971 placement H
972 wide false
973 sideways false
974 status open
975
976 \begin_layout Plain Layout
977 \align center
978 \begin_inset Caption Standard
979
980 \begin_layout Plain Layout
981 \begin_inset CommandInset label
982 LatexCommand label
983 name "tab:Available-units"
984
985 \end_inset
986
987 Available units
988 \end_layout
989
990 \end_inset
991
992
993 \end_layout
994
995 \begin_layout Plain Layout
996 \align center
997 \begin_inset Tabular
998 <lyxtabular version="3" rows="13" columns="2">
999 <features tabularvalignment="middle">
1000 <column alignment="center" valignment="top">
1001 <column alignment="center" valignment="top">
1002 <row>
1003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1004 \begin_inset Text
1005
1006 \begin_layout Plain Layout
1007 Unit
1008 \end_layout
1009
1010 \end_inset
1011 </cell>
1012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1013 \begin_inset Text
1014
1015 \begin_layout Plain Layout
1016 Name / Description
1017 \end_layout
1018
1019 \end_inset
1020 </cell>
1021 </row>
1022 <row>
1023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1024 \begin_inset Text
1025
1026 \begin_layout Plain Layout
1027 mm
1028 \end_layout
1029
1030 \end_inset
1031 </cell>
1032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1033 \begin_inset Text
1034
1035 \begin_layout Plain Layout
1036 Millimeter
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 cm
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 Centimeter
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 in
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 Inch (1
1077 \begin_inset space \thinspace{}
1078 \end_inset
1079
1080 in = 2,54
1081 \begin_inset space \thinspace{}
1082 \end_inset
1083
1084 cm)
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 pt
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Point (72.27
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 pt = 1
1109 \begin_inset space \thinspace{}
1110 \end_inset
1111
1112 in)
1113 \end_layout
1114
1115 \end_inset
1116 </cell>
1117 </row>
1118 <row>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 pc
1124 \end_layout
1125
1126 \end_inset
1127 </cell>
1128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1129 \begin_inset Text
1130
1131 \begin_layout Plain Layout
1132 Pica (1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 pc = 12
1137 \begin_inset space \thinspace{}
1138 \end_inset
1139
1140 pt)
1141 \end_layout
1142
1143 \end_inset
1144 </cell>
1145 </row>
1146 <row>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 sp
1152 \end_layout
1153
1154 \end_inset
1155 </cell>
1156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1157 \begin_inset Text
1158
1159 \begin_layout Plain Layout
1160 scaled point (65536
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 sp = 1
1165 \begin_inset space \thinspace{}
1166 \end_inset
1167
1168 pt)
1169 \end_layout
1170
1171 \end_inset
1172 </cell>
1173 </row>
1174 <row>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 bp
1180 \end_layout
1181
1182 \end_inset
1183 </cell>
1184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1185 \begin_inset Text
1186
1187 \begin_layout Plain Layout
1188 big point (72
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 bp = 1
1193 \begin_inset space \thinspace{}
1194 \end_inset
1195
1196 in)
1197 \end_layout
1198
1199 \end_inset
1200 </cell>
1201 </row>
1202 <row>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 dd
1208 \end_layout
1209
1210 \end_inset
1211 </cell>
1212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1213 \begin_inset Text
1214
1215 \begin_layout Plain Layout
1216 Didot (1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 dd 
1221 \begin_inset Formula $\approx$
1222 \end_inset
1223
1224  0.376
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 mm)
1229 \end_layout
1230
1231 \end_inset
1232 </cell>
1233 </row>
1234 <row>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 cc
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Plain Layout
1248 Cicero (1
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 cc = 12
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 dd)
1257 \end_layout
1258
1259 \end_inset
1260 </cell>
1261 </row>
1262 <row>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 ex
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1273 \begin_inset Text
1274
1275 \begin_layout Plain Layout
1276 Height of letter 
1277 \emph on
1278
1279 \begin_inset Quotes eld
1280 \end_inset
1281
1282 x
1283 \emph default
1284
1285 \begin_inset Quotes erd
1286 \end_inset
1287
1288  in the current font
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 </row>
1294 <row>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 em
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 width of letter 
1309 \begin_inset Quotes eld
1310 \end_inset
1311
1312
1313 \emph on
1314 M
1315 \emph default
1316
1317 \begin_inset Quotes erd
1318 \end_inset
1319
1320  in the current font
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 </row>
1326 <row>
1327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 mu
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 math unit (1
1341 \begin_inset space \thinspace{}
1342 \end_inset
1343
1344 mu = 
1345 \begin_inset Formula $\nicefrac{1}{18}$
1346 \end_inset
1347
1348
1349 \begin_inset space \thinspace{}
1350 \end_inset
1351
1352 em)
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 </lyxtabular>
1359
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \end_inset
1366
1367
1368 \end_layout
1369
1370 \begin_layout Standard
1371 \begin_inset Newpage newpage
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \begin_layout Section
1378 Basic Functions
1379 \end_layout
1380
1381 \begin_layout Subsection
1382 Exponents
1383 \begin_inset Index idx
1384 status collapsed
1385
1386 \begin_layout Plain Layout
1387 Exponents
1388 \end_layout
1389
1390 \end_inset
1391
1392  and Indices
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Indices
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Superscripts|see
1408 \begin_inset ERT
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412
1413 {
1414 \end_layout
1415
1416 \end_inset
1417
1418 Exponents
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 }
1425 \end_layout
1426
1427 \end_inset
1428
1429
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Subscripts|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Indices
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \begin_layout Standard
1470 Indices are created with an underscore 
1471 \begin_inset Quotes eld
1472 \end_inset
1473
1474 _
1475 \begin_inset Quotes erd
1476 \end_inset
1477
1478  or via the math toolbar button 
1479 \begin_inset Info
1480 type  "icon"
1481 arg   "math-subscript"
1482 \end_inset
1483
1484 , exponents with a caret 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488 ^
1489 \begin_inset Quotes erd
1490 \end_inset
1491
1492  or via the math toolbar button 
1493 \begin_inset Info
1494 type  "icon"
1495 arg   "math-superscript"
1496 \end_inset
1497
1498 .
1499 \begin_inset Separator parbreak
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \begin_layout Standard
1506 \align center
1507 \begin_inset Tabular
1508 <lyxtabular version="3" rows="4" columns="2">
1509 <features tabularvalignment="middle">
1510 <column alignment="center" valignment="top" width="0pt">
1511 <column alignment="center" valignment="top" width="0pt">
1512 <row>
1513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Plain Layout
1517 command
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1523 \begin_inset Text
1524
1525 \begin_layout Plain Layout
1526 Result
1527 \begin_inset Note Note
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 \series bold
1533
1534 \backslash
1535 raisebox
1536 \series default
1537  is only used as spacer.
1538 \end_layout
1539
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 </row>
1548 <row>
1549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1550 \begin_inset Text
1551
1552 \begin_layout Plain Layout
1553 B_V
1554 \end_layout
1555
1556 \end_inset
1557 </cell>
1558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 \begin_inset Formula $B_{V}$
1563 \end_inset
1564
1565
1566 \end_layout
1567
1568 \end_inset
1569 </cell>
1570 </row>
1571 <row>
1572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1573 \begin_inset Text
1574
1575 \begin_layout Plain Layout
1576 B^V
1577 \end_layout
1578
1579 \end_inset
1580 </cell>
1581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592 </cell>
1593 </row>
1594 <row>
1595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1596 \begin_inset Text
1597
1598 \begin_layout Plain Layout
1599 B^
1600 \begin_inset space \textvisiblespace{}
1601 \end_inset
1602
1603 A
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1609 \begin_inset Text
1610
1611 \begin_layout Plain Layout
1612 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1613 \end_inset
1614
1615
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 </row>
1621 </lyxtabular>
1622
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \begin_layout Standard
1629 As the caret is in some languages an accent, vowels will be accentuated
1630  in this case and not set as exponents
1631 \begin_inset Foot
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 Depending on the used keyboard settings this can also happen for characters
1636  other than vowels.
1637 \end_layout
1638
1639 \end_inset
1640
1641 .
1642  To get exponents in this case, press 
1643 \family sans
1644 Space
1645 \family default
1646  after the caret as in the last example.
1647 \end_layout
1648
1649 \begin_layout Subsection
1650 Fractions
1651 \begin_inset CommandInset label
1652 LatexCommand label
1653 name "subsec:Fractions"
1654
1655 \end_inset
1656
1657
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Fractions
1663 \end_layout
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671 Fractions are generated with the command 
1672 \series bold
1673
1674 \backslash
1675 frac
1676 \series default
1677
1678 \begin_inset Index idx
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Commands ! F ! 
1683 \backslash
1684 frac
1685 \end_layout
1686
1687 \end_inset
1688
1689  or via the math toolbar button 
1690 \begin_inset Info
1691 type  "icon"
1692 arg   "math-insert \\frac"
1693 \end_inset
1694
1695 .
1696  The font size is adjusted automatically, depending on whether the fraction
1697  is in an inline or display style formula.
1698  With the math toolbar button 
1699 \begin_inset Info
1700 type  "icon"
1701 arg   "math-insert \\frac-square"
1702 \end_inset
1703
1704  you can select different fraction types.
1705 \end_layout
1706
1707 \begin_layout Standard
1708 With the command 
1709 \series bold
1710
1711 \backslash
1712 dfrac
1713 \series default
1714
1715 \begin_inset Index idx
1716 status collapsed
1717
1718 \begin_layout Plain Layout
1719 Commands ! D ! 
1720 \backslash
1721 dfrac
1722 \end_layout
1723
1724 \end_inset
1725
1726  a fraction can be created that always has the size of a display style formula.
1727  With 
1728 \series bold
1729
1730 \backslash
1731 tfrac
1732 \series default
1733
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 Commands ! T ! 
1739 \backslash
1740 tfrac
1741 \end_layout
1742
1743 \end_inset
1744
1745  the fraction appears always with the size of an inline formula.
1746  An example:
1747 \end_layout
1748
1749 \begin_layout Standard
1750 A line with the fraction 
1751 \begin_inset Formula $\frac{1}{2}$
1752 \end_inset
1753
1754  that was created with the command 
1755 \series bold
1756
1757 \backslash
1758 frac
1759 \series default
1760 .
1761 \end_layout
1762
1763 \begin_layout Standard
1764 A line with the fraction 
1765 \begin_inset Formula $\dfrac{1}{2}$
1766 \end_inset
1767
1768  that was created with the command 
1769 \series bold
1770
1771 \backslash
1772 dfrac
1773 \series default
1774 .
1775 \begin_inset Separator parbreak
1776 \end_inset
1777
1778
1779 \end_layout
1780
1781 \begin_layout Standard
1782 \align center
1783 \begin_inset Tabular
1784 <lyxtabular version="3" rows="4" columns="2">
1785 <features tabularvalignment="middle">
1786 <column alignment="center" valignment="top" width="0pt">
1787 <column alignment="center" valignment="top" width="0pt">
1788 <row>
1789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Plain Layout
1793 Command
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802 Result
1803 \begin_inset Note Note
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 \series bold
1809
1810 \backslash
1811 raisebox
1812 \series default
1813  is only used as spacer.
1814 \end_layout
1815
1816 \end_inset
1817
1818
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \backslash
1831 frac
1832 \begin_inset space \textvisiblespace{}
1833 \end_inset
1834
1835 A
1836 \begin_inset Formula $\downarrow$
1837 \end_inset
1838
1839 B
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \backslash
1864 dfrac
1865 \begin_inset space \textvisiblespace{}
1866 \end_inset
1867
1868 A
1869 \begin_inset Formula $\downarrow$
1870 \end_inset
1871
1872 B
1873 \end_layout
1874
1875 \end_inset
1876 </cell>
1877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1882 \end_inset
1883
1884
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 </row>
1890 <row>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \backslash
1897 dfrac
1898 \begin_inset space \textvisiblespace{}
1899 \end_inset
1900
1901 e^
1902 \backslash
1903 frac
1904 \begin_inset space \textvisiblespace{}
1905 \end_inset
1906
1907 1
1908 \begin_inset Formula $\downarrow$
1909 \end_inset
1910
1911 2
1912 \begin_inset Formula $\downarrow\downarrow$
1913 \end_inset
1914
1915 3
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 </lyxtabular>
1934
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 \begin_inset VSpace bigskip
1942 \end_inset
1943
1944
1945 \begin_inset Newpage newpage
1946 \end_inset
1947
1948 For nested fractions the command 
1949 \series bold
1950
1951 \backslash
1952 cfrac
1953 \series default
1954
1955 \begin_inset Index idx
1956 status collapsed
1957
1958 \begin_layout Plain Layout
1959 Commands ! C ! 
1960 \backslash
1961 cfrac
1962 \end_layout
1963
1964 \end_inset
1965
1966  can be used.
1967  Here is an example:
1968 \begin_inset VSpace -3mm
1969 \end_inset
1970
1971
1972 \end_layout
1973
1974 \begin_layout Standard
1975 \begin_inset Formula 
1976 \begin{align*}
1977 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1978 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1979 \end{align*}
1980
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 The command for the example above is:
1988 \end_layout
1989
1990 \begin_layout Standard
1991
1992 \series bold
1993
1994 \backslash
1995 cfrac
1996 \begin_inset space \textvisiblespace{}
1997 \end_inset
1998
1999 A
2000 \begin_inset Formula $\downarrow$
2001 \end_inset
2002
2003 B+
2004 \backslash
2005 cfrac
2006 \begin_inset space \textvisiblespace{}
2007 \end_inset
2008
2009 C+
2010 \backslash
2011 cfrac
2012 \begin_inset space \textvisiblespace{}
2013 \end_inset
2014
2015 E
2016 \begin_inset Formula $\downarrow$
2017 \end_inset
2018
2019 F
2020 \begin_inset Formula $\downarrow$
2021 \end_inset
2022
2023 D
2024 \end_layout
2025
2026 \begin_layout Standard
2027 \begin_inset VSpace medskip
2028 \end_inset
2029
2030
2031 \end_layout
2032
2033 \begin_layout Standard
2034
2035 \series bold
2036
2037 \backslash
2038 cfrac
2039 \series default
2040  sets the fraction always in the size of a displayed formula, also when
2041  it is part of another fraction.
2042 \end_layout
2043
2044 \begin_layout Standard
2045 It is possible to specify the alignment of the numerator.
2046  The command 
2047 \series bold
2048
2049 \backslash
2050 cfracleft
2051 \series default
2052  is used to left align it, the command 
2053 \series bold
2054
2055 \backslash
2056 cfracright
2057 \series default
2058  to right-align it.
2059  
2060 \series bold
2061
2062 \backslash
2063 cfrac
2064 \series default
2065  centers the numerator.
2066  These fractions demonstrate the different alignments:
2067 \end_layout
2068
2069 \begin_layout Standard
2070
2071 \series bold
2072 \begin_inset Formula 
2073 \[
2074 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2075 \]
2076
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 \begin_inset Note Greyedout
2084 status open
2085
2086 \begin_layout Plain Layout
2087
2088 \series bold
2089 Note:
2090 \series default
2091  
2092 \series bold
2093
2094 \backslash
2095 cfracleft
2096 \series default
2097  and 
2098 \series bold
2099
2100 \backslash
2101 cfracright
2102 \series default
2103  are no real \SpecialChar LaTeX
2104  commands but represent the command 
2105 \series bold
2106
2107 \backslash
2108 cfrac[alignment]{numerator}{denominator}
2109 \series default
2110  .
2111  Therefore you cannot use them in \SpecialChar TeX
2112  code.
2113 \end_layout
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Standard
2121 \begin_inset VSpace medskip
2122 \end_inset
2123
2124 It is often advantageous to combine 
2125 \series bold
2126
2127 \backslash
2128 cfrac
2129 \series default
2130  and 
2131 \series bold
2132
2133 \backslash
2134 frac
2135 \series default
2136 :
2137 \begin_inset Formula 
2138 \[
2139 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2140 \]
2141
2142 \end_inset
2143
2144
2145 \end_layout
2146
2147 \begin_layout Standard
2148 For inline fractions with a sloped fraction stroke you can use the command
2149  
2150 \series bold
2151
2152 \backslash
2153 nicefrac
2154 \series default
2155
2156 \begin_inset Index idx
2157 status collapsed
2158
2159 \begin_layout Plain Layout
2160 Commands ! N ! 
2161 \backslash
2162 nicefrac
2163 \end_layout
2164
2165 \end_inset
2166
2167
2168 \begin_inset Formula $\nicefrac{5}{31}$
2169 \end_inset
2170
2171  or 
2172 \series bold
2173
2174 \backslash
2175 unitfrac
2176 \series default
2177
2178 \begin_inset Index idx
2179 status collapsed
2180
2181 \begin_layout Plain Layout
2182 Commands ! U ! 
2183 \backslash
2184 unitfrac
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \begin_inset Formula $\unitfrac{5}{31}$
2191 \end_inset
2192
2193  There is furthermore the command 
2194 \series bold
2195
2196 \backslash
2197 unitfracthree
2198 \series default
2199  that offers to write a fraction in combination with a number: 
2200 \begin_inset Formula $\unitfrac[2]{1}{3}$
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 \begin_inset Note Greyedout
2208 status open
2209
2210 \begin_layout Plain Layout
2211
2212 \series bold
2213 Note:
2214 \series default
2215  
2216 \series bold
2217
2218 \backslash
2219 unitfracthree
2220 \series default
2221  is not a real \SpecialChar LaTeX
2222  command but the command
2223 \begin_inset Newline newline
2224 \end_inset
2225
2226
2227 \series bold
2228
2229 \backslash
2230 unitfrac[number]{numerator}{denominator}
2231 \series default
2232  .
2233  Therefore you cannot use it in \SpecialChar TeX
2234  code.
2235 \end_layout
2236
2237 \end_inset
2238
2239
2240 \end_layout
2241
2242 \begin_layout Standard
2243 How to define own fractions where the fraction stroke can be changed, is
2244  explained in 
2245 \begin_inset CommandInset ref
2246 LatexCommand ref
2247 reference "subsec:Self-defined-Fractions"
2248
2249 \end_inset
2250
2251 .
2252 \end_layout
2253
2254 \begin_layout Standard
2255 Multiline fractions are explained in 
2256 \begin_inset CommandInset ref
2257 LatexCommand ref
2258 reference "subsec:Multiline-Fractions"
2259
2260 \end_inset
2261
2262 .
2263 \end_layout
2264
2265 \begin_layout Subsection
2266 Roots
2267 \begin_inset Index idx
2268 status collapsed
2269
2270 \begin_layout Plain Layout
2271 Roots
2272 \end_layout
2273
2274 \end_inset
2275
2276
2277 \end_layout
2278
2279 \begin_layout Standard
2280 Square roots are created with 
2281 \series bold
2282
2283 \backslash
2284 sqrt
2285 \series default
2286
2287 \begin_inset Index idx
2288 status collapsed
2289
2290 \begin_layout Plain Layout
2291 Commands ! S ! 
2292 \backslash
2293 sqrt
2294 \end_layout
2295
2296 \end_inset
2297
2298  or the math toolbar button 
2299 \begin_inset Info
2300 type  "icon"
2301 arg   "math-insert \\sqrt"
2302 \end_inset
2303
2304 , all other roots with the command 
2305 \series bold
2306
2307 \backslash
2308 root
2309 \series default
2310
2311 \begin_inset Index idx
2312 status collapsed
2313
2314 \begin_layout Plain Layout
2315 Commands ! R ! 
2316 \backslash
2317 root
2318 \end_layout
2319
2320 \end_inset
2321
2322  or with the math toolbar button 
2323 \begin_inset Info
2324 type  "icon"
2325 arg   "math-insert \\root"
2326 \end_inset
2327
2328 .
2329 \begin_inset Separator parbreak
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Standard
2336 \align center
2337 \begin_inset Tabular
2338 <lyxtabular version="3" rows="3" columns="2">
2339 <features tabularvalignment="middle">
2340 <column alignment="center" valignment="top" width="0pt">
2341 <column alignment="center" valignment="top" width="0pt">
2342 <row>
2343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347 Command
2348 \end_layout
2349
2350 \end_inset
2351 </cell>
2352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2353 \begin_inset Text
2354
2355 \begin_layout Plain Layout
2356 Result
2357 \begin_inset Note Note
2358 status collapsed
2359
2360 \begin_layout Plain Layout
2361
2362 \series bold
2363
2364 \backslash
2365 raisebox
2366 \series default
2367  is only used as spacer.
2368 \end_layout
2369
2370 \end_inset
2371
2372
2373 \end_layout
2374
2375 \end_inset
2376 </cell>
2377 </row>
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \backslash
2385 sqrt
2386 \begin_inset space \textvisiblespace{}
2387 \end_inset
2388
2389 A-B
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2399 \end_inset
2400
2401
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 <row>
2408 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \backslash
2414 root
2415 \begin_inset space \textvisiblespace{}
2416 \end_inset
2417
2418 3
2419 \begin_inset Formula $\downarrow$
2420 \end_inset
2421
2422 A-B
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 </row>
2440 </lyxtabular>
2441
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \begin_layout Standard
2448 A square root can also be created with 
2449 \series bold
2450
2451 \backslash
2452 root
2453 \series default
2454  when the root index field is left empty.
2455 \end_layout
2456
2457 \begin_layout Standard
2458 With certain indices the distance to the root is too small, like in this
2459  formula: 
2460 \begin_inset Formula $\sqrt[\beta]{B}$
2461 \end_inset
2462
2463
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467 The 
2468 \begin_inset Formula $\beta$
2469 \end_inset
2470
2471  touches the root.
2472  To avoid this, the commands 
2473 \series bold
2474
2475 \backslash
2476 leftroot
2477 \series default
2478
2479 \begin_inset Index idx
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483 Commands ! L ! 
2484 \backslash
2485 leftroot
2486 \end_layout
2487
2488 \end_inset
2489
2490  and 
2491 \series bold
2492
2493 \backslash
2494 uproot
2495 \series default
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 Commands ! U ! 
2502 \backslash
2503 uproot
2504 \end_layout
2505
2506 \end_inset
2507
2508  are used with the following scheme:
2509 \end_layout
2510
2511 \begin_layout Standard
2512
2513 \series bold
2514
2515 \backslash
2516 leftroot{distance}
2517 \series default
2518  and 
2519 \series bold
2520
2521 \backslash
2522 uproot{distance}
2523 \end_layout
2524
2525 \begin_layout Standard
2526 Distance is the number of Big Points (unit bp; 
2527 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2528 \end_inset
2529
2530 ), that the index should be moved to the left or top, resp..
2531  The commands are written to the index.
2532  This way the command
2533 \begin_inset Newline newline
2534 \end_inset
2535
2536
2537 \series bold
2538
2539 \backslash
2540 root
2541 \backslash
2542 leftroot{-1
2543 \begin_inset Formula $\to$
2544 \end_inset
2545
2546
2547 \backslash
2548 uproot{2
2549 \begin_inset Formula $\to$
2550 \end_inset
2551
2552
2553 \backslash
2554 beta
2555 \begin_inset space \textvisiblespace{}
2556 \end_inset
2557
2558
2559 \begin_inset Formula $\to$
2560 \end_inset
2561
2562 B
2563 \begin_inset Newline newline
2564 \end_inset
2565
2566
2567 \series default
2568 produces a correct typeset formula: 
2569 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \begin_layout Subsection
2576 Binomial Coefficients
2577 \begin_inset Index idx
2578 status collapsed
2579
2580 \begin_layout Plain Layout
2581 Binomial coefficients
2582 \end_layout
2583
2584 \end_inset
2585
2586
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Binomial coefficients are inserted with the command 
2591 \series bold
2592
2593 \backslash
2594 binom
2595 \series default
2596
2597 \begin_inset Index idx
2598 status collapsed
2599
2600 \begin_layout Plain Layout
2601 Commands ! B ! 
2602 \backslash
2603 binom
2604 \end_layout
2605
2606 \end_inset
2607
2608  or with the submenu of the math toolbar button 
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "math-insert \\frac-square"
2612 \end_inset
2613
2614 .
2615  As with fractions (
2616 \series bold
2617
2618 \backslash
2619 frac
2620 \series default
2621 ) in addition to 
2622 \series bold
2623
2624 \backslash
2625 binom
2626 \series default
2627  there are the commands 
2628 \series bold
2629
2630 \backslash
2631 dbinom
2632 \series default
2633
2634 \begin_inset Index idx
2635 status collapsed
2636
2637 \begin_layout Plain Layout
2638 Commands ! D ! 
2639 \backslash
2640 dbinom
2641 \end_layout
2642
2643 \end_inset
2644
2645  and 
2646 \series bold
2647
2648 \backslash
2649 tbinom
2650 \series default
2651
2652 \begin_inset Index idx
2653 status collapsed
2654
2655 \begin_layout Plain Layout
2656 Commands ! T ! 
2657 \backslash
2658 tbinom
2659 \end_layout
2660
2661 \end_inset
2662
2663 .
2664  For other brackets around binomial coeficients there are the commands 
2665 \series bold
2666
2667 \backslash
2668 brace
2669 \series default
2670
2671 \begin_inset Index idx
2672 status collapsed
2673
2674 \begin_layout Plain Layout
2675 Commands ! B ! 
2676 \backslash
2677 brace
2678 \end_layout
2679
2680 \end_inset
2681
2682  and 
2683 \series bold
2684
2685 \backslash
2686 brack
2687 \series default
2688
2689 \begin_inset Index idx
2690 status collapsed
2691
2692 \begin_layout Plain Layout
2693 Commands ! B ! 
2694 \backslash
2695 brack
2696 \end_layout
2697
2698 \end_inset
2699
2700 .
2701 \begin_inset Separator parbreak
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \begin_layout Standard
2708 \align center
2709 \begin_inset Tabular
2710 <lyxtabular version="3" rows="6" columns="2">
2711 <features tabularvalignment="middle">
2712 <column alignment="center" valignment="top" width="0pt">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <row>
2715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2716 \begin_inset Text
2717
2718 \begin_layout Plain Layout
2719 Command
2720 \end_layout
2721
2722 \end_inset
2723 </cell>
2724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2725 \begin_inset Text
2726
2727 \begin_layout Plain Layout
2728 Result
2729 \begin_inset Note Note
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733
2734 \series bold
2735
2736 \backslash
2737 raisebox
2738 \series default
2739  is only used as spacer.
2740 \end_layout
2741
2742 \end_inset
2743
2744
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 </row>
2750 <row>
2751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2752 \begin_inset Text
2753
2754 \begin_layout Plain Layout
2755
2756 \backslash
2757 binom
2758 \begin_inset space \textvisiblespace{}
2759 \end_inset
2760
2761 A
2762 \begin_inset Formula $\downarrow$
2763 \end_inset
2764
2765 B
2766 \end_layout
2767
2768 \end_inset
2769 </cell>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2775 \end_inset
2776
2777
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 </row>
2783 <row>
2784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2785 \begin_inset Text
2786
2787 \begin_layout Plain Layout
2788
2789 \backslash
2790 dbinom
2791 \begin_inset space \textvisiblespace{}
2792 \end_inset
2793
2794 A
2795 \begin_inset Formula $\downarrow$
2796 \end_inset
2797
2798 B
2799 \end_layout
2800
2801 \end_inset
2802 </cell>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2808 \end_inset
2809
2810
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Plain Layout
2821
2822 \backslash
2823 tbinom
2824 \begin_inset space \textvisiblespace{}
2825 \end_inset
2826
2827 A
2828 \begin_inset Formula $\downarrow$
2829 \end_inset
2830
2831 B
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2841 \end_inset
2842
2843
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 </row>
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854
2855 \backslash
2856 brack
2857 \begin_inset space \textvisiblespace{}
2858 \end_inset
2859
2860 A
2861 \begin_inset Formula $\downarrow$
2862 \end_inset
2863
2864 B
2865 \end_layout
2866
2867 \end_inset
2868 </cell>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 brace
2890 \begin_inset space \textvisiblespace{}
2891 \end_inset
2892
2893 A
2894 \begin_inset Formula $\downarrow$
2895 \end_inset
2896
2897 B
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2907 \end_inset
2908
2909
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 </row>
2915 </lyxtabular>
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \begin_layout Subsection
2923 Case Differentiations
2924 \begin_inset Index idx
2925 status collapsed
2926
2927 \begin_layout Plain Layout
2928 Case differentiations 
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \begin_layout Standard
2937 \align center
2938 \begin_inset Tabular
2939 <lyxtabular version="3" rows="3" columns="2">
2940 <features tabularvalignment="middle">
2941 <column alignment="center" valignment="top" width="0pt">
2942 <column alignment="center" valignment="top" width="0pt">
2943 <row>
2944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948 Command
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 Result
2958 \end_layout
2959
2960 \end_inset
2961 </cell>
2962 </row>
2963 <row>
2964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2965 \begin_inset Text
2966
2967 \begin_layout Plain Layout
2968
2969 \backslash
2970 cases
2971 \begin_inset space \textvisiblespace{}
2972 \end_inset
2973
2974 A
2975 \begin_inset Formula $\to$
2976 \end_inset
2977
2978 B>0
2979 \begin_inset Index idx
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983 Commands ! C ! 
2984 \backslash
2985 cases
2986 \end_layout
2987
2988 \end_inset
2989
2990
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\begin{cases}
3000 A & B>0\end{cases}$
3001 \end_inset
3002
3003
3004 \end_layout
3005
3006 \end_inset
3007 </cell>
3008 </row>
3009 <row>
3010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3011 \begin_inset Text
3012
3013 \begin_layout Plain Layout
3014
3015 \backslash
3016 cases
3017 \begin_inset space \textvisiblespace{}
3018 \end_inset
3019
3020
3021 \begin_inset Info
3022 type  "shortcut"
3023 arg   "newline-insert newline"
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\begin{cases}
3036 A & \textrm{for }x>0\\
3037 B & \textrm{for }x=0
3038 \end{cases}$
3039 \end_inset
3040
3041
3042 \end_layout
3043
3044 \end_inset
3045 </cell>
3046 </row>
3047 </lyxtabular>
3048
3049 \end_inset
3050
3051
3052 \end_layout
3053
3054 \begin_layout Standard
3055 After inserting 
3056 \series bold
3057
3058 \backslash
3059 cases
3060 \series default
3061  or pressing the math toolbar button 
3062 \begin_inset Info
3063 type  "icon"
3064 arg   "math-insert \\cases"
3065 \end_inset
3066
3067  you can create new lines with the shortcut 
3068 \begin_inset Info
3069 type  "shortcut"
3070 arg   "newline-insert newline"
3071 \end_inset
3072
3073  or the table toolbar button 
3074 \begin_inset Info
3075 type  "icon"
3076 arg   "inset-modify tabular append-row"
3077 \end_inset
3078
3079 .
3080 \end_layout
3081
3082 \begin_layout Standard
3083 The command 
3084 \series bold
3085
3086 \backslash
3087 cases
3088 \series default
3089  is also available via the menu 
3090 \family sans
3091 Insert\SpecialChar menuseparator
3092 Math\SpecialChar menuseparator
3093 Cases-Environment
3094 \family default
3095 .
3096 \end_layout
3097
3098 \begin_layout Subsection
3099 Negations
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Negations
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 By inserting 
3114 \series bold
3115
3116 \backslash
3117 not
3118 \series default
3119
3120 \begin_inset Index idx
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124 Commands ! N ! 
3125 \backslash
3126 not
3127 \end_layout
3128
3129 \end_inset
3130
3131  every character can be displayed canceled.
3132  The characters are quasi accentuated by a slash.
3133 \begin_inset Separator parbreak
3134 \end_inset
3135
3136
3137 \end_layout
3138
3139 \begin_layout Standard
3140 \align center
3141 \begin_inset Tabular
3142 <lyxtabular version="3" rows="4" columns="2">
3143 <features tabularvalignment="middle">
3144 <column alignment="center" valignment="top" width="0pt">
3145 <column alignment="center" valignment="top" width="0pt">
3146 <row>
3147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Command
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 Result
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \backslash
3173 not=
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 \begin_inset Formula $\not=$
3183 \end_inset
3184
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 </row>
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \backslash
3198 not 
3199 \backslash
3200 le
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209 \begin_inset Formula $\not\le$
3210 \end_inset
3211
3212
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 </row>
3218 <row>
3219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \backslash
3225 not 
3226 \backslash
3227 parallel
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 \begin_inset Formula $\not\parallel$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 </lyxtabular>
3246
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \begin_layout Standard
3253 The last example shows that not all negations look good.
3254  Therefore there are special commands for some negations (see 
3255 \begin_inset CommandInset ref
3256 LatexCommand ref
3257 reference "subsec:Mathematical-Symbols"
3258
3259 \end_inset
3260
3261  and 
3262 \begin_inset CommandInset ref
3263 LatexCommand ref
3264 reference "sec:Relations"
3265
3266 \end_inset
3267
3268 ).
3269 \end_layout
3270
3271 \begin_layout Subsection
3272 Placeholders
3273 \begin_inset CommandInset label
3274 LatexCommand label
3275 name "subsec:Placeholders"
3276
3277 \end_inset
3278
3279
3280 \begin_inset Index idx
3281 status collapsed
3282
3283 \begin_layout Plain Layout
3284 Placeholders
3285 \end_layout
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Chemical characters ! Isotopes
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Isotopes|see
3305 \begin_inset ERT
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309
3310 {
3311 \end_layout
3312
3313 \end_inset
3314
3315 Chemical characters
3316 \begin_inset ERT
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320
3321 }
3322 \end_layout
3323
3324 \end_inset
3325
3326
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \begin_layout Standard
3335 When displaying e.
3336 \begin_inset space \thinspace{}
3337 \end_inset
3338
3339 g.
3340 \begin_inset space \space{}
3341 \end_inset
3342
3343 isotopes
3344 \begin_inset Foot
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 Typesetting isotopes and chemical symbols is described in 
3349 \begin_inset CommandInset ref
3350 LatexCommand ref
3351 reference "subsec:Chemical-Symbols-and"
3352
3353 \end_inset
3354
3355 .
3356 \end_layout
3357
3358 \end_inset
3359
3360  the following problem occurs:
3361 \begin_inset Separator parbreak
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \begin_layout Standard
3368 \align center
3369 \begin_inset Tabular
3370 <lyxtabular version="3" rows="2" columns="2">
3371 <features tabularvalignment="middle">
3372 <column alignment="center" valignment="top" width="0pt">
3373 <column alignment="center" valignment="top" width="0pt">
3374 <row>
3375 <cell alignment="center" valignment="top" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 Indices created with sub- and superscripts:
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 correct indices:
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3412 \end_inset
3413
3414
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 </row>
3420 </lyxtabular>
3421
3422 \end_inset
3423
3424
3425 \begin_inset Note Note
3426 status collapsed
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431
3432 \backslash
3433 raisebox
3434 \series default
3435  is only used as spacer.
3436 \end_layout
3437
3438 \end_inset
3439
3440
3441 \end_layout
3442
3443 \begin_layout Standard
3444 The shorter index is by default placed below or above the first character
3445  of the longer index.
3446  To avoid this there is the command 
3447 \series bold
3448
3449 \backslash
3450 phantom
3451 \series default
3452
3453 \begin_inset Index idx
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Commands ! P ! 
3458 \backslash
3459 phantom
3460 \end_layout
3461
3462 \end_inset
3463
3464  or the math toolbar button
3465 \begin_inset space \thinspace{}
3466 \end_inset
3467
3468
3469 \begin_inset Foot
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 can be found in the submenu of the toolbar button 
3474 \begin_inset Info
3475 type  "icon"
3476 arg   "math-insert \\space"
3477 \end_inset
3478
3479
3480 \end_layout
3481
3482 \end_inset
3483
3484  
3485 \begin_inset Graphics
3486         filename ../images/math/phantom.png
3487         scale 85
3488
3489 \end_inset
3490
3491  that creates one or more phantom characters.
3492  When inserting 
3493 \series bold
3494
3495 \backslash
3496 phantom
3497 \series default
3498  a small blue box appears that is superposed with two red arrows.
3499  The arrows indicate that the complete width and height of the box content
3500  will be created as placeholder.
3501  Phantom characters are accordingly placeholders with the size of the characters.
3502 \begin_inset Separator parbreak
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \begin_layout Standard
3509 \align center
3510 \begin_inset Tabular
3511 <lyxtabular version="3" rows="4" columns="2">
3512 <features tabularvalignment="middle">
3513 <column alignment="center" valignment="top">
3514 <column alignment="center" valignment="top">
3515 <row>
3516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520 Command
3521 \end_layout
3522
3523 \end_inset
3524 </cell>
3525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3526 \begin_inset Text
3527
3528 \begin_layout Plain Layout
3529 Result
3530 \begin_inset Note Note
3531 status collapsed
3532
3533 \begin_layout Plain Layout
3534
3535 \series bold
3536
3537 \backslash
3538 raisebox
3539 \series default
3540  is only used as spacer.
3541 \end_layout
3542
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556 ^19
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 _
3561 \backslash
3562 phantom
3563 \begin_inset space \textvisiblespace{}
3564 \end_inset
3565
3566 1
3567 \begin_inset Formula $\to$
3568 \end_inset
3569
3570 9
3571 \begin_inset space \textvisiblespace{}
3572 \end_inset
3573
3574 F
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 ^235
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 _
3602 \backslash
3603 phantom
3604 \begin_inset space \textvisiblespace{}
3605 \end_inset
3606
3607 23
3608 \begin_inset Formula $\to$
3609 \end_inset
3610
3611 9
3612 \begin_inset space \textvisiblespace{}
3613 \end_inset
3614
3615 F
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638
3639 \backslash
3640 Lambda^
3641 \begin_inset space \textvisiblespace{}
3642 \end_inset
3643
3644
3645 \backslash
3646 phantom
3647 \begin_inset space \textvisiblespace{}
3648 \end_inset
3649
3650 ii
3651 \begin_inset Formula $\to$
3652 \end_inset
3653
3654 t
3655 \begin_inset space \textvisiblespace{}
3656 \end_inset
3657
3658 _MMt
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 </lyxtabular>
3677
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \begin_layout Standard
3684 Furthermore there are the commands 
3685 \series bold
3686
3687 \backslash
3688 vphantom
3689 \series default
3690
3691 \begin_inset Index idx
3692 status collapsed
3693
3694 \begin_layout Plain Layout
3695 Commands ! V ! 
3696 \backslash
3697 vphantom
3698 \end_layout
3699
3700 \end_inset
3701
3702  (toolbar button 
3703 \begin_inset space ~
3704 \end_inset
3705
3706
3707 \begin_inset Graphics
3708         filename ../images/math/vphantom.png
3709         scale 85
3710
3711 \end_inset
3712
3713 ) and 
3714 \series bold
3715
3716 \backslash
3717 hphantom
3718 \series default
3719
3720 \begin_inset Index idx
3721 status collapsed
3722
3723 \begin_layout Plain Layout
3724 Commands ! H ! 
3725 \backslash
3726 hphantom
3727 \end_layout
3728
3729 \end_inset
3730
3731  (toolbar button 
3732 \begin_inset space ~
3733 \end_inset
3734
3735
3736 \begin_inset Graphics
3737         filename ../images/math/hphantom.png
3738         scale 85
3739
3740 \end_inset
3741
3742 ).
3743  
3744 \series bold
3745
3746 \backslash
3747 hphantom
3748 \series default
3749  creates only space for the maximal height of the characters in the box
3750  but not for its width.
3751  
3752 \series bold
3753
3754 \backslash
3755 vphantom
3756 \series default
3757  creates only space for the width of the box content.
3758  Therefore  the boxes of both commands have only one red arrow.
3759 \end_layout
3760
3761 \begin_layout Standard
3762 For example the command 
3763 \series bold
3764
3765 \backslash
3766 vphantom
3767 \begin_inset space \textvisiblespace{}
3768 \end_inset
3769
3770 a
3771 \backslash
3772 int
3773 \series default
3774  creates space for the height of the integral sign,
3775 \begin_inset Foot
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779 The command 
3780 \series bold
3781
3782 \backslash
3783 int
3784 \series default
3785  creates an integral sign, see 
3786 \begin_inset CommandInset ref
3787 LatexCommand ref
3788 reference "subsec:Big-Operators"
3789
3790 \end_inset
3791
3792 .
3793 \end_layout
3794
3795 \end_inset
3796
3797  because this is the larger character.
3798  An example application is in 
3799 \begin_inset CommandInset ref
3800 LatexCommand ref
3801 reference "subsec:Multiline-Brackets"
3802
3803 \end_inset
3804
3805 .
3806 \end_layout
3807
3808 \begin_layout Standard
3809 Placeholders can also be used for text when they are inserted via the menu
3810  
3811 \family sans
3812 Insert\SpecialChar menuseparator
3813 Formatting\SpecialChar menuseparator
3814 Phantom
3815 \family default
3816 :
3817 \end_layout
3818
3819 \begin_layout Standard
3820 This is a sentence.
3821 \begin_inset Newline newline
3822 \end_inset
3823
3824
3825 \begin_inset Phantom Phantom
3826 status open
3827
3828 \begin_layout Plain Layout
3829 This
3830 \end_layout
3831
3832 \end_inset
3833
3834  is a sentence.
3835 \end_layout
3836
3837 \begin_layout Subsection
3838 Lines
3839 \begin_inset Index idx
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843 Lines
3844 \end_layout
3845
3846 \end_inset
3847
3848
3849 \begin_inset Index idx
3850 status collapsed
3851
3852 \begin_layout Plain Layout
3853 Formula ! underlined
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \begin_layout Standard
3862 \align center
3863 \begin_inset Tabular
3864 <lyxtabular version="3" rows="4" columns="2">
3865 <features tabularvalignment="middle">
3866 <column alignment="center" valignment="top" width="0pt">
3867 <column alignment="center" valignment="top" width="0pt">
3868 <row>
3869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 Command
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882 Result
3883 \begin_inset Note Note
3884 status collapsed
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889
3890 \backslash
3891 raisebox
3892 \series default
3893  is only used as spacer.
3894 \end_layout
3895
3896 \end_inset
3897
3898
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 </row>
3904 <row>
3905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909
3910 \backslash
3911 overline
3912 \begin_inset space \textvisiblespace{}
3913 \end_inset
3914
3915 A+B
3916 \begin_inset Index idx
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920 Commands ! O ! 
3921 \backslash
3922 overline
3923 \end_layout
3924
3925 \end_inset
3926
3927
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 </row>
3945 <row>
3946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950
3951 \backslash
3952 underline
3953 \begin_inset space \textvisiblespace{}
3954 \end_inset
3955
3956 A+B
3957 \begin_inset Index idx
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Commands ! U ! 
3962 \backslash
3963 underline
3964 \end_layout
3965
3966 \end_inset
3967
3968
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3978 \end_inset
3979
3980
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \backslash
3993 overline
3994 \begin_inset space \textvisiblespace{}
3995 \end_inset
3996
3997
3998 \backslash
3999 underline
4000 \begin_inset space \textvisiblespace{}
4001 \end_inset
4002
4003 A+B
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 </row>
4021 </lyxtabular>
4022
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \begin_layout Standard
4029 In the last example it doesn't matter if first 
4030 \series bold
4031
4032 \backslash
4033 overline
4034 \series default
4035  or 
4036 \series bold
4037
4038 \backslash
4039 underline
4040 \series default
4041  is inserted.
4042 \end_layout
4043
4044 \begin_layout Standard
4045 To double underline use 
4046 \series bold
4047
4048 \backslash
4049 underline
4050 \series default
4051  twice.
4052 \end_layout
4053
4054 \begin_layout Standard
4055 It is possible to place up to 6 lines above or below characters.
4056 \end_layout
4057
4058 \begin_layout Standard
4059 \begin_inset VSpace bigskip
4060 \end_inset
4061
4062 Custom lines can be created using the command 
4063 \series bold
4064
4065 \backslash
4066 rule
4067 \series default
4068
4069 \begin_inset Index idx
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 Commands ! R ! 
4074 \backslash
4075 rule
4076 \end_layout
4077
4078 \end_inset
4079
4080  which has the following scheme:
4081 \end_layout
4082
4083 \begin_layout Standard
4084
4085 \series bold
4086
4087 \backslash
4088 rule[vertical offset]{length}{thickness}
4089 \end_layout
4090
4091 \begin_layout Standard
4092 The optional vertical offset shifts the line upwards (or downwards, when
4093  the value is negative).
4094  The units listed in 
4095 \begin_inset CommandInset ref
4096 LatexCommand ref
4097 reference "tab:Available-units"
4098
4099 \end_inset
4100
4101  can be used for the values.
4102  Here are two example lines created with the commands
4103 \begin_inset Newline newline
4104 \end_inset
4105
4106
4107 \series bold
4108
4109 \backslash
4110 rule[-2ex]{3cm}{2pt}
4111 \series default
4112  and 
4113 \series bold
4114
4115 \backslash
4116 rule{2cm}{1pt}
4117 \series default
4118 :
4119 \end_layout
4120
4121 \begin_layout Standard
4122 This is a sentence 
4123 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4124 \end_inset
4125
4126  with two lines.
4127 \end_layout
4128
4129 \begin_layout Standard
4130
4131 \series bold
4132
4133 \backslash
4134 rule
4135 \series default
4136  can also be used for text when a line is inserted via the menu 
4137 \family sans
4138 Insert\SpecialChar menuseparator
4139 Formatting\SpecialChar menuseparator
4140 Horizontal
4141 \begin_inset space ~
4142 \end_inset
4143
4144 Line
4145 \family default
4146 :
4147 \end_layout
4148
4149 \begin_layout Standard
4150 This is a sentence 
4151 \begin_inset CommandInset line
4152 LatexCommand rule
4153 offset "0.5ex"
4154 width "3cm"
4155 height "1pt"
4156
4157 \end_inset
4158
4159  with one line.
4160 \end_layout
4161
4162 \begin_layout Subsection
4163 Ellipses
4164 \begin_inset CommandInset label
4165 LatexCommand label
4166 name "subsec:Ellipses"
4167
4168 \end_inset
4169
4170
4171 \begin_inset Index idx
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175 Ellipses
4176 \end_layout
4177
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \begin_layout Standard
4184 There are different types of ellipses available.
4185 \begin_inset Foot
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189 In the math toolbar in the submenu of the button 
4190 \begin_inset Info
4191 type  "icon"
4192 arg   "math-insert \\ldots"
4193 \end_inset
4194
4195
4196 \end_layout
4197
4198 \end_inset
4199
4200  For listings dots at the baseline are used (
4201 \series bold
4202
4203 \backslash
4204 ldots
4205 \series default
4206
4207 \begin_inset Index idx
4208 status collapsed
4209
4210 \begin_layout Plain Layout
4211 Commands ! L ! 
4212 \backslash
4213 ldots
4214 \end_layout
4215
4216 \end_inset
4217
4218 ), while for operations dots are needed that are on the same height as the
4219  operators (
4220 \series bold
4221
4222 \backslash
4223 cdots
4224 \series default
4225
4226 \begin_inset Index idx
4227 status collapsed
4228
4229 \begin_layout Plain Layout
4230 Commands ! C ! 
4231 \backslash
4232 cdots
4233 \end_layout
4234
4235 \end_inset
4236
4237 ).
4238  When using the command 
4239 \series bold
4240
4241 \backslash
4242 dots
4243 \series default
4244
4245 \begin_inset Index idx
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Commands ! D ! 
4250 \backslash
4251 dots
4252 \end_layout
4253
4254 \end_inset
4255
4256 , \SpecialChar LaTeX
4257  decides on the basis of the next character what type is used.
4258 \begin_inset Separator parbreak
4259 \end_inset
4260
4261
4262 \end_layout
4263
4264 \begin_layout Standard
4265 \align center
4266 \begin_inset Tabular
4267 <lyxtabular version="3" rows="9" columns="2">
4268 <features tabularvalignment="middle">
4269 <column alignment="center" valignment="top" width="0pt">
4270 <column alignment="center" valignment="top" width="0pt">
4271 <row>
4272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Command
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 Result
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 A_1
4297 \begin_inset space \textvisiblespace{}
4298 \end_inset
4299
4300 ,
4301 \backslash
4302 dots
4303 \begin_inset space \textvisiblespace{}
4304 \end_inset
4305
4306 ,A_n
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 \begin_inset Formula $A_{1},\dots,A_{n}$
4316 \end_inset
4317
4318
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 A_1
4330 \begin_inset space \textvisiblespace{}
4331 \end_inset
4332
4333 +
4334 \backslash
4335 dots
4336 \begin_inset space \textvisiblespace{}
4337 \end_inset
4338
4339 +A_n
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 \begin_inset Formula $A_{1}+\dots+A_{n}$
4349 \end_inset
4350
4351
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 A_1
4363 \begin_inset space \textvisiblespace{}
4364 \end_inset
4365
4366 ,
4367 \backslash
4368 ldots
4369 \begin_inset space \textvisiblespace{}
4370 \end_inset
4371
4372 ,A_n
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 \begin_inset Formula $A_{1},\ldots,A_{n}$
4382 \end_inset
4383
4384
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 A_1
4396 \begin_inset space \textvisiblespace{}
4397 \end_inset
4398
4399 +
4400 \backslash
4401 cdots
4402 \begin_inset space \textvisiblespace{}
4403 \end_inset
4404
4405 +A_n
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4415 \end_inset
4416
4417
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 </row>
4423 <row>
4424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428
4429 \backslash
4430 vdots
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 \begin_inset Formula $\vdots$
4440 \end_inset
4441
4442
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \backslash
4455 ddots
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 \begin_inset Formula $\ddots$
4465 \end_inset
4466
4467
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \backslash
4480 iddots
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 \begin_inset Formula $\iddots$
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 3×3
4504 \begin_inset space \thinspace{}
4505 \end_inset
4506
4507 matrix with the different dots
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 \begin_inset Formula $\begin{array}{ccc}
4517 A_{11} & \cdots & A_{1m}\\
4518 \vdots & \ddots & \vdots\\
4519 A_{n1} & \cdots & A_{nm}
4520 \end{array}$
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 </lyxtabular>
4530
4531 \end_inset
4532
4533
4534 \end_layout
4535
4536 \begin_layout Standard
4537 The ellipses available in menu 
4538 \family sans
4539 Insert\SpecialChar menuseparator
4540 Special
4541 \begin_inset space ~
4542 \end_inset
4543
4544 Character
4545 \family default
4546  are 
4547 \series bold
4548
4549 \backslash
4550 ldots
4551 \series default
4552 .
4553 \end_layout
4554
4555 \begin_layout Standard
4556 \begin_inset VSpace medskip
4557 \end_inset
4558
4559 To use 
4560 \series bold
4561
4562 \backslash
4563 iddots
4564 \series default
4565 , one of the options 
4566 \family sans
4567 Use mathdots package (automatically)
4568 \family default
4569  must be set in the document settings under 
4570 \family sans
4571 Math
4572 \begin_inset space ~
4573 \end_inset
4574
4575 Options
4576 \family default
4577 .
4578 \begin_inset Newline newline
4579 \end_inset
4580
4581 Using the option 
4582 \family sans
4583 Use mathdots package
4584 \family default
4585  will improve the appearance of all dots in the documents if their font
4586  style or size is not the default.
4587 \end_layout
4588
4589 \begin_layout Standard
4590 \begin_inset VSpace medskip
4591 \end_inset
4592
4593 Specially for matrices there are ellipses that span over several columns.
4594  They are created with the command 
4595 \series bold
4596
4597 \backslash
4598 hdotsfor
4599 \series default
4600
4601 \begin_inset Index idx
4602 status collapsed
4603
4604 \begin_layout Plain Layout
4605 Commands ! H ! 
4606 \backslash
4607 hdotsfor
4608 \end_layout
4609
4610 \end_inset
4611
4612 , that has the following scheme:
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \series bold
4618
4619 \backslash
4620 hdotsfor[distance]{number of columns}
4621 \end_layout
4622
4623 \begin_layout Standard
4624 The number of columns specifies how many columns should be spanned.
4625  Distance is a factor for the distance between the dots.
4626 \end_layout
4627
4628 \begin_layout Standard
4629 In the following matrix the command 
4630 \series bold
4631
4632 \backslash
4633 hdotsfor[2]{4}
4634 \series default
4635  was inserted in the first box of the second line, to get an ellipsis with
4636  a dot distance twice as long as with the command 
4637 \series bold
4638
4639 \backslash
4640 dots
4641 \series default
4642 :
4643 \begin_inset Formula 
4644 \[
4645 \left(\begin{array}{cccc}
4646 A & B & C & D\\
4647 \hdotsfor[2]{4}\\
4648 q & w & e & r
4649 \end{array}\right)
4650 \]
4651
4652 \end_inset
4653
4654 Note that the matrix fields that should be spanned must be empty, otherwise
4655  you get \SpecialChar LaTeX
4656 -errors.
4657 \end_layout
4658
4659 \begin_layout Standard
4660 \begin_inset VSpace bigskip
4661 \end_inset
4662
4663 Furthermore you can fill with the command 
4664 \series bold
4665
4666 \backslash
4667 dotfill
4668 \series default
4669
4670 \begin_inset Index idx
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674 Commands ! D ! 
4675 \backslash
4676 dotfill
4677 \end_layout
4678
4679 \end_inset
4680
4681  the rest of a line with dots.
4682  The effect of these commands is the same as with 
4683 \series bold
4684
4685 \backslash
4686 hfill
4687 \series default
4688 , see 
4689 \begin_inset CommandInset ref
4690 LatexCommand ref
4691 reference "subsec:Variable-Space"
4692
4693 \end_inset
4694
4695 .
4696 \end_layout
4697
4698 \begin_layout Standard
4699 For example the command 
4700 \series bold
4701 A
4702 \backslash
4703 dotfill
4704 \begin_inset space \textvisiblespace{}
4705 \end_inset
4706
4707 B
4708 \series default
4709  produces
4710 \end_layout
4711
4712 \begin_layout Standard
4713 \begin_inset Formula $A\dotfill B$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Similar to
4721 \series bold
4722  
4723 \backslash
4724 dotfill
4725 \series default
4726  there is for a line the command 
4727 \series bold
4728
4729 \backslash
4730 hrulefill
4731 \series default
4732
4733 \begin_inset Index idx
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737 Commands ! H ! 
4738 \backslash
4739 hrulefill
4740 \end_layout
4741
4742 \end_inset
4743
4744 :
4745 \end_layout
4746
4747 \begin_layout Standard
4748 \begin_inset Formula $A\hrulefill B$
4749 \end_inset
4750
4751
4752 \end_layout
4753
4754 \begin_layout Standard
4755 To use the commands for text, they have to be inserted in \SpecialChar TeX
4756  mode.
4757 \end_layout
4758
4759 \begin_layout Section
4760 Matrices
4761 \begin_inset CommandInset label
4762 LatexCommand label
4763 name "sec:Matrices"
4764
4765 \end_inset
4766
4767
4768 \begin_inset Index idx
4769 status collapsed
4770
4771 \begin_layout Plain Layout
4772 Matrices
4773 \end_layout
4774
4775 \end_inset
4776
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781 Matrices can be inserted via the math toolbar button 
4782 \begin_inset Info
4783 type  "icon"
4784 arg   "dialog-show mathmatrix"
4785 \end_inset
4786
4787  or the menu 
4788 \family sans
4789 Insert\SpecialChar menuseparator
4790 Math\SpecialChar menuseparator
4791 Matrix
4792 \family default
4793 .
4794  In the matrix dialog you can specify the number of columns and rows, the
4795  alignment and the decoration.
4796  The vertical alignment is only of importance for matrices in inline formulas:
4797 \end_layout
4798
4799 \begin_layout Standard
4800 The first matrix is top 
4801 \begin_inset Formula $\begin{array}[t]{cccc}
4802 A & D & G & J\\
4803 B & E & H & K\\
4804 C & F & I & L
4805 \end{array}$
4806 \end_inset
4807
4808 , the second middle 
4809 \begin_inset Formula $\begin{array}{cccc}
4810 A & D & G & J\\
4811 B & E & H & K\\
4812 C & F & I & L
4813 \end{array}$
4814 \end_inset
4815
4816  and the third bottom 
4817 \begin_inset Formula $\begin{array}[b]{cccc}
4818 A & D & G & J\\
4819 B & E & H & K\\
4820 C & F & I & L
4821 \end{array}$
4822 \end_inset
4823
4824  aligned.
4825 \end_layout
4826
4827 \begin_layout Standard
4828 The horizontal alignment specifies how the column entries should be aligned.
4829  It is set by entering a letter for every column.
4830  
4831 \emph on
4832 l
4833 \emph default
4834  denotes left aligned, 
4835 \emph on
4836 c
4837 \emph default
4838  centered and 
4839 \emph on
4840 r
4841 \emph default
4842  right aligned.
4843  To create for example a 4
4844 \series bold
4845 ×
4846 \series default
4847 4
4848 \begin_inset space ~
4849 \end_inset
4850
4851 matrix where the first column is left aligned, the second and third are
4852  centered and the last one is right aligned, one enters for the horizontal
4853  alignment 
4854 \series bold
4855 lccr
4856 \series default
4857 .
4858  Normally in a matrix all columns are centered, therefore the default for
4859  every column is a 
4860 \series bold
4861 c
4862 \series default
4863 .
4864 \end_layout
4865
4866 \begin_layout Standard
4867 Horizontal alignment:
4868 \end_layout
4869
4870 \begin_layout Standard
4871
4872 \series bold
4873 lll
4874 \series default
4875  : 
4876 \begin_inset Formula $\begin{array}{lll}
4877 10000 & D & G\\
4878 B & 10000 & H\\
4879 C & F & 10000
4880 \end{array}$
4881 \end_inset
4882
4883  , 
4884 \series bold
4885 ccc
4886 \series default
4887  : 
4888 \begin_inset Formula $\begin{array}{ccc}
4889 10000 & D & G\\
4890 B & 10000 & H\\
4891 C & F & 10000
4892 \end{array}$
4893 \end_inset
4894
4895  , 
4896 \series bold
4897 rrr
4898 \series default
4899  : 
4900 \begin_inset Formula $\begin{array}{rrr}
4901 10000 & D & G\\
4902 B & 10000 & H\\
4903 C & F & 10000
4904 \end{array}$
4905 \end_inset
4906
4907
4908 \end_layout
4909
4910 \begin_layout Standard
4911 To add or delete rows and columns subsequently, the math toolbar buttons
4912  
4913 \begin_inset Info
4914 type  "icon"
4915 arg   "inset-modify tabular append-row"
4916 \end_inset
4917
4918
4919 \begin_inset Info
4920 type  "icon"
4921 arg   "inset-modify tabular delete-row"
4922 \end_inset
4923
4924 , etc.
4925 \begin_inset space \thinspace{}
4926 \end_inset
4927
4928 , or the menu 
4929 \family sans
4930 Edit\SpecialChar menuseparator
4931 Rows & Columns
4932 \family default
4933  can be used.
4934  New rows can also be created with 
4935 \begin_inset Info
4936 type  "shortcut"
4937 arg   "newline-insert newline"
4938 \end_inset
4939
4940 .
4941 \end_layout
4942
4943 \begin_layout Standard
4944 \begin_inset VSpace bigskip
4945 \end_inset
4946
4947 The 
4948 \family sans
4949 Decoration
4950 \family default
4951  adds parentheses in the selected style around the matrix.
4952  Alternatively, parentheses can can either be created with the commands
4953  
4954 \series bold
4955
4956 \backslash
4957 left
4958 \series default
4959
4960 \begin_inset Index idx
4961 status collapsed
4962
4963 \begin_layout Plain Layout
4964 Commands ! L ! 
4965 \backslash
4966 left
4967 \end_layout
4968
4969 \end_inset
4970
4971  and 
4972 \series bold
4973
4974 \backslash
4975 right
4976 \series default
4977
4978 \begin_inset Index idx
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Commands ! R ! 
4983 \backslash
4984 right
4985 \end_layout
4986
4987 \end_inset
4988
4989  (shortcut 
4990 \family sans
4991 Alt+M
4992 \begin_inset space ~
4993 \end_inset
4994
4995 Parenthesis
4996 \family default
4997 ), see 
4998 \begin_inset CommandInset ref
4999 LatexCommand ref
5000 reference "subsec:Automatic-Bracket-Size"
5001
5002 \end_inset
5003
5004 , or by using the following commands:
5005 \begin_inset VSpace medskip
5006 \end_inset
5007
5008
5009 \end_layout
5010
5011 \begin_layout Standard
5012 \begin_inset space \hfill{}
5013 \end_inset
5014
5015
5016 \begin_inset Tabular
5017 <lyxtabular version="3" rows="4" columns="2">
5018 <features tabularvalignment="middle">
5019 <column alignment="center" valignment="top">
5020 <column alignment="center" valignment="top">
5021 <row>
5022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 Command
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Result
5036 \begin_inset Note Note
5037 status collapsed
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042
5043 \backslash
5044 raisebox
5045 \series default
5046  is only used as spacer.
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 </row>
5057 <row>
5058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5059 \begin_inset Text
5060
5061 \begin_layout Plain Layout
5062
5063 \backslash
5064 bmatrix
5065 \begin_inset space \textvisiblespace{}
5066 \end_inset
5067
5068 2
5069 \series bold
5070 ×
5071 \series default
5072 2
5073 \begin_inset space \thinspace{}
5074 \end_inset
5075
5076 matrix
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5086 0 & \textrm{-}\mathrm{i}\\
5087 \mathrm{i} & 0
5088 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \backslash
5104 Bmatrix
5105 \begin_inset space \textvisiblespace{}
5106 \end_inset
5107
5108 2
5109 \series bold
5110 ×
5111 \series default
5112 2
5113 \begin_inset space \thinspace{}
5114 \end_inset
5115
5116 matrix
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5126 0 & \textrm{-}\mathrm{i}\\
5127 \mathrm{i} & 0
5128 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5129 \end_inset
5130
5131
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 </row>
5137 <row>
5138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142
5143 \backslash
5144 pmatrix
5145 \begin_inset space \textvisiblespace{}
5146 \end_inset
5147
5148 2
5149 \series bold
5150 ×
5151 \series default
5152 2
5153 \begin_inset space \thinspace{}
5154 \end_inset
5155
5156 matrix
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5166 0 & \textrm{-}\mathrm{i}\\
5167 \mathrm{i} & 0
5168 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5169 \end_inset
5170
5171
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 </lyxtabular>
5178
5179 \end_inset
5180
5181
5182 \begin_inset space \hfill{}
5183 \end_inset
5184
5185
5186 \begin_inset Tabular
5187 <lyxtabular version="3" rows="4" columns="2">
5188 <features tabularvalignment="middle">
5189 <column alignment="center" valignment="top">
5190 <column alignment="center" valignment="top">
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196 Command
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Result
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 </row>
5211 <row>
5212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216
5217 \backslash
5218 vmatrix
5219 \begin_inset space \textvisiblespace{}
5220 \end_inset
5221
5222 2
5223 \series bold
5224 ×
5225 \series default
5226 2
5227 \begin_inset space \thinspace{}
5228 \end_inset
5229
5230 matrix
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5240 0 & \textrm{-}\mathrm{i}\\
5241 \mathrm{i} & 0
5242 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \backslash
5258 Vmatrix
5259 \begin_inset space \textvisiblespace{}
5260 \end_inset
5261
5262 2
5263 \series bold
5264 ×
5265 \series default
5266 2
5267 \begin_inset space \thinspace{}
5268 \end_inset
5269
5270 matrix
5271 \end_layout
5272
5273 \end_inset
5274 </cell>
5275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5276 \begin_inset Text
5277
5278 \begin_layout Plain Layout
5279 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5280 0 & \textrm{-}\mathrm{i}\\
5281 \mathrm{i} & 0
5282 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5283 \end_inset
5284
5285
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 </row>
5291 <row>
5292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296
5297 \backslash
5298 matrix
5299 \begin_inset space \textvisiblespace{}
5300 \end_inset
5301
5302 2
5303 \series bold
5304 ×
5305 \series default
5306 2
5307 \begin_inset space \thinspace{}
5308 \end_inset
5309
5310 matrix
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5320 0 & \textrm{-}\mathrm{i}\\
5321 \mathrm{i} & 0
5322 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5323 \end_inset
5324
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 </lyxtabular>
5332
5333 \end_inset
5334
5335
5336 \begin_inset space \hfill{}
5337 \end_inset
5338
5339
5340 \end_layout
5341
5342 \begin_layout Standard
5343 \begin_inset VSpace medskip
5344 \end_inset
5345
5346 When e.
5347 \begin_inset space \thinspace{}
5348 \end_inset
5349
5350 g.
5351 \begin_inset space \space{}
5352 \end_inset
5353
5354
5355 \series bold
5356
5357 \backslash
5358 vmatrix
5359 \series default
5360  is inserted, a blue box appears between two vertical lines where the matrix
5361  is inserted.
5362 \begin_inset Newline newline
5363 \end_inset
5364
5365 Note that decorated matrices ignore the vertical alignment.
5366 \end_layout
5367
5368 \begin_layout Standard
5369 \begin_inset VSpace bigskip
5370 \end_inset
5371
5372 As all multiline formulas are matrices, the length 
5373 \series bold
5374
5375 \backslash
5376 arraycolsep
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! A ! 
5384 \backslash
5385 arraycolsep
5386 \end_layout
5387
5388 \end_inset
5389
5390  that is described in 
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "subsec:Column-Separation"
5394
5395 \end_inset
5396
5397  can also be used to change the column separation of matrices.
5398 \end_layout
5399
5400 \begin_layout Standard
5401 To change the row separation, the command 
5402 \series bold
5403
5404 \backslash
5405 arraystretch
5406 \series default
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 Commands ! A ! 
5413 \backslash
5414 arraystretch
5415 \end_layout
5416
5417 \end_inset
5418
5419  is used.
5420  It is used as follows:
5421 \end_layout
5422
5423 \begin_layout Standard
5424
5425 \series bold
5426
5427 \backslash
5428 renewcommand{
5429 \backslash
5430 arraystretch}{stretch factor}
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 Commands ! R ! 
5436 \backslash
5437 renewcommand
5438 \end_layout
5439
5440 \end_inset
5441
5442
5443 \end_layout
5444
5445 \begin_layout Standard
5446 The command 
5447 \series bold
5448
5449 \backslash
5450 renewcommand
5451 \series default
5452  assigns the stretch factor to the predefined command 
5453 \series bold
5454
5455 \backslash
5456 arraystretch
5457 \series default
5458 .
5459  To double e.
5460 \begin_inset space \thinspace{}
5461 \end_inset
5462
5463 g.
5464 \begin_inset space \space{}
5465 \end_inset
5466
5467 the row separation, use the factor 2.
5468  This is then used for all following matrices.
5469  To go back to the original separation, assign the factor 1 to 
5470 \series bold
5471
5472 \backslash
5473 arraystretch
5474 \series default
5475 .
5476 \end_layout
5477
5478 \begin_layout Standard
5479 To set matrices into a text line, the command 
5480 \series bold
5481
5482 \backslash
5483 smallmatrix
5484 \series default
5485
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Commands ! S ! 
5491 \backslash
5492 smallmatrix
5493 \end_layout
5494
5495 \end_inset
5496
5497  is used.
5498  When it is inserted a blue box with two dashed lines appears.
5499  In this box the matrix is inserted.
5500 \end_layout
5501
5502 \begin_layout Standard
5503 This is a matrix 
5504 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5505 C & D
5506 \end{smallmatrix}\right)$
5507 \end_inset
5508
5509  in a text line.
5510 \end_layout
5511
5512 \begin_layout Section
5513 Brackets and Delimiters
5514 \begin_inset Index idx
5515 status collapsed
5516
5517 \begin_layout Plain Layout
5518 Brackets
5519 \end_layout
5520
5521 \end_inset
5522
5523
5524 \begin_inset Index idx
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528 Delimiters
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \end_layout
5535
5536 \begin_layout Subsection
5537 Vertical Brackets and Delimiters
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Brackets ! vertical
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \begin_layout Standard
5551 \begin_inset space \hfill{}
5552 \end_inset
5553
5554
5555 \begin_inset Tabular
5556 <lyxtabular version="3" rows="9" columns="2">
5557 <features tabularvalignment="middle">
5558 <column alignment="center" valignment="top" width="0pt">
5559 <column alignment="center" valignment="top" width="0pt">
5560 <row>
5561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 Command
5566 \end_layout
5567
5568 \end_inset
5569 </cell>
5570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5571 \begin_inset Text
5572
5573 \begin_layout Plain Layout
5574 Result
5575 \end_layout
5576
5577 \end_inset
5578 </cell>
5579 </row>
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 (
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 \begin_inset Formula $($
5595 \end_inset
5596
5597
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 </row>
5603 <row>
5604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5605 \begin_inset Text
5606
5607 \begin_layout Plain Layout
5608 {
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 \begin_inset Formula $\{$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 [
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 \begin_inset Formula $[$
5641 \end_inset
5642
5643
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 </row>
5649 <row>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654
5655 \backslash
5656 langle
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5662 \begin_inset Text
5663
5664 \begin_layout Plain Layout
5665 \begin_inset Formula $\langle$
5666 \end_inset
5667
5668
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 </row>
5674 <row>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679
5680 \backslash
5681 lceil
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5687 \begin_inset Text
5688
5689 \begin_layout Plain Layout
5690 \begin_inset Formula $\lceil$
5691 \end_inset
5692
5693
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 </row>
5699 <row>
5700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5701 \begin_inset Text
5702
5703 \begin_layout Plain Layout
5704
5705 \backslash
5706 lfloor
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 \begin_inset Formula $\lfloor$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 <row>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Plain Layout
5729 /
5730 \end_layout
5731
5732 \end_inset
5733 </cell>
5734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5735 \begin_inset Text
5736
5737 \begin_layout Plain Layout
5738 \begin_inset Formula $/$
5739 \end_inset
5740
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 </row>
5747 <row>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 |
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $|$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features tabularvalignment="middle">
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 Command
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 Result
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 )
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $)$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 }
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\}$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 ]
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $]$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 rangle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\rangle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 rceil
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\rceil$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 rfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\rfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \backslash
5955
5956 \backslash
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\backslash$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982 |
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 \begin_inset Formula $\|$
5992 \end_inset
5993
5994
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 </lyxtabular>
6001
6002 \end_inset
6003
6004
6005 \begin_inset space \hfill{}
6006 \end_inset
6007
6008
6009 \end_layout
6010
6011 \begin_layout Standard
6012
6013 \series medium
6014 \begin_inset Note Greyedout
6015 status open
6016
6017 \begin_layout Plain Layout
6018
6019 \series bold
6020 Note:
6021 \series default
6022  In \SpecialChar TeX
6023  mode the command 
6024 \series bold
6025
6026 \backslash
6027 textbackslash
6028 \series default
6029
6030 \begin_inset Index idx
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034 Commands ! T ! 
6035 \backslash
6036 textbackslash
6037 \end_layout
6038
6039 \end_inset
6040
6041  must be used for the backslash, because the command 
6042 \series bold
6043
6044 \backslash
6045
6046 \backslash
6047
6048 \series default
6049  produces a line break there.
6050 \end_layout
6051
6052 \end_inset
6053
6054
6055 \end_layout
6056
6057 \begin_layout Standard
6058 For all characters listed above the size can be adjusted with the commands
6059  described in the following two subsections.
6060  When using these commands, the characters < and > can directly be used
6061  instead of the commands 
6062 \series bold
6063
6064 \backslash
6065 langle
6066 \series default
6067  and 
6068 \series bold
6069
6070 \backslash
6071 rangle
6072 \series default
6073 .
6074 \end_layout
6075
6076 \begin_layout Subsubsection
6077 Manual Bracket Size
6078 \begin_inset CommandInset label
6079 LatexCommand label
6080 name "subsec:Manual-Bracket-Size"
6081
6082 \end_inset
6083
6084
6085 \begin_inset Index idx
6086 status collapsed
6087
6088 \begin_layout Plain Layout
6089 Bracket size ! manual
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \end_layout
6096
6097 \begin_layout Standard
6098 The bracket size can be specified manually by the \SpecialChar LaTeX
6099 -commands 
6100 \series bold
6101
6102 \backslash
6103 big
6104 \series default
6105
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 Commands ! B ! 
6111 \backslash
6112 big
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \series bold
6119
6120 \backslash
6121 Big
6122 \series default
6123
6124 \series bold
6125
6126 \backslash
6127 bigg
6128 \series default
6129  and 
6130 \series bold
6131
6132 \backslash
6133 Bigg
6134 \series default
6135 .
6136  
6137 \series bold
6138
6139 \backslash
6140 big
6141 \series default
6142  denotes the smallest and 
6143 \series bold
6144
6145 \backslash
6146 Bigg
6147 \series default
6148  the largest bracket size.
6149 \end_layout
6150
6151 \begin_layout Standard
6152 These commands are used to emphasize levels of brackets:
6153 \begin_inset Separator parbreak
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Standard
6160 \align center
6161 \begin_inset Tabular
6162 <lyxtabular version="3" rows="2" columns="2">
6163 <features tabularvalignment="middle">
6164 <column alignment="center" valignment="top" width="0pt">
6165 <column alignment="center" valignment="top" width="0pt">
6166 <row>
6167 <cell alignment="center" valignment="top" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 all brackets in the same size:
6172 \end_layout
6173
6174 \end_inset
6175 </cell>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 this looks better:
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6204 \end_inset
6205
6206
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 </lyxtabular>
6213
6214 \end_inset
6215
6216
6217 \begin_inset Note Note
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221
6222 \series bold
6223
6224 \backslash
6225 raisebox
6226 \series default
6227  is only used as spacer.
6228 \end_layout
6229
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \begin_layout Standard
6236 For the second formula the command 
6237 \series bold
6238
6239 \backslash
6240 Big((A+B)(A-B)
6241 \backslash
6242 Big)^
6243 \begin_inset space \textvisiblespace{}
6244 \end_inset
6245
6246 C
6247 \series default
6248  has been used.
6249 \end_layout
6250
6251 \begin_layout Standard
6252 Here is an overview about all bracket sizes:
6253 \begin_inset Separator parbreak
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \begin_layout Standard
6260 \align center
6261
6262 \backslash
6263 Bigg(
6264 \backslash
6265 exp
6266 \backslash
6267 bigg<
6268 \backslash
6269 Big[
6270 \backslash
6271 big{
6272 \backslash
6273 ln(3x)
6274 \backslash
6275 big}^2
6276 \begin_inset space \textvisiblespace{}
6277 \end_inset
6278
6279
6280 \backslash
6281 sin(x)
6282 \backslash
6283 Big]^
6284 \begin_inset space \textvisiblespace{}
6285 \end_inset
6286
6287 A
6288 \begin_inset space \textvisiblespace{}
6289 \end_inset
6290
6291
6292 \backslash
6293 bigg>
6294 \backslash
6295 Bigg)^0,5
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \align center
6300 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307 Besides the 
6308 \series bold
6309
6310 \backslash
6311 big
6312 \series default
6313 -commands there is the variant 
6314 \series bold
6315
6316 \backslash
6317 bigm
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 Commands ! B ! 
6325 \backslash
6326 bigm
6327 \end_layout
6328
6329 \end_inset
6330
6331  that adds a bit more space between the bracket and its content, and the
6332  variant 
6333 \series bold
6334
6335 \backslash
6336 bigl
6337 \series default
6338 -
6339 \series bold
6340
6341 \backslash
6342 bigr
6343 \series default
6344
6345 \begin_inset Index idx
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349 Commands ! B ! 
6350 \backslash
6351 bigl - 
6352 \backslash
6353 bigr
6354 \end_layout
6355
6356 \end_inset
6357
6358 , that don't add additional space.
6359  The 
6360 \emph on
6361 l
6362 \emph default
6363  at the end of the command 
6364 \series bold
6365
6366 \backslash
6367 bigl
6368 \series default
6369  is for a left bracket; for a right bracket this will be replaced by an
6370  
6371 \emph on
6372 r
6373 \emph default
6374 .
6375  A left or right bracket can each be an opening or closing bracket.
6376 \end_layout
6377
6378 \begin_layout Standard
6379 In the following table is a comparison of the variants:
6380 \begin_inset Separator parbreak
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \begin_layout Standard
6387 \align center
6388 \begin_inset Tabular
6389 <lyxtabular version="3" rows="5" columns="2">
6390 <features tabularvalignment="middle">
6391 <column alignment="center" valignment="middle">
6392 <column alignment="center" valignment="middle">
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 Command
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 Result
6408 \begin_inset Note Note
6409 status collapsed
6410
6411 \begin_layout Plain Layout
6412
6413 \series bold
6414
6415 \backslash
6416 raisebox
6417 \series default
6418  is only used as spacer.
6419 \end_layout
6420
6421 \end_inset
6422
6423
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 </row>
6429 <row>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \backslash
6436 Bigm(
6437 \backslash
6438 bigm(
6439 \backslash
6440 ln(3x)
6441 \backslash
6442 bigm)^2
6443 \begin_inset space \textvisiblespace{}
6444 \end_inset
6445
6446
6447 \backslash
6448 Bigm)
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \backslash
6473 Big(
6474 \backslash
6475 big(
6476 \backslash
6477 ln(3x)
6478 \backslash
6479 big)^2
6480 \begin_inset space \textvisiblespace{}
6481 \end_inset
6482
6483
6484 \backslash
6485 Big)
6486 \end_layout
6487
6488 \end_inset
6489 </cell>
6490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6491 \begin_inset Text
6492
6493 \begin_layout Plain Layout
6494 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 </row>
6503 <row>
6504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6505 \begin_inset Text
6506
6507 \begin_layout Plain Layout
6508
6509 \backslash
6510 Bigl(
6511 \backslash
6512 bigl(
6513 \backslash
6514 ln(3x)
6515 \backslash
6516 bigr)^2
6517 \begin_inset space \textvisiblespace{}
6518 \end_inset
6519
6520
6521 \backslash
6522 Bigr)
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6532 \end_inset
6533
6534
6535 \end_layout
6536
6537 \end_inset
6538 </cell>
6539 </row>
6540 <row>
6541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6542 \begin_inset Text
6543
6544 \begin_layout Plain Layout
6545
6546 \backslash
6547 bigl)
6548 \backslash
6549 ln(3x)
6550 \backslash
6551 bigr(
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 </lyxtabular>
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Subsubsection
6577 Automatic Bracket Size
6578 \begin_inset CommandInset label
6579 LatexCommand label
6580 name "subsec:Automatic-Bracket-Size"
6581
6582 \end_inset
6583
6584
6585 \begin_inset Index idx
6586 status collapsed
6587
6588 \begin_layout Plain Layout
6589 Bracket size ! automatic
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Standard
6598 Brackets with variable size can be inserted with the commands 
6599 \series bold
6600
6601 \backslash
6602 left
6603 \series default
6604
6605 \begin_inset Index idx
6606 status collapsed
6607
6608 \begin_layout Plain Layout
6609 Commands ! L ! 
6610 \backslash
6611 left
6612 \end_layout
6613
6614 \end_inset
6615
6616  and 
6617 \series bold
6618
6619 \backslash
6620 right
6621 \series default
6622
6623 \begin_inset Index idx
6624 status collapsed
6625
6626 \begin_layout Plain Layout
6627 Commands ! R ! 
6628 \backslash
6629 right
6630 \end_layout
6631
6632 \end_inset
6633
6634  or via the math toolbar button 
6635 \begin_inset Info
6636 type  "icon"
6637 arg   "dialog-show mathdelimiter"
6638 \end_inset
6639
6640 .
6641  Directly behind 
6642 \series bold
6643
6644 \backslash
6645 left
6646 \series default
6647  and 
6648 \series bold
6649
6650 \backslash
6651 right
6652 \series default
6653  the wanted bracket must be inserted.
6654  The bracket size will then automatically be calculated for the output.
6655 \begin_inset Separator parbreak
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \begin_layout Standard
6662 \align center
6663 normal bracket: The command 
6664 \series bold
6665
6666 \backslash
6667 ln(
6668 \backslash
6669 frac
6670 \begin_inset space \textvisiblespace{}
6671 \end_inset
6672
6673 A
6674 \begin_inset Formula $\downarrow$
6675 \end_inset
6676
6677 C
6678 \begin_inset space \textvisiblespace{}
6679 \end_inset
6680
6681 )
6682 \series default
6683  creates
6684 \begin_inset Formula 
6685 \[
6686 \ln(\frac{A}{C})
6687 \]
6688
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 \align center
6696 multiline bracket: The command 
6697 \series bold
6698
6699 \backslash
6700 ln
6701 \backslash
6702 left(
6703 \backslash
6704 frac
6705 \begin_inset space \textvisiblespace{}
6706 \end_inset
6707
6708 A
6709 \begin_inset Formula $\downarrow$
6710 \end_inset
6711
6712 C
6713 \begin_inset space \textvisiblespace{}
6714 \end_inset
6715
6716
6717 \backslash
6718 right)
6719 \series default
6720  creates
6721 \begin_inset Formula 
6722 \[
6723 \ln\left(\frac{A}{C}\right)
6724 \]
6725
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \begin_layout Standard
6732 Instead of 
6733 \series bold
6734
6735 \backslash
6736 left
6737 \series default
6738  and 
6739 \series bold
6740
6741 \backslash
6742 right
6743 \series default
6744  the shortcut 
6745 \family sans
6746 Alt+M
6747 \begin_inset space ~
6748 \end_inset
6749
6750 Bracket
6751 \family default
6752  can be used.
6753  This has the advantage that you can see in \SpecialChar LyX
6754  immediately the real bracket
6755  size and that the matching right bracket will be created too.
6756 \begin_inset Newline newline
6757 \end_inset
6758
6759 The command for the last example would then be: 
6760 \series bold
6761
6762 \backslash
6763 ln Alt+M
6764 \series default
6765  
6766 \series bold
6767 (
6768 \backslash
6769 frac
6770 \begin_inset space \textvisiblespace{}
6771 \end_inset
6772
6773 A
6774 \begin_inset Formula $\downarrow$
6775 \end_inset
6776
6777 C
6778 \end_layout
6779
6780 \begin_layout Standard
6781 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6782  For example the command 
6783 \series bold
6784
6785 \backslash
6786 left.
6787 \backslash
6788 frac
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 B
6797 \begin_inset space \textvisiblespace{}
6798 \end_inset
6799
6800
6801 \backslash
6802 right}
6803 \series default
6804  creates:
6805 \series bold
6806
6807 \begin_inset Formula 
6808 \[
6809 \left.\frac{A}{B}\right\} 
6810 \]
6811
6812 \end_inset
6813
6814
6815 \series default
6816 The commands 
6817 \series bold
6818
6819 \backslash
6820 left
6821 \series default
6822  and 
6823 \series bold
6824
6825 \backslash
6826 right
6827 \series default
6828  will be converted by \SpecialChar LyX
6829  to brackets in the right size when the document is
6830  reloaded and an omitted bracket will appear as dashed line.
6831 \end_layout
6832
6833 \begin_layout Standard
6834 \begin_inset VSpace bigskip
6835 \end_inset
6836
6837 Because all popular \SpecialChar LaTeX
6838  distributions use e\SpecialChar TeX
6839 , an extension to \SpecialChar LaTeX
6840 , the command
6841  
6842 \series bold
6843
6844 \backslash
6845 middle
6846 \series default
6847
6848 \begin_inset Index idx
6849 status collapsed
6850
6851 \begin_layout Plain Layout
6852 Commands ! M ! 
6853 \backslash
6854 middle
6855 \end_layout
6856
6857 \end_inset
6858
6859  is additionally available for all brackets and limits.
6860  With this command the height of the following character is adapted to the
6861  one of the surrounding brackets, what is e.
6862 \begin_inset space \thinspace{}
6863 \end_inset
6864
6865 g.
6866 \begin_inset space \space{}
6867 \end_inset
6868
6869 needed for physical vectors:
6870 \begin_inset Formula 
6871 \[
6872 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6873 \]
6874
6875 \end_inset
6876
6877 For physical vectors there is a special \SpecialChar LaTeX
6878 -package, described in 
6879 \begin_inset CommandInset ref
6880 LatexCommand ref
6881 reference "subsec:Physical-Vectors"
6882
6883 \end_inset
6884
6885 .
6886 \end_layout
6887
6888 \begin_layout Subsection
6889 Horizontal Brackets
6890 \begin_inset Index idx
6891 status collapsed
6892
6893 \begin_layout Plain Layout
6894 Brackets ! horizontal
6895 \end_layout
6896
6897 \end_inset
6898
6899
6900 \end_layout
6901
6902 \begin_layout Standard
6903 \align center
6904 \begin_inset Tabular
6905 <lyxtabular version="3" rows="4" columns="2">
6906 <features tabularvalignment="middle">
6907 <column alignment="center" valignment="top" width="0pt">
6908 <column alignment="center" valignment="top" width="0pt">
6909 <row>
6910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 Command
6915 \begin_inset Note Note
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919
6920 \series bold
6921
6922 \backslash
6923 raisebox
6924 \series default
6925  is only used as spacer.
6926 \end_layout
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 Result
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 \begin_inset ERT
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954
6955
6956 \backslash
6957 raisebox{2.3mm}{
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \backslash
6964 overbrace
6965 \begin_inset space \textvisiblespace{}
6966 \end_inset
6967
6968 A+B
6969 \begin_inset space \textvisiblespace{}
6970 \end_inset
6971
6972 ^3
6973 \begin_inset ERT
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977
6978 }
6979 \end_layout
6980
6981 \end_inset
6982
6983
6984 \begin_inset Index idx
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988 Commands ! O ! 
6989 \backslash
6990 overbrace
6991 \end_layout
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 \begin_inset Formula $\overbrace{A+B}^{3}$
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 </row>
7013 <row>
7014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023
7024 \backslash
7025 raisebox{-2.2mm}{
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \backslash
7032 underbrace
7033 \begin_inset space \textvisiblespace{}
7034 \end_inset
7035
7036 A+B
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 _5
7041 \begin_inset ERT
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045
7046 }
7047 \end_layout
7048
7049 \end_inset
7050
7051
7052 \begin_inset Index idx
7053 status collapsed
7054
7055 \begin_layout Plain Layout
7056 Commands ! U ! 
7057 \backslash
7058 underbrace
7059 \end_layout
7060
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 \begin_inset Formula $\underbrace{A+B}_{5}$
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 <row>
7082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \backslash
7088 overbrace
7089 \begin_inset space \textvisiblespace{}
7090 \end_inset
7091
7092
7093 \backslash
7094 underbrace
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098 A+B_w
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102
7103 \begin_inset space \textvisiblespace{}
7104 \end_inset
7105
7106 _7
7107 \begin_inset space \textvisiblespace{}
7108 \end_inset
7109
7110
7111 \begin_inset space \textvisiblespace{}
7112 \end_inset
7113
7114 ^
7115 \begin_inset space \textvisiblespace{}
7116 \end_inset
7117
7118 C
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 </lyxtabular>
7137
7138 \end_inset
7139
7140
7141 \end_layout
7142
7143 \begin_layout Standard
7144 In the last example it doesn't matter if 
7145 \series bold
7146
7147 \backslash
7148 overbrace
7149 \series default
7150  or 
7151 \series bold
7152
7153 \backslash
7154 underbrace
7155 \series default
7156  is inserted at first.
7157 \end_layout
7158
7159 \begin_layout Standard
7160 \begin_inset VSpace medskip
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \begin_layout Standard
7167 If you set in the document settings under 
7168 \family sans
7169 Math
7170 \begin_inset space ~
7171 \end_inset
7172
7173 Options
7174 \family default
7175  for the package 
7176 \series bold
7177 mathtools
7178 \series default
7179
7180 \begin_inset Index idx
7181 status collapsed
7182
7183 \begin_layout Plain Layout
7184 Packages ! mathtools
7185 \end_layout
7186
7187 \end_inset
7188
7189  the option 
7190 \family sans
7191 Load
7192 \begin_inset space ~
7193 \end_inset
7194
7195 always
7196 \family default
7197 , you have access to square backets:
7198 \begin_inset Separator parbreak
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 \align center
7206 \begin_inset Tabular
7207 <lyxtabular version="3" rows="4" columns="2">
7208 <features tabularvalignment="middle">
7209 <column alignment="center" valignment="top" width="0pt">
7210 <column alignment="center" valignment="top" width="0pt">
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 Command
7217 \begin_inset Note Note
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222 \series bold
7223
7224 \backslash
7225 raisebox
7226 \series default
7227  is only used as spacer.
7228 \end_layout
7229
7230 \end_inset
7231
7232
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 Result
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 </row>
7247 <row>
7248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 raisebox{2.3mm}{
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \backslash
7266
7267 \family roman
7268 \series medium
7269 \shape up
7270 \size normal
7271 \emph off
7272 \bar no
7273 \strikeout off
7274 \uuline off
7275 \uwave off
7276 \noun off
7277 \color none
7278 overbracket
7279 \family default
7280 \series default
7281 \shape default
7282 \size default
7283 \emph default
7284 \bar default
7285 \strikeout default
7286 \uuline default
7287 \uwave default
7288 \noun default
7289 \color inherit
7290 {A+B
7291 \begin_inset space \textvisiblespace{}
7292 \end_inset
7293
7294 ^3
7295 \begin_inset ERT
7296 status collapsed
7297
7298 \begin_layout Plain Layout
7299
7300 }
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \begin_inset Index idx
7307 status collapsed
7308
7309 \begin_layout Plain Layout
7310 Commands ! O ! 
7311 \backslash
7312 overbracket
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326 \begin_inset Formula $\overbracket{A+B}^{3}$
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \end_inset
7333 </cell>
7334 </row>
7335 <row>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345
7346 \backslash
7347 raisebox{-2.2mm}{
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \backslash
7354 under
7355 \family roman
7356 \series medium
7357 \shape up
7358 \size normal
7359 \emph off
7360 \bar no
7361 \strikeout off
7362 \uuline off
7363 \uwave off
7364 \noun off
7365 \color none
7366 bracket
7367 \family default
7368 \series default
7369 \shape default
7370 \size default
7371 \emph default
7372 \bar default
7373 \strikeout default
7374 \uuline default
7375 \uwave default
7376 \noun default
7377 \color inherit
7378 {A+B
7379 \begin_inset space \textvisiblespace{}
7380 \end_inset
7381
7382 _5
7383 \begin_inset ERT
7384 status collapsed
7385
7386 \begin_layout Plain Layout
7387
7388 }
7389 \end_layout
7390
7391 \end_inset
7392
7393
7394 \begin_inset Index idx
7395 status collapsed
7396
7397 \begin_layout Plain Layout
7398 Commands ! U ! 
7399 \backslash
7400 under
7401 \family roman
7402 \series medium
7403 \shape up
7404 \size normal
7405 \emph off
7406 \bar no
7407 \strikeout off
7408 \uuline off
7409 \uwave off
7410 \noun off
7411 \color none
7412 bracket
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 \begin_inset Formula $\underbracket{A+B}_{5}$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \backslash
7442 overbracket{
7443 \backslash
7444 underbracket{A+B_w
7445 \begin_inset space \textvisiblespace{}
7446 \end_inset
7447
7448
7449 \begin_inset space \textvisiblespace{}
7450 \end_inset
7451
7452 _7
7453 \begin_inset space \textvisiblespace{}
7454 \end_inset
7455
7456
7457 \begin_inset space \textvisiblespace{}
7458 \end_inset
7459
7460 ^
7461 \begin_inset space \textvisiblespace{}
7462 \end_inset
7463
7464 C
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 </lyxtabular>
7483
7484 \end_inset
7485
7486
7487 \end_layout
7488
7489 \begin_layout Standard
7490 For 
7491 \series bold
7492
7493 \backslash
7494 overbracket
7495 \series default
7496  and 
7497 \series bold
7498
7499 \backslash
7500 underbracket
7501 \series default
7502  you can change the thickness of the bracket's stroke by specifying the
7503  desired thickness in square brackets behind the command:
7504 \begin_inset Separator parbreak
7505 \end_inset
7506
7507
7508 \end_layout
7509
7510 \begin_layout Standard
7511 \align center
7512 \begin_inset Tabular
7513 <lyxtabular version="3" rows="3" columns="2">
7514 <features tabularvalignment="middle">
7515 <column alignment="center" valignment="top" width="0pt">
7516 <column alignment="center" valignment="top" width="0pt">
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Command
7523 \begin_inset Note Note
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528 \series bold
7529
7530 \backslash
7531 raisebox
7532 \series default
7533  is only used as spacer.
7534 \end_layout
7535
7536 \end_inset
7537
7538
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Result
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 <row>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset ERT
7559 status collapsed
7560
7561 \begin_layout Plain Layout
7562
7563
7564 \backslash
7565 raisebox{2.3mm}{
7566 \end_layout
7567
7568 \end_inset
7569
7570
7571 \backslash
7572
7573 \family roman
7574 \series medium
7575 \shape up
7576 \size normal
7577 \emph off
7578 \bar no
7579 \strikeout off
7580 \uuline off
7581 \uwave off
7582 \noun off
7583 \color none
7584 overbracket
7585 \family default
7586 \series default
7587 \shape default
7588 \size default
7589 \emph default
7590 \bar default
7591 \strikeout default
7592 \uuline default
7593 \uwave default
7594 \noun default
7595 \color inherit
7596 [3pt]
7597 \backslash
7598 {A+B
7599 \begin_inset space \textvisiblespace{}
7600 \end_inset
7601
7602 ^3
7603 \begin_inset ERT
7604 status collapsed
7605
7606 \begin_layout Plain Layout
7607
7608 }
7609 \end_layout
7610
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7623 \end_inset
7624
7625
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 \begin_inset ERT
7637 status collapsed
7638
7639 \begin_layout Plain Layout
7640
7641
7642 \backslash
7643 raisebox{-2.2mm}{
7644 \end_layout
7645
7646 \end_inset
7647
7648
7649 \backslash
7650 under
7651 \family roman
7652 \series medium
7653 \shape up
7654 \size normal
7655 \emph off
7656 \bar no
7657 \strikeout off
7658 \uuline off
7659 \uwave off
7660 \noun off
7661 \color none
7662 bracket
7663 \family default
7664 \series default
7665 \shape default
7666 \size default
7667 \emph default
7668 \bar default
7669 \strikeout default
7670 \uuline default
7671 \uwave default
7672 \noun default
7673 \color inherit
7674 [1pt]
7675 \backslash
7676 {A+B
7677 \begin_inset space \textvisiblespace{}
7678 \end_inset
7679
7680 _5
7681 \begin_inset ERT
7682 status collapsed
7683
7684 \begin_layout Plain Layout
7685
7686 }
7687 \end_layout
7688
7689 \end_inset
7690
7691
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7701 \end_inset
7702
7703
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 </lyxtabular>
7710
7711 \end_inset
7712
7713
7714 \end_layout
7715
7716 \begin_layout Standard
7717 \begin_inset VSpace bigskip
7718 \end_inset
7719
7720 When brackets should overlap each other, multiline formulas, as described
7721  in 
7722 \begin_inset CommandInset ref
7723 LatexCommand ref
7724 reference "sec:Multiline-Formulas"
7725
7726 \end_inset
7727
7728 , must be used:
7729 \begin_inset Formula 
7730 \begin{eqnarray*}
7731 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7732  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7733 \end{eqnarray*}
7734
7735 \end_inset
7736
7737 In the first row the formula is inserted together with the first brace.
7738  It is hereby important that the space command
7739 \begin_inset Foot
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743 Space commands are explained in 
7744 \begin_inset CommandInset ref
7745 LatexCommand ref
7746 reference "subsec:Predefined-Space"
7747
7748 \end_inset
7749
7750 .
7751 \end_layout
7752
7753 \end_inset
7754
7755  
7756 \series bold
7757
7758 \backslash
7759 :
7760 \series default
7761  is inserted before the first 
7762 \begin_inset Formula $d$
7763 \end_inset
7764
7765 , because the brace that ends behind the 
7766 \begin_inset Formula $q$
7767 \end_inset
7768
7769  prevents that the following 
7770 \begin_inset Quotes eld
7771 \end_inset
7772
7773 +
7774 \begin_inset Quotes erd
7775 \end_inset
7776
7777  is surrounded by space.
7778 \begin_inset Foot
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 because a bracket is not handled as a character, see 
7783 \begin_inset CommandInset ref
7784 LatexCommand ref
7785 reference "subsec:Binary-Operators"
7786
7787 \end_inset
7788
7789
7790 \end_layout
7791
7792 \end_inset
7793
7794  In the second row the second brace is inserted.
7795  As it should begin before the 
7796 \begin_inset Formula $b$
7797 \end_inset
7798
7799 , first the command 
7800 \series bold
7801
7802 \backslash
7803 hphantom{gggg+
7804 \backslash
7805 :}
7806 \series default
7807  is inserted.
7808 \begin_inset Foot
7809 status collapsed
7810
7811 \begin_layout Plain Layout
7812 more about 
7813 \series bold
7814
7815 \backslash
7816 hphantom
7817 \series default
7818  see 
7819 \begin_inset CommandInset ref
7820 LatexCommand ref
7821 reference "subsec:Placeholders"
7822
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \end_inset
7829
7830  This space is needed because the 
7831 \begin_inset Quotes eld
7832 \end_inset
7833
7834 +
7835 \begin_inset Quotes erd
7836 \end_inset
7837
7838  is also surrounded by space in the formula.
7839  The brace is placed under the command 
7840 \series bold
7841
7842 \backslash
7843 hphantom{bbqq+dddd}
7844 \series default
7845 .
7846 \end_layout
7847
7848 \begin_layout Standard
7849 It gets more complicated when brackets overlap each other above and under
7850  the formula, like in the following example:
7851 \begin_inset ERT
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855
7856
7857 \backslash
7858 setlength{
7859 \backslash
7860 jot}{-6pt}
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \begin_inset Formula 
7867 \begin{eqnarray*}
7868  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7869 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7870 \end{eqnarray*}
7871
7872 \end_inset
7873
7874
7875 \begin_inset ERT
7876 status collapsed
7877
7878 \begin_layout Plain Layout
7879
7880
7881 \backslash
7882 setlength{
7883 \backslash
7884 jot}{3pt}
7885 \end_layout
7886
7887 \end_inset
7888
7889 The first formula row is the same as the second row of the previous example,
7890  with the difference that the brace is above.
7891  The second row contains the formula together with the second brace.
7892  To avoid that there is space between the upper brace in the first row and
7893  the formula, the row spacing needs to be reduced.
7894  This is not easily possible due to a bug in \SpecialChar LyX
7895 .
7896 \begin_inset Foot
7897 status collapsed
7898
7899 \begin_layout Plain Layout
7900 \begin_inset CommandInset href
7901 LatexCommand href
7902 name "LyX-bug #1505"
7903 target "http://www.lyx.org/trac/ticket/1505"
7904
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \end_inset
7911
7912  As a solution for the problem, the global formula row separation 
7913 \series bold
7914
7915 \backslash
7916 jot
7917 \series default
7918
7919 \begin_inset Index idx
7920 status collapsed
7921
7922 \begin_layout Plain Layout
7923 Commands ! J ! 
7924 \backslash
7925 jot
7926 \end_layout
7927
7928 \end_inset
7929
7930  must be changed to -6
7931 \begin_inset space \thinspace{}
7932 \end_inset
7933
7934 pt before the formula with the command 
7935 \series bold
7936
7937 \backslash
7938 setlength{
7939 \backslash
7940 jot}{-6pt}
7941 \series default
7942  in \SpecialChar TeX
7943  mode.
7944  
7945 \series bold
7946
7947 \backslash
7948 jot
7949 \series default
7950  is set back after the formula to the standard value of 3
7951 \begin_inset space \thinspace{}
7952 \end_inset
7953
7954 pt using the same command.
7955  More about the row separation in formulas is explained in 
7956 \begin_inset CommandInset ref
7957 LatexCommand ref
7958 reference "subsec:Line-Separation"
7959
7960 \end_inset
7961
7962 .
7963 \end_layout
7964
7965 \begin_layout Section
7966 Arrows
7967 \begin_inset Index idx
7968 status collapsed
7969
7970 \begin_layout Plain Layout
7971 Arrows
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Standard
7980 Arrows can be inserted via the math toolbar button 
7981 \begin_inset Info
7982 type  "icon"
7983 arg   "math-insert \\leftarrow"
7984 \end_inset
7985
7986  or the commands listed in the following subsections.
7987 \end_layout
7988
7989 \begin_layout Subsection
7990 Horizontal Arrows
7991 \begin_inset Index idx
7992 status collapsed
7993
7994 \begin_layout Plain Layout
7995 Arrows ! horizontal
7996 \end_layout
7997
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \begin_layout Standard
8004 \begin_inset space \hfill{}
8005 \end_inset
8006
8007
8008 \begin_inset Tabular
8009 <lyxtabular version="3" rows="8" columns="2">
8010 <features 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 gets
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 $\gets$
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 Leftarrow
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 $\Leftarrow$
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" bottomline="true" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \backslash
8090 longleftarrow
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 \begin_inset Formula $\longleftarrow$
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \backslash
8115 Longleftarrow
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 \begin_inset Formula $\Longleftarrow$
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 </row>
8133 <row>
8134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138
8139 \backslash
8140 leftharpoonup
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 \begin_inset Formula $\leftharpoonup$
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \backslash
8165 leftharpoondown
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 \begin_inset Formula $\leftharpoondown$
8175 \end_inset
8176
8177
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 </row>
8183 <row>
8184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188
8189 \backslash
8190 hookleftarrow
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 \begin_inset Formula $\hookleftarrow$
8200 \end_inset
8201
8202
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 </lyxtabular>
8209
8210 \end_inset
8211
8212
8213 \begin_inset space \hfill{}
8214 \end_inset
8215
8216
8217 \begin_inset Tabular
8218 <lyxtabular version="3" rows="8" columns="2">
8219 <features tabularvalignment="middle">
8220 <column alignment="center" valignment="top" width="0pt">
8221 <column alignment="center" valignment="top" width="0pt">
8222 <row>
8223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 Command
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Result
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 <row>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247
8248 \backslash
8249 to
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 \begin_inset Formula $\to$
8259 \end_inset
8260
8261
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \backslash
8274 Rightarrow
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 \begin_inset Formula $\Rightarrow$
8284 \end_inset
8285
8286
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 </row>
8292 <row>
8293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297
8298 \backslash
8299 longrightarrow
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 \begin_inset Formula $\longrightarrow$
8309 \end_inset
8310
8311
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 </row>
8317 <row>
8318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322
8323 \backslash
8324 Longrightarrow
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\Longrightarrow$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 rightharpoonup
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 \begin_inset Formula $\rightharpoonup$
8359 \end_inset
8360
8361
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 </row>
8367 <row>
8368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372
8373 \backslash
8374 rightharpoondown
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 \begin_inset Formula $\rightharpoondown$
8384 \end_inset
8385
8386
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \backslash
8399 hookrightarrow
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 \begin_inset Formula $\hookrightarrow$
8409 \end_inset
8410
8411
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 </lyxtabular>
8418
8419 \end_inset
8420
8421
8422 \begin_inset space \hfill{}
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \begin_layout Standard
8429 \begin_inset space \hfill{}
8430 \end_inset
8431
8432
8433 \begin_inset Tabular
8434 <lyxtabular version="3" rows="6" columns="2">
8435 <features tabularvalignment="middle">
8436 <column alignment="center" valignment="top" width="0pt">
8437 <column alignment="center" valignment="top" width="0pt">
8438 <row>
8439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 Command
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Result
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 leftrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\leftrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \backslash
8490 Leftrightarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 \begin_inset Formula $\Leftrightarrow$
8500 \end_inset
8501
8502
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \backslash
8515 longleftrightarrow
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 \begin_inset Formula $\longleftrightarrow$
8525 \end_inset
8526
8527
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \backslash
8540 Longleftrightarrow
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 \begin_inset Formula $\Longleftrightarrow$
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \backslash
8565 rightleftharpoons
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 \begin_inset Formula $\rightleftharpoons$
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 </lyxtabular>
8584
8585 \end_inset
8586
8587
8588 \begin_inset space \hspace{}
8589 \length 25pt
8590 \end_inset
8591
8592
8593 \begin_inset space \hfill{}
8594 \end_inset
8595
8596
8597 \begin_inset Tabular
8598 <lyxtabular version="3" rows="5" columns="2">
8599 <features tabularvalignment="middle">
8600 <column alignment="center" valignment="top" width="0pt">
8601 <column alignment="center" valignment="top" width="0pt">
8602 <row>
8603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Command
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 Result
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 mapsto
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 $\mapsto$
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" leftline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652
8653 \backslash
8654 longmapsto
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 \begin_inset Formula $\longmapsto$
8664 \end_inset
8665
8666
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \backslash
8679 leadsto
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 \begin_inset Formula $\leadsto$
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \backslash
8704 dasharrow
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 \begin_inset Formula $\dasharrow$
8714 \end_inset
8715
8716
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 </row>
8722 </lyxtabular>
8723
8724 \end_inset
8725
8726
8727 \begin_inset space \hfill{}
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \begin_layout Standard
8734 \begin_inset VSpace medskip
8735 \end_inset
8736
8737 Arrows used as accents like e.
8738 \begin_inset space \thinspace{}
8739 \end_inset
8740
8741 g.
8742 \begin_inset space \space{}
8743 \end_inset
8744
8745 vector arrows are listed in 
8746 \begin_inset CommandInset ref
8747 LatexCommand ref
8748 reference "sec:Accents"
8749
8750 \end_inset
8751
8752 .
8753 \end_layout
8754
8755 \begin_layout Standard
8756 \begin_inset VSpace bigskip
8757 \end_inset
8758
8759 Furthermore there are the labeled arrows
8760 \begin_inset Index idx
8761 status collapsed
8762
8763 \begin_layout Plain Layout
8764 Arrows ! labeled
8765 \end_layout
8766
8767 \end_inset
8768
8769  
8770 \series bold
8771
8772 \backslash
8773 xleftarrow
8774 \series default
8775
8776 \begin_inset Index idx
8777 status collapsed
8778
8779 \begin_layout Plain Layout
8780 Commands ! X ! 
8781 \backslash
8782 xleftarrow
8783 \end_layout
8784
8785 \end_inset
8786
8787  and 
8788 \series bold
8789
8790 \backslash
8791 xrightarrow
8792 \series default
8793
8794 \begin_inset Index idx
8795 status collapsed
8796
8797 \begin_layout Plain Layout
8798 Commands ! X ! 
8799 \backslash
8800 xrightarrow
8801 \begin_inset ERT
8802 status collapsed
8803
8804 \begin_layout Plain Layout
8805
8806
8807 \backslash
8808 vspace{4mm}
8809 \end_layout
8810
8811 \end_inset
8812
8813
8814 \end_layout
8815
8816 \end_inset
8817
8818 .
8819  When inserting one of these commands in a formula, an arrow with two blue
8820  boxes appear where the label can be inserted.
8821  The length of the arrow adapts to the label width.
8822 \end_layout
8823
8824 \begin_layout Standard
8825 \align center
8826 \begin_inset Tabular
8827 <lyxtabular version="3" rows="3" columns="2">
8828 <features tabularvalignment="middle">
8829 <column alignment="center" valignment="top" width="0pt">
8830 <column alignment="center" valignment="top" width="0pt">
8831 <row>
8832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Command
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 Result
8846 \begin_inset Note Note
8847 status collapsed
8848
8849 \begin_layout Plain Layout
8850
8851 \series bold
8852
8853 \backslash
8854 raisebox
8855 \series default
8856  is only used as spacer.
8857 \end_layout
8858
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 F(a)
8873 \backslash
8874 xleftarrow
8875 \begin_inset space \textvisiblespace{}
8876 \end_inset
8877
8878 x=a
8879 \begin_inset Formula $\downarrow$
8880 \end_inset
8881
8882 x>0
8883 \begin_inset Formula $\to$
8884 \end_inset
8885
8886 F(x)
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8892 \begin_inset Text
8893
8894 \begin_layout Plain Layout
8895 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 </row>
8904 <row>
8905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 F(x)
8910 \backslash
8911 xrightarrow
8912 \begin_inset space \textvisiblespace{}
8913 \end_inset
8914
8915 x=a
8916 \begin_inset Formula $\downarrow$
8917 \end_inset
8918
8919 x>0
8920 \begin_inset Formula $\to$
8921 \end_inset
8922
8923 F(a)
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8933 \end_inset
8934
8935
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 </row>
8941 </lyxtabular>
8942
8943 \end_inset
8944
8945
8946 \end_layout
8947
8948 \begin_layout Standard
8949 \begin_inset VSpace medskip
8950 \end_inset
8951
8952
8953 \end_layout
8954
8955 \begin_layout Standard
8956 If you set in the document settings under 
8957 \family sans
8958 Math
8959 \begin_inset space ~
8960 \end_inset
8961
8962 Options
8963 \family default
8964  for the package 
8965 \series bold
8966 mathtools
8967 \series default
8968
8969 \begin_inset Index idx
8970 status collapsed
8971
8972 \begin_layout Plain Layout
8973 Packages ! mathtools
8974 \end_layout
8975
8976 \end_inset
8977
8978  the option 
8979 \family sans
8980 Load
8981 \begin_inset space ~
8982 \end_inset
8983
8984 always
8985 \family default
8986 , you have access to the following labeled arrows:
8987 \end_layout
8988
8989 \begin_layout Standard
8990 \begin_inset Newpage newpage
8991 \end_inset
8992
8993
8994 \begin_inset Separator parbreak
8995 \end_inset
8996
8997
8998 \end_layout
8999
9000 \begin_layout Standard
9001 \align center
9002 \begin_inset space \hspace*{\fill}
9003 \end_inset
9004
9005
9006 \begin_inset Tabular
9007 <lyxtabular version="3" rows="7" columns="2">
9008 <features tabularvalignment="middle">
9009 <column alignment="center" valignment="top" width="0pt">
9010 <column alignment="center" valignment="top" width="0pt">
9011 <row>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 Command
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Example
9026 \begin_inset Note Note
9027 status collapsed
9028
9029 \begin_layout Plain Layout
9030
9031 \series bold
9032
9033 \backslash
9034 raisebox
9035 \series default
9036  is only used as spacer.
9037 \end_layout
9038
9039 \end_inset
9040
9041
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 </row>
9047 <row>
9048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \family roman
9054 \series medium
9055 \shape up
9056 \size normal
9057 \emph off
9058 \bar no
9059 \strikeout off
9060 \uuline off
9061 \uwave off
9062 \noun off
9063 \color none
9064
9065 \backslash
9066 xleftrightarrow
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \family roman
9091 \series medium
9092 \shape up
9093 \size normal
9094 \emph off
9095 \bar no
9096 \strikeout off
9097 \uuline off
9098 \uwave off
9099 \noun off
9100 \color none
9101
9102 \backslash
9103 xLeftarrow
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9113 \end_inset
9114
9115
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 </row>
9121 <row>
9122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126
9127 \backslash
9128
9129 \family roman
9130 \series medium
9131 \shape up
9132 \size normal
9133 \emph off
9134 \bar no
9135 \strikeout off
9136 \uuline off
9137 \uwave off
9138 \noun off
9139 \color none
9140 xRightarrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163
9164 \backslash
9165
9166 \family roman
9167 \series medium
9168 \shape up
9169 \size normal
9170 \emph off
9171 \bar no
9172 \strikeout off
9173 \uuline off
9174 \uwave off
9175 \noun off
9176 \color none
9177 xLeftrightarrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \family roman
9202 \series medium
9203 \shape up
9204 \size normal
9205 \emph off
9206 \bar no
9207 \strikeout off
9208 \uuline off
9209 \uwave off
9210 \noun off
9211 \color none
9212
9213 \backslash
9214 xhookleftarrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \family roman
9239 \series medium
9240 \shape up
9241 \size normal
9242 \emph off
9243 \bar no
9244 \strikeout off
9245 \uuline off
9246 \uwave off
9247 \noun off
9248 \color none
9249
9250 \backslash
9251 xhookrightarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 </lyxtabular>
9270
9271 \end_inset
9272
9273
9274 \begin_inset space \hspace*{\fill}
9275 \end_inset
9276
9277
9278 \begin_inset Tabular
9279 <lyxtabular version="3" rows="7" columns="2">
9280 <features tabularvalignment="middle">
9281 <column alignment="center" valignment="top" width="0pt">
9282 <column alignment="center" valignment="top" width="0pt">
9283 <row>
9284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Command
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 Example
9298 \begin_inset Note Note
9299 status collapsed
9300
9301 \begin_layout Plain Layout
9302
9303 \series bold
9304
9305 \backslash
9306 raisebox
9307 \series default
9308  is only used as spacer.
9309 \end_layout
9310
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326
9327 \family roman
9328 \series medium
9329 \shape up
9330 \size normal
9331 \emph off
9332 \bar no
9333 \strikeout off
9334 \uuline off
9335 \uwave off
9336 \noun off
9337 \color none
9338 xleftharpoondown
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 </row>
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361
9362 \backslash
9363
9364 \family roman
9365 \series medium
9366 \shape up
9367 \size normal
9368 \emph off
9369 \bar no
9370 \strikeout off
9371 \uuline off
9372 \uwave off
9373 \noun off
9374 \color none
9375 xleftharpoonup
9376 \end_layout
9377
9378 \end_inset
9379 </cell>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9385 \end_inset
9386
9387
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \backslash
9400
9401 \family roman
9402 \series medium
9403 \shape up
9404 \size normal
9405 \emph off
9406 \bar no
9407 \strikeout off
9408 \uuline off
9409 \uwave off
9410 \noun off
9411 \color none
9412 xrightharpoondown
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 <row>
9431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \backslash
9437
9438 \family roman
9439 \series medium
9440 \shape up
9441 \size normal
9442 \emph off
9443 \bar no
9444 \strikeout off
9445 \uuline off
9446 \uwave off
9447 \noun off
9448 \color none
9449 xrightharpoonup
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
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" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \backslash
9474
9475 \family roman
9476 \series medium
9477 \shape up
9478 \size normal
9479 \emph off
9480 \bar no
9481 \strikeout off
9482 \uuline off
9483 \uwave off
9484 \noun off
9485 \color none
9486 xleftrightharpoons
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511
9512 \family roman
9513 \series medium
9514 \shape up
9515 \size normal
9516 \emph off
9517 \bar no
9518 \strikeout off
9519 \uuline off
9520 \uwave off
9521 \noun off
9522 \color none
9523 xrightleftharpoons
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9533 \end_inset
9534
9535
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 </row>
9541 </lyxtabular>
9542
9543 \end_inset
9544
9545
9546 \begin_inset space \hspace*{\fill}
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \begin_layout Standard
9553 The command scheme is for all these arrows:
9554 \begin_inset Separator parbreak
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \begin_layout Standard
9561 \align center
9562 \begin_inset Tabular
9563 <lyxtabular version="3" rows="2" columns="2">
9564 <features tabularvalignment="middle">
9565 <column alignment="center" valignment="top" width="0pt">
9566 <column alignment="center" valignment="top" width="0pt">
9567 <row>
9568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 Command
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 Result
9582 \begin_inset Note Note
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588
9589 \backslash
9590 raisebox
9591 \series default
9592  is only used as spacer.
9593 \end_layout
9594
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 F(a)
9609 \backslash
9610 xleftrightarrow[x=a]
9611 \backslash
9612 {x>0
9613 \begin_inset Formula $\to$
9614 \end_inset
9615
9616 F(x)
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9626 \end_inset
9627
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 </row>
9634 </lyxtabular>
9635
9636 \end_inset
9637
9638
9639 \end_layout
9640
9641 \begin_layout Subsection
9642 Vertical and diagonal Arrows
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647 Arrows ! diagonal
9648 \end_layout
9649
9650 \end_inset
9651
9652
9653 \begin_inset Index idx
9654 status collapsed
9655
9656 \begin_layout Plain Layout
9657 Arrows ! vertical
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \end_layout
9664
9665 \begin_layout Standard
9666 \begin_inset space \hfill{}
9667 \end_inset
9668
9669
9670 \begin_inset Tabular
9671 <lyxtabular version="3" rows="7" columns="2">
9672 <features tabularvalignment="middle">
9673 <column alignment="center" valignment="top" width="0pt">
9674 <column alignment="center" valignment="top" width="0pt">
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 Command
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Result
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row>
9696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 uparrow
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9708 \begin_inset Text
9709
9710 \begin_layout Plain Layout
9711 \begin_inset Formula $\uparrow$
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row>
9721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \backslash
9727 Uparrow
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 \begin_inset Formula $\Uparrow$
9737 \end_inset
9738
9739
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 </row>
9745 <row>
9746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \backslash
9752 updownarrow
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761 \begin_inset Formula $\updownarrow$
9762 \end_inset
9763
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row>
9771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \backslash
9777 Updownarrow
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\Updownarrow$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 Downarrow
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\Downarrow$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 downarrow
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836 \begin_inset Formula $\downarrow$
9837 \end_inset
9838
9839
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 </lyxtabular>
9846
9847 \end_inset
9848
9849
9850 \begin_inset space \hfill{}
9851 \end_inset
9852
9853
9854 \begin_inset Tabular
9855 <lyxtabular version="3" rows="5" columns="2">
9856 <features tabularvalignment="middle">
9857 <column alignment="center" valignment="top" width="0pt">
9858 <column alignment="center" valignment="top" width="0pt">
9859 <row>
9860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Command
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 Result
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \backslash
9886 nearrow
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\nearrow$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 searrow
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 \begin_inset Formula $\searrow$
9921 \end_inset
9922
9923
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \backslash
9936 swarrow
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 \begin_inset Formula $\swarrow$
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \backslash
9961 nwarrow
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\nwarrow$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 </lyxtabular>
9980
9981 \end_inset
9982
9983
9984 \begin_inset space \hfill{}
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \begin_layout Standard
9991 \begin_inset VSpace medskip
9992 \end_inset
9993
9994 Vertical arrows can be used also as delimiters together with the commands
9995  described in 
9996 \begin_inset CommandInset ref
9997 LatexCommand ref
9998 reference "subsec:Manual-Bracket-Size"
9999
10000 \end_inset
10001
10002  and 
10003 \begin_inset CommandInset ref
10004 LatexCommand ref
10005 reference "subsec:Automatic-Bracket-Size"
10006
10007 \end_inset
10008
10009 .
10010 \end_layout
10011
10012 \begin_layout Section
10013 Accents
10014 \begin_inset CommandInset label
10015 LatexCommand label
10016 name "sec:Accents"
10017
10018 \end_inset
10019
10020
10021 \begin_inset Index idx
10022 status collapsed
10023
10024 \begin_layout Plain Layout
10025 Accents
10026 \end_layout
10027
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \begin_layout Standard
10034 Accents can be inserted via the math toolbar button 
10035 \begin_inset Info
10036 type  "icon"
10037 arg   "math-insert \\hat"
10038 \end_inset
10039
10040  or the commands listed in the following subsections.
10041 \end_layout
10042
10043 \begin_layout Subsection
10044 Accents for one Character
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 texorpdfstring{
10053 \end_layout
10054
10055 \end_inset
10056
10057
10058 \begin_inset Foot
10059 status collapsed
10060
10061 \begin_layout Plain Layout
10062 accents in text see 
10063 \begin_inset CommandInset ref
10064 LatexCommand ref
10065 reference "subsec:Accents-in-Text"
10066
10067 \end_inset
10068
10069
10070 \end_layout
10071
10072 \end_inset
10073
10074
10075 \begin_inset ERT
10076 status collapsed
10077
10078 \begin_layout Plain Layout
10079
10080 }{}
10081 \end_layout
10082
10083 \end_inset
10084
10085
10086 \begin_inset Note Note
10087 status collapsed
10088
10089 \begin_layout Plain Layout
10090
10091 \series bold
10092
10093 \backslash
10094 texorpdfstring
10095 \series default
10096  is used to avoid that the footnote appears in the PDF-bookmark.
10097 \end_layout
10098
10099 \begin_layout Plain Layout
10100 More about 
10101 \series bold
10102
10103 \backslash
10104 texorpdfstring
10105 \series default
10106  is in section 
10107 \begin_inset CommandInset ref
10108 LatexCommand ref
10109 reference "subsec:Formulas-in-Section"
10110
10111 \end_inset
10112
10113 .
10114 \end_layout
10115
10116 \end_inset
10117
10118
10119 \begin_inset CommandInset label
10120 LatexCommand label
10121 name "subsec:Accents-for-one"
10122
10123 \end_inset
10124
10125
10126 \begin_inset Index idx
10127 status collapsed
10128
10129 \begin_layout Plain Layout
10130 Accents ! for one character
10131 \end_layout
10132
10133 \end_inset
10134
10135
10136 \end_layout
10137
10138 \begin_layout Standard
10139 \begin_inset space \hfill{}
10140 \end_inset
10141
10142
10143 \begin_inset Tabular
10144 <lyxtabular version="3" rows="8" columns="2">
10145 <features tabularvalignment="middle">
10146 <column alignment="center" valignment="top" width="0pt">
10147 <column alignment="center" valignment="top" width="0pt">
10148 <row>
10149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 Command
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Result
10163 \begin_inset Note Note
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169
10170 \backslash
10171 raisebox
10172 \series default
10173  is only used as spacer.
10174 \end_layout
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 <row>
10185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189
10190 \backslash
10191 dot
10192 \begin_inset space \textvisiblespace{}
10193 \end_inset
10194
10195 A
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 <row>
10214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218
10219 \backslash
10220 ddot
10221 \begin_inset space \textvisiblespace{}
10222 \end_inset
10223
10224 A
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10234 \end_inset
10235
10236
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 </row>
10242 <row>
10243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247
10248 \backslash
10249 dddot
10250 \begin_inset space \textvisiblespace{}
10251 \end_inset
10252
10253 A
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10263 \end_inset
10264
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \backslash
10278 ddddot
10279 \begin_inset space \textvisiblespace{}
10280 \end_inset
10281
10282 A
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 vec
10308 \begin_inset space \textvisiblespace{}
10309 \end_inset
10310
10311 A
10312 \begin_inset Index idx
10313 status collapsed
10314
10315 \begin_layout Plain Layout
10316 Vectors
10317 \end_layout
10318
10319 \end_inset
10320
10321
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10331 \end_inset
10332
10333
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \backslash
10346 bar
10347 \begin_inset space \textvisiblespace{}
10348 \end_inset
10349
10350 A
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 mathring
10376 \begin_inset space \textvisiblespace{}
10377 \end_inset
10378
10379 A
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10389 \end_inset
10390
10391
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 </lyxtabular>
10398
10399 \end_inset
10400
10401
10402 \begin_inset space \hfill{}
10403 \end_inset
10404
10405
10406 \begin_inset Tabular
10407 <lyxtabular version="3" rows="7" columns="2">
10408 <features tabularvalignment="middle">
10409 <column alignment="center" valignment="top" width="0pt">
10410 <column alignment="center" valignment="top" width="0pt">
10411 <row>
10412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Command
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 Result
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \backslash
10438 tilde
10439 \begin_inset space \textvisiblespace{}
10440 \end_inset
10441
10442 A
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10452 \end_inset
10453
10454
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 </row>
10460 <row>
10461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465
10466 \backslash
10467 hat
10468 \begin_inset space \textvisiblespace{}
10469 \end_inset
10470
10471 A
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 </row>
10489 <row>
10490 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494
10495 \backslash
10496 check
10497 \begin_inset space \textvisiblespace{}
10498 \end_inset
10499
10500 A
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10510 \end_inset
10511
10512
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 acute
10526 \begin_inset space \textvisiblespace{}
10527 \end_inset
10528
10529 A
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10539 \end_inset
10540
10541
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \backslash
10554 grave
10555 \begin_inset space \textvisiblespace{}
10556 \end_inset
10557
10558 A
10559 \end_layout
10560
10561 \end_inset
10562 </cell>
10563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10568 \end_inset
10569
10570
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581
10582 \backslash
10583 breve
10584 \begin_inset space \textvisiblespace{}
10585 \end_inset
10586
10587 A
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10597 \end_inset
10598
10599
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 </row>
10605 </lyxtabular>
10606
10607 \end_inset
10608
10609
10610 \begin_inset space \hfill{}
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \begin_layout Standard
10617 \begin_inset VSpace bigskip
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \begin_layout Standard
10624 You can directly insert accents like é to formulas.
10625  \SpecialChar LyX
10626  will transform them to the corresponding accent command.
10627  For umlauts
10628 \begin_inset Index idx
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632 Umlauts
10633 \end_layout
10634
10635 \end_inset
10636
10637  it is better to insert a quotation mark before the vowel.
10638  These two characters are then treated by \SpecialChar LaTeX
10639  as 
10640 \emph on
10641 one
10642 \emph default
10643  character when the formula part with the umlaut is marked as German.
10644  In contrary to 
10645 \series bold
10646
10647 \backslash
10648 ddot
10649 \series default
10650 , with this method 
10651 \begin_inset Quotes eld
10652 \end_inset
10653
10654 real
10655 \begin_inset Quotes erd
10656 \end_inset
10657
10658  umlauts are created as demonstrated in the following example:
10659 \end_layout
10660
10661 \begin_layout Standard
10662 \begin_inset VSpace -2mm
10663 \end_inset
10664
10665
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \align center
10670 \begin_inset Tabular
10671 <lyxtabular version="3" rows="3" columns="2">
10672 <features tabularvalignment="middle">
10673 <column alignment="center" valignment="top">
10674 <column alignment="center" valignment="top">
10675 <row>
10676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 Command
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Result
10690 \begin_inset Note Note
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696
10697 \backslash
10698 raisebox
10699 \series default
10700  and the 0
10701 \begin_inset space \thinspace{}
10702 \end_inset
10703
10704 pt space are only used as spacer.
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \lang ngerman
10722 \begin_inset Quotes grd
10723 \end_inset
10724
10725 i
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734 \begin_inset space \hspace{}
10735 \length 0pt
10736 \end_inset
10737
10738
10739 \lang ngerman
10740
10741 \begin_inset Formula $"i$
10742 \end_inset
10743
10744
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 </row>
10750 <row>
10751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755
10756 \backslash
10757 ddot
10758 \begin_inset space \textvisiblespace{}
10759 \end_inset
10760
10761 i
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 </lyxtabular>
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 Another advantage to 
10788 \series bold
10789
10790 \backslash
10791 ddot
10792 \series default
10793  is that umlauts can directly be converted to mathematical text because
10794  the accent commands above are 
10795 \emph on
10796 not allowed
10797 \emph default
10798  
10799 \emph on
10800 in mathematical text
10801 \emph default
10802 .
10803  To convert an accented character to mathematical text, only the character
10804  under the accent may be converted.
10805  This applies also for all other conversions, e.
10806 \begin_inset space \thinspace{}
10807 \end_inset
10808
10809 g.
10810 \begin_inset space \space{}
10811 \end_inset
10812
10813 to italic or bold.
10814 \end_layout
10815
10816 \begin_layout Standard
10817 In mathematical text, umlauts and other accented characters can directly
10818  be inserted.
10819 \end_layout
10820
10821 \begin_layout Standard
10822 \begin_inset VSpace bigskip
10823 \end_inset
10824
10825
10826 \end_layout
10827
10828 \begin_layout Standard
10829 \SpecialChar LyX
10830  also supports a tilde under the character if the \SpecialChar LaTeX
10831 -package 
10832 \series bold
10833 undertilde
10834 \series default
10835
10836 \begin_inset Index idx
10837 status collapsed
10838
10839 \begin_layout Plain Layout
10840 Packages ! undertilde
10841 \end_layout
10842
10843 \end_inset
10844
10845  is installed on your system:
10846 \end_layout
10847
10848 \begin_layout Standard
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853
10854
10855 \backslash
10856 ifundertilde 
10857 \end_layout
10858
10859 \end_inset
10860
10861
10862 \begin_inset Note Note
10863 status open
10864
10865 \begin_layout Plain Layout
10866 The following table will only be displayed when the \SpecialChar LaTeX
10867 -package 
10868 \series bold
10869 undertilde
10870 \series default
10871  is installed.
10872 \end_layout
10873
10874 \end_inset
10875
10876
10877 \begin_inset Separator parbreak
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \begin_layout Standard
10884 \noindent
10885 \align center
10886 \begin_inset Tabular
10887 <lyxtabular version="3" rows="2" columns="2">
10888 <features tabularvalignment="middle">
10889 <column alignment="center" valignment="top" width="0pt">
10890 <column alignment="center" valignment="top" width="0pt">
10891 <row>
10892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 Command
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905 Result
10906 \end_layout
10907
10908 \end_inset
10909 </cell>
10910 </row>
10911 <row>
10912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 utilde
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 A
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \begin_inset ERT
10949 status collapsed
10950
10951 \begin_layout Plain Layout
10952
10953
10954 \backslash
10955 else 
10956 \end_layout
10957
10958 \end_inset
10959
10960
10961 \begin_inset Note Note
10962 status open
10963
10964 \begin_layout Plain Layout
10965 The following will be displayed when the \SpecialChar LaTeX
10966 -package 
10967 \series bold
10968 undertilde
10969 \series default
10970  is not installed:
10971 \end_layout
10972
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \begin_layout Standard
10979 You need to install the \SpecialChar LaTeX
10980 -package 
10981 \series bold
10982 undertilde
10983 \series default
10984  to see the rest of this subsection in the output.
10985 \end_layout
10986
10987 \begin_layout Standard
10988 \begin_inset ERT
10989 status collapsed
10990
10991 \begin_layout Plain Layout
10992
10993
10994 \backslash
10995 fi 
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \end_layout
11002
11003 \begin_layout Standard
11004 \begin_inset Newpage newpage
11005 \end_inset
11006
11007
11008 \end_layout
11009
11010 \begin_layout Subsection
11011 Accents for several Characters
11012 \begin_inset Index idx
11013 status collapsed
11014
11015 \begin_layout Plain Layout
11016 Accents ! for several characters
11017 \end_layout
11018
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \begin_layout Standard
11025 \begin_inset space \hfill{}
11026 \end_inset
11027
11028
11029 \begin_inset Tabular
11030 <lyxtabular version="3" rows="5" columns="2">
11031 <features tabularvalignment="middle">
11032 <column alignment="center" valignment="top" width="0pt">
11033 <column alignment="center" valignment="top" width="0pt">
11034 <row>
11035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Command
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 Result
11049 \begin_inset Note Note
11050 status collapsed
11051
11052 \begin_layout Plain Layout
11053
11054 \series bold
11055
11056 \backslash
11057 raisebox
11058 \series default
11059  is only used as spacer.
11060 \end_layout
11061
11062 \end_inset
11063
11064
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075
11076 \backslash
11077 overleftarrow
11078 \begin_inset space \textvisiblespace{}
11079 \end_inset
11080
11081 A=B
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
11091 \end_inset
11092
11093
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104
11105 \backslash
11106 underleftarrow
11107 \begin_inset space \textvisiblespace{}
11108 \end_inset
11109
11110 A=B
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11116 \begin_inset Text
11117
11118 \begin_layout Plain Layout
11119 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 </row>
11128 <row>
11129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133
11134 \backslash
11135 overleftrightarrow
11136 \begin_inset space \textvisiblespace{}
11137 \end_inset
11138
11139 A=B
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
11149 \end_inset
11150
11151
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162
11163 \backslash
11164 underleftrightarrow
11165 \begin_inset space \textvisiblespace{}
11166 \end_inset
11167
11168 A=B
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 </row>
11186 </lyxtabular>
11187
11188 \end_inset
11189
11190
11191 \begin_inset space \hfill{}
11192 \end_inset
11193
11194
11195 \begin_inset Tabular
11196 <lyxtabular version="3" rows="5" columns="2">
11197 <features tabularvalignment="middle">
11198 <column alignment="center" valignment="top" width="0pt">
11199 <column alignment="center" valignment="top" width="0pt">
11200 <row>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 Command
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 Result
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 </row>
11220 <row>
11221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225
11226 \backslash
11227 overrightarrow
11228 \begin_inset space \textvisiblespace{}
11229 \end_inset
11230
11231 A=B
11232 \end_layout
11233
11234 \end_inset
11235 </cell>
11236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
11241 \end_inset
11242
11243
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 </row>
11249 <row>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \backslash
11256 underrightarrow
11257 \begin_inset space \textvisiblespace{}
11258 \end_inset
11259
11260 A=B
11261 \end_layout
11262
11263 \end_inset
11264 </cell>
11265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11270 \end_inset
11271
11272
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 </row>
11278 <row>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283
11284 \backslash
11285 widetilde
11286 \begin_inset space \textvisiblespace{}
11287 \end_inset
11288
11289 A=B
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 <row>
11308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \backslash
11314 widehat
11315 \begin_inset space \textvisiblespace{}
11316 \end_inset
11317
11318 A=B
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11328 \end_inset
11329
11330
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 </lyxtabular>
11337
11338 \end_inset
11339
11340
11341 \begin_inset space \hfill{}
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \begin_inset VSpace medskip
11349 \end_inset
11350
11351 With these commands as many characters as you like can be accented.
11352  But the accents 
11353 \series bold
11354
11355 \backslash
11356 widetilde
11357 \series default
11358  and 
11359 \series bold
11360
11361 \backslash
11362 widehat
11363 \series default
11364  will only be set in the output with a length of three characters, as shown
11365  in the following example:
11366 \begin_inset Formula 
11367 \[
11368 \widetilde{A+B=C-D}
11369 \]
11370
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \begin_layout Standard
11377 With the commands 
11378 \series bold
11379
11380 \backslash
11381 overset
11382 \series default
11383
11384 \begin_inset Index idx
11385 status collapsed
11386
11387 \begin_layout Plain Layout
11388 Commands ! O ! 
11389 \backslash
11390 overset
11391 \end_layout
11392
11393 \end_inset
11394
11395  and 
11396 \series bold
11397
11398 \backslash
11399 underset
11400 \series default
11401
11402 \begin_inset Index idx
11403 status collapsed
11404
11405 \begin_layout Plain Layout
11406 Commands ! U ! 
11407 \backslash
11408 underset
11409 \end_layout
11410
11411 \end_inset
11412
11413  described in the previous subsection it is also possible to accent several
11414  characters.
11415  The command 
11416 \series bold
11417
11418 \backslash
11419 underset
11420 \begin_inset space \textvisiblespace{}
11421 \end_inset
11422
11423 A=B
11424 \begin_inset Formula $\downarrow$
11425 \end_inset
11426
11427 ***
11428 \series default
11429  creates:
11430 \begin_inset Formula 
11431 \[
11432 \underset{***}{A=B}
11433 \]
11434
11435 \end_inset
11436
11437
11438 \end_layout
11439
11440 \begin_layout Section
11441 Space
11442 \begin_inset CommandInset label
11443 LatexCommand label
11444 name "subsec:Space"
11445
11446 \end_inset
11447
11448
11449 \begin_inset Index idx
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453 Space ! horizontal
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Subsection
11462 Predefined Space
11463 \begin_inset CommandInset label
11464 LatexCommand label
11465 name "subsec:Predefined-Space"
11466
11467 \end_inset
11468
11469
11470 \begin_inset Index idx
11471 status collapsed
11472
11473 \begin_layout Plain Layout
11474 Space ! horizontal ! predefined
11475 \end_layout
11476
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \begin_layout Standard
11483 Sometimes it is necessary to insert horizontal space into a formula.
11484  This is done by inserting a protected space (shortcut 
11485 \begin_inset Info
11486 type  "shortcut"
11487 arg   "command-alternatives space-insert protected ; math-space"
11488 \end_inset
11489
11490 ).
11491  A 
11492 \begin_inset Quotes eld
11493 \end_inset
11494
11495
11496 \color blue
11497
11498 \begin_inset space \textvisiblespace{}
11499 \end_inset
11500
11501
11502 \color inherit
11503
11504 \begin_inset Quotes erd
11505 \end_inset
11506
11507  appears and by pressing 
11508 \family sans
11509 Space
11510 \family default
11511  several times one can select one of eight different space sizes.
11512  The spaces can also be inserted using the math toolbar button 
11513 \begin_inset Info
11514 type  "icon"
11515 arg   "math-insert \\space"
11516 \end_inset
11517
11518  or special commands.
11519  Independent from the inserted command, one can select the size again by
11520  pressing 
11521 \family sans
11522 Space
11523 \family default
11524  afterwards.
11525 \begin_inset Separator parbreak
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Standard
11532 \noindent
11533 \align center
11534 \begin_inset Tabular
11535 <lyxtabular version="3" rows="6" columns="3">
11536 <features tabularvalignment="middle">
11537 <column alignment="center" valignment="top">
11538 <column alignment="center" valignment="top" width="15col%">
11539 <column alignment="center" valignment="top">
11540 <row>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 Command
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 Number of 
11555 \family sans
11556 Space
11557 \family default
11558  keystrokes
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11564 \begin_inset Text
11565
11566 \begin_layout Plain Layout
11567 Result
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578
11579 \backslash
11580 ,
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 0
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 \begin_inset Formula $A\,B$
11599 \end_inset
11600
11601
11602 \end_layout
11603
11604 \end_inset
11605 </cell>
11606 </row>
11607 <row>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612
11613 \backslash
11614 :
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 1
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 \begin_inset Formula $A\:B$
11633 \end_inset
11634
11635
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 </row>
11641 <row>
11642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11643 \begin_inset Text
11644
11645 \begin_layout Plain Layout
11646
11647 \backslash
11648 ;
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 2
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $A\;B$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \backslash
11682 quad
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 3
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 \begin_inset Formula $A\quad B$
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \backslash
11716 qquad
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 4
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 \begin_inset Formula $A\qquad B$
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 </lyxtabular>
11744
11745 \end_inset
11746
11747
11748 \begin_inset space \hfill{}
11749 \end_inset
11750
11751
11752 \begin_inset Tabular
11753 <lyxtabular version="3" rows="6" columns="3">
11754 <features tabularvalignment="middle">
11755 <column alignment="center" valignment="top">
11756 <column alignment="center" valignment="top" width="15col%">
11757 <column alignment="center" valignment="top">
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 Command
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 Number of 
11773 \family sans
11774 Space
11775 \family default
11776  keystrokes
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 Result
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \backslash
11798 hfill
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 5
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 \begin_inset Formula $A\hfill B$
11817 \end_inset
11818
11819
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 </row>
11825 <row>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830
11831 \backslash
11832 hspace*{1em}
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 6
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 \begin_inset Formula $A\hspace*{1em}B$
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 </row>
11859 <row>
11860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864
11865 \backslash
11866 hspace{1em}
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 7
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 \begin_inset Formula $A\hspace{1em}B$
11885 \end_inset
11886
11887
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 </row>
11893 <row>
11894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11895 \begin_inset Text
11896
11897 \begin_layout Plain Layout
11898
11899 \backslash
11900
11901 \begin_inset space \textvisiblespace{}
11902 \end_inset
11903
11904
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 8
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 \begin_inset Formula $A\ B$
11923 \end_inset
11924
11925
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 </row>
11931 <row>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936
11937 \backslash
11938 !
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11944 \begin_inset Text
11945
11946 \begin_layout Plain Layout
11947 9
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 \begin_inset Formula $A\!B$
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \end_inset
11963 </cell>
11964 </row>
11965 </lyxtabular>
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 Space
11974 \begin_inset space ~
11975 \end_inset
11976
11977 5
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981
11982 \begin_inset space \thinspace{}
11983 \end_inset
11984
11985 7 are variable spaces which are explained in 
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "subsec:Variable-Space"
11989
11990 \end_inset
11991
11992 .
11993  Space
11994 \begin_inset space ~
11995 \end_inset
11996
11997 9 seems to produce no space.
11998  It is displayed red in \SpecialChar LyX
11999  contrary to the other sizes, because it is a negative
12000  space.
12001  There are two more negative spaces:
12002 \begin_inset Separator parbreak
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 \align center
12010 \begin_inset Tabular
12011 <lyxtabular version="3" rows="3" columns="3">
12012 <features tabularvalignment="middle">
12013 <column alignment="center" valignment="middle" width="6.8cm">
12014 <column alignment="center" valignment="top" width="0pt">
12015 <column alignment="center" valignment="top" width="0pt">
12016 <row>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 Command
12022 \end_layout
12023
12024 \end_inset
12025 </cell>
12026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030
12031 \backslash
12032 negmedspace
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \backslash
12043 negthickspace
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 </row>
12049 <row>
12050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12051 \begin_inset Text
12052
12053 \begin_layout Plain Layout
12054 Number of 
12055 \family sans
12056 Space
12057 \family default
12058  keystrokes after inserting the protected space
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 10
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 11
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 Result
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 \begin_inset Formula $A\negmedspace B$
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 \begin_inset Formula $A\negthickspace B$
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 </row>
12117 </lyxtabular>
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 Negative spaces can lead to characters overlapping each other.
12126  Thus they can be used to enforce ligatures, which are e.
12127 \begin_inset space \thinspace{}
12128 \end_inset
12129
12130 g.
12131 \begin_inset space \space{}
12132 \end_inset
12133
12134 useful for summation operators:
12135 \begin_inset Separator parbreak
12136 \end_inset
12137
12138
12139 \end_layout
12140
12141 \begin_layout Standard
12142 \align center
12143 \begin_inset Tabular
12144 <lyxtabular version="3" rows="3" columns="2">
12145 <features tabularvalignment="middle">
12146 <column alignment="center" valignment="top">
12147 <column alignment="center" valignment="top">
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 Command
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 Result
12163 \begin_inset Note Note
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167
12168 \series bold
12169
12170 \backslash
12171 raisebox
12172 \series default
12173  is only used as spacer.
12174 \end_layout
12175
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 </row>
12184 <row>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189
12190 \backslash
12191 sum
12192 \backslash
12193 sum
12194 \begin_inset space \textvisiblespace{}
12195 \end_inset
12196
12197 f_kl
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12203 \begin_inset Text
12204
12205 \begin_layout Plain Layout
12206 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \end_inset
12213 </cell>
12214 </row>
12215 <row>
12216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12217 \begin_inset Text
12218
12219 \begin_layout Plain Layout
12220
12221 \backslash
12222 sum
12223 \backslash
12224 negmedspace
12225 \backslash
12226 sum
12227 \begin_inset space \textvisiblespace{}
12228 \end_inset
12229
12230 f_kl
12231 \end_layout
12232
12233 \end_inset
12234 </cell>
12235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
12240 \end_inset
12241
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 </row>
12248 </lyxtabular>
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 \noindent
12257 \begin_inset VSpace medskip
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 \noindent
12265 Relations like for example equal signs, are always surrounded by space.
12266  To suppress this, the equal sign is placed into a \SpecialChar TeX
12267  brace.
12268  The following example demonstrates this:
12269 \begin_inset Separator parbreak
12270 \end_inset
12271
12272
12273 \end_layout
12274
12275 \begin_layout Standard
12276 \align center
12277 \begin_inset Tabular
12278 <lyxtabular version="3" rows="2" columns="2">
12279 <features tabularvalignment="middle">
12280 <column alignment="center" valignment="top" width="0pt">
12281 <column alignment="center" valignment="top" width="0pt">
12282 <row>
12283 <cell alignment="center" valignment="top" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 normal equation
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 \begin_inset Formula $A=B$
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell alignment="center" valignment="top" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 \begin_inset Note Note
12311 status collapsed
12312
12313 \begin_layout Plain Layout
12314
12315 \series bold
12316
12317 \backslash
12318 raisebox
12319 \series default
12320  is only used as spacer.
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \begin_inset Formula $\raisebox{5mm}{}$
12327 \end_inset
12328
12329 equation without space
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 \begin_inset Formula $A{=}B$
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 </row>
12347 </lyxtabular>
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 \noindent
12356 The command for the last formula is: 
12357 \series bold
12358 A
12359 \backslash
12360 {=
12361 \begin_inset Formula $\to$
12362 \end_inset
12363
12364 B
12365 \end_layout
12366
12367 \begin_layout Standard
12368 \begin_inset VSpace bigskip
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375 Spaces are needed for physical units, because the space between the value
12376  and the unit is the smallest one and not a normal space.
12377  For units in text, the smallest space is inserted via the menu 
12378 \family sans
12379 Insert\SpecialChar menuseparator
12380 Formatting\SpecialChar menuseparator
12381 Thin
12382 \begin_inset space ~
12383 \end_inset
12384
12385 Space
12386 \family default
12387  (shortcut 
12388 \begin_inset Info
12389 type  "shortcut"
12390 arg   "space-insert thin"
12391 \end_inset
12392
12393 ).
12394 \end_layout
12395
12396 \begin_layout Standard
12397 An example to visualize the difference:
12398 \end_layout
12399
12400 \begin_layout Standard
12401 \begin_inset Tabular
12402 <lyxtabular version="3" rows="2" columns="2">
12403 <features tabularvalignment="middle">
12404 <column alignment="left" valignment="top">
12405 <column alignment="left" valignment="top">
12406 <row>
12407 <cell alignment="center" valignment="top" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 24 kW
12412 \begin_inset Formula $\cdot$
12413 \end_inset
12414
12415 h
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424 space between value and unit
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 </row>
12430 <row>
12431 <cell alignment="center" valignment="top" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 24
12436 \begin_inset space \thinspace{}
12437 \end_inset
12438
12439 kW
12440 \begin_inset Formula $\cdot$
12441 \end_inset
12442
12443 h
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 smallest space between value and unit
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 </row>
12458 </lyxtabular>
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \begin_layout Subsection
12466 Variable Space
12467 \begin_inset ERT
12468 status collapsed
12469
12470 \begin_layout Plain Layout
12471
12472
12473 \backslash
12474 texorpdfstring{
12475 \end_layout
12476
12477 \end_inset
12478
12479
12480 \begin_inset Foot
12481 status collapsed
12482
12483 \begin_layout Plain Layout
12484 for vertical space in formulas see 
12485 \begin_inset CommandInset ref
12486 LatexCommand ref
12487 reference "subsec:Line-Separation"
12488
12489 \end_inset
12490
12491
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \begin_inset ERT
12498 status collapsed
12499
12500 \begin_layout Plain Layout
12501
12502 }{}
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \begin_inset Note Note
12509 status collapsed
12510
12511 \begin_layout Plain Layout
12512
12513 \backslash
12514 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12515 \end_layout
12516
12517 \begin_layout Plain Layout
12518 More about 
12519 \backslash
12520 texorpdfstring is in section 
12521 \begin_inset CommandInset ref
12522 LatexCommand ref
12523 reference "subsec:Formulas-in-Section"
12524
12525 \end_inset
12526
12527 .
12528 \end_layout
12529
12530 \end_inset
12531
12532
12533 \begin_inset CommandInset label
12534 LatexCommand label
12535 name "subsec:Variable-Space"
12536
12537 \end_inset
12538
12539
12540 \begin_inset Index idx
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544 Space ! horizontal ! variable
12545 \end_layout
12546
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \begin_layout Standard
12553 Space with a defined length can be inserted with the command 
12554 \series bold
12555
12556 \backslash
12557 hspace
12558 \series default
12559
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Commands ! H ! 
12565 \backslash
12566 hspace
12567 \end_layout
12568
12569 \end_inset
12570
12571 .
12572  Then a long 
12573 \begin_inset Quotes eld
12574 \end_inset
12575
12576
12577 \color blue
12578
12579 \begin_inset space \textvisiblespace{}
12580 \end_inset
12581
12582
12583 \color inherit
12584
12585 \begin_inset Quotes erd
12586 \end_inset
12587
12588  appears.
12589  The length can be specified by left-clicking on the 
12590 \begin_inset Quotes eld
12591 \end_inset
12592
12593
12594 \color blue
12595
12596 \begin_inset space \textvisiblespace{}
12597 \end_inset
12598
12599
12600 \color inherit
12601
12602 \begin_inset Quotes erd
12603 \end_inset
12604
12605 .
12606  The length may also be negative.
12607  When a space would be the first character in a line it would be omitted.
12608  To force its output use the command 
12609 \series bold
12610
12611 \backslash
12612 hspace*
12613 \series default
12614  instead of 
12615 \series bold
12616
12617 \backslash
12618 hspace
12619 \series default
12620  or left-click on the 
12621 \begin_inset Quotes eld
12622 \end_inset
12623
12624
12625 \color blue
12626
12627 \begin_inset space \textvisiblespace{}
12628 \end_inset
12629
12630
12631 \color inherit
12632
12633 \begin_inset Quotes erd
12634 \end_inset
12635
12636  and check the option 
12637 \family sans
12638 Protect
12639 \family default
12640 .
12641 \begin_inset Newline newline
12642 \end_inset
12643
12644 To insert as much space as is available, the command 
12645 \series bold
12646
12647 \backslash
12648 hfill
12649 \series default
12650
12651 \begin_inset Index idx
12652 status collapsed
12653
12654 \begin_layout Plain Layout
12655 Commands ! H ! 
12656 \backslash
12657 hfill
12658 \end_layout
12659
12660 \end_inset
12661
12662  is used.
12663 \end_layout
12664
12665 \begin_layout Standard
12666 \begin_inset VSpace -1mm
12667 \end_inset
12668
12669
12670 \end_layout
12671
12672 \begin_layout Standard
12673 \align center
12674 \begin_inset Tabular
12675 <lyxtabular version="3" rows="4" columns="2">
12676 <features tabularvalignment="middle">
12677 <column alignment="center" valignment="top">
12678 <column alignment="center" valignment="top">
12679 <row>
12680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 Command (
12685 \backslash
12686 hspace length)
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 Result
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 </row>
12701 <row>
12702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 A=B
12707 \backslash
12708 hspace
12709 \begin_inset space \textvisiblespace{}
12710 \end_inset
12711
12712 A
12713 \backslash
12714 not=C (3
12715 \begin_inset space \thinspace{}
12716 \end_inset
12717
12718 cm)
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741 A
12742 \backslash
12743 hspace
12744 \begin_inset space \textvisiblespace{}
12745 \end_inset
12746
12747 A
12748 \backslash
12749 not=A (-1
12750 \begin_inset space \thinspace{}
12751 \end_inset
12752
12753 mm)
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12763 \end_inset
12764
12765
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 </row>
12771 <row>
12772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 A=A
12777 \backslash
12778 hfill
12779 \begin_inset space \textvisiblespace{}
12780 \end_inset
12781
12782 B=B
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 \begin_inset Formula $A=A\hfill B=B$
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 </lyxtabular>
12801
12802 \end_inset
12803
12804
12805 \end_layout
12806
12807 \begin_layout Standard
12808 In the last example the available space is given by the longest column entry
12809  of the table.
12810  In an inline formula the space depends on the length of the line in which
12811  
12812 \series bold
12813
12814 \backslash
12815 hfill
12816 \series default
12817  is inserted.
12818  Thus, when the line uses the full width, no space will be created.
12819  
12820 \series bold
12821
12822 \backslash
12823 hfill
12824 \series default
12825  only has an effect on displayed formulas when the formula style 
12826 \series bold
12827 Indented
12828 \series default
12829  is used.
12830  (Formula styles are explained in 
12831 \begin_inset CommandInset ref
12832 LatexCommand ref
12833 reference "sec:Formula-Styles"
12834
12835 \end_inset
12836
12837 .)
12838 \end_layout
12839
12840 \begin_layout Standard
12841 Besides 
12842 \series bold
12843
12844 \backslash
12845 hfill
12846 \series default
12847 , there are the commands 
12848 \series bold
12849
12850 \backslash
12851 dotfill
12852 \series default
12853  and 
12854 \series bold
12855
12856 \backslash
12857 hrulefill
12858 \series default
12859  that fill the space with a pattern, see 
12860 \begin_inset CommandInset ref
12861 LatexCommand ref
12862 reference "subsec:Ellipses"
12863
12864 \end_inset
12865
12866  for an example.
12867 \end_layout
12868
12869 \begin_layout Standard
12870 For text, variable space can be inserted via the menu 
12871 \family sans
12872 Insert\SpecialChar menuseparator
12873 Formatting\SpecialChar menuseparator
12874 Horizontal
12875 \begin_inset space ~
12876 \end_inset
12877
12878 Space
12879 \family default
12880 :
12881 \end_layout
12882
12883 \begin_layout Standard
12884 This is a line with
12885 \begin_inset space \hspace{}
12886 \length 2cm
12887 \end_inset
12888
12889 2
12890 \begin_inset space \thinspace{}
12891 \end_inset
12892
12893 cm space.
12894 \end_layout
12895
12896 \begin_layout Standard
12897 This is a line with
12898 \begin_inset space \hfill{}
12899 \end_inset
12900
12901 maximum space.
12902 \end_layout
12903
12904 \begin_layout Subsection
12905 Space besides inline Formulas
12906 \begin_inset Index idx
12907 status collapsed
12908
12909 \begin_layout Plain Layout
12910 Space ! besides inline formulas
12911 \end_layout
12912
12913 \end_inset
12914
12915
12916 \end_layout
12917
12918 \begin_layout Standard
12919 The space that surrounds inline formulas can be adjusted with the length
12920  
12921 \series bold
12922
12923 \backslash
12924 mathsurround
12925 \series default
12926
12927 \begin_inset Index idx
12928 status collapsed
12929
12930 \begin_layout Plain Layout
12931 Commands ! M ! 
12932 \backslash
12933 mathsurround
12934 \end_layout
12935
12936 \end_inset
12937
12938 .
12939  The value of a length is set with the command 
12940 \series bold
12941
12942 \backslash
12943 setlength
12944 \series default
12945
12946 \begin_inset Index idx
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950 Commands ! S ! 
12951 \backslash
12952 setlength
12953 \end_layout
12954
12955 \end_inset
12956
12957  which has the following scheme:
12958 \end_layout
12959
12960 \begin_layout Standard
12961
12962 \series bold
12963
12964 \backslash
12965 setlength{length name}{value}
12966 \end_layout
12967
12968 \begin_layout Standard
12969 To set 
12970 \series bold
12971
12972 \backslash
12973 mathsurround
12974 \series default
12975  to the value 5
12976 \begin_inset space \thinspace{}
12977 \end_inset
12978
12979 mm, the command
12980 \end_layout
12981
12982 \begin_layout Standard
12983
12984 \series bold
12985
12986 \backslash
12987 setlength{
12988 \backslash
12989 mathsurround}{5mm}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 is inserted in \SpecialChar TeX
12994  mode.
12995  5
12996 \begin_inset space \thinspace{}
12997 \end_inset
12998
12999 mm space will now be set around all inline formulas:
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 setlength{
13008 \backslash
13009 mathsurround}{5mm}
13010 \end_layout
13011
13012 \end_inset
13013
13014
13015 \end_layout
13016
13017 \begin_layout Standard
13018 This is a line with an inline formula 
13019 \begin_inset Formula $A=B$
13020 \end_inset
13021
13022  with 5
13023 \begin_inset space \thinspace{}
13024 \end_inset
13025
13026 mm surrounding space.
13027 \begin_inset ERT
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031
13032
13033 \backslash
13034 setlength{
13035 \backslash
13036 mathsurround}{0pt}
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \begin_layout Standard
13045 To return to the predefined value, 
13046 \series bold
13047
13048 \backslash
13049 mathsurround
13050 \series default
13051  is set to the value 0
13052 \begin_inset space \thinspace{}
13053 \end_inset
13054
13055 pt.
13056 \end_layout
13057
13058 \begin_layout Section
13059 Boxes and Frames
13060 \begin_inset Index idx
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064 Boxes
13065 \end_layout
13066
13067 \end_inset
13068
13069
13070 \begin_inset Index idx
13071 status collapsed
13072
13073 \begin_layout Plain Layout
13074 Frames | see
13075 \begin_inset ERT
13076 status collapsed
13077
13078 \begin_layout Plain Layout
13079
13080 {
13081 \end_layout
13082
13083 \end_inset
13084
13085 Boxes
13086 \begin_inset ERT
13087 status collapsed
13088
13089 \begin_layout Plain Layout
13090
13091 }
13092 \end_layout
13093
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \end_inset
13100
13101
13102 \end_layout
13103
13104 \begin_layout Standard
13105 Boxes for text are described in chapter 
13106 \family typewriter
13107 Boxes
13108 \family default
13109  in the 
13110 \family typewriter
13111 Embedded
13112 \begin_inset space ~
13113 \end_inset
13114
13115 Objects
13116 \family default
13117  manual.
13118 \end_layout
13119
13120 \begin_layout Subsection
13121 Boxes with Frame
13122 \begin_inset CommandInset label
13123 LatexCommand label
13124 name "subsec:Boxes-with-Frame"
13125
13126 \end_inset
13127
13128
13129 \begin_inset Index idx
13130 status collapsed
13131
13132 \begin_layout Plain Layout
13133 Boxes ! with frame
13134 \end_layout
13135
13136 \end_inset
13137
13138
13139 \end_layout
13140
13141 \begin_layout Standard
13142 It is possible to frame a formula or part of one with the commands 
13143 \series bold
13144
13145 \backslash
13146 fbox
13147 \series default
13148
13149 \begin_inset Index idx
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153 Commands ! F ! 
13154 \backslash
13155 fbox
13156 \end_layout
13157
13158 \end_inset
13159
13160  and 
13161 \series bold
13162
13163 \backslash
13164 boxed
13165 \series default
13166
13167 \begin_inset Index idx
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171 Commands ! B ! 
13172 \backslash
13173 boxed
13174 \end_layout
13175
13176 \end_inset
13177
13178 .
13179 \end_layout
13180
13181 \begin_layout Standard
13182 When one of these commands is inserted in a formula, a blue box appears
13183  within a frame to enter formula parts.
13184  For 
13185 \series bold
13186
13187 \backslash
13188 fbox
13189 \series default
13190  an additional formula has to be created by 
13191 \family sans
13192 Ctrl+M
13193 \family default
13194  within this box, because the box content will otherwise be treated as mathemati
13195 cal text.
13196  When 
13197 \series bold
13198
13199 \backslash
13200 boxed
13201 \series default
13202  is used, a new formula is automatically created inside the frame.
13203 \end_layout
13204
13205 \begin_layout Standard
13206 The command 
13207 \series bold
13208
13209 \backslash
13210 fbox
13211 \series default
13212  is not suitable to frame displayed formulas because the formula will always
13213  be set in the size of the text.
13214  
13215 \series bold
13216
13217 \backslash
13218 boxed
13219 \series default
13220  is in contrary not suitable to frame inline formulas, because the formula
13221  will always be set in the size of a displayed formula.
13222 \end_layout
13223
13224 \begin_layout Standard
13225 An extension to 
13226 \series bold
13227
13228 \backslash
13229 fbox
13230 \series default
13231  is the command 
13232 \series bold
13233
13234 \backslash
13235 framebox
13236 \series default
13237
13238 \begin_inset Index idx
13239 status collapsed
13240
13241 \begin_layout Plain Layout
13242 Commands ! F ! 
13243 \backslash
13244 framebox
13245 \end_layout
13246
13247 \end_inset
13248
13249  where additionally the frame width and the alignment can be specified.
13250  
13251 \series bold
13252
13253 \backslash
13254 framebox
13255 \series default
13256  is used in the following scheme:
13257 \end_layout
13258
13259 \begin_layout Standard
13260
13261 \series bold
13262
13263 \backslash
13264 framebox[frame width][position]{box content}
13265 \end_layout
13266
13267 \begin_layout Standard
13268 The position can either be 
13269 \emph on
13270 l
13271 \emph default
13272  or 
13273 \emph on
13274 r
13275 \emph default
13276 .
13277  
13278 \emph on
13279 l
13280 \emph default
13281  left aligns, 
13282 \emph on
13283 r
13284 \emph default
13285  right aligns the formula in the box.
13286  When no position is given, the formula will be centered.
13287 \begin_inset Newline newline
13288 \end_inset
13289
13290 If no width is given, also no position can be given.
13291  In this case the frame width is adjusted to the box content like for 
13292 \series bold
13293
13294 \backslash
13295 fbox
13296 \series default
13297 .
13298 \end_layout
13299
13300 \begin_layout Standard
13301 When the command 
13302 \series bold
13303
13304 \backslash
13305 framebox
13306 \series default
13307  is inserted, a box appears containing three blue boxes.
13308  The first two boxes are surrounded by brackets and denote the two optional
13309  arguments.
13310  The third box is for formula parts like for 
13311 \series bold
13312
13313 \backslash
13314 fbox
13315 \series default
13316 .
13317 \begin_inset Separator parbreak
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 \align center
13325 \begin_inset Tabular
13326 <lyxtabular version="3" rows="5" columns="2">
13327 <features tabularvalignment="middle">
13328 <column alignment="center" valignment="top">
13329 <column alignment="center" valignment="top">
13330 <row>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 Command
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Result
13345 \begin_inset Note Note
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350 \series bold
13351
13352 \backslash
13353 raisebox
13354 \series default
13355  is only used as spacer.
13356 \end_layout
13357
13358 \end_inset
13359
13360
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 </row>
13366 <row>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371
13372 \backslash
13373 fbox
13374 \begin_inset space \textvisiblespace{}
13375 \end_inset
13376
13377
13378 \family sans
13379 Ctrl+M
13380 \family default
13381  
13382 \backslash
13383 int
13384 \begin_inset space \textvisiblespace{}
13385 \end_inset
13386
13387 A=B
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410
13411 \backslash
13412 boxed
13413 \begin_inset space \textvisiblespace{}
13414 \end_inset
13415
13416
13417 \backslash
13418 int
13419 \begin_inset space \textvisiblespace{}
13420 \end_inset
13421
13422 A=B
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 </row>
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 A+
13446 \backslash
13447 fbox
13448 \begin_inset space \textvisiblespace{}
13449 \end_inset
13450
13451 B
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474
13475 \backslash
13476 framebox
13477 \begin_inset space \textvisiblespace{}
13478 \end_inset
13479
13480 20mm
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484
13485 \begin_inset Formula $\to$
13486 \end_inset
13487
13488
13489 \family sans
13490 Ctrl+M
13491 \family default
13492  
13493 \backslash
13494 frac
13495 \begin_inset space \textvisiblespace{}
13496 \end_inset
13497
13498 A
13499 \begin_inset Formula $\downarrow$
13500 \end_inset
13501
13502 B
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 \begin_inset Formula $\raisebox{6mm}{}$
13512 \end_inset
13513
13514
13515 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13516 \end_inset
13517
13518
13519 \begin_inset Formula $\raisebox{-4mm}{}$
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 </lyxtabular>
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \begin_layout Standard
13536 The frame thickness can also be adjusted.
13537  To do this the following commands have to be inserted in \SpecialChar TeX
13538  mode before the
13539  formula
13540 \end_layout
13541
13542 \begin_layout Standard
13543
13544 \series bold
13545
13546 \backslash
13547 fboxrule
13548 \series default
13549  
13550 \series bold
13551
13552 \begin_inset Quotes eld
13553 \end_inset
13554
13555 thickness
13556 \begin_inset Quotes erd
13557 \end_inset
13558
13559
13560 \series default
13561  
13562 \series bold
13563
13564 \backslash
13565 fboxsep
13566 \series default
13567  
13568 \series bold
13569
13570 \begin_inset Quotes eld
13571 \end_inset
13572
13573 distance
13574 \begin_inset Quotes erd
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \begin_layout Standard
13581 \begin_inset Quotes eld
13582 \end_inset
13583
13584 distance
13585 \begin_inset Quotes erd
13586 \end_inset
13587
13588  specifies the minimal distance between the frame and the first character
13589  in the box.
13590  An example for this is the following framed formula:
13591 \begin_inset ERT
13592 status collapsed
13593
13594 \begin_layout Plain Layout
13595
13596
13597 \backslash
13598 fboxrule 2mm 
13599 \backslash
13600 fboxsep 3mm
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \begin_inset Formula 
13607 \[
13608 \boxed{A+B=C}
13609 \]
13610
13611 \end_inset
13612
13613 Before this formula the commands
13614 \end_layout
13615
13616 \begin_layout Standard
13617
13618 \series bold
13619
13620 \backslash
13621 fboxrule
13622 \series default
13623  
13624 \series bold
13625 2mm
13626 \series default
13627  
13628 \series bold
13629
13630 \backslash
13631 fboxsep
13632 \series default
13633  
13634 \series bold
13635 3mm
13636 \end_layout
13637
13638 \begin_layout Standard
13639 were inserted in \SpecialChar TeX
13640  mode.
13641  The given values are used for all following boxes.
13642 \end_layout
13643
13644 \begin_layout Standard
13645 To return to the standard frame size, the command
13646 \end_layout
13647
13648 \begin_layout Standard
13649
13650 \series bold
13651
13652 \backslash
13653 fboxrule
13654 \series default
13655  
13656 \series bold
13657 0.4pt
13658 \series default
13659  
13660 \series bold
13661
13662 \backslash
13663 fboxsep
13664 \series default
13665  
13666 \series bold
13667 3pt
13668 \series default
13669
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675
13676 \backslash
13677 fboxrule 0.4pt 
13678 \backslash
13679 fboxsep 3pt
13680 \end_layout
13681
13682 \end_inset
13683
13684
13685 \end_layout
13686
13687 \begin_layout Standard
13688 is inserted in \SpecialChar TeX
13689  mode before the next formula.
13690 \end_layout
13691
13692 \begin_layout Subsection
13693 Boxes without Frame
13694 \begin_inset CommandInset label
13695 LatexCommand label
13696 name "subsec:Boxes-without-Frame"
13697
13698 \end_inset
13699
13700
13701 \begin_inset Index idx
13702 status collapsed
13703
13704 \begin_layout Plain Layout
13705 Boxes ! without frame
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714 For boxes without a frame there are the following box commands: 
13715 \series bold
13716
13717 \backslash
13718 mbox
13719 \series default
13720
13721 \begin_inset Index idx
13722 status collapsed
13723
13724 \begin_layout Plain Layout
13725 Commands ! M ! 
13726 \backslash
13727 mbox
13728 \end_layout
13729
13730 \end_inset
13731
13732
13733 \series bold
13734
13735 \backslash
13736 makebox
13737 \series default
13738
13739 \begin_inset Index idx
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 Commands ! M ! 
13744 \backslash
13745 makebox
13746 \end_layout
13747
13748 \end_inset
13749
13750  and 
13751 \series bold
13752
13753 \backslash
13754 raisebox
13755 \series default
13756
13757 \begin_inset Index idx
13758 status collapsed
13759
13760 \begin_layout Plain Layout
13761 Commands ! R ! 
13762 \backslash
13763 raisebox
13764 \end_layout
13765
13766 \end_inset
13767
13768
13769 \end_layout
13770
13771 \begin_layout Standard
13772 With 
13773 \series bold
13774
13775 \backslash
13776 raisebox
13777 \series default
13778  a box can be super- or subscripted.
13779  But in contrary to normal super- and subscripting, the characters in the
13780  box keep their font size.
13781  
13782 \series bold
13783
13784 \backslash
13785 raisebox
13786 \series default
13787  is used in the following scheme:
13788 \end_layout
13789
13790 \begin_layout Standard
13791
13792 \series bold
13793
13794 \backslash
13795 raisebox{height}{box content}
13796 \end_layout
13797
13798 \begin_layout Standard
13799 When the box should contain a formula, an extra formula is needed like for
13800  
13801 \series bold
13802
13803 \backslash
13804 fbox
13805 \series default
13806 .
13807  
13808 \series medium
13809
13810 \begin_inset Note Greyedout
13811 status open
13812
13813 \begin_layout Plain Layout
13814
13815 \series bold
13816 Note:
13817 \series default
13818  For 
13819 \series bold
13820
13821 \backslash
13822 raisebox
13823 \series default
13824  this extra formula is created by pressing 
13825 \family sans
13826 Ctrl+M
13827 \family default
13828  twice instead of once because \SpecialChar LyX
13829  doesn't yet support 
13830 \series bold
13831
13832 \backslash
13833 raisebox
13834 \series default
13835  directly.
13836 \end_layout
13837
13838 \end_inset
13839
13840
13841 \series default
13842
13843 \begin_inset Separator parbreak
13844 \end_inset
13845
13846
13847 \end_layout
13848
13849 \begin_layout Standard
13850 \align center
13851 \begin_inset Tabular
13852 <lyxtabular version="3" rows="4" columns="2">
13853 <features tabularvalignment="middle">
13854 <column alignment="center" valignment="top">
13855 <column alignment="center" valignment="top">
13856 <row>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861 Command
13862 \end_layout
13863
13864 \end_inset
13865 </cell>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 Result
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 </row>
13876 <row>
13877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 H
13882 \backslash
13883 raisebox{2mm
13884 \begin_inset Formula $\to$
13885 \end_inset
13886
13887
13888 \backslash
13889 {al
13890 \begin_inset Formula $\to$
13891 \end_inset
13892
13893  lo
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13903 \end_inset
13904
13905
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 H
13917 \backslash
13918 raisebox{-2mm
13919 \begin_inset Formula $\to$
13920 \end_inset
13921
13922
13923 \backslash
13924 {al
13925 \begin_inset Formula $\to$
13926 \end_inset
13927
13928 lo
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13938 \end_inset
13939
13940
13941 \end_layout
13942
13943 \end_inset
13944 </cell>
13945 </row>
13946 <row>
13947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 A=
13952 \backslash
13953 raisebox{-2mm
13954 \begin_inset Formula $\to$
13955 \end_inset
13956
13957
13958 \backslash
13959 {
13960 \family sans
13961 Ctrl+M
13962 \family default
13963  
13964 \family sans
13965 Ctrl+M
13966 \family default
13967  
13968 \backslash
13969 sqrt
13970 \begin_inset space \textvisiblespace{}
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13979 \begin_inset Text
13980
13981 \begin_layout Plain Layout
13982 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13983 \end_inset
13984
13985
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 </row>
13991 </lyxtabular>
13992
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \begin_layout Standard
13999 The command 
14000 \series bold
14001
14002 \backslash
14003 mbox
14004 \series default
14005  is equivalent to 
14006 \series bold
14007
14008 \backslash
14009 fbox
14010 \series default
14011  and 
14012 \series bold
14013
14014 \backslash
14015 makebox
14016 \series default
14017  is equivalent to 
14018 \series bold
14019
14020 \backslash
14021 framebox
14022 \series default
14023 , with the difference that there is no frame.
14024 \end_layout
14025
14026 \begin_layout Subsection
14027 Colored Boxes
14028 \begin_inset CommandInset label
14029 LatexCommand label
14030 name "subsec:Colored-Boxes"
14031
14032 \end_inset
14033
14034
14035 \begin_inset Index idx
14036 status collapsed
14037
14038 \begin_layout Plain Layout
14039 Boxes ! colored
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \begin_layout Standard
14048 To be able to use all commands explained in this section, the \SpecialChar LaTeX
14049 -package 
14050 \series bold
14051 color
14052 \series default
14053
14054 \begin_inset Foot
14055 status collapsed
14056
14057 \begin_layout Plain Layout
14058 The \SpecialChar LaTeX
14059 -package 
14060 \series bold
14061 color
14062 \series default
14063  is part of every \SpecialChar LaTeX
14064  standard installation.
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \begin_inset Index idx
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074 Packages ! color
14075 \end_layout
14076
14077 \end_inset
14078
14079  has to be loaded in the \SpecialChar LaTeX
14080 -preamble with the line
14081 \begin_inset Foot
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 When text is colored somewhere in the document with a predefined color,
14086  \SpecialChar LyX
14087  loads the \SpecialChar LaTeX
14088  package 
14089 \series bold
14090 color
14091 \series default
14092  automatically.
14093  Thus it is possible that the package is loaded twice, but this does not
14094  cause problems.
14095 \end_layout
14096
14097 \end_inset
14098
14099
14100 \begin_inset Note Note
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 To avoid that the package is loaded twice, a macro was inserted to the \SpecialChar LaTeX
14105 -preamble.
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \end_layout
14112
14113 \begin_layout Standard
14114
14115 \series bold
14116
14117 \backslash
14118 usepackage{color}
14119 \end_layout
14120
14121 \begin_layout Standard
14122 \begin_inset VSpace medskip
14123 \end_inset
14124
14125 To color boxes, the command 
14126 \series bold
14127
14128 \backslash
14129 colorbox
14130 \series default
14131
14132 \begin_inset Index idx
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136 Commands ! C ! 
14137 \backslash
14138 colorbox
14139 \end_layout
14140
14141 \end_inset
14142
14143  is used in the following scheme:
14144 \end_layout
14145
14146 \begin_layout Standard
14147
14148 \series bold
14149
14150 \backslash
14151 colorbox{color}{box content}
14152 \end_layout
14153
14154 \begin_layout Standard
14155 The box content can also be a box and a 
14156 \series bold
14157
14158 \backslash
14159 colorbox
14160 \series default
14161  can also be part of another box (see the 2nd and 3rd example).
14162  When the box should contain a formula, an extra formula has to be created,
14163  the same way as for 
14164 \series bold
14165
14166 \backslash
14167 raisebox
14168 \series default
14169 .
14170 \begin_inset Foot
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174 This also applies for the command 
14175 \series bold
14176
14177 \backslash
14178 fcolorbox
14179 \series default
14180 .
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \begin_layout Standard
14189 One of the following predefined colors can be chosen:
14190 \end_layout
14191
14192 \begin_layout Standard
14193
14194 \series bold
14195 black
14196 \series default
14197
14198 \series bold
14199 blue
14200 \series default
14201
14202 \series bold
14203 cyan
14204 \series default
14205
14206 \series bold
14207 green
14208 \series default
14209
14210 \series bold
14211 magenta
14212 \series default
14213
14214 \series bold
14215 red
14216 \series default
14217
14218 \series bold
14219 white
14220 \series default
14221  and 
14222 \series bold
14223 yellow
14224 \series default
14225
14226 \begin_inset Separator parbreak
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Standard
14233 \align center
14234 \begin_inset Tabular
14235 <lyxtabular version="3" rows="4" columns="2">
14236 <features tabularvalignment="middle">
14237 <column alignment="center" valignment="top">
14238 <column alignment="center" valignment="top">
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 Command
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 Result
14254 \begin_inset Note Note
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 \series bold
14260
14261 \backslash
14262 raisebox
14263 \series default
14264  is only used as spacer.
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 </row>
14275 <row>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280
14281 \backslash
14282 colorbox{yellow
14283 \begin_inset Formula $\to$
14284 \end_inset
14285
14286
14287 \backslash
14288 {A=B
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311
14312 \backslash
14313 colorbox{green
14314 \begin_inset Formula $\to$
14315 \end_inset
14316
14317
14318 \backslash
14319 {
14320 \backslash
14321 fbox
14322 \begin_inset space \textvisiblespace{}
14323 \end_inset
14324
14325 A=B
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14335 \end_inset
14336
14337
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348
14349 \backslash
14350 fbox
14351 \begin_inset space \textvisiblespace{}
14352 \end_inset
14353
14354
14355 \backslash
14356 colorbox{green
14357 \begin_inset Formula $\to$
14358 \end_inset
14359
14360
14361 \backslash
14362 {
14363 \family sans
14364 Ctrl+M
14365 \family default
14366  
14367 \family sans
14368 Ctrl+M
14369 \family default
14370  
14371 \backslash
14372 int
14373 \begin_inset space \textvisiblespace{}
14374 \end_inset
14375
14376 C=D
14377 \end_layout
14378
14379 \end_inset
14380 </cell>
14381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14382 \begin_inset Text
14383
14384 \begin_layout Plain Layout
14385 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 </row>
14394 </lyxtabular>
14395
14396 \end_inset
14397
14398
14399 \end_layout
14400
14401 \begin_layout Standard
14402
14403 \series bold
14404
14405 \backslash
14406 colorbox
14407 \series default
14408  only colors the box but not the characters in the box.
14409  To color all characters, the whole formula is highlighted and the desired
14410  color is chosen in the 
14411 \family sans
14412 Text
14413 \begin_inset space ~
14414 \end_inset
14415
14416 Style
14417 \family default
14418  dialog.
14419  The dialog can be called with the toolbar button 
14420 \begin_inset Info
14421 type  "icon"
14422 arg   "dialog-show character"
14423 \end_inset
14424
14425  or the menu 
14426 \family sans
14427 Edit\SpecialChar menuseparator
14428 Text
14429 \begin_inset space ~
14430 \end_inset
14431
14432 Style\SpecialChar menuseparator
14433 Customized
14434 \family default
14435 .
14436  The formula number then has the same color as the formula.
14437  When the formula number should get another color than the formula characters,
14438  the color must be changed within the formula.
14439 \end_layout
14440
14441 \begin_layout Standard
14442 An example:
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \color red
14448 \begin_inset Formula 
14449 \begin{equation}
14450 \int A=B\label{eq:red}
14451 \end{equation}
14452
14453 \end_inset
14454
14455
14456 \color green
14457
14458 \begin_inset Formula 
14459 \begin{equation}
14460 \textcolor{red}{\int A=B}\label{eq:redgreen}
14461 \end{equation}
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469 Formula 
14470 \begin_inset CommandInset ref
14471 LatexCommand eqref
14472 reference "eq:red"
14473
14474 \end_inset
14475
14476  is completely colored red.
14477 \begin_inset Newline newline
14478 \end_inset
14479
14480 Formula 
14481 \begin_inset CommandInset ref
14482 LatexCommand eqref
14483 reference "eq:redgreen"
14484
14485 \end_inset
14486
14487  was first completely colored green to set the color for the formula number.
14488  Subsequently the formula characters were colored red.
14489 \end_layout
14490
14491 \begin_layout Standard
14492 \begin_inset VSpace bigskip
14493 \end_inset
14494
14495 To color the frame different than the rest of the box, the command 
14496 \series bold
14497
14498 \backslash
14499 fcolorbox
14500 \series default
14501
14502 \begin_inset Index idx
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506 Commands ! F ! 
14507 \backslash
14508 fcolorbox
14509 \end_layout
14510
14511 \end_inset
14512
14513  is used in the following scheme:
14514 \end_layout
14515
14516 \begin_layout Standard
14517
14518 \series bold
14519
14520 \backslash
14521 fcolorbox{frame color}{color}{box content}
14522 \end_layout
14523
14524 \begin_layout Standard
14525 So 
14526 \series bold
14527
14528 \backslash
14529 fcolorbox
14530 \series default
14531  is an extension of the command 
14532 \series bold
14533
14534 \backslash
14535 colorbox
14536 \series default
14537 .
14538  The frame width is set, like for 
14539 \series bold
14540
14541 \backslash
14542 framebox
14543 \series default
14544 , with 
14545 \series bold
14546
14547 \backslash
14548 fboxrule
14549 \series default
14550  and 
14551 \series bold
14552
14553 \backslash
14554 fboxsep
14555 \series default
14556 .
14557  An example:
14558 \begin_inset ERT
14559 status collapsed
14560
14561 \begin_layout Plain Layout
14562
14563
14564 \backslash
14565 fboxrule 1mm 
14566 \backslash
14567 fboxsep 1mm
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \begin_inset Formula 
14574 \[
14575 \fcolorbox{cyan}{magenta}{A=B}
14576 \]
14577
14578 \end_inset
14579
14580
14581 \begin_inset ERT
14582 status collapsed
14583
14584 \begin_layout Plain Layout
14585
14586
14587 \backslash
14588 fboxrule 0.4pt 
14589 \backslash
14590 fboxsep 3pt
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 This formula was created with the command
14600 \begin_inset Newline newline
14601 \end_inset
14602
14603
14604 \series bold
14605
14606 \backslash
14607 fcolorbox{cyan
14608 \begin_inset Formula $\to$
14609 \end_inset
14610
14611
14612 \backslash
14613 {magenta
14614 \begin_inset Formula $\to$
14615 \end_inset
14616
14617
14618 \backslash
14619 {A=B
14620 \series default
14621 .
14622 \end_layout
14623
14624 \begin_layout Standard
14625 \begin_inset VSpace bigskip
14626 \end_inset
14627
14628 To use other colors than the predefined ones, they have to be defined first.
14629 \end_layout
14630
14631 \begin_layout Standard
14632 One can for example define the color 
14633 \begin_inset Quotes eld
14634 \end_inset
14635
14636
14637 \series bold
14638 darkgreen
14639 \series default
14640
14641 \begin_inset Quotes erd
14642 \end_inset
14643
14644  with the \SpecialChar LaTeX
14645 -preamble line:
14646 \end_layout
14647
14648 \begin_layout Standard
14649
14650 \series bold
14651
14652 \backslash
14653 definecolor{darkgreen}{cmyk}{0.5,
14654 \series default
14655  
14656 \series bold
14657 0,
14658 \series default
14659  
14660 \series bold
14661 1,
14662 \series default
14663  
14664 \series bold
14665 0.5}
14666 \series default
14667
14668 \begin_inset Index idx
14669 status collapsed
14670
14671 \begin_layout Plain Layout
14672 Commands ! D ! 
14673 \backslash
14674 definecolor
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683
14684 \series bold
14685 cmyk
14686 \series default
14687  is the color space that denotes the colors 
14688 \series bold
14689 cyan
14690 \series default
14691
14692 \series bold
14693 magenta
14694 \series default
14695
14696 \series bold
14697 yellow
14698 \series default
14699  and 
14700 \series bold
14701 black
14702 \series default
14703 .
14704  The four comma separated numbers are the portion factor for the corresponding
14705  colors of the color space.
14706  The factors can be in the range of 0
14707 \begin_inset space \thinspace{}
14708 \end_inset
14709
14710 -
14711 \begin_inset space \thinspace{}
14712 \end_inset
14713
14714 1.
14715  Instead of 
14716 \series bold
14717 cmyk
14718 \series default
14719  also the color space 
14720 \series bold
14721 rgb
14722 \series default
14723  can be used for definitions.
14724  
14725 \series bold
14726 rgb
14727 \series default
14728  denotes 
14729 \series bold
14730 red
14731 \series default
14732
14733 \series bold
14734 green
14735 \series default
14736  and 
14737 \series bold
14738 blue
14739 \series default
14740 , so that there are in this case three portion factors for the corresponding
14741  colors.
14742  Furthermore there is the color space 
14743 \series bold
14744 gray
14745 \series default
14746  with one portion factor for the gray value.
14747 \end_layout
14748
14749 \begin_layout Standard
14750 As example a framed box with the new defined color 
14751 \series bold
14752 darkgreen
14753 \series default
14754  where the characters have been colored 
14755 \series bold
14756 yellow
14757 \series default
14758 :
14759 \begin_inset Formula 
14760 \begin{equation}
14761 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14762 \end{equation}
14763
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Self-defined colors can also be used for text with the help of the command
14771  
14772 \series bold
14773
14774 \backslash
14775 textcolor
14776 \series default
14777 :
14778 \begin_inset Index idx
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 Text ! colored
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796
14797 \backslash
14798 textcolor{darkgreen}{
14799 \end_layout
14800
14801 \end_inset
14802
14803 This sentence is 
14804 \begin_inset Quotes eld
14805 \end_inset
14806
14807 darkgreen
14808 \begin_inset Quotes erd
14809 \end_inset
14810
14811 .
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817 }
14818 \end_layout
14819
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828
14829 \backslash
14830 textcolor
14831 \series default
14832
14833 \begin_inset Index idx
14834 status collapsed
14835
14836 \begin_layout Plain Layout
14837 Commands ! T ! 
14838 \backslash
14839 textcolor
14840 \end_layout
14841
14842 \end_inset
14843
14844  is used in the scheme 
14845 \series bold
14846
14847 \backslash
14848 textcolor{color}{characters to color}
14849 \series default
14850 .
14851 \end_layout
14852
14853 \begin_layout Subsection
14854 Paragraph Boxes
14855 \begin_inset CommandInset label
14856 LatexCommand label
14857 name "subsec:Paragraph-Boxes"
14858
14859 \end_inset
14860
14861
14862 \begin_inset Index idx
14863 status collapsed
14864
14865 \begin_layout Plain Layout
14866 Boxes ! as paragraph
14867 \end_layout
14868
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \begin_layout Standard
14875 A box that can contain several lines and paragraphs, a so-called paragraph
14876  box (parbox), can be created with the menu 
14877 \family sans
14878 Insert\SpecialChar menuseparator
14879 Box
14880 \family default
14881  or the toolbar button 
14882 \begin_inset Info
14883 type  "icon"
14884 arg   "box-insert"
14885 \end_inset
14886
14887 .
14888 \end_layout
14889
14890 \begin_layout Standard
14891 The following example shows a framed parbox in a line:
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset VSpace medskip
14896 \end_inset
14897
14898 This is a line 
14899 \begin_inset Box Boxed
14900 position "c"
14901 hor_pos "c"
14902 has_inner_box 1
14903 inner_pos "t"
14904 use_parbox 1
14905 use_makebox 0
14906 width "5cm"
14907 special "none"
14908 height "1in"
14909 height_special "totalheight"
14910 thickness "0.4pt"
14911 separation "3pt"
14912 shadowsize "4pt"
14913 framecolor "black"
14914 backgroundcolor "none"
14915 status open
14916
14917 \begin_layout Plain Layout
14918 This is a paragraph box.
14919  It is exactly 5
14920 \begin_inset space \thinspace{}
14921 \end_inset
14922
14923 cm long and can also contain formulas: 
14924 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \end_inset
14931
14932  with a parbox.
14933 \end_layout
14934
14935 \begin_layout Standard
14936 \begin_inset VSpace medskip
14937 \end_inset
14938
14939
14940 \end_layout
14941
14942 \begin_layout Standard
14943 Such a box is created by right-clicking on the gray box inset.
14944  A dialog pops up showing the box properties.
14945  In our case set: 
14946 \emph on
14947 Decoration
14948 \emph default
14949 : Rectangular box, 
14950 \emph on
14951 Inner Box
14952 \emph default
14953 : Parbox, 
14954 \emph on
14955 Width
14956 \emph default
14957 : 5
14958 \begin_inset space \thinspace{}
14959 \end_inset
14960
14961 cm, 
14962 \emph on
14963 Vertical Box Alignment
14964 \emph default
14965 : Middle
14966 \end_layout
14967
14968 \begin_layout Standard
14969 \begin_inset VSpace medskip
14970 \end_inset
14971
14972 In \SpecialChar LaTeX
14973  a parbox is created with the command 
14974 \series bold
14975
14976 \backslash
14977 parbox
14978 \series default
14979
14980 \begin_inset Index idx
14981 status collapsed
14982
14983 \begin_layout Plain Layout
14984 Commands ! P ! 
14985 \backslash
14986 parbox
14987 \end_layout
14988
14989 \end_inset
14990
14991  which has the following scheme:
14992 \end_layout
14993
14994 \begin_layout Standard
14995
14996 \series bold
14997
14998 \backslash
14999 parbox[position]{width}{box content}
15000 \end_layout
15001
15002 \begin_layout Standard
15003 The positions 
15004 \emph on
15005 b
15006 \emph default
15007  and 
15008 \emph on
15009 t
15010 \emph default
15011  are possible.
15012  
15013 \emph on
15014 b
15015 \emph default
15016  for 
15017 \begin_inset Quotes eld
15018 \end_inset
15019
15020 bottom
15021 \begin_inset Quotes erd
15022 \end_inset
15023
15024  means that the box is aligned within the surrounding text with its last
15025  line.
15026  With 
15027 \emph on
15028 t
15029 \emph default
15030  for 
15031 \begin_inset Quotes eld
15032 \end_inset
15033
15034 top
15035 \begin_inset Quotes erd
15036 \end_inset
15037
15038  this is done with the first line.
15039  When no position is given, the box will be vertically centered, see section
15040  
15041 \emph on
15042 Boxes
15043 \emph default
15044  of the 
15045 \emph on
15046 Embedded
15047 \begin_inset space ~
15048 \end_inset
15049
15050 Objects
15051 \emph default
15052  manual for examples.
15053 \end_layout
15054
15055 \begin_layout Standard
15056 \begin_inset VSpace bigskip
15057 \end_inset
15058
15059 To frame formulas completely, including the formula number, the formula
15060  must be set into a parbox.
15061  To do this, the command 
15062 \series bold
15063
15064 \backslash
15065 fbox{
15066 \backslash
15067 parbox{
15068 \backslash
15069 linewidth-2
15070 \backslash
15071 fboxsep-2
15072 \backslash
15073 fboxrule}{
15074 \series default
15075  is inserted in \SpecialChar TeX
15076  mode before the formula.
15077  
15078 \series bold
15079
15080 \backslash
15081 linewidth
15082 \series default
15083
15084 \begin_inset Index idx
15085 status collapsed
15086
15087 \begin_layout Plain Layout
15088 Commands ! L ! 
15089 \backslash
15090 linewidth
15091 \end_layout
15092
15093 \end_inset
15094
15095  is hereby the line width set for the document.
15096  Because the frame is outside the parbox, 2
15097 \begin_inset space \thinspace{}
15098 \end_inset
15099
15100 times the frame separation and the frame thickness must be subtracted from
15101  the line width.
15102  As this is not automatically done by \SpecialChar LyX
15103  due to a bug
15104 \begin_inset Foot
15105 status collapsed
15106
15107 \begin_layout Plain Layout
15108 \begin_inset CommandInset href
15109 LatexCommand href
15110 name "LyX-bug #4483"
15111 target "http://www.lyx.org/trac/ticket/4483"
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \end_inset
15119
15120 , \SpecialChar TeX
15121  mode has to be used.
15122  To be able to multiply and subtract in arguments, the \SpecialChar LaTeX
15123 -package 
15124 \series bold
15125 calc
15126 \series default
15127
15128 \begin_inset Foot
15129 status collapsed
15130
15131 \begin_layout Plain Layout
15132
15133 \series bold
15134 calc
15135 \series default
15136  is part of every \SpecialChar LaTeX
15137  standard installation.
15138 \end_layout
15139
15140 \end_inset
15141
15142
15143 \begin_inset Index idx
15144 status collapsed
15145
15146 \begin_layout Plain Layout
15147 Packages ! calc
15148 \end_layout
15149
15150 \end_inset
15151
15152  must be loaded in the \SpecialChar LaTeX
15153 -preamble with the line
15154 \end_layout
15155
15156 \begin_layout Standard
15157
15158 \series bold
15159
15160 \backslash
15161 usepackage{calc}
15162 \end_layout
15163
15164 \begin_layout Standard
15165 Behind the formula both boxes are closed by entering 
15166 \series bold
15167 }}
15168 \series default
15169  in \SpecialChar TeX
15170  mode.
15171  Here is an example:
15172 \begin_inset ERT
15173 status collapsed
15174
15175 \begin_layout Plain Layout
15176
15177
15178 \backslash
15179 fboxsep 5mm 
15180 \backslash
15181 fboxrule 5mm
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \begin_layout Standard
15190 \begin_inset ERT
15191 status collapsed
15192
15193 \begin_layout Plain Layout
15194
15195
15196 \backslash
15197 fbox{
15198 \backslash
15199 parbox{
15200 \backslash
15201 linewidth-2
15202 \backslash
15203 fboxsep-2
15204 \backslash
15205 fboxrule}{
15206 \end_layout
15207
15208 \end_inset
15209
15210
15211 \begin_inset Formula 
15212 \begin{equation}
15213 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
15214 \end{equation}
15215
15216 \end_inset
15217
15218
15219 \begin_inset ERT
15220 status collapsed
15221
15222 \begin_layout Plain Layout
15223
15224 }}
15225 \end_layout
15226
15227 \end_inset
15228
15229
15230 \begin_inset ERT
15231 status collapsed
15232
15233 \begin_layout Plain Layout
15234
15235
15236 \backslash
15237 fboxrule 0.4pt 
15238 \backslash
15239 fboxsep 3pt
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 \begin_inset VSpace medskip
15249 \end_inset
15250
15251 As a parbox is used as the argument of 
15252 \series bold
15253
15254 \backslash
15255 fbox
15256 \series default
15257 , there is in this case no difference between 
15258 \series bold
15259
15260 \backslash
15261 fbox
15262 \series default
15263  and 
15264 \series bold
15265
15266 \backslash
15267 boxed
15268 \series default
15269 .
15270 \end_layout
15271
15272 \begin_layout Standard
15273 \begin_inset VSpace bigskip
15274 \end_inset
15275
15276 Paragraph boxes are very useful to comment formulas directly.
15277  To do this, 
15278 \series bold
15279
15280 \backslash
15281 parbox
15282 \series default
15283  is used in combination with the command 
15284 \series bold
15285
15286 \backslash
15287 tag
15288 \series default
15289 .
15290  (more about 
15291 \series bold
15292
15293 \backslash
15294 tag
15295 \series default
15296  see 
15297 \begin_inset CommandInset ref
15298 LatexCommand ref
15299 reference "subsec:User-defined-Numbering"
15300
15301 \end_inset
15302
15303 )
15304 \end_layout
15305
15306 \begin_layout Standard
15307 An example of a formula commented with 
15308 \series bold
15309
15310 \backslash
15311 parbox
15312 \series default
15313 :
15314 \end_layout
15315
15316 \begin_layout Standard
15317 \begin_inset ERT
15318 status collapsed
15319
15320 \begin_layout Plain Layout
15321
15322
15323 \backslash
15324 [5x-7b=3b
15325 \backslash
15326 tag*{
15327 \backslash
15328 parbox{5cm}{
15329 \end_layout
15330
15331 \end_inset
15332
15333 This is a description.
15334  It is distinctly separated from the formula and multiline.
15335 \begin_inset ERT
15336 status collapsed
15337
15338 \begin_layout Plain Layout
15339
15340 }}
15341 \backslash
15342 ]
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \begin_layout Standard
15351 Such a formula must be inserted completely in \SpecialChar TeX
15352  mode because \SpecialChar LyX
15353  does not yet
15354  support the command 
15355 \series bold
15356
15357 \backslash
15358 parbox
15359 \series default
15360  in formulas.
15361  The formula is created with the following command sequence:
15362 \end_layout
15363
15364 \begin_layout Standard
15365 The command 
15366 \series bold
15367
15368 \backslash
15369 [5x-7b=3b
15370 \backslash
15371 tag*
15372 \backslash
15373 {
15374 \backslash
15375 parbox{5cm}{
15376 \series default
15377  is inserted in \SpecialChar TeX
15378  mode.
15379 \begin_inset Foot
15380 status collapsed
15381
15382 \begin_layout Plain Layout
15383 When the formula style 
15384 \series bold
15385 Indented
15386 \series default
15387  is used, 
15388 \series bold
15389
15390 \backslash
15391 tag*
15392 \backslash
15393 {
15394 \series default
15395  can also be replaced by 
15396 \series bold
15397
15398 \backslash
15399 hfill
15400 \series default
15401 .
15402  (formula styles see 
15403 \begin_inset CommandInset ref
15404 LatexCommand ref
15405 reference "sec:Formula-Styles"
15406
15407 \end_inset
15408
15409 )
15410 \end_layout
15411
15412 \end_inset
15413
15414  Then the description follows as normal text and finally 
15415 \series bold
15416 }}
15417 \backslash
15418 ]
15419 \series default
15420  is inserted in \SpecialChar TeX
15421  mode.
15422  The commands 
15423 \series bold
15424
15425 \backslash
15426 [
15427 \series default
15428  and 
15429 \series bold
15430
15431 \backslash
15432 ]
15433 \series default
15434  hereby create a displayed formula.
15435 \end_layout
15436
15437 \begin_layout Standard
15438 The advantages of 
15439 \series bold
15440
15441 \backslash
15442 parbox
15443 \series default
15444  can be seen in this example that was 
15445 \begin_inset Quotes eld
15446 \end_inset
15447
15448 commented
15449 \begin_inset Quotes erd
15450 \end_inset
15451
15452  using the mathematical textmode:
15453 \begin_inset Formula 
15454 \[
15455 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15456 \]
15457
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \begin_layout Section
15464 Operators
15465 \begin_inset Index idx
15466 status collapsed
15467
15468 \begin_layout Plain Layout
15469 Operators
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Subsection
15478 Big Operators
15479 \begin_inset CommandInset label
15480 LatexCommand label
15481 name "subsec:Big-Operators"
15482
15483 \end_inset
15484
15485
15486 \begin_inset Index idx
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490 Operators ! big
15491 \end_layout
15492
15493 \end_inset
15494
15495
15496 \begin_inset Index idx
15497 status collapsed
15498
15499 \begin_layout Plain Layout
15500 Sums
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \begin_inset Index idx
15507 status collapsed
15508
15509 \begin_layout Plain Layout
15510 Integrals
15511 \end_layout
15512
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \begin_layout Standard
15519 To be able to use all integral operators listed here, the option 
15520 \family sans
15521 Use esint package automatically
15522 \family default
15523  must be set in the document settings under 
15524 \family sans
15525 Math
15526 \begin_inset space ~
15527 \end_inset
15528
15529 Options
15530 \family default
15531 .
15532 \end_layout
15533
15534 \begin_layout Standard
15535 \begin_inset space \hfill{}
15536 \end_inset
15537
15538
15539 \begin_inset Tabular
15540 <lyxtabular version="3" rows="11" columns="2">
15541 <features tabularvalignment="middle">
15542 <column alignment="center" valignment="top" width="0pt">
15543 <column alignment="center" valignment="top" width="0pt">
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 Command
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558 Result
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 int
15572 \begin_inset Index idx
15573 status collapsed
15574
15575 \begin_layout Plain Layout
15576 Commands ! I ! 
15577 \backslash
15578 int
15579 \end_layout
15580
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $\int$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606
15607 \backslash
15608 oint
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $\oint$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 ointctrclockwise
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\ointctrclockwise$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \backslash
15658 ointclockwise
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 \begin_inset Formula $\ointclockwise$
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 sqint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\sqint$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 fint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717  
15718 \begin_inset Formula $\fint$
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \end_inset
15725 </cell>
15726 </row>
15727 <row>
15728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732
15733 \backslash
15734 landupint
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743  
15744 \begin_inset Formula $\landupint$
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
15759 \backslash
15760 landdownint
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769  
15770 \begin_inset Formula $\landdownint$
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \backslash
15786 bigcap
15787 \end_layout
15788
15789 \end_inset
15790 </cell>
15791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15792 \begin_inset Text
15793
15794 \begin_layout Plain Layout
15795 \begin_inset Formula $\bigcap$
15796 \end_inset
15797
15798
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 </row>
15804 <row>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809
15810 \backslash
15811 bigcup
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Formula $\bigcup$
15821 \end_inset
15822
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 </row>
15829 </lyxtabular>
15830
15831 \end_inset
15832
15833
15834 \begin_inset space \hfill{}
15835 \end_inset
15836
15837
15838 \begin_inset Tabular
15839 <lyxtabular version="3" rows="11" columns="2">
15840 <features tabularvalignment="middle">
15841 <column alignment="center" valignment="top" width="0pt">
15842 <column alignment="center" valignment="top" width="0pt">
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 Command
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857 Result
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 </row>
15863 <row>
15864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868
15869 \backslash
15870 sum
15871 \begin_inset Index idx
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875 Commands ! S ! 
15876 \backslash
15877 sum
15878 \end_layout
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Formula $\sum$
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 prod
15908 \begin_inset Index idx
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 Commands ! P ! 
15913 \backslash
15914 prod
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 vspace{4mm}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941 \begin_inset Formula $\prod$
15942 \end_inset
15943
15944
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 </row>
15950 <row>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955
15956 \backslash
15957 coprod
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 \begin_inset Formula $\coprod$
15967 \end_inset
15968
15969
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 </row>
15975 <row>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980
15981 \backslash
15982 bigodot
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 \begin_inset Formula $\bigodot$
15992 \end_inset
15993
15994
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 <row>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005
16006 \backslash
16007 bigotimes
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 \begin_inset Formula $\bigotimes$
16017 \end_inset
16018
16019
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 </row>
16025 <row>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030
16031 \backslash
16032 bigoplus
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 \begin_inset Formula $\bigoplus$
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 bigwedge
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16063 \begin_inset Text
16064
16065 \begin_layout Plain Layout
16066 \begin_inset Formula $\bigwedge$
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 </row>
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080
16081 \backslash
16082 bigvee
16083 \end_layout
16084
16085 \end_inset
16086 </cell>
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 \begin_inset Formula $\bigvee$
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 </row>
16100 <row>
16101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105
16106 \backslash
16107 bigsqcup
16108 \end_layout
16109
16110 \end_inset
16111 </cell>
16112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 \begin_inset Formula $\bigsqcup$
16117 \end_inset
16118
16119
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 </row>
16125 <row>
16126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16127 \begin_inset Text
16128
16129 \begin_layout Plain Layout
16130
16131 \backslash
16132 biguplus
16133 \end_layout
16134
16135 \end_inset
16136 </cell>
16137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16138 \begin_inset Text
16139
16140 \begin_layout Plain Layout
16141 \begin_inset Formula $\biguplus$
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 </lyxtabular>
16151
16152 \end_inset
16153
16154
16155 \begin_inset space \hfill{}
16156 \end_inset
16157
16158
16159 \end_layout
16160
16161 \begin_layout Standard
16162 All big operators can also be inserted via the math toolbar button 
16163 \begin_inset Info
16164 type  "icon"
16165 arg   "math-insert \\intop"
16166 \end_inset
16167
16168 .
16169 \end_layout
16170
16171 \begin_layout Standard
16172 The operators are called big because they are bigger than the sometimes
16173  equal looking binary operators.
16174  All big operators can have limits as described in the next subsection.
16175 \end_layout
16176
16177 \begin_layout Standard
16178 For all integral operators there is a second version available, ending in
16179  
16180 \series bold
16181 op
16182 \series default
16183
16184 \series bold
16185
16186 \backslash
16187 intop
16188 \series default
16189
16190 \series bold
16191
16192 \backslash
16193 ointop
16194 \series default
16195  etc..
16196  These operators are different from 
16197 \series bold
16198
16199 \backslash
16200 int
16201 \series default
16202  etc.
16203 \begin_inset space \space{}
16204 \end_inset
16205
16206 in the style the operator limits are displayed, see 
16207 \begin_inset CommandInset ref
16208 LatexCommand ref
16209 reference "subsec:Operator-Limits"
16210
16211 \end_inset
16212
16213 .
16214  
16215 \end_layout
16216
16217 \begin_layout Subsubsection*
16218 Advice for Integrals
16219 \end_layout
16220
16221 \begin_layout Standard
16222 The letter 
16223 \emph on
16224 d
16225 \emph default
16226  in an integral is an operator, that therefore has to be set upright.
16227  This is done by highlighting the 
16228 \emph on
16229 d
16230 \emph default
16231  and using the keyboard shortcut 
16232 \begin_inset Info
16233 type  "shortcut"
16234 arg   "font-roman"
16235 \end_inset
16236
16237
16238 \begin_inset Foot
16239 status collapsed
16240
16241 \begin_layout Plain Layout
16242 Font styles
16243 \series bold
16244  
16245 \series default
16246 see 
16247 \begin_inset CommandInset ref
16248 LatexCommand ref
16249 reference "subsec:Font-Styles"
16250
16251 \end_inset
16252
16253
16254 \end_layout
16255
16256 \end_inset
16257
16258 .
16259  Finally the smallest space is inserted before the 
16260 \emph on
16261 d
16262 \emph default
16263 , as this is usual for operators.
16264  An example:
16265 \end_layout
16266
16267 \begin_layout Standard
16268 incorrect: 
16269 \begin_inset Formula $\int A(x)dx$
16270 \end_inset
16271
16272
16273 \begin_inset Newline newline
16274 \end_inset
16275
16276
16277 \begin_inset Phantom HPhantom
16278 status open
16279
16280 \begin_layout Plain Layout
16281 in
16282 \end_layout
16283
16284 \end_inset
16285
16286 correct: 
16287 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \begin_layout Standard
16294 For multiple integrals there are the following commands:
16295 \begin_inset VSpace medskip
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Standard
16302 \begin_inset space \hfill{}
16303 \end_inset
16304
16305
16306 \begin_inset Tabular
16307 <lyxtabular version="3" rows="4" columns="2">
16308 <features tabularvalignment="middle">
16309 <column alignment="center" valignment="top">
16310 <column alignment="center" valignment="top">
16311 <row>
16312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316 Command
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325 Result
16326 \begin_inset Note Note
16327 status collapsed
16328
16329 \begin_layout Plain Layout
16330
16331 \series bold
16332
16333 \backslash
16334 raisebox
16335 \series default
16336  is only used as spacer.
16337 \end_layout
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \end_inset
16345 </cell>
16346 </row>
16347 <row>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352
16353 \backslash
16354 iint
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16364 \end_inset
16365
16366
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377
16378 \backslash
16379 oiint
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16389 \end_inset
16390
16391
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 </row>
16397 <row>
16398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402
16403 \backslash
16404 sqiint
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 </lyxtabular>
16423
16424 \end_inset
16425
16426
16427 \begin_inset space \hfill{}
16428 \end_inset
16429
16430
16431 \begin_inset Tabular
16432 <lyxtabular version="3" rows="4" columns="2">
16433 <features tabularvalignment="middle">
16434 <column alignment="center" valignment="top">
16435 <column alignment="center" valignment="top">
16436 <row>
16437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 Command
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 Result
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 </row>
16456 <row>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461
16462 \backslash
16463 iiint
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16473 \end_inset
16474
16475
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 </row>
16481 <row>
16482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486
16487 \backslash
16488 iiiint
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511
16512 \backslash
16513 dotsint
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 </lyxtabular>
16532
16533 \end_inset
16534
16535
16536 \begin_inset space \hfill{}
16537 \end_inset
16538
16539
16540 \end_layout
16541
16542 \begin_layout Subsection
16543 Operator Limits
16544 \begin_inset CommandInset label
16545 LatexCommand label
16546 name "subsec:Operator-Limits"
16547
16548 \end_inset
16549
16550
16551 \begin_inset Index idx
16552 status collapsed
16553
16554 \begin_layout Plain Layout
16555 Operators ! Limits
16556 \end_layout
16557
16558 \end_inset
16559
16560
16561 \end_layout
16562
16563 \begin_layout Standard
16564 Limits are created by super- and subscripts:
16565 \begin_inset Separator parbreak
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Standard
16572 \align center
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="2" columns="2">
16575 <features tabularvalignment="middle">
16576 <column alignment="center" valignment="top" width="0pt">
16577 <column alignment="center" valignment="top" width="0pt">
16578 <row>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 Command
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 Result
16593 \begin_inset Note Note
16594 status collapsed
16595
16596 \begin_layout Plain Layout
16597
16598 \series bold
16599
16600 \backslash
16601 raisebox
16602 \series default
16603  is only used as spacer.
16604 \end_layout
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 prod^
16622 \backslash
16623 infty
16624 \begin_inset space \textvisiblespace{}
16625 \end_inset
16626
16627
16628 \begin_inset Formula $\to$
16629 \end_inset
16630
16631 _0
16632 \begin_inset Formula $\to$
16633 \end_inset
16634
16635 A(x)
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 </lyxtabular>
16654
16655 \end_inset
16656
16657
16658 \end_layout
16659
16660 \begin_layout Standard
16661 Limits of inline formulas are set right beside the operator.
16662  Limits in displayed formulas are set above or below the operator, except
16663  for integral limits.
16664 \end_layout
16665
16666 \begin_layout Standard
16667 To force that the limits are set beside the operator, the cursor is set
16668  directly behind the operator and the limits type is changed with the menu
16669  
16670 \family sans
16671 Edit\SpecialChar menuseparator
16672 Math\SpecialChar menuseparator
16673 Change Limits Type
16674 \family default
16675  to 
16676 \family sans
16677 \series bold
16678 Inline
16679 \family default
16680 \series default
16681  (shortcut 
16682 \begin_inset Info
16683 type  "shortcut"
16684 arg   "math-limits"
16685 \end_inset
16686
16687 ).
16688  An example:
16689 \end_layout
16690
16691 \begin_layout Standard
16692 The default limits type is this:
16693 \begin_inset Formula 
16694 \[
16695 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16696 \]
16697
16698 \end_inset
16699
16700 This is how it looks when the limits type was changed to 
16701 \family sans
16702 \series bold
16703 Inline
16704 \family default
16705 \series default
16706 :
16707 \begin_inset Formula 
16708 \[
16709 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16710 \]
16711
16712 \end_inset
16713
16714 For integrals, except those ending with 
16715 \series bold
16716 op
16717 \series default
16718  like 
16719 \series bold
16720
16721 \backslash
16722 intop
16723 \series default
16724
16725 \series bold
16726
16727 \backslash
16728 ointop
16729 \series default
16730  etc., the limits are by default set beside the operator.
16731  But for multiple integrals the limits are often set below the operator.
16732  In the following example the limits type was therefore set to 
16733 \series bold
16734 Display
16735 \series default
16736  and so set below the integrals:
16737 \begin_inset Formula 
16738 \begin{equation}
16739 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16740 \end{equation}
16741
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \begin_layout Standard
16748 \begin_inset VSpace medskip
16749 \end_inset
16750
16751 To specify conditions for limits, the commands 
16752 \series bold
16753
16754 \backslash
16755 subarray
16756 \series default
16757
16758 \begin_inset Index idx
16759 status collapsed
16760
16761 \begin_layout Plain Layout
16762 Commands ! S ! 
16763 \backslash
16764 subarray
16765 \end_layout
16766
16767 \end_inset
16768
16769  and 
16770 \series bold
16771
16772 \backslash
16773 substack
16774 \series default
16775
16776 \begin_inset Index idx
16777 status collapsed
16778
16779 \begin_layout Plain Layout
16780 Commands ! S ! 
16781 \backslash
16782 substack
16783 \end_layout
16784
16785 \end_inset
16786
16787  are used.
16788  To create for example this expression 
16789 \begin_inset Formula 
16790 \begin{equation}
16791 \sum_{\begin{subarray}{c}
16792 0<k<1000\\
16793 \\
16794 k\,\in\,\mathbb{N}
16795 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16796 \end{equation}
16797
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \begin_layout Standard
16804 the following has to be done:
16805 \begin_inset Newline newline
16806 \end_inset
16807
16808 First the command 
16809 \series bold
16810
16811 \backslash
16812 sum
16813 \series default
16814 ^
16815 \series bold
16816 n
16817 \begin_inset space \textvisiblespace{}
16818 \end_inset
16819
16820 _
16821 \series default
16822  is typed in.
16823  One is now in a blue box under the summation operator and insert there
16824  the command 
16825 \series bold
16826
16827 \backslash
16828 subarray
16829 \begin_inset space \textvisiblespace{}
16830 \end_inset
16831
16832
16833 \series default
16834 .
16835  The blue box is now within a purple box and now several lines can be written
16836  among each other.
16837  A new line is created by inserting a line break (
16838 \begin_inset Info
16839 type  "shortcut"
16840 arg   "newline-insert newline"
16841 \end_inset
16842
16843 ).
16844  When now
16845 \begin_inset Newline newline
16846 \end_inset
16847
16848
16849 \series bold
16850 0<k<1000 Ctrl+Return
16851 \begin_inset Newline newline
16852 \end_inset
16853
16854
16855 \series default
16856 is typed in, a new box appears below for the new line.
16857 \end_layout
16858
16859 \begin_layout Standard
16860 The alignment of the lines can be changed to left aligned with the 
16861 \family sans
16862 table
16863 \family default
16864  
16865 \family sans
16866 toolbar
16867 \family default
16868  or the menu 
16869 \family sans
16870 Edit\SpecialChar menuseparator
16871 Rows &Columns
16872 \family default
16873 .
16874  To get right alignment, 
16875 \series bold
16876
16877 \backslash
16878 hfill
16879 \begin_inset space \textvisiblespace{}
16880 \end_inset
16881
16882
16883 \series default
16884  is inserted at the beginning of the line.
16885 \end_layout
16886
16887 \begin_layout Standard
16888 The command 
16889 \series bold
16890
16891 \backslash
16892 substack
16893 \series default
16894  is equivalent to 
16895 \series bold
16896
16897 \backslash
16898 subarray
16899 \series default
16900  with the difference that the lines are always centered.
16901 \end_layout
16902
16903 \begin_layout Standard
16904 \begin_inset VSpace bigskip
16905 \end_inset
16906
16907 Like in formula 
16908 \begin_inset CommandInset ref
16909 LatexCommand eqref
16910 reference "eq:substack"
16911
16912 \end_inset
16913
16914  there can be too much space beside an operator, because the characters
16915  following the operator are set beside the limits.
16916  To avoid this the command 
16917 \series bold
16918
16919 \backslash
16920 smashoperator
16921 \series default
16922
16923 \begin_inset Index idx
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 Commands ! S ! 
16928 \backslash
16929 smashoperator
16930 \end_layout
16931
16932 \end_inset
16933
16934  can be used.
16935  To activate it, set in the document settings under 
16936 \family sans
16937 Math
16938 \begin_inset space ~
16939 \end_inset
16940
16941 Options
16942 \family default
16943  for the package 
16944 \series bold
16945 mathtools
16946 \series default
16947
16948 \begin_inset Index idx
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952 Packages ! mathtools
16953 \end_layout
16954
16955 \end_inset
16956
16957  the option 
16958 \family sans
16959 Load
16960 \begin_inset space ~
16961 \end_inset
16962
16963 always
16964 \family default
16965 .
16966  
16967 \series bold
16968
16969 \backslash
16970 smashoperator
16971 \series default
16972  sets the space besides the operator to 0
16973 \begin_inset space \thinspace{}
16974 \end_inset
16975
16976 pt.
16977 \begin_inset Newline newline
16978 \end_inset
16979
16980 Applied on formula 
16981 \begin_inset CommandInset ref
16982 LatexCommand eqref
16983 reference "eq:substack"
16984
16985 \end_inset
16986
16987 , one uses the command
16988 \end_layout
16989
16990 \begin_layout Standard
16991
16992 \series bold
16993
16994 \backslash
16995 smashoperator{
16996 \end_layout
16997
16998 \begin_layout Standard
16999 and inserts the operator with its limits into the braces.
17000  Behind the brace one continues the formula:
17001 \begin_inset Formula 
17002 \[
17003 \smashoperator{\sum_{\begin{subarray}{c}
17004 0<k<1000\\
17005 \\
17006 k\,\in\,\mathbb{N}
17007 \end{subarray}}^{n}}k^{-2}
17008 \]
17009
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 It is possible to set the space of only one side of the operator to 0
17017 \begin_inset space \thinspace{}
17018 \end_inset
17019
17020 pt.
17021  To do this write either 
17022 \series bold
17023 [l]
17024 \series default
17025  or 
17026 \series bold
17027 [r]
17028 \series default
17029  between 
17030 \series bold
17031
17032 \backslash
17033 smashoperator
17034 \series default
17035  and its brace.
17036  
17037 \series bold
17038 l
17039 \series default
17040  stands for the left and 
17041 \series bold
17042 r
17043 \series default
17044  for the right side of the operator.
17045  Here is an example of the possible 
17046 \series bold
17047
17048 \backslash
17049 smashoperator
17050 \series default
17051  forms:
17052 \end_layout
17053
17054 \begin_layout Standard
17055 \begin_inset Formula 
17056 \[
17057 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
17058 \]
17059
17060 \end_inset
17061
17062
17063 \end_layout
17064
17065 \begin_layout Standard
17066 \begin_inset VSpace bigskip
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \begin_layout Standard
17073 When several consecutive operators have limits the typesetting of the limits
17074  looks often imperfect in the output, see this example:
17075 \begin_inset Formula 
17076 \[
17077 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
17078 \]
17079
17080 \end_inset
17081
17082 To improve the typesetting set in the document settings under 
17083 \family sans
17084 Math
17085 \begin_inset space ~
17086 \end_inset
17087
17088 Options
17089 \family default
17090  for the package 
17091 \series bold
17092 mathtools
17093 \series default
17094
17095 \begin_inset Index idx
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Packages ! mathtools
17100 \end_layout
17101
17102 \end_inset
17103
17104  the option 
17105 \family sans
17106 Load
17107 \begin_inset space ~
17108 \end_inset
17109
17110 always
17111 \family default
17112 .
17113  Then insert into your formula the command 
17114 \series bold
17115
17116 \backslash
17117 adjustlimits
17118 \series default
17119
17120 \begin_inset Index idx
17121 status collapsed
17122
17123 \begin_layout Plain Layout
17124 Commands ! A ! 
17125 \backslash
17126 adjustlimits
17127 \end_layout
17128
17129 \end_inset
17130
17131  directly before the first operator.
17132  The example will then look like this:
17133 \begin_inset Formula 
17134 \[
17135 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
17136 \]
17137
17138 \end_inset
17139
17140
17141 \end_layout
17142
17143 \begin_layout Standard
17144 \begin_inset VSpace bigskip
17145 \end_inset
17146
17147 How to use one limit for several operators is described in 
17148 \begin_inset CommandInset ref
17149 LatexCommand ref
17150 reference "subsec:Self-defined-Operators"
17151
17152 \end_inset
17153
17154 .
17155 \end_layout
17156
17157 \begin_layout Subsection
17158 Decoration for Operators
17159 \begin_inset Index idx
17160 status collapsed
17161
17162 \begin_layout Plain Layout
17163 Operators ! Decoration
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Standard
17172 With the commands 
17173 \series bold
17174
17175 \backslash
17176 overset
17177 \series default
17178
17179 \begin_inset Index idx
17180 status collapsed
17181
17182 \begin_layout Plain Layout
17183 Commands ! O ! 
17184 \backslash
17185 overset
17186 \end_layout
17187
17188 \end_inset
17189
17190  and 
17191 \series bold
17192
17193 \backslash
17194 underset
17195 \series default
17196
17197 \begin_inset Index idx
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201 Commands ! U ! 
17202 \backslash
17203 underset
17204 \end_layout
17205
17206 \end_inset
17207
17208  characters can be placed above or below an operator, respectively.
17209  With the command 
17210 \series bold
17211
17212 \backslash
17213 sideset
17214 \series default
17215
17216 \begin_inset Index idx
17217 status collapsed
17218
17219 \begin_layout Plain Layout
17220 Commands ! S ! 
17221 \backslash
17222 sideset
17223 \end_layout
17224
17225 \end_inset
17226
17227  characters can be set before and behind a big operator.
17228 \end_layout
17229
17230 \begin_layout Standard
17231 There are 4
17232 \begin_inset space ~
17233 \end_inset
17234
17235 variants of 
17236 \series bold
17237
17238 \backslash
17239 sideset
17240 \series default
17241 :
17242 \end_layout
17243
17244 \begin_layout Itemize
17245
17246 \series bold
17247
17248 \backslash
17249 sideset
17250 \series default
17251  is used to set characters at the corners of the operator
17252 \end_layout
17253
17254 \begin_layout Itemize
17255
17256 \series bold
17257
17258 \backslash
17259 sidesetn
17260 \series default
17261  is used to set characters before and/or behind the operator (this variant
17262  represents \SpecialChar LaTeX
17263 's original 
17264 \series bold
17265
17266 \backslash
17267 sideset
17268 \series default
17269  command)
17270 \end_layout
17271
17272 \begin_layout Itemize
17273
17274 \series bold
17275
17276 \backslash
17277 sidesetl
17278 \series default
17279  is used to set characters at the left corners and/or behind the operator
17280 \end_layout
17281
17282 \begin_layout Itemize
17283
17284 \series bold
17285
17286 \backslash
17287 sidesetr
17288 \series default
17289  is used to set characters at the right corners and/or before the operator
17290 \end_layout
17291
17292 \begin_layout Standard
17293 For example the command 
17294 \series bold
17295
17296 \backslash
17297 sidesetn
17298 \begin_inset space \textvisiblespace{}
17299 \end_inset
17300
17301
17302 \backslash
17303 sum
17304 \begin_inset space \textvisiblespace{}
17305 \end_inset
17306
17307
17308 \begin_inset Formula $\to$
17309 \end_inset
17310
17311 '
17312 \begin_inset Formula $\to$
17313 \end_inset
17314
17315 _k=1
17316 \begin_inset space \textvisiblespace{}
17317 \end_inset
17318
17319
17320 \series default
17321 ^
17322 \series bold
17323 n
17324 \series default
17325  produces:
17326 \begin_inset Formula 
17327 \[
17328 \sideset{}{'}\sum_{k=1}^{n}
17329 \]
17330
17331 \end_inset
17332
17333
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Note Greyedout
17338 status open
17339
17340 \begin_layout Plain Layout
17341
17342 \series bold
17343 Note: 
17344 \backslash
17345 sideset
17346 \series default
17347  can only be used to decorate big operators, binary operators are not allowed.
17348 \end_layout
17349
17350 \end_inset
17351
17352
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \series bold
17358
17359 \backslash
17360 overset
17361 \series default
17362  and 
17363 \series bold
17364
17365 \backslash
17366 underset
17367 \series default
17368  can also be used to decorate symbols and characters.
17369  For example, the command 
17370 \series bold
17371
17372 \backslash
17373 overset
17374 \begin_inset space \textvisiblespace{}
17375 \end_inset
17376
17377
17378 \backslash
17379 maltese
17380 \begin_inset space \textvisiblespace{}
17381 \end_inset
17382
17383
17384 \series default
17385
17386 \begin_inset Formula $\uparrow$
17387 \end_inset
17388
17389
17390 \series bold
17391 a
17392 \series default
17393  produces:
17394 \begin_inset Formula 
17395 \[
17396 \overset{a}{\maltese}
17397 \]
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Subsection
17405 Binary Operators
17406 \begin_inset CommandInset label
17407 LatexCommand label
17408 name "subsec:Binary-Operators"
17409
17410 \end_inset
17411
17412
17413 \begin_inset Index idx
17414 status collapsed
17415
17416 \begin_layout Plain Layout
17417 Operators ! binary
17418 \end_layout
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \begin_layout Standard
17426 Binary operators are surrounded by space when there is a character before
17427  and after them.
17428 \begin_inset VSpace medskip
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 \begin_inset space \hfill{}
17436 \end_inset
17437
17438
17439 \begin_inset Tabular
17440 <lyxtabular version="3" rows="13" columns="2">
17441 <features tabularvalignment="middle">
17442 <column alignment="center" valignment="top" width="0pt">
17443 <column alignment="center" valignment="top" width="0pt">
17444 <row>
17445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17446 \begin_inset Text
17447
17448 \begin_layout Plain Layout
17449 Command
17450 \begin_inset Note Note
17451 status collapsed
17452
17453 \begin_layout Plain Layout
17454
17455 \series bold
17456
17457 \backslash
17458 raisebox
17459 \series default
17460  is only used as spacer.
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 Result
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 </row>
17480 <row>
17481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17482 \begin_inset Text
17483
17484 \begin_layout Plain Layout
17485 +
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Formula $+$
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 </row>
17503 <row>
17504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17505 \begin_inset Text
17506
17507 \begin_layout Plain Layout
17508 -
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $-$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \backslash
17533 pm
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\pm$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \backslash
17558 mp
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $\mp$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \backslash
17583 cdot
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Formula $\cdot$
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606
17607 \backslash
17608 times
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 \begin_inset Formula $\times$
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 </row>
17626 <row>
17627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631
17632 \backslash
17633 div
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 \begin_inset Formula $\div$
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 <row>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset ERT
17657 status collapsed
17658
17659 \begin_layout Plain Layout
17660
17661
17662 \backslash
17663 raisebox{-1.2mm}{
17664 \end_layout
17665
17666 \end_inset
17667
17668 *
17669 \begin_inset ERT
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673
17674 }
17675 \end_layout
17676
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688 \begin_inset Formula $*$
17689 \end_inset
17690
17691
17692 \end_layout
17693
17694 \end_inset
17695 </cell>
17696 </row>
17697 <row>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \backslash
17704 star
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 \begin_inset Formula $\star$
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \backslash
17729 circ
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17735 \begin_inset Text
17736
17737 \begin_layout Plain Layout
17738 \begin_inset Formula $\circ$
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 </row>
17747 <row>
17748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17749 \begin_inset Text
17750
17751 \begin_layout Plain Layout
17752
17753 \backslash
17754 diamond
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17760 \begin_inset Text
17761
17762 \begin_layout Plain Layout
17763 \begin_inset Formula $\diamond$
17764 \end_inset
17765
17766
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 </row>
17772 <row>
17773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777
17778 \backslash
17779 bullet
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Formula $\bullet$
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 </row>
17797 </lyxtabular>
17798
17799 \end_inset
17800
17801
17802 \begin_inset space \hfill{}
17803 \end_inset
17804
17805
17806 \begin_inset Tabular
17807 <lyxtabular version="3" rows="13" columns="2">
17808 <features tabularvalignment="middle">
17809 <column alignment="center" valignment="top" width="0pt">
17810 <column alignment="center" valignment="top" width="0pt">
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 Command
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17822 \begin_inset Text
17823
17824 \begin_layout Plain Layout
17825 Result
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 </row>
17831 <row>
17832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17833 \begin_inset Text
17834
17835 \begin_layout Plain Layout
17836
17837 \backslash
17838 nabla
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Formula $\nabla$
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 </row>
17856 <row>
17857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \backslash
17863 bigtriangledown
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 \begin_inset Formula $\bigtriangledown$
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 </row>
17881 <row>
17882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \backslash
17888 bigtriangleup
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 \begin_inset Formula $\bigtriangleup$
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904 </cell>
17905 </row>
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911
17912 \backslash
17913 Box
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\Box$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \backslash
17938 cap 
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 \begin_inset Formula $\cap$
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 </row>
17956 <row>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \backslash
17963 cup
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 \begin_inset Formula $\cup$
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 <row>
17982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \backslash
17988 dagger
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\dagger$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 </row>
18006 <row>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \backslash
18013 ddagger
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 \begin_inset Formula $\ddagger$
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \end_inset
18029 </cell>
18030 </row>
18031 <row>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036
18037 \backslash
18038 wr
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 \begin_inset Formula $\wr$
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 </row>
18056 <row>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \backslash
18063 bigcirc
18064 \end_layout
18065
18066 \end_inset
18067 </cell>
18068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072 \begin_inset Formula $\bigcirc$
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \backslash
18088 wedge
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18094 \begin_inset Text
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Formula $\wedge$
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 </row>
18106 <row>
18107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \backslash
18113 vee
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122 \begin_inset Formula $\vee$
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 </lyxtabular>
18132
18133 \end_inset
18134
18135
18136 \begin_inset space \hfill{}
18137 \end_inset
18138
18139
18140 \begin_inset Tabular
18141 <lyxtabular version="3" rows="13" columns="2">
18142 <features tabularvalignment="middle">
18143 <column alignment="center" valignment="top" width="0pt">
18144 <column alignment="center" valignment="top" width="0pt">
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 Command
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 Result
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 </row>
18165 <row>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \backslash
18172 oplus
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18178 \begin_inset Text
18179
18180 \begin_layout Plain Layout
18181 \begin_inset Formula $\oplus$
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \backslash
18197 ominus
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 \begin_inset Formula $\ominus$
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \backslash
18222 otimes
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 \begin_inset Formula $\otimes$
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 <row>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245
18246 \backslash
18247 oslash
18248 \end_layout
18249
18250 \end_inset
18251 </cell>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256 \begin_inset Formula $\oslash$
18257 \end_inset
18258
18259
18260 \end_layout
18261
18262 \end_inset
18263 </cell>
18264 </row>
18265 <row>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270
18271 \backslash
18272 odot
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\odot$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 amalg
18298 \end_layout
18299
18300 \end_inset
18301 </cell>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306 \begin_inset Formula $\amalg$
18307 \end_inset
18308
18309
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 </row>
18315 <row>
18316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320
18321 \backslash
18322 uplus
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 \begin_inset Formula $\uplus$
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 <row>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \backslash
18347 setminus
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 \begin_inset Formula $\setminus$
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370
18371 \backslash
18372 sqcap
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 \begin_inset Formula $\sqcap$
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 sqcup
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Formula $\sqcup$
18407 \end_inset
18408
18409
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 </row>
18415 <row>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \backslash
18422 triangleleft
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\triangleleft$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 </row>
18440 <row>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \backslash
18447 triangleright
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 \begin_inset Formula $\triangleright$
18457 \end_inset
18458
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \begin_inset space \hfill{}
18471 \end_inset
18472
18473
18474 \end_layout
18475
18476 \begin_layout Standard
18477 All binary operators can also be inserted via the math toolbar button 
18478 \begin_inset Info
18479 type  "icon"
18480 arg   "math-insert \\pm"
18481 \end_inset
18482
18483 .
18484 \end_layout
18485
18486 \begin_layout Standard
18487 To typeset the Laplace operator also 
18488 \series bold
18489
18490 \backslash
18491 Delta
18492 \series default
18493  or 
18494 \series bold
18495
18496 \backslash
18497 nabla
18498 \series default
18499 ^
18500 \series bold
18501 2
18502 \series default
18503  (
18504 \begin_inset Formula $\nabla^{2}$
18505 \end_inset
18506
18507 ) can be used instead of 
18508 \series bold
18509
18510 \backslash
18511 bigtriangleup
18512 \series default
18513  .
18514 \end_layout
18515
18516 \begin_layout Standard
18517 The character 
18518 \family sans
18519 Menu Separator
18520 \family default
18521  from the menu 
18522 \family sans
18523 Insert\SpecialChar menuseparator
18524 Special Character
18525 \family default
18526  is the operator 
18527 \series bold
18528
18529 \backslash
18530 triangleright
18531 \series default
18532 .
18533 \end_layout
18534
18535 \begin_layout Subsection
18536 Self-defined Operators
18537 \begin_inset CommandInset label
18538 LatexCommand label
18539 name "subsec:Self-defined-Operators"
18540
18541 \end_inset
18542
18543
18544 \begin_inset Index idx
18545 status collapsed
18546
18547 \begin_layout Plain Layout
18548 Operators ! self-defined
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Standard
18557 With the help of the command 
18558 \series bold
18559
18560 \backslash
18561 DeclareMathOperator
18562 \series default
18563
18564 \begin_inset Index idx
18565 status collapsed
18566
18567 \begin_layout Plain Layout
18568 Commands ! D ! 
18569 \backslash
18570 dbinom@
18571 \backslash
18572 DeclareMathOperator
18573 \end_layout
18574
18575 \end_inset
18576
18577  custom operators can be defined in the \SpecialChar LaTeX
18578 -preamble.
18579  Its command scheme is:
18580 \end_layout
18581
18582 \begin_layout Standard
18583
18584 \series bold
18585
18586 \backslash
18587 DeclareMathOperator{new command}{display}
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Display can be characters or symbols that define how the operator looks
18592  in the output.
18593  To define a big operator a * is set behind the command.
18594  All self-defined big operators can have limits as described in 
18595 \begin_inset CommandInset ref
18596 LatexCommand ref
18597 reference "subsec:Operator-Limits"
18598
18599 \end_inset
18600
18601 .
18602 \end_layout
18603
18604 \begin_layout Standard
18605 For example the \SpecialChar LaTeX
18606 -preamble line
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 DeclareMathOperator*{
18615 \backslash
18616 Lozenge}{
18617 \backslash
18618 blacklozenge}
18619 \end_layout
18620
18621 \begin_layout Standard
18622 defines the command 
18623 \series bold
18624
18625 \backslash
18626 Lozenge
18627 \series default
18628 , that inserts a big operator consisting of the lozenge symbol from 
18629 \begin_inset CommandInset ref
18630 LatexCommand ref
18631 reference "subsec:Miscellaneous-Symbols"
18632
18633 \end_inset
18634
18635 :
18636 \begin_inset Formula 
18637 \[
18638 \Lozenge_{n=1}^{\infty}
18639 \]
18640
18641 \end_inset
18642
18643 The command for this formula is: 
18644 \series bold
18645
18646 \backslash
18647 Lozenge
18648 \series default
18649 ^
18650 \series bold
18651
18652 \backslash
18653 infty
18654 \begin_inset Formula $\to$
18655 \end_inset
18656
18657 _n=1
18658 \end_layout
18659
18660 \begin_layout Standard
18661 \begin_inset VSpace bigskip
18662 \end_inset
18663
18664 When self-defined operators are not used several times in the document,
18665  they can also be defined with the commands 
18666 \series bold
18667
18668 \backslash
18669 mathop
18670 \series default
18671
18672 \begin_inset Index idx
18673 status collapsed
18674
18675 \begin_layout Plain Layout
18676 Commands ! M ! 
18677 \backslash
18678 mathop
18679 \end_layout
18680
18681 \end_inset
18682
18683  and 
18684 \series bold
18685
18686 \backslash
18687 mathbin
18688 \series default
18689
18690 \begin_inset Index idx
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694 Commands ! M ! 
18695 \backslash
18696 mathbin
18697 \end_layout
18698
18699 \end_inset
18700
18701 , which have the following scheme:
18702 \end_layout
18703
18704 \begin_layout Standard
18705
18706 \series bold
18707
18708 \backslash
18709 mathop{display}
18710 \series default
18711  and 
18712 \series bold
18713
18714 \backslash
18715 mathbin{display}
18716 \end_layout
18717
18718 \begin_layout Standard
18719
18720 \series bold
18721
18722 \backslash
18723 mathop
18724 \series default
18725  defines big operators, 
18726 \series bold
18727
18728 \backslash
18729 mathbin
18730 \series default
18731  binary operators.
18732 \end_layout
18733
18734 \begin_layout Standard
18735
18736 \series bold
18737
18738 \backslash
18739 mathop
18740 \series default
18741  can e.
18742 \begin_inset space \thinspace{}
18743 \end_inset
18744
18745 g.
18746 \begin_inset space \space{}
18747 \end_inset
18748
18749 be used to use one limit for several operators:
18750 \end_layout
18751
18752 \begin_layout Standard
18753 \begin_inset Formula 
18754 \[
18755 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18756 \]
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 The command for the formula above is:
18765 \begin_inset Newline newline
18766 \end_inset
18767
18768
18769 \series bold
18770
18771 \backslash
18772 mathop{
18773 \backslash
18774 sum
18775 \backslash
18776 negmedspace
18777 \backslash
18778 sum
18779 \series default
18780
18781 \begin_inset space \textvisiblespace{}
18782 \end_inset
18783
18784
18785 \series bold
18786
18787 \begin_inset Formula $\to$
18788 \end_inset
18789
18790 ^N
18791 \series default
18792
18793 \begin_inset space \textvisiblespace{}
18794 \end_inset
18795
18796
18797 \series bold
18798 _i,j=1
18799 \end_layout
18800
18801 \begin_layout Section
18802 Fonts
18803 \begin_inset Index idx
18804 status collapsed
18805
18806 \begin_layout Plain Layout
18807 Fonts
18808 \end_layout
18809
18810 \end_inset
18811
18812
18813 \end_layout
18814
18815 \begin_layout Subsection
18816 Font Styles
18817 \begin_inset CommandInset label
18818 LatexCommand label
18819 name "subsec:Font-Styles"
18820
18821 \end_inset
18822
18823
18824 \begin_inset Index idx
18825 status collapsed
18826
18827 \begin_layout Plain Layout
18828 Font ! style
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \end_layout
18835
18836 \begin_layout Standard
18837 Latin letters in formulas can be set in one of the following font styles:
18838 \end_layout
18839
18840 \begin_layout Standard
18841 \align center
18842 \begin_inset space \hfill{}
18843 \end_inset
18844
18845
18846 \begin_inset Tabular
18847 <lyxtabular version="3" rows="6" columns="2">
18848 <features tabularvalignment="middle">
18849 <column alignment="center" valignment="top">
18850 <column alignment="center" valignment="top">
18851 <row>
18852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856 Command
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 Result
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 mathbb
18879 \series bold
18880
18881 \begin_inset space \textvisiblespace{}
18882 \end_inset
18883
18884
18885 \series default
18886 ABC
18887 \end_layout
18888
18889 \end_inset
18890 </cell>
18891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18892 \begin_inset Text
18893
18894 \begin_layout Plain Layout
18895 \begin_inset Formula $\mathbb{ABC}$
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \end_inset
18902 </cell>
18903 </row>
18904 <row>
18905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18906 \begin_inset Text
18907
18908 \begin_layout Plain Layout
18909
18910 \backslash
18911 mathbf
18912 \series bold
18913
18914 \begin_inset space \textvisiblespace{}
18915 \end_inset
18916
18917
18918 \series default
18919 AbC
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 \begin_inset Formula $\mathbf{AbC}$
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 </row>
18937 <row>
18938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \backslash
18944 boldsymbol
18945 \series bold
18946
18947 \begin_inset space \textvisiblespace{}
18948 \end_inset
18949
18950
18951 \series default
18952 AbC
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961 \begin_inset Formula $\boldsymbol{AbC}$
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \backslash
18977 mathcal
18978 \series bold
18979
18980 \begin_inset space \textvisiblespace{}
18981 \end_inset
18982
18983
18984 \series default
18985 ABC
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 \begin_inset Formula $\mathcal{ABC}$
18995 \end_inset
18996
18997
18998 \end_layout
18999
19000 \end_inset
19001 </cell>
19002 </row>
19003 <row>
19004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19005 \begin_inset Text
19006
19007 \begin_layout Plain Layout
19008
19009 \backslash
19010 mathfrak
19011 \series bold
19012
19013 \begin_inset space \textvisiblespace{}
19014 \end_inset
19015
19016
19017 \series default
19018 AbC
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 \begin_inset Formula $\mathfrak{AbC}$
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 </row>
19036 </lyxtabular>
19037
19038 \end_inset
19039
19040
19041 \begin_inset space \hfill{}
19042 \end_inset
19043
19044
19045 \begin_inset Tabular
19046 <lyxtabular version="3" rows="6" columns="2">
19047 <features tabularvalignment="middle">
19048 <column alignment="center" valignment="top">
19049 <column alignment="center" valignment="top">
19050 <row>
19051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 Command
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064 Result
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 </row>
19070 <row>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \backslash
19077 mathit
19078 \series bold
19079
19080 \begin_inset space \textvisiblespace{}
19081 \end_inset
19082
19083
19084 \series default
19085 AbC
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19091 \begin_inset Text
19092
19093 \begin_layout Plain Layout
19094 \begin_inset Formula $\mathit{AbC}$
19095 \end_inset
19096
19097
19098 \end_layout
19099
19100 \end_inset
19101 </cell>
19102 </row>
19103 <row>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108
19109 \backslash
19110 mathrm
19111 \series bold
19112
19113 \begin_inset space \textvisiblespace{}
19114 \end_inset
19115
19116
19117 \series default
19118 AbC
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 \begin_inset Formula $\mathrm{AbC}$
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 </row>
19136 <row>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141
19142 \backslash
19143 mathsf
19144 \series bold
19145
19146 \begin_inset space \textvisiblespace{}
19147 \end_inset
19148
19149
19150 \series default
19151 AbC
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\mathsf{AbC}$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 mathtt
19177 \series bold
19178
19179 \begin_inset space \textvisiblespace{}
19180 \end_inset
19181
19182
19183 \series default
19184 AbC
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19190 \begin_inset Text
19191
19192 \begin_layout Plain Layout
19193 \begin_inset Formula $\mathtt{AbC}$
19194 \end_inset
19195
19196
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 </row>
19202 <row>
19203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19204 \begin_inset Text
19205
19206 \begin_layout Plain Layout
19207
19208 \backslash
19209 mathscr
19210 \series bold
19211
19212 \begin_inset space \textvisiblespace{}
19213 \end_inset
19214
19215
19216 \series default
19217 ABC
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 \begin_inset Formula $\mathscr{ABC}$
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 </lyxtabular>
19236
19237 \end_inset
19238
19239
19240 \begin_inset space \hfill{}
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \begin_layout Standard
19247 \begin_inset Note Greyedout
19248 status open
19249
19250 \begin_layout Plain Layout
19251
19252 \series bold
19253 Note:
19254 \series default
19255  The styles 
19256 \series bold
19257
19258 \backslash
19259 mathbb
19260 \series default
19261
19262 \series bold
19263
19264 \backslash
19265 mathcal
19266 \series default
19267  and 
19268 \series bold
19269
19270 \backslash
19271 mathscr
19272 \series default
19273  can only be used for big letters.
19274 \end_layout
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Standard
19282 Predefined is the style 
19283 \series bold
19284
19285 \backslash
19286 mathnormal
19287 \series default
19288 .
19289 \end_layout
19290
19291 \begin_layout Standard
19292 The style commands work also for letters in mathematical constructs:
19293 \begin_inset Formula 
19294 \[
19295 \mathfrak{A=\frac{b}{C}}
19296 \]
19297
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \begin_layout Standard
19304 Characters in mathematical text don't appear in a math font style but in
19305  the text font style 
19306 \series bold
19307
19308 \backslash
19309 textrm
19310 \series default
19311 .
19312  That their style can't be set correctly via the text style dialog is a
19313  bug in \SpecialChar LyX
19314 .
19315 \begin_inset Foot
19316 status collapsed
19317
19318 \begin_layout Plain Layout
19319 \begin_inset CommandInset href
19320 LatexCommand href
19321 name "LyX-bug #4629"
19322 target "http://www.lyx.org/trac/ticket/4629"
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \end_layout
19333
19334 \begin_layout Standard
19335 Instead of the style commands the dialog 
19336 \family sans
19337 Edit\SpecialChar menuseparator
19338 Math\SpecialChar menuseparator
19339 Text Style
19340 \family default
19341  or the toolbar button 
19342 \begin_inset Info
19343 type  "icon"
19344 arg   "math-insert \\font"
19345 \end_inset
19346
19347  can be used.
19348 \end_layout
19349
19350 \begin_layout Subsection
19351 Bold Formulas
19352 \begin_inset CommandInset label
19353 LatexCommand label
19354 name "subsec:Bold-Formulas"
19355
19356 \end_inset
19357
19358
19359 \begin_inset Index idx
19360 status collapsed
19361
19362 \begin_layout Plain Layout
19363 Formula ! bold
19364 \end_layout
19365
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \begin_layout Standard
19372 To make a complete formula bold, the command 
19373 \series bold
19374
19375 \backslash
19376 mathbf
19377 \series default
19378  from the previous subsection cannot be used, because it doesn't work for
19379  small Greek letters.
19380  Furthermore it prints Latin letters always upright, like in the following
19381  equation:
19382 \end_layout
19383
19384 \begin_layout Standard
19385 \begin_inset Formula 
19386 \[
19387 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
19388 \]
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Standard
19396 To display the formula correctly, the command 
19397 \series bold
19398
19399 \backslash
19400 boldsymbol
19401 \series default
19402  is used:
19403 \begin_inset Formula 
19404 \[
19405 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
19406 \]
19407
19408 \end_inset
19409
19410 It is also possible to set the formula in a 
19411 \series bold
19412 boldmath environment
19413 \series default
19414 .
19415  This environment is created by inserting the command 
19416 \series bold
19417
19418 \backslash
19419 boldmath
19420 \series default
19421
19422 \begin_inset Index idx
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426 Commands ! B ! 
19427 \backslash
19428 boldmath
19429 \end_layout
19430
19431 \end_inset
19432
19433  in \SpecialChar TeX
19434  mode.
19435  To end the environment, the command 
19436 \series bold
19437
19438 \backslash
19439 unboldmath
19440 \series default
19441
19442 \begin_inset Index idx
19443 status collapsed
19444
19445 \begin_layout Plain Layout
19446 Commands ! U ! 
19447 \backslash
19448 unboldmath
19449 \end_layout
19450
19451 \end_inset
19452
19453  is inserted in \SpecialChar TeX
19454  mode.
19455 \begin_inset ERT
19456 status collapsed
19457
19458 \begin_layout Plain Layout
19459
19460
19461 \backslash
19462 boldmath 
19463 \end_layout
19464
19465 \end_inset
19466
19467
19468 \begin_inset Formula 
19469 \[
19470 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19471 \]
19472
19473 \end_inset
19474
19475
19476 \begin_inset ERT
19477 status collapsed
19478
19479 \begin_layout Plain Layout
19480
19481
19482 \backslash
19483 unboldmath 
19484 \end_layout
19485
19486 \end_inset
19487
19488
19489 \end_layout
19490
19491 \begin_layout Subsection
19492 Colored Formulas
19493 \begin_inset Index idx
19494 status collapsed
19495
19496 \begin_layout Plain Layout
19497 Formula ! colored
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Standard
19506 Formulas can be colored like normal text: Highlight a formula or a formula
19507  part and use the 
19508 \family sans
19509 Text Style
19510 \family default
19511  dialog.
19512  Here is a formula in magenta:
19513 \begin_inset Formula 
19514 \[
19515 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19516 \]
19517
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \begin_layout Standard
19524 You can also define your own colors as described in 
19525 \begin_inset CommandInset ref
19526 LatexCommand ref
19527 reference "subsec:Colored-Boxes"
19528
19529 \end_inset
19530
19531 .
19532  They can be used with the \SpecialChar TeX
19533  code command 
19534 \series bold
19535
19536 \backslash
19537 textcolor
19538 \series default
19539
19540 \begin_inset Index idx
19541 status collapsed
19542
19543 \begin_layout Plain Layout
19544 Commands ! T ! 
19545 \backslash
19546 textcolor
19547 \end_layout
19548
19549 \end_inset
19550
19551  in the scheme
19552 \end_layout
19553
19554 \begin_layout Standard
19555
19556 \series bold
19557
19558 \backslash
19559 textcolor{color}{characters or formula}
19560 \end_layout
19561
19562 \begin_layout Standard
19563 The following example was colored completely dark green and partly red:
19564 \end_layout
19565
19566 \begin_layout Standard
19567 \begin_inset ERT
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571
19572
19573 \backslash
19574 textcolor{darkgreen}{
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \begin_inset Formula 
19581 \[
19582 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19583 \]
19584
19585 \end_inset
19586
19587
19588 \begin_inset ERT
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592
19593 }
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 Due to a bug in \SpecialChar LyX
19603  only complete formulas can be colored with self-defined
19604  colors.
19605 \begin_inset Foot
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609 \begin_inset CommandInset href
19610 LatexCommand href
19611 name "LyX-bug #5269"
19612 target "http://www.lyx.org/trac/ticket/5269"
19613
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \begin_layout Subsection
19625 Font Sizes
19626 \begin_inset CommandInset label
19627 LatexCommand label
19628 name "subsec:Font-Sizes"
19629
19630 \end_inset
19631
19632
19633 \begin_inset Index idx
19634 status collapsed
19635
19636 \begin_layout Plain Layout
19637 Font ! size
19638 \end_layout
19639
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \begin_layout Standard
19646 For characters in formulas there are, analog to characters in text, the
19647  following size commands:
19648 \end_layout
19649
19650 \begin_layout Standard
19651
19652 \series bold
19653
19654 \backslash
19655 Huge
19656 \series default
19657
19658 \series bold
19659
19660 \backslash
19661 huge
19662 \series default
19663
19664 \series bold
19665
19666 \backslash
19667 LARGE
19668 \series default
19669
19670 \series bold
19671
19672 \backslash
19673 Large
19674 \series default
19675
19676 \series bold
19677
19678 \backslash
19679 large
19680 \series default
19681
19682 \series bold
19683
19684 \backslash
19685 normalsize
19686 \series default
19687
19688 \series bold
19689
19690 \backslash
19691 small
19692 \series default
19693 ,
19694 \begin_inset Newline newline
19695 \end_inset
19696
19697
19698 \series bold
19699
19700 \backslash
19701 footnotesize
19702 \series default
19703
19704 \series bold
19705
19706 \backslash
19707 scriptsize
19708 \series default
19709  and 
19710 \series bold
19711
19712 \backslash
19713 tiny
19714 \end_layout
19715
19716 \begin_layout Standard
19717 The size produced by the commands depends on the document font size, which
19718  corresponds to the command 
19719 \series bold
19720
19721 \backslash
19722 normalsize
19723 \series default
19724 .
19725  The other commands produce smaller or larger sizes than 
19726 \series bold
19727
19728 \backslash
19729 normalsize
19730 \series default
19731 .
19732  The font size can however not exceed a certain value.
19733  Is for example the document font size 12
19734 \begin_inset space \thinspace{}
19735 \end_inset
19736
19737 pt, the command 
19738 \series bold
19739
19740 \backslash
19741 Huge
19742 \series default
19743  switches to the same size as 
19744 \series bold
19745
19746 \backslash
19747 huge
19748 \series default
19749 .
19750  
19751 \end_layout
19752
19753 \begin_layout Standard
19754 A size command is inserted in \SpecialChar TeX
19755  mode before the formula and sets the size
19756  for all following formula and text characters.
19757  To switch back to the initial size, the command 
19758 \series bold
19759
19760 \backslash
19761 normalsize
19762 \series default
19763  is inserted behind the formula in \SpecialChar TeX
19764  mode.
19765 \end_layout
19766
19767 \begin_layout Standard
19768 Within a formula the size can be changed using the following size commands
19769  or the toolbar button 
19770 \begin_inset Info
19771 type  "icon"
19772 arg   "math-insert \\style"
19773 \end_inset
19774
19775 :
19776 \begin_inset Separator parbreak
19777 \end_inset
19778
19779
19780 \end_layout
19781
19782 \begin_layout Standard
19783 \noindent
19784 \align center
19785 \begin_inset Tabular
19786 <lyxtabular version="3" rows="5" columns="2">
19787 <features tabularvalignment="middle">
19788 <column alignment="center" valignment="top">
19789 <column alignment="center" valignment="top">
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 Command
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804 Result
19805 \begin_inset Note Note
19806 status collapsed
19807
19808 \begin_layout Plain Layout
19809
19810 \series bold
19811
19812 \backslash
19813 raisebox
19814 \series default
19815  is only used as spacer.
19816 \end_layout
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 displaystyle
19834 \begin_inset Index idx
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838 Commands ! D ! 
19839 \backslash
19840 displaystyle
19841 \end_layout
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19851 \begin_inset Text
19852
19853 \begin_layout Plain Layout
19854 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19855 \end_inset
19856
19857
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 </row>
19863 <row>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868
19869 \backslash
19870 textstyle
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 </row>
19888 <row>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893
19894 \backslash
19895 scriptstyle
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 </row>
19913 <row>
19914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918
19919 \backslash
19920 scriptscriptstyle
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19926 \begin_inset Text
19927
19928 \begin_layout Plain Layout
19929 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19930 \end_inset
19931
19932
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 </row>
19938 </lyxtabular>
19939
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \begin_layout Standard
19946 After entering these commands, a blue box appears in which the formula parts
19947  are inserted.
19948 \end_layout
19949
19950 \begin_layout Standard
19951 There is a further method to change the font size, that though only works
19952  for symbols or letters in mathematical text.
19953  To use it, one of the above text size commands is inserted in mathematical
19954  text.
19955  All following characters until the end of the mathematical text or until
19956  another size command will have the selected size.
19957  Two examples:
19958 \begin_inset VSpace -2mm
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \begin_layout Standard
19965 \begin_inset ERT
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969
19970
19971 \backslash
19972 huge 
19973 \end_layout
19974
19975 \end_inset
19976
19977
19978 \begin_inset Formula 
19979 \[
19980 A=\frac{B}{c}\cdot\maltese
19981 \]
19982
19983 \end_inset
19984
19985
19986 \begin_inset Formula 
19987 \[
19988 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19989 \]
19990
19991 \end_inset
19992
19993
19994 \begin_inset ERT
19995 status collapsed
19996
19997 \begin_layout Plain Layout
19998
19999
20000 \backslash
20001 normalsize 
20002 \end_layout
20003
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \begin_layout Standard
20010 \begin_inset VSpace medskip
20011 \end_inset
20012
20013 Before both formulas the command 
20014 \series bold
20015
20016 \backslash
20017 huge
20018 \series default
20019  was inserted.
20020  The command for the second formula is:
20021 \begin_inset Newline newline
20022 \end_inset
20023
20024
20025 \series bold
20026
20027 \backslash
20028 maltese
20029 \begin_inset space \textvisiblespace{}
20030 \end_inset
20031
20032 A Alt+M M 
20033 \backslash
20034 Large
20035 \begin_inset space \textvisiblespace{}
20036 \end_inset
20037
20038
20039 \backslash
20040 maltese
20041 \begin_inset space \textvisiblespace{}
20042 \end_inset
20043
20044
20045 \backslash
20046 textit
20047 \begin_inset space \textvisiblespace{}
20048 \end_inset
20049
20050 A
20051 \begin_inset Formula $\to$
20052 \end_inset
20053
20054
20055 \begin_inset Formula $\to$
20056 \end_inset
20057
20058
20059 \begin_inset Newline newline
20060 \end_inset
20061
20062
20063 \begin_inset space \hspace*{}
20064 \length 1cm
20065 \end_inset
20066
20067 Alt+M
20068 \series default
20069  
20070 \series bold
20071
20072 \backslash
20073 tiny
20074 \begin_inset space \textvisiblespace{}
20075 \end_inset
20076
20077
20078 \backslash
20079 maltese
20080 \begin_inset space \textvisiblespace{}
20081 \end_inset
20082
20083
20084 \backslash
20085 textit
20086 \begin_inset space \textvisiblespace{}
20087 \end_inset
20088
20089 A
20090 \end_layout
20091
20092 \begin_layout Standard
20093 If a symbol cannot be displayed in different sizes, it will always be displayed
20094  in the default size.
20095 \end_layout
20096
20097 \begin_layout Section
20098 Greek Letters
20099 \begin_inset Index idx
20100 status collapsed
20101
20102 \begin_layout Plain Layout
20103 Greek letters
20104 \end_layout
20105
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \begin_layout Standard
20112 Greek letters can also be inserted via the toolbar button 
20113 \begin_inset Info
20114 type  "icon"
20115 arg   "math-insert \\alpha"
20116 \end_inset
20117
20118 .
20119  All international typesetting norms purport that Greek letters in math
20120  have to be typeset italic/slanted.
20121  In some languages, like French or Russian, they are nevertheless sometimes
20122  typeset upright.
20123 \end_layout
20124
20125 \begin_layout Subsection
20126 Small Letters
20127 \begin_inset Index idx
20128 status collapsed
20129
20130 \begin_layout Plain Layout
20131 Greek letters ! small
20132 \end_layout
20133
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset space \hfill{}
20141 \end_inset
20142
20143
20144 \begin_inset Tabular
20145 <lyxtabular version="3" rows="11" columns="2">
20146 <features tabularvalignment="middle">
20147 <column alignment="center" valignment="top" width="0pt">
20148 <column alignment="center" valignment="top" width="0pt">
20149 <row>
20150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154 Command
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 Result
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 </row>
20169 <row>
20170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174
20175 \backslash
20176 alpha
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $\alpha$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 </row>
20194 <row>
20195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199
20200 \backslash
20201 beta
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20207 \begin_inset Text
20208
20209 \begin_layout Plain Layout
20210 \begin_inset Formula $\beta$
20211 \end_inset
20212
20213
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 <row>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \backslash
20226 gamma
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 \begin_inset Formula $\gamma$
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 <row>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \backslash
20251 delta
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 \begin_inset Formula $\delta$
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 epsilon
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 $\epsilon$
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 varepsilon
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 $\varepsilon$
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 zeta
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 $\zeta$
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 eta
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 $\eta$
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 theta
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 $\theta$
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" bottomline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 vartheta
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\vartheta$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 </lyxtabular>
20420
20421 \end_inset
20422
20423
20424 \begin_inset space \hfill{}
20425 \end_inset
20426
20427
20428 \begin_inset Tabular
20429 <lyxtabular version="3" rows="12" columns="2">
20430 <features tabularvalignment="middle">
20431 <column alignment="center" valignment="top" width="0pt">
20432 <column alignment="center" valignment="top" width="0pt">
20433 <row>
20434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 Command
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 Result
20448 \end_layout
20449
20450 \end_inset
20451 </cell>
20452 </row>
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458
20459 \backslash
20460 iota
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20466 \begin_inset Text
20467
20468 \begin_layout Plain Layout
20469 \begin_inset Formula $\iota$
20470 \end_inset
20471
20472
20473 \end_layout
20474
20475 \end_inset
20476 </cell>
20477 </row>
20478 <row>
20479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483
20484 \backslash
20485 kappa
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20491 \begin_inset Text
20492
20493 \begin_layout Plain Layout
20494 \begin_inset Formula $\kappa$
20495 \end_inset
20496
20497
20498 \end_layout
20499
20500 \end_inset
20501 </cell>
20502 </row>
20503 <row>
20504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508
20509 \backslash
20510 varkappa
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20516 \begin_inset Text
20517
20518 \begin_layout Plain Layout
20519 \begin_inset Formula $\varkappa$
20520 \end_inset
20521
20522
20523 \end_layout
20524
20525 \end_inset
20526 </cell>
20527 </row>
20528 <row>
20529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20530 \begin_inset Text
20531
20532 \begin_layout Plain Layout
20533
20534 \backslash
20535 lambda
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544 \begin_inset Formula $\lambda$
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \end_inset
20551 </cell>
20552 </row>
20553 <row>
20554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20555 \begin_inset Text
20556
20557 \begin_layout Plain Layout
20558
20559 \backslash
20560 mu
20561 \end_layout
20562
20563 \end_inset
20564 </cell>
20565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20566 \begin_inset Text
20567
20568 \begin_layout Plain Layout
20569 \begin_inset Formula $\mu$
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \backslash
20585 nu
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20591 \begin_inset Text
20592
20593 \begin_layout Plain Layout
20594 \begin_inset Formula $\nu$
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 </row>
20603 <row>
20604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608
20609 \backslash
20610 xi
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 \begin_inset Formula $\xi$
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 <row>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 o
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642 \begin_inset Formula $o$
20643 \end_inset
20644
20645
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 </row>
20651 <row>
20652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656
20657 \backslash
20658 pi
20659 \end_layout
20660
20661 \end_inset
20662 </cell>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 \begin_inset Formula $\pi$
20668 \end_inset
20669
20670
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 </row>
20676 <row>
20677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681
20682 \backslash
20683 varpi
20684 \end_layout
20685
20686 \end_inset
20687 </cell>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692 \begin_inset Formula $\varpi$
20693 \end_inset
20694
20695
20696 \end_layout
20697
20698 \end_inset
20699 </cell>
20700 </row>
20701 <row>
20702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706
20707 \backslash
20708 rho
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 \begin_inset Formula $\rho$
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 </lyxtabular>
20727
20728 \end_inset
20729
20730
20731 \begin_inset space \hfill{}
20732 \end_inset
20733
20734
20735 \begin_inset Tabular
20736 <lyxtabular version="3" rows="11" columns="2">
20737 <features tabularvalignment="middle">
20738 <column alignment="center" valignment="top" width="0pt">
20739 <column alignment="center" valignment="top" width="0pt">
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 Command
20746 \end_layout
20747
20748 \end_inset
20749 </cell>
20750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754 Result
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 varrho
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\varrho$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 sigma
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\sigma$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815
20816 \backslash
20817 varsigma
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 \begin_inset Formula $\varsigma$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 </row>
20835 <row>
20836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840
20841 \backslash
20842 tau
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 \begin_inset Formula $\tau$
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 upsilon
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\upsilon$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 <row>
20886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890
20891 \backslash
20892 phi
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901 \begin_inset Formula $\phi$
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915
20916 \backslash
20917 varphi
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\varphi$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 chi
20943 \end_layout
20944
20945 \end_inset
20946 </cell>
20947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20948 \begin_inset Text
20949
20950 \begin_layout Plain Layout
20951 \begin_inset Formula $\chi$
20952 \end_inset
20953
20954
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 </row>
20960 <row>
20961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965
20966 \backslash
20967 psi
20968 \end_layout
20969
20970 \end_inset
20971 </cell>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976 \begin_inset Formula $\psi$
20977 \end_inset
20978
20979
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 </row>
20985 <row>
20986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \backslash
20992 omega
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $\omega$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 </lyxtabular>
21011
21012 \end_inset
21013
21014
21015 \begin_inset space \hfill{}
21016 \end_inset
21017
21018
21019 \end_layout
21020
21021 \begin_layout Standard
21022 \begin_inset VSpace medskip
21023 \end_inset
21024
21025
21026 \end_layout
21027
21028 \begin_layout Standard
21029 How to create special upright Greek letters is explained in 
21030 \begin_inset CommandInset ref
21031 LatexCommand ref
21032 reference "subsec:Upright-small-Greek"
21033
21034 \end_inset
21035
21036 .
21037 \end_layout
21038
21039 \begin_layout Subsection
21040 Big Letters
21041 \begin_inset Index idx
21042 status collapsed
21043
21044 \begin_layout Plain Layout
21045 Greek letters ! big
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \begin_inset space \hfill{}
21055 \end_inset
21056
21057
21058 \begin_inset Tabular
21059 <lyxtabular version="3" rows="7" columns="2">
21060 <features tabularvalignment="middle">
21061 <column alignment="center" valignment="top" width="0pt">
21062 <column alignment="center" valignment="top" width="0pt">
21063 <row>
21064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 Command
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 Result
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 </row>
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 Gamma
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099 \begin_inset Formula $\Gamma$
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 <row>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113
21114 \backslash
21115 Delta
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $\Delta$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 </row>
21133 <row>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138
21139 \backslash
21140 Theta
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21146 \begin_inset Text
21147
21148 \begin_layout Plain Layout
21149 \begin_inset Formula $\Theta$
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \end_inset
21156 </cell>
21157 </row>
21158 <row>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163
21164 \backslash
21165 Lambda
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\Lambda$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188
21189 \backslash
21190 Xi
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 \begin_inset Formula $\Xi$
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \end_inset
21206 </cell>
21207 </row>
21208 <row>
21209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213
21214 \backslash
21215 Pi
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 \begin_inset Formula $\Pi$
21225 \end_inset
21226
21227
21228 \end_layout
21229
21230 \end_inset
21231 </cell>
21232 </row>
21233 </lyxtabular>
21234
21235 \end_inset
21236
21237
21238 \begin_inset space \hfill{}
21239 \end_inset
21240
21241
21242 \begin_inset Tabular
21243 <lyxtabular version="3" rows="6" columns="2">
21244 <features tabularvalignment="middle">
21245 <column alignment="center" valignment="top" width="0pt">
21246 <column alignment="center" valignment="top" width="0pt">
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 Command
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 Result
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \backslash
21274 Sigma
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 \begin_inset Formula $\Sigma$
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 </row>
21292 <row>
21293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \backslash
21299 Upsilon
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Formula $\Upsilon$
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 </row>
21317 <row>
21318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322
21323 \backslash
21324 Phi
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 \begin_inset Formula $\Phi$
21334 \end_inset
21335
21336
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 </row>
21342 <row>
21343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21344 \begin_inset Text
21345
21346 \begin_layout Plain Layout
21347
21348 \backslash
21349 Psi
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 \begin_inset Formula $\Psi$
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 </row>
21367 <row>
21368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372
21373 \backslash
21374 Omega
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383 \begin_inset Formula $\Omega$
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 </row>
21392 </lyxtabular>
21393
21394 \end_inset
21395
21396
21397 \begin_inset space \hfill{}
21398 \end_inset
21399
21400
21401 \end_layout
21402
21403 \begin_layout Standard
21404 \begin_inset VSpace medskip
21405 \end_inset
21406
21407 That the big Greek letters appear upright is caused by a design bug when
21408  \SpecialChar TeX
21409  was developed.
21410  To get correct italic big letters, begin every command with 
21411 \series bold
21412 var
21413 \series default
21414 .
21415  For example the command 
21416 \series bold
21417
21418 \backslash
21419 varGamma
21420 \series default
21421  produces 
21422 \begin_inset Formula $\varGamma$
21423 \end_inset
21424
21425 .
21426  Another way is to load the package 
21427 \series bold
21428 fixmath
21429 \series default
21430
21431 \begin_inset Foot
21432 status collapsed
21433
21434 \begin_layout Plain Layout
21435
21436 \series bold
21437 fixmath
21438 \series default
21439  is part of the \SpecialChar LaTeX
21440 -package 
21441 \series bold
21442 was
21443 \series default
21444
21445 \begin_inset Index idx
21446 status collapsed
21447
21448 \begin_layout Plain Layout
21449 Packages ! was
21450 \begin_inset ERT
21451 status collapsed
21452
21453 \begin_layout Plain Layout
21454
21455
21456 \backslash
21457 vspace{4mm}
21458 \end_layout
21459
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466
21467 .
21468 \end_layout
21469
21470 \end_inset
21471
21472
21473 \begin_inset Index idx
21474 status collapsed
21475
21476 \begin_layout Plain Layout
21477 Packages ! fixmath
21478 \end_layout
21479
21480 \end_inset
21481
21482  with the \SpecialChar LaTeX
21483 -preamble line
21484 \end_layout
21485
21486 \begin_layout Standard
21487
21488 \series bold
21489
21490 \backslash
21491 usepackage{fixmath}
21492 \end_layout
21493
21494 \begin_layout Standard
21495 Then all big Greek letters in a document will automatically be typeset italic.
21496 \end_layout
21497
21498 \begin_layout Subsection
21499 Bold Letters
21500 \begin_inset Index idx
21501 status collapsed
21502
21503 \begin_layout Plain Layout
21504 Greek letters ! bold
21505 \end_layout
21506
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \begin_layout Standard
21513 Greek letters cannot be set with different font styles like Latin letters.
21514  They can only be made bold with the command 
21515 \series bold
21516
21517 \backslash
21518 boldsymbol
21519 \series default
21520
21521 \begin_inset Index idx
21522 status collapsed
21523
21524 \begin_layout Plain Layout
21525 Commands ! B ! 
21526 \backslash
21527 boldsymbol
21528 \end_layout
21529
21530 \end_inset
21531
21532 .
21533 \begin_inset Separator parbreak
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Standard
21540 \align center
21541 \begin_inset Tabular
21542 <lyxtabular version="3" rows="3" columns="2">
21543 <features tabularvalignment="middle">
21544 <column alignment="center" valignment="top">
21545 <column alignment="center" valignment="top">
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 Command
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 Result
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 Upsilon
21574 \backslash
21575 boldsymbol
21576 \backslash
21577 Upsilon
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 </row>
21595 <row>
21596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600
21601 \backslash
21602 theta
21603 \backslash
21604 boldsymbol
21605 \backslash
21606 theta
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 \begin_inset Formula $\theta\boldsymbol{\theta}$
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 </lyxtabular>
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \begin_layout Section
21632 Symbols
21633 \begin_inset ERT
21634 status collapsed
21635
21636 \begin_layout Plain Layout
21637
21638
21639 \backslash
21640 texorpdfstring{
21641 \end_layout
21642
21643 \end_inset
21644
21645
21646 \begin_inset Foot
21647 status collapsed
21648
21649 \begin_layout Plain Layout
21650 A list with all symbols of most of the \SpecialChar LaTeX
21651 -packages can be found in 
21652 \begin_inset CommandInset citation
21653 LatexCommand cite
21654 key "Symbols"
21655
21656 \end_inset
21657
21658 .
21659 \end_layout
21660
21661 \end_inset
21662
21663
21664 \begin_inset ERT
21665 status collapsed
21666
21667 \begin_layout Plain Layout
21668
21669 }{}
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \begin_inset Note Note
21676 status collapsed
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21682 \end_layout
21683
21684 \begin_layout Plain Layout
21685 More about 
21686 \backslash
21687 texorpdfstring is in section 
21688 \begin_inset CommandInset ref
21689 LatexCommand ref
21690 reference "subsec:Formulas-in-Section"
21691
21692 \end_inset
21693
21694 .
21695 \end_layout
21696
21697 \end_inset
21698
21699
21700 \begin_inset Index idx
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704 Symbols
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 Many of the symbols listed in this section can also be inserted via the
21714  toolbar buttons 
21715 \begin_inset Info
21716 type  "icon"
21717 arg   "math-insert \\nabla"
21718 \end_inset
21719
21720  and 
21721 \begin_inset Info
21722 type  "icon"
21723 arg   "math-insert \\digamma"
21724 \end_inset
21725
21726 .
21727 \end_layout
21728
21729 \begin_layout Subsection
21730 Mathematical Symbols
21731 \begin_inset CommandInset label
21732 LatexCommand label
21733 name "subsec:Mathematical-Symbols"
21734
21735 \end_inset
21736
21737
21738 \begin_inset Index idx
21739 status collapsed
21740
21741 \begin_layout Plain Layout
21742 Symbols ! mathematical
21743 \end_layout
21744
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \begin_layout Standard
21751 \begin_inset space \hfill{}
21752 \end_inset
21753
21754
21755 \begin_inset Tabular
21756 <lyxtabular version="3" rows="10" columns="2">
21757 <features tabularvalignment="middle">
21758 <column alignment="center" valignment="top" width="0pt">
21759 <column alignment="center" valignment="top" width="0pt">
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 Command
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 Result
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 </row>
21780 <row>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \backslash
21787 neg
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21793 \begin_inset Text
21794
21795 \begin_layout Plain Layout
21796 \begin_inset Formula $\neg$
21797 \end_inset
21798
21799
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 Im
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\Im$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 Re
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\Re$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 aleph
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\aleph$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 partial
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\partial$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 infty
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\infty$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 wp
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\wp$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 imath
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\imath$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 jmath
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\jmath$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 </lyxtabular>
22006
22007 \end_inset
22008
22009
22010 \begin_inset space \hfill{}
22011 \end_inset
22012
22013
22014 \begin_inset Tabular
22015 <lyxtabular version="3" rows="10" columns="2">
22016 <features tabularvalignment="middle">
22017 <column alignment="center" valignment="top" width="0pt">
22018 <column alignment="center" valignment="top" width="0pt">
22019 <row>
22020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22021 \begin_inset Text
22022
22023 \begin_layout Plain Layout
22024 Command
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 Result
22034 \begin_inset Note Note
22035 status collapsed
22036
22037 \begin_layout Plain Layout
22038
22039 \series bold
22040
22041 \backslash
22042 raisebox
22043 \series default
22044  is only used as spacer.
22045 \end_layout
22046
22047 \end_inset
22048
22049
22050 \end_layout
22051
22052 \end_inset
22053 </cell>
22054 </row>
22055 <row>
22056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060
22061 \backslash
22062 forall
22063 \end_layout
22064
22065 \end_inset
22066 </cell>
22067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 \begin_inset Formula $\forall$
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \end_inset
22078 </cell>
22079 </row>
22080 <row>
22081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \backslash
22087 exists
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 \begin_inset Formula $\exists$
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \end_inset
22103 </cell>
22104 </row>
22105 <row>
22106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22107 \begin_inset Text
22108
22109 \begin_layout Plain Layout
22110
22111 \backslash
22112 nexists
22113 \end_layout
22114
22115 \end_inset
22116 </cell>
22117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22118 \begin_inset Text
22119
22120 \begin_layout Plain Layout
22121 \begin_inset Formula $\nexists$
22122 \end_inset
22123
22124
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \backslash
22137 emptyset
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Formula $\emptyset$
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \backslash
22162 varnothing
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Formula $\varnothing$
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 </row>
22180 <row>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \backslash
22187 dag
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $\dag$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 <row>
22206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \backslash
22212 ddag
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Formula $\ddag$
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 <row>
22231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \backslash
22237 complement
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 raisebox{-0.8mm}{
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \begin_inset Formula $\complement$
22260 \end_inset
22261
22262
22263 \begin_inset ERT
22264 status collapsed
22265
22266 \begin_layout Plain Layout
22267
22268 }
22269 \end_layout
22270
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \backslash
22286 Bbbk
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Formula $\Bbbk$
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 </row>
22304 </lyxtabular>
22305
22306 \end_inset
22307
22308
22309 \begin_inset space \hfill{}
22310 \end_inset
22311
22312
22313 \begin_inset Tabular
22314 <lyxtabular version="3" rows="10" columns="2">
22315 <features tabularvalignment="middle">
22316 <column alignment="center" valignment="top" width="0pt">
22317 <column alignment="center" valignment="top" width="0pt">
22318 <row>
22319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323 Command
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332 Result
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 prime
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\prime$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 backprime
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\backprime$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 <row>
22389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22390 \begin_inset Text
22391
22392 \begin_layout Plain Layout
22393
22394 \backslash
22395 mho
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22401 \begin_inset Text
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Formula $\mho$
22405 \end_inset
22406
22407
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 </row>
22413 <row>
22414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22415 \begin_inset Text
22416
22417 \begin_layout Plain Layout
22418
22419 \backslash
22420 triangle
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22426 \begin_inset Text
22427
22428 \begin_layout Plain Layout
22429 \begin_inset Formula $\triangle$
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 </row>
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 angle
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset Formula $\angle$
22455 \end_inset
22456
22457
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 </row>
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \backslash
22470 measuredangle
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479 \begin_inset Formula $\measuredangle$
22480 \end_inset
22481
22482
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 </row>
22488 <row>
22489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493
22494 \backslash
22495 sphericalangle
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $\sphericalangle$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 top
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\top$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 bot
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\bot$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 </lyxtabular>
22564
22565 \end_inset
22566
22567
22568 \begin_inset space \hfill{}
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \begin_layout Standard
22575 \begin_inset Newpage newpage
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \begin_layout Subsection
22582 Miscellaneous Symbols
22583 \begin_inset CommandInset label
22584 LatexCommand label
22585 name "subsec:Miscellaneous-Symbols"
22586
22587 \end_inset
22588
22589
22590 \begin_inset Index idx
22591 status collapsed
22592
22593 \begin_layout Plain Layout
22594 Symbols ! miscellaneous
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 \noindent
22604 \align center
22605 \begin_inset Tabular
22606 <lyxtabular version="3" rows="10" columns="2">
22607 <features tabularvalignment="middle">
22608 <column alignment="center" valignment="top" width="0pt">
22609 <column alignment="center" valignment="top" width="0pt">
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615 Command
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 Result
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \backslash
22637 flat
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\flat$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \backslash
22662 natural
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Formula $\natural$
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 </row>
22680 <row>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \backslash
22687 sharp
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\sharp$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \backslash
22712 surd
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Formula $\surd$
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 </row>
22730 <row>
22731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735
22736 \backslash
22737 checkmark
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 \begin_inset Formula $\checkmark$
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 </row>
22755 <row>
22756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760
22761 \backslash
22762 yen
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 \begin_inset Formula $\yen$
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 <row>
22781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785
22786 \backslash
22787 pounds
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Formula $\pounds$
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 </row>
22805 <row>
22806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 $
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Formula $\$$
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833 §
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $§$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 </lyxtabular>
22852
22853 \end_inset
22854
22855
22856 \begin_inset Tabular
22857 <lyxtabular version="3" rows="10" columns="2">
22858 <features tabularvalignment="middle">
22859 <column alignment="center" valignment="top">
22860 <column alignment="center" valignment="top">
22861 <row>
22862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 Command
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 Result
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row>
22882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886
22887 \backslash
22888 hbar
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 \begin_inset Formula $\hbar$
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 </row>
22906 <row>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911
22912 \backslash
22913 hslash
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 \begin_inset Formula $\hslash$
22923 \end_inset
22924
22925
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 </row>
22931 <row>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936
22937 \backslash
22938 clubsuit
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Formula $\clubsuit$
22948 \end_inset
22949
22950
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 </row>
22956 <row>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961
22962 \backslash
22963 spadesuit
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 \begin_inset Formula $\spadesuit$
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 <row>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986
22987 \backslash
22988 bigstar
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Formula $\bigstar$
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 </row>
23006 <row>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011
23012 \backslash
23013 blacklozenge
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 \begin_inset Formula $\blacklozenge$
23023 \end_inset
23024
23025
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \backslash
23038 blacktriangle
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Formula $\blacktriangle$
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 </row>
23056 <row>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061
23062 \backslash
23063 blacktiangledown
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 \begin_inset Formula $\blacktriangledown$
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 </row>
23081 <row>
23082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086
23087 \backslash
23088 bullet
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 \begin_inset Formula $\bullet$
23098 \end_inset
23099
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 </lyxtabular>
23107
23108 \end_inset
23109
23110
23111 \begin_inset Tabular
23112 <lyxtabular version="3" rows="10" columns="2">
23113 <features tabularvalignment="middle">
23114 <column alignment="center" valignment="top" width="0pt">
23115 <column alignment="center" valignment="top" width="0pt">
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 Command
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 Result
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 <row>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141
23142 \backslash
23143 diamondsuit
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23149 \begin_inset Text
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Formula $\diamondsuit$
23153 \end_inset
23154
23155
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166
23167 \backslash
23168 Diamond
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Formula $\Diamond$
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 </row>
23186 <row>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191
23192 \backslash
23193 heartsuit
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $\heartsuit$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 P
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\P$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 copyright
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\copyright$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 circledR
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\circledR$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 maltese
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\maltese$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 diagup
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\diagup$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 diagdown
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\diagdown$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 </lyxtabular>
23362
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \begin_layout Standard
23369 \begin_inset VSpace medskip
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \begin_layout Standard
23376 Some symbols can be displayed in different sizes, see 
23377 \begin_inset CommandInset ref
23378 LatexCommand ref
23379 reference "subsec:Font-Sizes"
23380
23381 \end_inset
23382
23383 .
23384 \end_layout
23385
23386 \begin_layout Subsection
23387 The Euro-Symbol €
23388 \begin_inset Index idx
23389 status collapsed
23390
23391 \begin_layout Plain Layout
23392 Symbols ! Euro-symbol
23393 \end_layout
23394
23395 \end_inset
23396
23397
23398 \begin_inset Index idx
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402
23403 \backslash
23404 @
23405 \begin_inset ERT
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409
23410
23411 \backslash
23412 officialeuro
23413 \end_layout
23414
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \begin_layout Standard
23426 To use the Euro symbol in formulas, the \SpecialChar LaTeX
23427 -package 
23428 \series bold
23429 eurosym
23430 \series default
23431
23432 \begin_inset Index idx
23433 status collapsed
23434
23435 \begin_layout Plain Layout
23436 Packages ! eurosym
23437 \end_layout
23438
23439 \end_inset
23440
23441  must be installed and loaded with the \SpecialChar LaTeX
23442 -preamble line
23443 \end_layout
23444
23445 \begin_layout Standard
23446
23447 \series bold
23448
23449 \backslash
23450 usepackage[gennarrow]{eurosym}
23451 \end_layout
23452
23453 \begin_layout Standard
23454 The Euro symbol can now be inserted with the command 
23455 \series bold
23456
23457 \backslash
23458 euro
23459 \series default
23460
23461 \begin_inset Index idx
23462 status collapsed
23463
23464 \begin_layout Plain Layout
23465 Commands ! E ! 
23466 \backslash
23467 euro
23468 \end_layout
23469
23470 \end_inset
23471
23472 .
23473 \end_layout
23474
23475 \begin_layout Standard
23476 The Euro symbol can directly be inserted with the € key in mathematical
23477  text, without having 
23478 \series bold
23479 eurosym
23480 \series default
23481  installed.
23482  When 
23483 \series bold
23484 eurosym
23485 \series default
23486  is installed, 
23487 \series bold
23488
23489 \backslash
23490 euro
23491 \series default
23492  can also be inserted in \SpecialChar TeX
23493  mode.
23494  The official currency symbol can then be inserted with the command 
23495 \series bold
23496
23497 \backslash
23498 officialeuro
23499 \series default
23500
23501 \begin_inset Index idx
23502 status collapsed
23503
23504 \begin_layout Plain Layout
23505 Commands ! O ! 
23506 \backslash
23507 officialeuro
23508 \end_layout
23509
23510 \end_inset
23511
23512 , that is only available in \SpecialChar TeX
23513  mode.
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 ifeurosym 
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \begin_inset Note Note
23531 status open
23532
23533 \begin_layout Plain Layout
23534 The following table will only be displayed when the \SpecialChar LaTeX
23535 -package 
23536 \series bold
23537 eurosym
23538 \series default
23539  is installed.
23540 \end_layout
23541
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \begin_layout Standard
23548 An overview about the different Euro symbols:
23549 \begin_inset Separator parbreak
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \begin_layout Standard
23556 \align center
23557 \begin_inset Tabular
23558 <lyxtabular version="3" rows="4" columns="3">
23559 <features tabularvalignment="middle">
23560 <column alignment="center" valignment="top" width="0pt">
23561 <column alignment="center" valignment="top" width="0pt">
23562 <column alignment="center" valignment="top" width="0pt">
23563 <row>
23564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 Command 
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 Result
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 formula
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606
23607 \backslash
23608 euro
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $\euro$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 <row>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 mathematical text
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\mbox{€}$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
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 \SpecialChar TeX
23664  mode
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 officialeuro
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset ERT
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688
23689
23690 \backslash
23691 officialeuro
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 </lyxtabular>
23703
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \begin_layout Standard
23710 \begin_inset ERT
23711 status collapsed
23712
23713 \begin_layout Plain Layout
23714
23715
23716 \backslash
23717 else 
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \begin_inset Note Note
23724 status open
23725
23726 \begin_layout Plain Layout
23727 The following will be displayed when the \SpecialChar LaTeX
23728 -package 
23729 \series bold
23730 eurosym
23731 \series default
23732  is not installed:
23733 \end_layout
23734
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \begin_layout Standard
23741 You need to install the \SpecialChar LaTeX
23742 -package 
23743 \series bold
23744 eurosym
23745 \series default
23746  to see the rest of this subsection in the output.
23747 \end_layout
23748
23749 \begin_layout Standard
23750 \begin_inset ERT
23751 status collapsed
23752
23753 \begin_layout Plain Layout
23754
23755
23756 \backslash
23757 fi 
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset Newpage newpage
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Section
23773 Relations
23774 \begin_inset CommandInset label
23775 LatexCommand label
23776 name "sec:Relations"
23777
23778 \end_inset
23779
23780
23781 \begin_inset Index idx
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785 Relations
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \begin_inset Index idx
23792 status collapsed
23793
23794 \begin_layout Plain Layout
23795 Comparisons|see
23796 \begin_inset ERT
23797 status collapsed
23798
23799 \begin_layout Plain Layout
23800
23801 {
23802 \end_layout
23803
23804 \end_inset
23805
23806 Relations
23807 \begin_inset ERT
23808 status collapsed
23809
23810 \begin_layout Plain Layout
23811
23812 }
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 All following relations can also be inserted via the toolbar button 
23827 \begin_inset Info
23828 type  "icon"
23829 arg   "math-insert \\leq"
23830 \end_inset
23831
23832 .
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset space \hfill{}
23837 \end_inset
23838
23839
23840 \begin_inset Tabular
23841 <lyxtabular version="3" rows="17" columns="2">
23842 <features tabularvalignment="middle">
23843 <column alignment="center" valignment="top" width="0pt">
23844 <column alignment="center" valignment="top" width="0pt">
23845 <row>
23846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 Command
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 Result
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870 <
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $<$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 le
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\le$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 ll
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\ll$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 prec
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\prec$
23955 \end_inset
23956
23957
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 preceq
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\preceq$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 subset
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\subset$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 subseteq
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\subseteq$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 sqsubseteq
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\sqsubseteq$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 in
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\in$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 vdash
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\vdash$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row>
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 smile
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Formula $\smile$
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 lhd
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 \begin_inset Formula $\lhd$
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 <row>
24164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168
24169 \backslash
24170 unlhd
24171 \end_layout
24172
24173 \end_inset
24174 </cell>
24175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 \begin_inset Formula $\unlhd$
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 </row>
24188 <row>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 gtrless
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 \begin_inset Formula $\gtrless$
24205 \end_inset
24206
24207
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 </row>
24213 <row>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 mid
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229 \begin_inset Formula $\mid$
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 </row>
24238 <row>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243
24244 \backslash
24245 nmid
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 \begin_inset Formula $\nmid$
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 </row>
24263 </lyxtabular>
24264
24265 \end_inset
24266
24267
24268 \begin_inset space \hfill{}
24269 \end_inset
24270
24271
24272 \begin_inset Tabular
24273 <lyxtabular version="3" rows="17" columns="2">
24274 <features tabularvalignment="middle">
24275 <column alignment="center" valignment="top" width="0pt">
24276 <column alignment="center" valignment="top" width="0pt">
24277 <row>
24278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 Command
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 Result
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302 =
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $=$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 <row>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325
24326 \backslash
24327 not=
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24333 \begin_inset Text
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Formula $\not=$
24337 \end_inset
24338
24339
24340 \end_layout
24341
24342 \end_inset
24343 </cell>
24344 </row>
24345 <row>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350
24351 \backslash
24352 equiv
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 \begin_inset Formula $\equiv$
24362 \end_inset
24363
24364
24365 \end_layout
24366
24367 \end_inset
24368 </cell>
24369 </row>
24370 <row>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375
24376 \backslash
24377 sim
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24383 \begin_inset Text
24384
24385 \begin_layout Plain Layout
24386 \begin_inset Formula $\sim$
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \end_inset
24393 </cell>
24394 </row>
24395 <row>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400
24401 \backslash
24402 simeq
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 \begin_inset Formula $\simeq$
24412 \end_inset
24413
24414
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 </row>
24420 <row>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 approx
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 \begin_inset Formula $\approx$
24437 \end_inset
24438
24439
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 </row>
24445 <row>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450
24451 \backslash
24452 cong
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Formula $\cong$
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 </row>
24470 <row>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 bowtie
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 \begin_inset Formula $\bowtie$
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 <row>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 notin
24503 \end_layout
24504
24505 \end_inset
24506 </cell>
24507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24508 \begin_inset Text
24509
24510 \begin_layout Plain Layout
24511 \begin_inset Formula $\notin$
24512 \end_inset
24513
24514
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 </row>
24520 <row>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525
24526 \backslash
24527 perp
24528 \end_layout
24529
24530 \end_inset
24531 </cell>
24532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24533 \begin_inset Text
24534
24535 \begin_layout Plain Layout
24536 \begin_inset Formula $\perp$
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 propto
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561 \begin_inset Formula $\propto$
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \end_inset
24568 </cell>
24569 </row>
24570 <row>
24571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575
24576 \backslash
24577 asymp
24578 \end_layout
24579
24580 \end_inset
24581 </cell>
24582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24583 \begin_inset Text
24584
24585 \begin_layout Plain Layout
24586 \begin_inset Formula $\asymp$
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593 </cell>
24594 </row>
24595 <row>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600
24601 \backslash
24602 doteq
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24608 \begin_inset Text
24609
24610 \begin_layout Plain Layout
24611 \begin_inset Formula $\doteq$
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \end_inset
24618 </cell>
24619 </row>
24620 <row>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625
24626 \backslash
24627 circeq
24628 \end_layout
24629
24630 \end_inset
24631 </cell>
24632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24633 \begin_inset Text
24634
24635 \begin_layout Plain Layout
24636 \begin_inset Formula $\circeq$
24637 \end_inset
24638
24639
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 </row>
24645 <row>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650
24651 \backslash
24652 models
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 \begin_inset Formula $\models$
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 </row>
24670 <row>
24671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675
24676 \backslash
24677 widehat=
24678 \end_layout
24679
24680 \end_inset
24681 </cell>
24682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24683 \begin_inset Text
24684
24685 \begin_layout Plain Layout
24686 \begin_inset Formula $\widehat{=}$
24687 \end_inset
24688
24689
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 </row>
24695 </lyxtabular>
24696
24697 \end_inset
24698
24699
24700 \begin_inset space \hfill{}
24701 \end_inset
24702
24703
24704 \begin_inset Tabular
24705 <lyxtabular version="3" rows="17" columns="2">
24706 <features tabularvalignment="middle">
24707 <column alignment="center" valignment="top" width="0pt">
24708 <column alignment="center" valignment="top" width="0pt">
24709 <row>
24710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24711 \begin_inset Text
24712
24713 \begin_layout Plain Layout
24714 Command
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 Result
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 >
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 \begin_inset Formula $>$
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \end_inset
24750 </cell>
24751 </row>
24752 <row>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 ge
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24765 \begin_inset Text
24766
24767 \begin_layout Plain Layout
24768 \begin_inset Formula $\ge$
24769 \end_inset
24770
24771
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 gg
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793 \begin_inset Formula $\gg$
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 </row>
24802 <row>
24803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24804 \begin_inset Text
24805
24806 \begin_layout Plain Layout
24807
24808 \backslash
24809 succ
24810 \end_layout
24811
24812 \end_inset
24813 </cell>
24814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 \begin_inset Formula $\succ$
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 succeq
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843 \begin_inset Formula $\succeq$
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \end_inset
24850 </cell>
24851 </row>
24852 <row>
24853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24854 \begin_inset Text
24855
24856 \begin_layout Plain Layout
24857
24858 \backslash
24859 supset
24860 \end_layout
24861
24862 \end_inset
24863 </cell>
24864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 \begin_inset Formula $\supset$
24869 \end_inset
24870
24871
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 </row>
24877 <row>
24878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24879 \begin_inset Text
24880
24881 \begin_layout Plain Layout
24882
24883 \backslash
24884 supseteq
24885 \end_layout
24886
24887 \end_inset
24888 </cell>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893 \begin_inset Formula $\supseteq$
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \end_inset
24900 </cell>
24901 </row>
24902 <row>
24903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \backslash
24909 sqsupseteq
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24915 \begin_inset Text
24916
24917 \begin_layout Plain Layout
24918 \begin_inset Formula $\sqsupseteq$
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 </row>
24927 <row>
24928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24929 \begin_inset Text
24930
24931 \begin_layout Plain Layout
24932
24933 \backslash
24934 ni
24935 \end_layout
24936
24937 \end_inset
24938 </cell>
24939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24940 \begin_inset Text
24941
24942 \begin_layout Plain Layout
24943 \begin_inset Formula $\ni$
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 </row>
24952 <row>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 dashv
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 \begin_inset Formula $\dashv$
24969 \end_inset
24970
24971
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 </row>
24977 <row>
24978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982
24983 \backslash
24984 frown
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24990 \begin_inset Text
24991
24992 \begin_layout Plain Layout
24993 \begin_inset Formula $\frown$
24994 \end_inset
24995
24996
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 </row>
25002 <row>
25003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 rhd
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 \begin_inset Formula $\rhd$
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 </row>
25027 <row>
25028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25029 \begin_inset Text
25030
25031 \begin_layout Plain Layout
25032
25033 \backslash
25034 unrhd
25035 \end_layout
25036
25037 \end_inset
25038 </cell>
25039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25040 \begin_inset Text
25041
25042 \begin_layout Plain Layout
25043 \begin_inset Formula $\unrhd$
25044 \end_inset
25045
25046
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 </row>
25052 <row>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 lessgtr
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 \begin_inset Formula $\lessgtr$
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row>
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 parallel
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093 \begin_inset Formula $\parallel$
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \end_inset
25100 </cell>
25101 </row>
25102 <row>
25103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 nparallel
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25115 \begin_inset Text
25116
25117 \begin_layout Plain Layout
25118 \begin_inset Formula $\nparallel$
25119 \end_inset
25120
25121
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 </lyxtabular>
25128
25129 \end_inset
25130
25131
25132 \begin_inset space \hfill{}
25133 \end_inset
25134
25135
25136 \end_layout
25137
25138 \begin_layout Standard
25139 \begin_inset VSpace medskip
25140 \end_inset
25141
25142 The characters 
25143 \series bold
25144
25145 \backslash
25146 lhd
25147 \series default
25148  and 
25149 \series bold
25150
25151 \backslash
25152 rhd
25153 \series default
25154  are bigger than the equal looking operators 
25155 \series bold
25156
25157 \backslash
25158 triangleleft
25159 \series default
25160  and 
25161 \series bold
25162
25163 \backslash
25164 triangleright
25165 \series default
25166 , respectively.
25167 \end_layout
25168
25169 \begin_layout Standard
25170 \SpecialChar LyX
25171  supports also many special relations.
25172  Use the toolbar button 
25173 \begin_inset Info
25174 type  "icon"
25175 arg   "math-insert \\leqq"
25176 \end_inset
25177
25178  to see a list of these relations.
25179 \end_layout
25180
25181 \begin_layout Standard
25182 Relations are, in contrary to symbols, always surrounded by space.
25183 \end_layout
25184
25185 \begin_layout Standard
25186 Relations with labels can be created with the command 
25187 \series bold
25188
25189 \backslash
25190 stackrel
25191 \series default
25192
25193 \begin_inset Index idx
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 Commands ! S ! 
25198 \backslash
25199 stackrel
25200 \end_layout
25201
25202 \end_inset
25203
25204 :
25205 \begin_inset Separator parbreak
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Standard
25212 \align center
25213 \begin_inset Tabular
25214 <lyxtabular version="3" rows="2" columns="2">
25215 <features tabularvalignment="middle">
25216 <column alignment="center" valignment="top">
25217 <column alignment="center" valignment="top">
25218 <row>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 Command
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 Result
25233 \begin_inset Note Note
25234 status collapsed
25235
25236 \begin_layout Plain Layout
25237
25238 \series bold
25239
25240 \backslash
25241 raisebox
25242 \series default
25243  is only used as spacer.
25244 \end_layout
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259 A(r)
25260 \backslash
25261 stackrel
25262 \begin_inset space \textvisiblespace{}
25263 \end_inset
25264
25265 r
25266 \backslash
25267 to
25268 \backslash
25269 infty
25270 \begin_inset space \textvisiblespace{}
25271 \end_inset
25272
25273
25274 \begin_inset Formula $\downarrow$
25275 \end_inset
25276
25277
25278 \backslash
25279 approx
25280 \begin_inset space \textvisiblespace{}
25281 \end_inset
25282
25283
25284 \begin_inset space \textvisiblespace{}
25285 \end_inset
25286
25287 B
25288 \end_layout
25289
25290 \end_inset
25291 </cell>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25297 \end_inset
25298
25299
25300 \end_layout
25301
25302 \end_inset
25303 </cell>
25304 </row>
25305 </lyxtabular>
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Section
25313 Functions
25314 \end_layout
25315
25316 \begin_layout Subsection
25317 Predefined Functions
25318 \begin_inset CommandInset label
25319 LatexCommand label
25320 name "subsec:Predefined-Functions"
25321
25322 \end_inset
25323
25324
25325 \begin_inset Index idx
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329 Functions ! predefined
25330 \end_layout
25331
25332 \end_inset
25333
25334
25335 \end_layout
25336
25337 \begin_layout Standard
25338 In general, variables are set 
25339 \emph on
25340 italic
25341 \emph default
25342  in mathematical expressions, but not function names, because 
25343 \begin_inset Formula $sin$
25344 \end_inset
25345
25346  could be misunderstood as 
25347 \begin_inset Formula $s\cdot i\cdot n$
25348 \end_inset
25349
25350 .
25351  Therefore there are predefined functionswhich are additionally a bit separated
25352  from prefactors.
25353  They are inserted as commands starting with a backslash before their name.
25354 \begin_inset Separator parbreak
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \begin_layout Standard
25361 \align center
25362 \begin_inset Tabular
25363 <lyxtabular version="3" rows="2" columns="4">
25364 <features tabularvalignment="middle">
25365 <column alignment="center" valignment="top" width="0pt">
25366 <column alignment="center" valignment="top" width="0pt">
25367 <column alignment="center" valignment="top" width="0pt">
25368 <column alignment="center" valignment="top" width="0pt">
25369 <row>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374 Command
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383 Result
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25389 \begin_inset Text
25390
25391 \begin_layout Plain Layout
25392 Command
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401 Result
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 </row>
25407 <row>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 Asin(x)+B
25413 \end_layout
25414
25415 \end_inset
25416 </cell>
25417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421 \begin_inset Formula $Asin(x)+B$
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Plain Layout
25433 A
25434 \backslash
25435 sin(x)+B
25436 \end_layout
25437
25438 \end_inset
25439 </cell>
25440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444 \begin_inset Formula $A\sin(x)+B$
25445 \end_inset
25446
25447
25448 \end_layout
25449
25450 \end_inset
25451 </cell>
25452 </row>
25453 </lyxtabular>
25454
25455 \end_inset
25456
25457
25458 \end_layout
25459
25460 \begin_layout Standard
25461 The following functions are predefined:
25462 \end_layout
25463
25464 \begin_layout Standard
25465 \begin_inset VSpace -2mm
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \align center
25473 \begin_inset Tabular
25474 <lyxtabular version="3" rows="9" columns="4">
25475 <features tabularvalignment="middle">
25476 <column alignment="center" valignment="top" width="0pt">
25477 <column alignment="center" valignment="top" width="0pt">
25478 <column alignment="center" valignment="top" width="0pt">
25479 <column alignment="center" valignment="top" width="0pt">
25480 <row>
25481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485 Command
25486 \end_layout
25487
25488 \end_inset
25489 </cell>
25490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494 Command
25495 \end_layout
25496
25497 \end_inset
25498 </cell>
25499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 Command
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 Command
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 </row>
25518 <row>
25519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25520 \begin_inset Text
25521
25522 \begin_layout Plain Layout
25523
25524 \backslash
25525 sin
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25531 \begin_inset Text
25532
25533 \begin_layout Plain Layout
25534
25535 \backslash
25536 sinh
25537 \end_layout
25538
25539 \end_inset
25540 </cell>
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 arcsin
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25553 \begin_inset Text
25554
25555 \begin_layout Plain Layout
25556
25557 \backslash
25558 sup
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 </row>
25564 <row>
25565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 cos
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 cosh
25583 \end_layout
25584
25585 \end_inset
25586 </cell>
25587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25588 \begin_inset Text
25589
25590 \begin_layout Plain Layout
25591
25592 \backslash
25593 arccos
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25599 \begin_inset Text
25600
25601 \begin_layout Plain Layout
25602
25603 \backslash
25604 inf
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 <row>
25611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615
25616 \backslash
25617 tan
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 tanh
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 arctan
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648
25649 \backslash
25650 lim
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 cot
25664 \end_layout
25665
25666 \end_inset
25667 </cell>
25668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672
25673 \backslash
25674 coth
25675 \end_layout
25676
25677 \end_inset
25678 </cell>
25679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25680 \begin_inset Text
25681
25682 \begin_layout Plain Layout
25683
25684 \backslash
25685 arg
25686 \end_layout
25687
25688 \end_inset
25689 </cell>
25690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25691 \begin_inset Text
25692
25693 \begin_layout Plain Layout
25694
25695 \backslash
25696 liminf
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 </row>
25702 <row>
25703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707
25708 \backslash
25709 sec
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 min
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 deg
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740
25741 \backslash
25742 limsup
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 </row>
25748 <row>
25749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753
25754 \backslash
25755 csc
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \backslash
25766 max
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \backslash
25777 det
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786
25787 \backslash
25788 Pr
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 </row>
25794 <row>
25795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799
25800 \backslash
25801 ln
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810
25811 \backslash
25812 exp
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821
25822 \backslash
25823 dim
25824 \end_layout
25825
25826 \end_inset
25827 </cell>
25828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 hom
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 </row>
25840 <row>
25841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845
25846 \backslash
25847 lg
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25853 \begin_inset Text
25854
25855 \begin_layout Plain Layout
25856
25857 \backslash
25858 log
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 ker
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878
25879 \backslash
25880 gcd
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 </lyxtabular>
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Standard
25894 They can also be inserted with the math toolbar button 
25895 \begin_inset Info
25896 type  "icon"
25897 arg   "math-insert \\functions"
25898 \end_inset
25899
25900 .
25901 \end_layout
25902
25903 \begin_layout Subsection
25904 Self-defined Functions
25905 \begin_inset Index idx
25906 status collapsed
25907
25908 \begin_layout Plain Layout
25909 Functions ! self-defined
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \begin_layout Standard
25918 To use a function that is not predefined, like for example the sign function
25919  sgn(x), there are two possibilities:
25920 \end_layout
25921
25922 \begin_layout Itemize
25923 Define the function by inserting the following line to the \SpecialChar LaTeX
25924 -preamble
25925 \begin_inset Foot
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929 For more about 
25930 \series bold
25931
25932 \backslash
25933 DeclareMathOperator
25934 \series default
25935  see 
25936 \begin_inset CommandInset ref
25937 LatexCommand ref
25938 reference "subsec:Self-defined-Operators"
25939
25940 \end_inset
25941
25942 .
25943 \end_layout
25944
25945 \end_inset
25946
25947
25948 \begin_inset Newline newline
25949 \end_inset
25950
25951
25952 \begin_inset VSpace -3mm
25953 \end_inset
25954
25955
25956 \begin_inset Newline newline
25957 \end_inset
25958
25959
25960 \series bold
25961
25962 \backslash
25963 DeclareMathOperator{
25964 \backslash
25965 sgn}{sgn}
25966 \series default
25967
25968 \begin_inset Index idx
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972 Commands ! D ! 
25973 \backslash
25974 dbinom@
25975 \backslash
25976 DeclareMathOperator
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \begin_inset Newline newline
25983 \end_inset
25984
25985
25986 \begin_inset VSpace -2mm
25987 \end_inset
25988
25989
25990 \begin_inset Newline newline
25991 \end_inset
25992
25993 Now the new defined function can be called with the command 
25994 \series bold
25995
25996 \backslash
25997 sgn
25998 \series default
25999 .
26000 \end_layout
26001
26002 \begin_layout Itemize
26003 Write the formula as usual, mark the formula name, in our example the letters
26004  
26005 \emph on
26006 sgn
26007 \emph default
26008 , and change it to mathematical text.
26009  Finally, a space is inserted between prefactor and function.
26010 \end_layout
26011
26012 \begin_layout Standard
26013 The result is the same with both methods as with a predefined function
26014 \begin_inset Foot
26015 status collapsed
26016
26017 \begin_layout Plain Layout
26018 In \SpecialChar LyX
26019  self-defined functions are displayed red, predefined ones black.
26020 \end_layout
26021
26022 \end_inset
26023
26024 :
26025 \begin_inset Separator parbreak
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \align center
26033 \begin_inset Tabular
26034 <lyxtabular version="3" rows="3" columns="2">
26035 <features tabularvalignment="middle">
26036 <column alignment="center" valignment="top" width="0pt">
26037 <column alignment="center" valignment="top" width="0pt">
26038 <row>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 Command
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 Result
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 A
26064 \backslash
26065 sgn(x)+B
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 \begin_inset Formula $A\sgn(x)+B$
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 A
26089 \backslash
26090 ,
26091 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
26092 \end_inset
26093
26094 (x)+B
26095 \end_layout
26096
26097 \end_inset
26098 </cell>
26099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 </lyxtabular>
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Standard
26120 The first method is more suitable when the self-defined function should
26121  be used several times.
26122 \end_layout
26123
26124 \begin_layout Subsection
26125 Limits
26126 \begin_inset Index idx
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 Limits
26131 \end_layout
26132
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Standard
26139 For limits, in addition to the commands 
26140 \series bold
26141
26142 \backslash
26143 lim
26144 \series default
26145
26146 \begin_inset Index idx
26147 status collapsed
26148
26149 \begin_layout Plain Layout
26150 Commands ! L ! 
26151 \backslash
26152 lim
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \series bold
26159
26160 \backslash
26161 liminf
26162 \series default
26163  and 
26164 \series bold
26165
26166 \backslash
26167 limsup
26168 \series default
26169  the following functions are defined:
26170 \begin_inset Separator parbreak
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \begin_layout Standard
26177 \align center
26178 \begin_inset Tabular
26179 <lyxtabular version="3" rows="5" columns="2">
26180 <features tabularvalignment="middle">
26181 <column alignment="center" valignment="top">
26182 <column alignment="center" valignment="top">
26183 <row>
26184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188 Command
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 Result
26198 \begin_inset Note Note
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202
26203 \series bold
26204
26205 \backslash
26206 raisebox
26207 \series default
26208  is only used as spacer.
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 <row>
26220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \backslash
26226 varliminf
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset Formula $\varliminf$
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 <row>
26245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 varlimsup
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260 \begin_inset Formula $\varlimsup$
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 </row>
26269 <row>
26270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26271 \begin_inset Text
26272
26273 \begin_layout Plain Layout
26274
26275 \backslash
26276 varprojlim
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset Formula $\varprojlim$
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \end_inset
26292 </cell>
26293 </row>
26294 <row>
26295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299
26300 \backslash
26301 varinjlim
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310 \begin_inset Formula $\varinjlim$
26311 \end_inset
26312
26313
26314 \begin_inset Formula $\raisebox{-2.5mm}{}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 </lyxtabular>
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 \begin_inset VSpace medskip
26332 \end_inset
26333
26334 The limit is created by inserting a subscript.
26335  It is set right beside the function in an inline formula:
26336 \end_layout
26337
26338 \begin_layout Standard
26339 \align center
26340 \begin_inset Tabular
26341 <lyxtabular version="3" rows="2" columns="2">
26342 <features tabularvalignment="middle">
26343 <column alignment="center" valignment="top" width="0pt">
26344 <column alignment="center" valignment="top" width="0pt">
26345 <row>
26346 <cell alignment="center" valignment="top" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350 Command
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 <cell alignment="center" valignment="top" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359 \begin_inset space \hspace{}
26360 \length 1cm
26361 \end_inset
26362
26363 Result
26364 \begin_inset Note Note
26365 status collapsed
26366
26367 \begin_layout Plain Layout
26368 The space and
26369 \series bold
26370  
26371 \backslash
26372 raisebox
26373 \series default
26374  are used here as spacer.
26375 \end_layout
26376
26377 \end_inset
26378
26379
26380 \end_layout
26381
26382 \end_inset
26383 </cell>
26384 </row>
26385 <row>
26386 <cell alignment="center" valignment="top" usebox="none">
26387 \begin_inset Text
26388
26389 \begin_layout Plain Layout
26390
26391 \backslash
26392 lim_x
26393 \backslash
26394 to
26395 \begin_inset space \textvisiblespace{}
26396 \end_inset
26397
26398 A
26399 \begin_inset space \textvisiblespace{}
26400 \end_inset
26401
26402 x=B
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 <cell alignment="center" valignment="top" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418 </cell>
26419 </row>
26420 </lyxtabular>
26421
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \begin_layout Standard
26428 In a displayed formula the limit is set below the formula, as usual:
26429 \begin_inset Formula 
26430 \[
26431 \lim_{x\to A}x=B
26432 \]
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 \begin_inset VSpace medskip
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \begin_layout Standard
26447 How to adjust the typesetting of the limits see 
26448 \begin_inset CommandInset ref
26449 LatexCommand ref
26450 reference "subsec:Operator-Limits"
26451
26452 \end_inset
26453
26454 .
26455 \end_layout
26456
26457 \begin_layout Subsection
26458 Modulo-Functions
26459 \begin_inset Index idx
26460 status collapsed
26461
26462 \begin_layout Plain Layout
26463 Functions ! modulo-
26464 \end_layout
26465
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \begin_layout Standard
26472 The modulo-function is special, because it exists in four variants.
26473  The variants in a displayed formula are:
26474 \begin_inset Formula 
26475 \begin{align*}
26476 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26477 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26478 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26479 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26480 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26481 \end{align*}
26482
26483 \end_inset
26484
26485
26486 \end_layout
26487
26488 \begin_layout Standard
26489 In an inline formula less space is set before the function names for all
26490  variants.
26491  By default the modulo-functions take only the first following character
26492  into account.
26493  To use more than one character, one has to put them into \SpecialChar TeX
26494  braces:
26495 \begin_inset Formula 
26496 \begin{align*}
26497 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26498 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26499 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26500 \end{align*}
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \begin_layout Section
26508 Special Characters
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513 Special characters
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Standard
26522 The characters ^ and _ would normally create a superscript and subscript,
26523  respectively.
26524  To get these characters you have to insert them with a leading 
26525 \backslash
26526 :
26527 \begin_inset Separator parbreak
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 \noindent
26535 \align center
26536 \begin_inset Tabular
26537 <lyxtabular version="3" rows="3" columns="2">
26538 <features tabularvalignment="middle">
26539 <column alignment="block" valignment="top">
26540 <column alignment="block" valignment="top">
26541 <row>
26542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 Command
26547 \end_layout
26548
26549 \end_inset
26550 </cell>
26551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555 Result
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 </row>
26561 <row>
26562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566
26567 \backslash
26568 ^
26569 \begin_inset space \textvisiblespace{}
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Formula $\mathcircumflex$
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 <row>
26591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26592 \begin_inset Text
26593
26594 \begin_layout Plain Layout
26595
26596 \backslash
26597 _
26598 \end_layout
26599
26600 \end_inset
26601 </cell>
26602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26603 \begin_inset Text
26604
26605 \begin_layout Plain Layout
26606 \begin_inset Formula $\_$
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 </lyxtabular>
26616
26617 \end_inset
26618
26619
26620 \end_layout
26621
26622 \begin_layout Subsection
26623 Special Characters in Mathematical Text
26624 \end_layout
26625
26626 \begin_layout Standard
26627 The following commands can only be used in mathematical text or in \SpecialChar TeX
26628  mode:
26629 \end_layout
26630
26631 \begin_layout Standard
26632 \begin_inset space \hfill{}
26633 \end_inset
26634
26635
26636 \begin_inset Tabular
26637 <lyxtabular version="3" rows="8" columns="2">
26638 <features tabularvalignment="middle">
26639 <column alignment="block" valignment="top">
26640 <column alignment="block" valignment="top">
26641 <row>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646 Command
26647 \end_layout
26648
26649 \end_inset
26650 </cell>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 Result
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 </row>
26661 <row>
26662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26663 \begin_inset Text
26664
26665 \begin_layout Plain Layout
26666
26667 \backslash
26668 oe
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 \begin_inset Formula $\textrm{œ}$
26678 \end_inset
26679
26680
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 </row>
26686 <row>
26687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691
26692 \backslash
26693 OE
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 \begin_inset Formula $\textrm{Œ}$
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 </row>
26711 <row>
26712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716
26717 \backslash
26718 ae
26719 \end_layout
26720
26721 \end_inset
26722 </cell>
26723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26724 \begin_inset Text
26725
26726 \begin_layout Plain Layout
26727 \begin_inset Formula $\textrm{æ}$
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 <row>
26737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741
26742 \backslash
26743 AE
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 \begin_inset Formula $\textrm{Æ}$
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 aa
26769 \end_layout
26770
26771 \end_inset
26772 </cell>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777 \begin_inset Formula $\textrm{\aa}$
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 </row>
26786 <row>
26787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791
26792 \backslash
26793 AA
26794 \begin_inset Index idx
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799 \backslash
26800 @
26801 \begin_inset ERT
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805
26806
26807 \backslash
26808 textrm{
26809 \backslash
26810 AA}
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829 \begin_inset Formula $\textrm{Å}$
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \end_inset
26836 </cell>
26837 </row>
26838 <row>
26839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26840 \begin_inset Text
26841
26842 \begin_layout Plain Layout
26843
26844 \backslash
26845 i
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 \begin_inset Formula $\textrm{ı}$
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 </row>
26863 </lyxtabular>
26864
26865 \end_inset
26866
26867
26868 \begin_inset space \hfill{}
26869 \end_inset
26870
26871
26872 \begin_inset Tabular
26873 <lyxtabular version="3" rows="8" columns="2">
26874 <features tabularvalignment="middle">
26875 <column alignment="block" valignment="top">
26876 <column alignment="center" valignment="top">
26877 <row>
26878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 command
26883 \begin_inset Note Note
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887 The space of 0
26888 \begin_inset space \thinspace{}
26889 \end_inset
26890
26891 mm is used for separation, because otherwise the output will be ¡ and ¿
26892  respectively.
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906 Result
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 </row>
26912 <row>
26913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26914 \begin_inset Text
26915
26916 \begin_layout Plain Layout
26917
26918 \backslash
26919 o
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 \begin_inset Formula $\textrm{ø}$
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 </row>
26937 <row>
26938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26939 \begin_inset Text
26940
26941 \begin_layout Plain Layout
26942
26943 \backslash
26944 O
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953 \begin_inset Formula $\textrm{Ø}$
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 </row>
26962 <row>
26963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26964 \begin_inset Text
26965
26966 \begin_layout Plain Layout
26967
26968 \backslash
26969 l
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978 \begin_inset Formula $\textrm{ł}$
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 </row>
26987 <row>
26988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26989 \begin_inset Text
26990
26991 \begin_layout Plain Layout
26992
26993 \backslash
26994 L
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 \begin_inset Formula $\textrm{Ł}$
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 <row>
27013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017 !
27018 \begin_inset space \hspace{}
27019 \length 0mm
27020 \end_inset
27021
27022 `
27023 \begin_inset space \textvisiblespace{}
27024 \end_inset
27025
27026
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 \begin_inset Formula $\textrm{!`}$
27036 \end_inset
27037
27038
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 </row>
27044 <row>
27045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27046 \begin_inset Text
27047
27048 \begin_layout Plain Layout
27049 ?
27050 \begin_inset space \hspace{}
27051 \length 0mm
27052 \end_inset
27053
27054 `
27055 \begin_inset space \textvisiblespace{}
27056 \end_inset
27057
27058
27059 \end_layout
27060
27061 \end_inset
27062 </cell>
27063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27064 \begin_inset Text
27065
27066 \begin_layout Plain Layout
27067 \begin_inset Formula $\textrm{?`}$
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 </row>
27076 <row>
27077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081
27082 \backslash
27083 j
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 \begin_inset Formula $\textrm{ȷ}$
27093 \end_inset
27094
27095
27096 \end_layout
27097
27098 \end_inset
27099 </cell>
27100 </row>
27101 </lyxtabular>
27102
27103 \end_inset
27104
27105
27106 \begin_inset space \hfill{}
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \begin_layout Standard
27113 The characters 
27114 \begin_inset Formula $\textrm{\textrm{Å}}$
27115 \end_inset
27116
27117  and 
27118 \begin_inset Formula $\textrm{\textrm{Ø}}$
27119 \end_inset
27120
27121  can also be inserted via the math toolbar button 
27122 \begin_inset Info
27123 type  "icon"
27124 arg   "math-insert \\digamma"
27125 \end_inset
27126
27127 .
27128 \end_layout
27129
27130 \begin_layout Standard
27131 An exception are the commands 
27132 \series bold
27133 !
27134 \begin_inset space \hspace{}
27135 \length 0mm
27136 \end_inset
27137
27138 `
27139 \series default
27140  and 
27141 \series bold
27142 ?
27143 \begin_inset space \hspace{}
27144 \length 0mm
27145 \end_inset
27146
27147 `
27148 \series default
27149 , because they can be inserted in \SpecialChar LyX
27150  directly to text.
27151 \end_layout
27152
27153 \begin_layout Subsection
27154 Accents in Text
27155 \begin_inset CommandInset label
27156 LatexCommand label
27157 name "subsec:Accents-in-Text"
27158
27159 \end_inset
27160
27161
27162 \begin_inset Index idx
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 Accents ! in text
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \end_layout
27173
27174 \begin_layout Standard
27175 With the following commands all letters can be accented.
27176  The commands must be inserted in \SpecialChar TeX
27177  mode.
27178 \end_layout
27179
27180 \begin_layout Standard
27181 \begin_inset space \hfill{}
27182 \end_inset
27183
27184
27185 \begin_inset Tabular
27186 <lyxtabular version="3" rows="8" columns="2">
27187 <features tabularvalignment="middle">
27188 <column alignment="block" valignment="top">
27189 <column alignment="block" valignment="top">
27190 <row>
27191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 Command
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204 Result
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 <row>
27211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \backslash
27217
27218 \begin_inset Quotes grd
27219 \end_inset
27220
27221 e
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235
27236 \backslash
27237 "e
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 </row>
27248 <row>
27249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253
27254 \backslash
27255 `e
27256 \end_layout
27257
27258 \end_inset
27259 </cell>
27260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 \begin_inset ERT
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269
27270 \backslash
27271 `e
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \end_inset
27280 </cell>
27281 </row>
27282 <row>
27283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27284 \begin_inset Text
27285
27286 \begin_layout Plain Layout
27287
27288 \backslash
27289 ^
27290 \begin_inset space \textvisiblespace{}
27291 \end_inset
27292
27293 e
27294 \end_layout
27295
27296 \end_inset
27297 </cell>
27298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27299 \begin_inset Text
27300
27301 \begin_layout Plain Layout
27302 \begin_inset ERT
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306
27307
27308 \backslash
27309 ^e
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \end_inset
27318 </cell>
27319 </row>
27320 <row>
27321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27322 \begin_inset Text
27323
27324 \begin_layout Plain Layout
27325
27326 \backslash
27327 =e
27328 \end_layout
27329
27330 \end_inset
27331 </cell>
27332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27333 \begin_inset Text
27334
27335 \begin_layout Plain Layout
27336 \begin_inset ERT
27337 status collapsed
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 =e
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \end_inset
27352 </cell>
27353 </row>
27354 <row>
27355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27356 \begin_inset Text
27357
27358 \begin_layout Plain Layout
27359
27360 \backslash
27361 u
27362 \begin_inset space \textvisiblespace{}
27363 \end_inset
27364
27365 e
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27371 \begin_inset Text
27372
27373 \begin_layout Plain Layout
27374 \begin_inset ERT
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378
27379
27380 \backslash
27381 u e
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \end_inset
27390 </cell>
27391 </row>
27392 <row>
27393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27394 \begin_inset Text
27395
27396 \begin_layout Plain Layout
27397
27398 \backslash
27399 b
27400 \begin_inset space \textvisiblespace{}
27401 \end_inset
27402
27403 e
27404 \end_layout
27405
27406 \end_inset
27407 </cell>
27408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27409 \begin_inset Text
27410
27411 \begin_layout Plain Layout
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 b e
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \end_inset
27428 </cell>
27429 </row>
27430 <row>
27431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27432 \begin_inset Text
27433
27434 \begin_layout Plain Layout
27435
27436 \backslash
27437 t
27438 \begin_inset space \textvisiblespace{}
27439 \end_inset
27440
27441 ee
27442 \end_layout
27443
27444 \end_inset
27445 </cell>
27446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450 \begin_inset ERT
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454
27455
27456 \backslash
27457 t ee
27458 \end_layout
27459
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 </row>
27468 </lyxtabular>
27469
27470 \end_inset
27471
27472
27473 \begin_inset space \hfill{}
27474 \end_inset
27475
27476
27477 \begin_inset Tabular
27478 <lyxtabular version="3" rows="8" columns="2">
27479 <features tabularvalignment="middle">
27480 <column alignment="block" valignment="top">
27481 <column alignment="center" valignment="top">
27482 <row>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487 Command
27488 \end_layout
27489
27490 \end_inset
27491 </cell>
27492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27493 \begin_inset Text
27494
27495 \begin_layout Plain Layout
27496 Result
27497 \end_layout
27498
27499 \end_inset
27500 </cell>
27501 </row>
27502 <row>
27503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27504 \begin_inset Text
27505
27506 \begin_layout Plain Layout
27507
27508 \backslash
27509 H
27510 \begin_inset space \textvisiblespace{}
27511 \end_inset
27512
27513 e
27514 \end_layout
27515
27516 \end_inset
27517 </cell>
27518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27519 \begin_inset Text
27520
27521 \begin_layout Plain Layout
27522 \begin_inset ERT
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526
27527
27528 \backslash
27529 H e
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \end_layout
27536
27537 \end_inset
27538 </cell>
27539 </row>
27540 <row>
27541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27542 \begin_inset Text
27543
27544 \begin_layout Plain Layout
27545
27546 \backslash
27547 'e
27548 \end_layout
27549
27550 \end_inset
27551 </cell>
27552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27553 \begin_inset Text
27554
27555 \begin_layout Plain Layout
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 'e
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 </row>
27574 <row>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579
27580 \backslash
27581 ~e
27582 \begin_inset Index idx
27583 status collapsed
27584
27585 \begin_layout Plain Layout
27586 Tilde
27587 \end_layout
27588
27589 \end_inset
27590
27591
27592 \end_layout
27593
27594 \end_inset
27595 </cell>
27596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27597 \begin_inset Text
27598
27599 \begin_layout Plain Layout
27600 \begin_inset ERT
27601 status collapsed
27602
27603 \begin_layout Plain Layout
27604
27605
27606 \backslash
27607 ~e
27608 \end_layout
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \end_inset
27616 </cell>
27617 </row>
27618 <row>
27619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27620 \begin_inset Text
27621
27622 \begin_layout Plain Layout
27623
27624 \backslash
27625 .e
27626 \end_layout
27627
27628 \end_inset
27629 </cell>
27630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27631 \begin_inset Text
27632
27633 \begin_layout Plain Layout
27634 \begin_inset ERT
27635 status collapsed
27636
27637 \begin_layout Plain Layout
27638
27639
27640 \backslash
27641 .e
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 </row>
27652 <row>
27653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27654 \begin_inset Text
27655
27656 \begin_layout Plain Layout
27657
27658 \backslash
27659 v
27660 \begin_inset space \textvisiblespace{}
27661 \end_inset
27662
27663 e
27664 \end_layout
27665
27666 \end_inset
27667 </cell>
27668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27669 \begin_inset Text
27670
27671 \begin_layout Plain Layout
27672 \begin_inset ERT
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676
27677
27678 \backslash
27679 v e
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 </row>
27690 <row>
27691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27692 \begin_inset Text
27693
27694 \begin_layout Plain Layout
27695
27696 \backslash
27697 d
27698 \begin_inset space \textvisiblespace{}
27699 \end_inset
27700
27701 e
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 \begin_inset ERT
27711 status collapsed
27712
27713 \begin_layout Plain Layout
27714
27715
27716 \backslash
27717 d e
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 </row>
27728 <row>
27729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733
27734 \backslash
27735 c
27736 \begin_inset space \textvisiblespace{}
27737 \end_inset
27738
27739 e
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27745 \begin_inset Text
27746
27747 \begin_layout Plain Layout
27748 \begin_inset ERT
27749 status collapsed
27750
27751 \begin_layout Plain Layout
27752
27753
27754 \backslash
27755 c e
27756 \end_layout
27757
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 </row>
27766 </lyxtabular>
27767
27768 \end_inset
27769
27770
27771 \begin_inset space \hfill{}
27772 \end_inset
27773
27774
27775 \end_layout
27776
27777 \begin_layout Standard
27778 \begin_inset VSpace medskip
27779 \end_inset
27780
27781 With the command 
27782 \series bold
27783
27784 \backslash
27785 t
27786 \series default
27787  also two different characters can be accented.
27788  The command 
27789 \series bold
27790
27791 \backslash
27792 t
27793 \begin_inset space \textvisiblespace{}
27794 \end_inset
27795
27796 sz
27797 \series default
27798  creates: 
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 t sz
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \end_layout
27813
27814 \begin_layout Standard
27815 The accents 
27816 \series bold
27817 `
27818 \series default
27819  , 
27820 \series bold
27821 '
27822 \series default
27823  and 
27824 \series bold
27825 ^
27826 \series default
27827  can in combination with vowels directly be inserted with the keyboard without
27828  using \SpecialChar TeX
27829  mode.
27830  The same applies for the tilde
27831 \begin_inset Foot
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835 This only applies for keyboards where the tilde is defined as accent.
27836 \end_layout
27837
27838 \end_inset
27839
27840  
27841 \series bold
27842 ~
27843 \series default
27844  in combination with 
27845 \emph on
27846 a
27847 \emph default
27848  , 
27849 \emph on
27850 n
27851 \emph default
27852  , or 
27853 \emph on
27854 o
27855 \emph default
27856 .
27857 \end_layout
27858
27859 \begin_layout Standard
27860 The commands 
27861 \series bold
27862
27863 \backslash
27864 b
27865 \series default
27866  , 
27867 \series bold
27868
27869 \backslash
27870 c
27871 \series default
27872  , 
27873 \series bold
27874
27875 \backslash
27876 d
27877 \series default
27878  , 
27879 \series bold
27880
27881 \backslash
27882 H
27883 \series default
27884  , 
27885 \series bold
27886
27887 \backslash
27888 t
27889 \series default
27890  , 
27891 \series bold
27892
27893 \backslash
27894 u
27895 \series default
27896  , 
27897 \series bold
27898
27899 \backslash
27900 v
27901 \series default
27902  and accents that are inserted directly with the keyboard are also available
27903  in mathematical text.
27904  For the other accents there are special math commands to be used in formulas,
27905  see 
27906 \begin_inset CommandInset ref
27907 LatexCommand ref
27908 reference "subsec:Accents-for-one"
27909
27910 \end_inset
27911
27912 .
27913 \end_layout
27914
27915 \begin_layout Standard
27916 \begin_inset VSpace bigskip
27917 \end_inset
27918
27919 Furthermore, with the command 
27920 \series bold
27921
27922 \backslash
27923 textcircled
27924 \series default
27925
27926 \begin_inset Index idx
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 Commands ! T ! 
27931 \backslash
27932 textcircled
27933 \end_layout
27934
27935 \end_inset
27936
27937  all numbers and letters can be set into a circle, quasi accented with a
27938  circle, similar to the copyright symbol.
27939 \end_layout
27940
27941 \begin_layout Standard
27942 \align center
27943 \begin_inset Tabular
27944 <lyxtabular version="3" rows="3" columns="2">
27945 <features tabularvalignment="middle">
27946 <column alignment="center" valignment="top">
27947 <column alignment="center" valignment="top">
27948 <row>
27949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 Command
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 Result
27963 \begin_inset Note Note
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967
27968 \series bold
27969
27970 \backslash
27971 raisebox
27972 \series default
27973  is only used as spacer.
27974 \end_layout
27975
27976 \end_inset
27977
27978
27979 \end_layout
27980
27981 \end_inset
27982 </cell>
27983 </row>
27984 <row>
27985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989
27990 \backslash
27991 textcircled{w}
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 textcircled{w}
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \end_inset
28016 </cell>
28017 </row>
28018 <row>
28019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28020 \begin_inset Text
28021
28022 \begin_layout Plain Layout
28023
28024 \backslash
28025 Large 
28026 \backslash
28027 textcircled{
28028 \backslash
28029 normalsize
28030 \backslash
28031 protect
28032 \backslash
28033 raisebox{-1.5pt}{W}}
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28039 \begin_inset Text
28040
28041 \begin_layout Plain Layout
28042 \begin_inset Formula $\raisebox{4.5mm}{}$
28043 \end_inset
28044
28045
28046 \begin_inset ERT
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050
28051
28052 \backslash
28053 Large 
28054 \backslash
28055 textcircled{
28056 \backslash
28057 normalsize
28058 \backslash
28059 protect
28060 \backslash
28061 raisebox{-1.5pt}W}
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \begin_inset Formula $\raisebox{-2mm}{}$
28068 \end_inset
28069
28070
28071 \end_layout
28072
28073 \end_inset
28074 </cell>
28075 </row>
28076 </lyxtabular>
28077
28078 \end_inset
28079
28080
28081 \end_layout
28082
28083 \begin_layout Standard
28084 One has to take care that the character fits in the circle.
28085  
28086 \series bold
28087
28088 \backslash
28089 Large
28090 \series default
28091
28092 \begin_inset Foot
28093 status collapsed
28094
28095 \begin_layout Plain Layout
28096 see 
28097 \begin_inset CommandInset ref
28098 LatexCommand ref
28099 reference "subsec:Font-Sizes"
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \end_inset
28107
28108  specifies thereby the size of the circle.
28109  With the help of 
28110 \series bold
28111
28112 \backslash
28113 raisebox
28114 \series default
28115
28116 \begin_inset Foot
28117 status collapsed
28118
28119 \begin_layout Plain Layout
28120 see 
28121 \begin_inset CommandInset ref
28122 LatexCommand ref
28123 reference "subsec:Boxes-without-Frame"
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \end_inset
28131
28132  the character can be centered.
28133 \end_layout
28134
28135 \begin_layout Subsection
28136 Old-style Figures
28137 \begin_inset Index idx
28138 status collapsed
28139
28140 \begin_layout Plain Layout
28141 Old-style Figures
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Standard
28150 Old-style figures (also known as old-style numerals) are created with the
28151  command 
28152 \series bold
28153
28154 \backslash
28155 oldstylenums
28156 \series default
28157
28158 \begin_inset Index idx
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162 Commands ! O ! 
28163 \backslash
28164 oldstylenums
28165 \end_layout
28166
28167 \end_inset
28168
28169 .
28170  The command can be used in formulas and in \SpecialChar TeX
28171  mode.
28172  The command scheme is:
28173 \end_layout
28174
28175 \begin_layout Standard
28176
28177 \series bold
28178
28179 \backslash
28180 oldstylenums{number}
28181 \end_layout
28182
28183 \begin_layout Standard
28184 The command 
28185 \series bold
28186
28187 \backslash
28188 oldstylenums{0123456789
28189 \series default
28190  produces: 
28191 \begin_inset Formula $\oldstylenums{0123456789}$
28192 \end_inset
28193
28194
28195 \end_layout
28196
28197 \begin_layout Section
28198 Formula Styles
28199 \begin_inset CommandInset label
28200 LatexCommand label
28201 name "sec:Formula-Styles"
28202
28203 \end_inset
28204
28205
28206 \begin_inset Index idx
28207 status collapsed
28208
28209 \begin_layout Plain Layout
28210 Formula ! styles
28211 \end_layout
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \begin_layout Itemize
28219 There are two different alignment styles:
28220 \begin_inset Separator parbreak
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \begin_deeper
28227 \begin_layout Description
28228 Centered is the predefined standard
28229 \end_layout
28230
28231 \begin_layout Description
28232 Indented for this the option 
28233 \series bold
28234 fleqn
28235 \series default
28236  must be inserted in the menu 
28237 \family sans
28238 Document\SpecialChar menuseparator
28239 Settings
28240 \family default
28241  under 
28242 \family sans
28243 Document
28244 \begin_inset space ~
28245 \end_inset
28246
28247 Class
28248 \end_layout
28249
28250 \begin_layout Standard
28251 When 
28252 \series bold
28253 Indented
28254 \series default
28255  is used, the indentation can be adjusted with the length 
28256 \series bold
28257
28258 \backslash
28259 mathindent
28260 \series default
28261
28262 \begin_inset Index idx
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 Commands ! M ! 
28267 \backslash
28268 mathindent
28269 \end_layout
28270
28271 \end_inset
28272
28273 .
28274  Should the distance be 15
28275 \begin_inset space \thinspace{}
28276 \end_inset
28277
28278 mm, the following command line is inserted in the \SpecialChar LaTeX
28279 -preamble
28280 \end_layout
28281
28282 \begin_layout Standard
28283
28284 \series bold
28285
28286 \backslash
28287 setlength{
28288 \backslash
28289 mathindent}{15mm}
28290 \end_layout
28291
28292 \begin_layout Standard
28293 When no length is specified, the predefined value of 30
28294 \begin_inset space \thinspace{}
28295 \end_inset
28296
28297 pt will be used.
28298 \end_layout
28299
28300 \end_deeper
28301 \begin_layout Itemize
28302 And two different numbering styles:
28303 \begin_inset Separator parbreak
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_deeper
28310 \begin_layout Description
28311 Right is the predefined standard
28312 \end_layout
28313
28314 \begin_layout Description
28315 Left for this the option 
28316 \series bold
28317 leqno
28318 \series default
28319  must be inserted in the menu 
28320 \family sans
28321 Document\SpecialChar menuseparator
28322 Settings
28323 \family default
28324  under 
28325 \family sans
28326 Document
28327 \begin_inset space ~
28328 \end_inset
28329
28330 Class
28331 \end_layout
28332
28333 \end_deeper
28334 \begin_layout Standard
28335
28336 \series bold
28337 fleqn
28338 \series default
28339  and 
28340 \series bold
28341 leqno
28342 \series default
28343  can also be used together.
28344  In this case both options are inserted, separated by a comma.
28345 \end_layout
28346
28347 \begin_layout Standard
28348 The chosen styles are used for all displayed formulas of the document.
28349  When both, centered and indented formulas should be created in a document,
28350  the style 
28351 \series bold
28352 Centered
28353 \series default
28354  is used.
28355  The indented formulas are then set in a flalign environment, see 
28356 \begin_inset CommandInset ref
28357 LatexCommand ref
28358 reference "subsec:Flalign-Environment"
28359
28360 \end_inset
28361
28362 .
28363 \end_layout
28364
28365 \begin_layout Section
28366 Multiline Formulas
28367 \begin_inset CommandInset label
28368 LatexCommand label
28369 name "sec:Multiline-Formulas"
28370
28371 \end_inset
28372
28373
28374 \begin_inset Index idx
28375 status collapsed
28376
28377 \begin_layout Plain Layout
28378 Formula ! multiline
28379 \end_layout
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \begin_layout Subsection
28387 General
28388 \end_layout
28389
28390 \begin_layout Standard
28391 In \SpecialChar LyX
28392  multiline formulas are created by pressing 
28393 \begin_inset Info
28394 type  "shortcut"
28395 arg   "newline-insert newline"
28396 \end_inset
28397
28398  inside a formula.
28399  This creates either an 
28400 \series bold
28401 eqnarray environment
28402 \series default
28403  that is described in 
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "subsec:Eqnarray-Environment"
28407
28408 \end_inset
28409
28410  or, when the option 
28411 \family sans
28412 Use AMS math package
28413 \family default
28414  in the document settings is selected, an 
28415 \series bold
28416 align environment
28417 \series default
28418  that is described in 
28419 \begin_inset CommandInset ref
28420 LatexCommand ref
28421 reference "subsec:Standard-align-Environment"
28422
28423 \end_inset
28424
28425 .
28426  The align environment is recommended because it provides in any case a
28427  typographically correct output.
28428 \end_layout
28429
28430 \begin_layout Standard
28431 There are other multiline formula environments that can be created via the
28432  menu 
28433 \family sans
28434 Insert\SpecialChar menuseparator
28435 Math
28436 \family default
28437 .
28438  These environments are described in the following sections.
28439 \end_layout
28440
28441 \begin_layout Standard
28442 In all multiline formula environments a new line is created by pressing
28443  
28444 \begin_inset Info
28445 type  "shortcut"
28446 arg   "newline-insert newline"
28447 \end_inset
28448
28449 .
28450  To add or delete lines, the math toolbar buttons 
28451 \begin_inset Info
28452 type  "icon"
28453 arg   "inset-modify tabular append-row"
28454 \end_inset
28455
28456  or 
28457 \begin_inset Info
28458 type  "icon"
28459 arg   "inset-modify tabular delete-row"
28460 \end_inset
28461
28462 , respectively, or the menu 
28463 \family sans
28464 Edit\SpecialChar menuseparator
28465 Rows & Columns
28466 \family default
28467  can be used.
28468 \end_layout
28469
28470 \begin_layout Subsubsection
28471 Line Separation
28472 \begin_inset CommandInset label
28473 LatexCommand label
28474 name "subsec:Line-Separation"
28475
28476 \end_inset
28477
28478
28479 \begin_inset Index idx
28480 status collapsed
28481
28482 \begin_layout Plain Layout
28483 Formula ! multiline ! Line separation
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Standard
28492 There is sometimes not enough space in multiline formulas between the lines:
28493 \begin_inset Formula 
28494 \begin{eqnarray*}
28495 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}\\
28496 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
28497 \end{eqnarray*}
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Standard
28505 In \SpecialChar LaTeX
28506  additional line space is specified as optional argument of the new line
28507  command.
28508  This is not yet possible in \SpecialChar LyX
28509
28510 \begin_inset Foot
28511 status collapsed
28512
28513 \begin_layout Plain Layout
28514 see 
28515 \begin_inset CommandInset href
28516 LatexCommand href
28517 name "LyX-bug #1505"
28518 target "http://www.lyx.org/trac/ticket/1505"
28519
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \end_inset
28526
28527 , therefore the whole formula must be inserted in \SpecialChar TeX
28528  mode.
28529  To add in our example space, the command 
28530 \series bold
28531
28532 \backslash
28533
28534 \backslash
28535 [3mm]
28536 \series default
28537  is inserted at the end of the first line.
28538  One gets: 
28539 \begin_inset ERT
28540 status collapsed
28541
28542 \begin_layout Plain Layout
28543
28544
28545 \backslash
28546 begin{eqnarray*}
28547 \end_layout
28548
28549 \begin_layout Plain Layout
28550
28551 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28552  = & 
28553 \backslash
28554 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28555 \backslash
28556
28557 \backslash
28558 [3mm]
28559 \end_layout
28560
28561 \begin_layout Plain Layout
28562
28563 4x^{2}
28564 \backslash
28565 left(B^{2}+x_{0}^{2}
28566 \backslash
28567 right)+4x_{0}x
28568 \backslash
28569 left(D-B^{2}
28570 \backslash
28571 right)+B^{2}
28572 \backslash
28573 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28574 \backslash
28575 right) & = & 0
28576 \end_layout
28577
28578 \begin_layout Plain Layout
28579
28580
28581 \backslash
28582 end{eqnarray*}
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \begin_layout Standard
28591 \begin_inset VSpace bigskip
28592 \end_inset
28593
28594 To set the line separation for all lines in a formula, the length 
28595 \series bold
28596
28597 \backslash
28598 jot
28599 \series default
28600
28601 \begin_inset Index idx
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605 Commands ! J ! 
28606 \backslash
28607 jot
28608 \end_layout
28609
28610 \end_inset
28611
28612  is changed.
28613  The definition is: 
28614 \begin_inset Formula $\mbox{line separation}=\mathrm{6\,pt+\backslash jot}$
28615 \end_inset
28616
28617 .
28618  Predefined for 
28619 \series bold
28620
28621 \backslash
28622 jot
28623 \series default
28624  is the value 3
28625 \begin_inset space \thinspace{}
28626 \end_inset
28627
28628 pt.
28629  To create 3
28630 \begin_inset space \thinspace{}
28631 \end_inset
28632
28633 mm additional line separation as in the previous example, the command
28634 \end_layout
28635
28636 \begin_layout Standard
28637
28638 \series bold
28639
28640 \backslash
28641 setlength{
28642 \backslash
28643 jot}{3mm+3pt}
28644 \end_layout
28645
28646 \begin_layout Standard
28647 is inserted in \SpecialChar TeX
28648  mode before the formula.
28649  This requires that the \SpecialChar LaTeX
28650 -package 
28651 \series bold
28652 calc
28653 \series default
28654
28655 \begin_inset Foot
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660 \series bold
28661 calc
28662 \series default
28663  is part of every \SpecialChar LaTeX
28664  standard installation.
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset Index idx
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Packages ! calc
28675 \end_layout
28676
28677 \end_inset
28678
28679  was loaded in \SpecialChar LaTeX
28680 -preamble with the line
28681 \end_layout
28682
28683 \begin_layout Standard
28684
28685 \series bold
28686
28687 \backslash
28688 usepackage{calc}
28689 \end_layout
28690
28691 \begin_layout Standard
28692 One gets: 
28693 \begin_inset ERT
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 setlength{
28701 \backslash
28702 jot}{3mm+3pt}
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \begin_inset Formula 
28709 \begin{eqnarray*}
28710 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}\\
28711 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
28712 \end{eqnarray*}
28713
28714 \end_inset
28715
28716
28717 \end_layout
28718
28719 \begin_layout Standard
28720 \begin_inset ERT
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724
28725
28726 \backslash
28727 setlength{
28728 \backslash
28729 jot}{3pt}
28730 \end_layout
28731
28732 \end_inset
28733
28734  To get back to the predefined distance, 
28735 \series bold
28736
28737 \backslash
28738 jot
28739 \series default
28740  is set to the value 3
28741 \begin_inset space \thinspace{}
28742 \end_inset
28743
28744 pt.
28745 \end_layout
28746
28747 \begin_layout Subsubsection
28748 Column Separation
28749 \begin_inset CommandInset label
28750 LatexCommand label
28751 name "subsec:Column-Separation"
28752
28753 \end_inset
28754
28755
28756 \begin_inset Index idx
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760 Formula ! multiline ! Column separation
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 Multiline formulas form a matrix.
28770  A formula in the eqnarray environment is for example a matrix with three
28771  columns.
28772  By changing the column separation in this environment, the space beside
28773  the relation sign can be changed.
28774 \end_layout
28775
28776 \begin_layout Standard
28777 The column separation is specified with the length 
28778 \series bold
28779
28780 \backslash
28781 arraycolsep
28782 \series default
28783
28784 \begin_inset Index idx
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Commands ! A ! 
28789 \backslash
28790 arraycolsep
28791 \end_layout
28792
28793 \end_inset
28794
28795  according to:
28796 \begin_inset Newline newline
28797 \end_inset
28798
28799 column separation = 2
28800 \begin_inset space \thinspace{}
28801 \end_inset
28802
28803
28804 \series bold
28805
28806 \backslash
28807 arraycolsep
28808 \series default
28809
28810 \begin_inset Newline newline
28811 \end_inset
28812
28813 Thus, the command
28814 \end_layout
28815
28816 \begin_layout Standard
28817
28818 \series bold
28819
28820 \backslash
28821 setlength{
28822 \backslash
28823 arraycolsep}{1cm}
28824 \end_layout
28825
28826 \begin_layout Standard
28827 inserted in \SpecialChar TeX
28828  mode, sets for all following formulas a column separation of
28829  2
28830 \begin_inset space \thinspace{}
28831 \end_inset
28832
28833 cm.
28834  To get back to the predefined distance, 
28835 \series bold
28836
28837 \backslash
28838 arraycolsep
28839 \series default
28840  is set to 5
28841 \begin_inset space \thinspace{}
28842 \end_inset
28843
28844 pt.
28845 \end_layout
28846
28847 \begin_layout Standard
28848 A formula with 2
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 cm column separation:
28853 \begin_inset ERT
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857
28858
28859 \backslash
28860 setlength{
28861 \backslash
28862 arraycolsep}{1cm}
28863 \end_layout
28864
28865 \end_inset
28866
28867
28868 \begin_inset Formula 
28869 \begin{eqnarray*}
28870 A & = & B\\
28871 C & \ne & A
28872 \end{eqnarray*}
28873
28874 \end_inset
28875
28876 A formula with the predefined column separation for matrices of 10
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 pt:
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 setlength{
28889 \backslash
28890 arraycolsep}{5pt}
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \begin_inset Formula 
28897 \begin{eqnarray*}
28898 A & = & B\\
28899 C & \ne & A
28900 \end{eqnarray*}
28901
28902 \end_inset
28903
28904
28905 \end_layout
28906
28907 \begin_layout Subsubsection
28908 Long Formulas
28909 \begin_inset Index idx
28910 status collapsed
28911
28912 \begin_layout Plain Layout
28913 Formula ! long
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 Long formulas can be typeset using these methods:
28923 \end_layout
28924
28925 \begin_layout Itemize
28926 When one side of the equation is much shorter than the line width, this
28927  one is chosen for the left side and the right side is typeset over two
28928  lines:
28929 \begin_inset Formula 
28930 \begin{eqnarray}
28931 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 \\
28932  &  & -\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}
28933 \end{eqnarray}
28934
28935 \end_inset
28936
28937 The minus sign at the beginning of the second line does normally not appear
28938  as an operator because it is the first character of the line.
28939  Thus it would not be surrounded by space and could not be distinguished
28940  from the fraction bar.
28941  To avoid this, 3
28942 \begin_inset space \thinspace{}
28943 \end_inset
28944
28945 pt space was inserted behind the minus sign with the command 
28946 \series bold
28947
28948 \backslash
28949 hspace
28950 \series default
28951 .
28952 \begin_inset Foot
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 for more about 
28957 \series bold
28958
28959 \backslash
28960 hspace
28961 \series default
28962  see 
28963 \begin_inset CommandInset ref
28964 LatexCommand ref
28965 reference "subsec:Variable-Space"
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \end_inset
28973
28974
28975 \begin_inset Index idx
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 Commands ! H ! 
28980 \backslash
28981 hspace
28982 \end_layout
28983
28984 \end_inset
28985
28986
28987 \end_layout
28988
28989 \begin_layout Itemize
28990 When both sides of the equation are too long, the command 
28991 \series bold
28992
28993 \backslash
28994 lefteqn
28995 \series default
28996
28997 \begin_inset Index idx
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001 Commands ! L ! 
29002 \backslash
29003 lefteqn
29004 \end_layout
29005
29006 \end_inset
29007
29008  is used.
29009  It is inserted in the first column of the first line and causes all further
29010  insertions to overwrite the following columns:
29011 \begin_inset Formula 
29012 \begin{eqnarray}
29013 \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 \\
29014  &  & -\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 \\
29015  &  & =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}
29016 \end{eqnarray}
29017
29018 \end_inset
29019
29020 After the insertion of 
29021 \series bold
29022
29023 \backslash
29024 lefteqn
29025 \series default
29026 , the cursor is in a purple box that is a bit shifted to the left from the
29027  blue one.
29028  In this the formula is inserted.
29029 \begin_inset Newline newline
29030 \end_inset
29031
29032 The content of the further lines is inserted to the second or another formula
29033  column.
29034  The greater the column number where it was inserted, the larger the indentation.
29035 \begin_inset VSpace medskip
29036 \end_inset
29037
29038
29039 \begin_inset Newline newline
29040 \end_inset
29041
29042
29043 \begin_inset Note Greyedout
29044 status open
29045
29046 \begin_layout Plain Layout
29047 Note the following when using 
29048 \series bold
29049
29050 \backslash
29051 lefteqn
29052 \series default
29053 :
29054 \end_layout
29055
29056 \begin_layout Itemize
29057 The formula doesn't use the full page width.
29058  When e.
29059 \begin_inset space \thinspace{}
29060 \end_inset
29061
29062 g.
29063 \begin_inset space \space{}
29064 \end_inset
29065
29066 the term 
29067 \begin_inset Formula $-B^{2}$
29068 \end_inset
29069
29070  is added to the first line in the above example, it would have been outside
29071  the page margin.
29072  To better use the width, negative space can be inserted at the beginning
29073  of the first line.
29074 \end_layout
29075
29076 \begin_layout Itemize
29077 Due to a bug in \SpecialChar LyX
29078  the cursor cannot be set with the mouse into the first
29079  line.
29080 \begin_inset Foot
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084 \begin_inset CommandInset href
29085 LatexCommand href
29086 name "LyX-bug #1429"
29087 target "http://www.lyx.org/trac/ticket/1429"
29088
29089 \end_inset
29090
29091
29092 \end_layout
29093
29094 \end_inset
29095
29096  One can only set the cursor at the beginning of the line and move it with
29097  the arrow keys.
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Itemize
29106 Other methods to set long formulas are offered by the environments described
29107  in 
29108 \begin_inset CommandInset ref
29109 LatexCommand ref
29110 reference "subsec:Multline-Environment"
29111
29112 \end_inset
29113
29114  and 
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "subsec:Multiline-Formula-Parts"
29118
29119 \end_inset
29120
29121 .
29122 \end_layout
29123
29124 \begin_layout Subsubsection
29125 Multiline Fractions
29126 \begin_inset CommandInset label
29127 LatexCommand label
29128 name "subsec:Multiline-Fractions"
29129
29130 \end_inset
29131
29132
29133 \begin_inset Index idx
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 Fractions ! multiline
29138 \end_layout
29139
29140 \end_inset
29141
29142
29143 \end_layout
29144
29145 \begin_layout Standard
29146 There are cases where the denominator and/or the numerator of a fraction
29147  is so long that the fraction does not fit into one line.
29148  It is then necessary to add a line break within the fraction.
29149  This can be done using the command 
29150 \series bold
29151
29152 \backslash
29153 splitfrac
29154 \series default
29155
29156 \begin_inset Index idx
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160 Commands ! S ! 
29161 \backslash
29162 splitfrac
29163 \end_layout
29164
29165 \end_inset
29166
29167 .
29168  To activate it, set in the document settings under 
29169 \family sans
29170 Math
29171 \begin_inset space ~
29172 \end_inset
29173
29174 Options
29175 \family default
29176  for the package 
29177 \series bold
29178 mathtools
29179 \series default
29180
29181 \begin_inset Index idx
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Packages ! mathtools
29186 \end_layout
29187
29188 \end_inset
29189
29190  the option 
29191 \family sans
29192 Load
29193 \begin_inset space ~
29194 \end_inset
29195
29196 always
29197 \family default
29198 .
29199  
29200 \series bold
29201
29202 \backslash
29203 splitfrac
29204 \series default
29205  has the scheme
29206 \end_layout
29207
29208 \begin_layout Standard
29209
29210 \series bold
29211
29212 \backslash
29213 splitfrac{first line}{second line}
29214 \end_layout
29215
29216 \begin_layout Standard
29217 and is used as denominator and/or numerator:
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \begin_inset Formula 
29222 \[
29223 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
29224 \]
29225
29226 \end_inset
29227
29228 The command for the first numerator above is:
29229 \end_layout
29230
29231 \begin_layout Standard
29232
29233 \series bold
29234
29235 \backslash
29236 splitfrac{xy+xy+xy+xy+xy
29237 \begin_inset space \textvisiblespace{}
29238 \end_inset
29239
29240
29241 \backslash
29242 {+wy+wy+wy+wy
29243 \end_layout
29244
29245 \begin_layout Subsubsection
29246 Multiline Brackets
29247 \begin_inset CommandInset label
29248 LatexCommand label
29249 name "subsec:Multiline-Brackets"
29250
29251 \end_inset
29252
29253
29254 \begin_inset Index idx
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258 Brackets ! for multiline expressions
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Standard
29267 For brackets spanning multiple lines the following problem occurs:
29268 \begin_inset Formula 
29269 \begin{eqnarray*}
29270 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29271  &  & \left.\cdots+B-D\right]
29272 \end{eqnarray*}
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 The closing bracket is smaller than the opening bracket because brackets
29281  with variable size may not span multiple lines.
29282 \end_layout
29283
29284 \begin_layout Standard
29285 To set the bracket size for the second line correctly, the first line is
29286  ended with 
29287 \series bold
29288
29289 \backslash
29290 right.
29291 \series default
29292
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Commands ! R ! 
29298 \backslash
29299 right
29300 \end_layout
29301
29302 \end_inset
29303
29304  and the second line with 
29305 \series bold
29306
29307 \backslash
29308 left.
29309 \begin_inset Foot
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 for more about 
29314 \series bold
29315
29316 \backslash
29317 left
29318 \series default
29319  and 
29320 \series bold
29321
29322 \backslash
29323 right
29324 \series default
29325  see 
29326 \begin_inset CommandInset ref
29327 LatexCommand ref
29328 reference "subsec:Automatic-Bracket-Size"
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \series default
29339
29340 \begin_inset Index idx
29341 status collapsed
29342
29343 \begin_layout Plain Layout
29344 Commands ! L ! 
29345 \backslash
29346 left
29347 \end_layout
29348
29349 \end_inset
29350
29351 .
29352  After 
29353 \series bold
29354
29355 \backslash
29356 left.
29357
29358 \series default
29359  the command 
29360 \series bold
29361
29362 \backslash
29363 vphantom
29364 \series default
29365
29366 \begin_inset space \textvisiblespace{}
29367 \end_inset
29368
29369
29370 \series bold
29371
29372 \backslash
29373 prod
29374 \series default
29375 ^
29376 \begin_inset space \textvisiblespace{}
29377 \end_inset
29378
29379
29380 \series bold
29381
29382 \backslash
29383 infty
29384 \series default
29385
29386 \begin_inset space \textvisiblespace{}
29387 \end_inset
29388
29389
29390 \series bold
29391
29392 \begin_inset Formula $\downarrow$
29393 \end_inset
29394
29395 _R=1}
29396 \series default
29397
29398 \begin_inset Index idx
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Commands ! V ! 
29403 \backslash
29404 vphantom
29405 \end_layout
29406
29407 \end_inset
29408
29409  is inserted, because the multiplication operator with its limits is the
29410  largest symbol in the first line and this should be the size for the bracket
29411  in the second line.
29412 \end_layout
29413
29414 \begin_layout Standard
29415 The result is this:
29416 \begin_inset Formula 
29417 \begin{eqnarray*}
29418 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29419  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29420 \end{eqnarray*}
29421
29422 \end_inset
29423
29424
29425 \end_layout
29426
29427 \begin_layout Subsection
29428 Align Environments
29429 \end_layout
29430
29431 \begin_layout Standard
29432 Align environments can be used for every kind of multiline formulas.
29433  They are especially useful to set several formulas side by side.
29434 \end_layout
29435
29436 \begin_layout Standard
29437 Align environments consist of columns.
29438  The odd columns are right aligned, the even ones left aligned.
29439  Every line in an Align environment can be numbered.
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Align environments are created via the menu 
29444 \family sans
29445 Insert\SpecialChar menuseparator
29446 Math
29447 \family default
29448 .
29449  With the menu 
29450 \family sans
29451 Edit\SpecialChar menuseparator
29452 Math\SpecialChar menuseparator
29453 Change Formula Type
29454 \family default
29455  already existing formulas can be converted to Align environments.
29456 \end_layout
29457
29458 \begin_layout Standard
29459 To add or delete columns, the math toolbar buttons 
29460 \begin_inset Info
29461 type  "icon"
29462 arg   "inset-modify tabular append-column"
29463 \end_inset
29464
29465  or 
29466 \begin_inset Info
29467 type  "icon"
29468 arg   "inset-modify tabular delete-column"
29469 \end_inset
29470
29471 , respectively, or the menu 
29472 \family sans
29473 Edit\SpecialChar menuseparator
29474 Rows & Columns
29475 \family default
29476  can be used.
29477 \end_layout
29478
29479 \begin_layout Subsubsection
29480 Standard align Environment
29481 \begin_inset CommandInset label
29482 LatexCommand label
29483 name "subsec:Standard-align-Environment"
29484
29485 \end_inset
29486
29487
29488 \begin_inset Index idx
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492 Formula ! multiline ! align environment
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 This Align environment is created by pressing 
29502 \begin_inset Info
29503 type  "shortcut"
29504 arg   "newline-insert newline"
29505 \end_inset
29506
29507  in a formula or by the menu 
29508 \family sans
29509 Insert\SpecialChar menuseparator
29510 Math\SpecialChar menuseparator
29511 AMS align Environment
29512 \family default
29513 .
29514 \end_layout
29515
29516 \begin_layout Standard
29517 An example for two formulas set side by side, that are created with a four
29518  column align environment:
29519 \begin_inset Formula 
29520 \begin{align*}
29521 A & =\sin(B) & C & =D\\
29522 C & \ne A & B & \ne D
29523 \end{align*}
29524
29525 \end_inset
29526
29527 As it can be seen, the formulas in this environment are placed so as if
29528  there would be a 
29529 \series bold
29530
29531 \backslash
29532 hfill
29533 \begin_inset Foot
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 more about 
29538 \series bold
29539
29540 \backslash
29541 hfill
29542 \series default
29543  see 
29544 \begin_inset CommandInset ref
29545 LatexCommand ref
29546 reference "subsec:Variable-Space"
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \series default
29557  before the first and after every even column.
29558  When the formula style 
29559 \series bold
29560 Indented
29561 \begin_inset Foot
29562 status collapsed
29563
29564 \begin_layout Plain Layout
29565 formula styles see 
29566 \begin_inset CommandInset ref
29567 LatexCommand ref
29568 reference "sec:Formula-Styles"
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \series default
29579  is used, the formula is set without the 
29580 \series bold
29581
29582 \backslash
29583 hfill
29584 \series default
29585  before the first column.
29586 \end_layout
29587
29588 \begin_layout Subsubsection
29589 Alignat Environment
29590 \begin_inset Index idx
29591 status collapsed
29592
29593 \begin_layout Plain Layout
29594 Formula ! multiline ! alignat environment
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 The alignat environment has no predefined column separation.
29604  It can be inserted manually with the spaces that are described 
29605 \begin_inset CommandInset ref
29606 LatexCommand ref
29607 reference "subsec:Space"
29608
29609 \end_inset
29610
29611 .
29612 \end_layout
29613
29614 \begin_layout Standard
29615 The above example in the alignat environment where 1
29616 \begin_inset space \thinspace{}
29617 \end_inset
29618
29619 cm space was inserted at the beginning of the second formula:
29620 \begin_inset Formula 
29621 \begin{alignat*}{2}
29622 A & =\sin(B) & \hspace{1cm}C & =D\\
29623 C & \ne A & B & \ne D
29624 \end{alignat*}
29625
29626 \end_inset
29627
29628 Because the column separation can be set separately for every column, this
29629  environment is especially suitable to set three and more formulas side
29630  by side.
29631 \end_layout
29632
29633 \begin_layout Subsubsection
29634 Flalign Environment
29635 \begin_inset CommandInset label
29636 LatexCommand label
29637 name "subsec:Flalign-Environment"
29638
29639 \end_inset
29640
29641
29642 \begin_inset Index idx
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646 Formula ! multiline ! flalign environment
29647 \end_layout
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Standard
29655 In this environment the first two columns are always set as much as possible
29656  to the left and the last two ones to the right.
29657  An example:
29658 \begin_inset Formula 
29659 \begin{flalign*}
29660 A & =1 & B & =2 & C & =3\\
29661 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29662 \end{flalign*}
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 By creating a flalign environment with an odd number of columns where an
29671  empty \SpecialChar TeX
29672  brace is inserted to the last column, several formulas in a document
29673  can be set to the left, although the formula style 
29674 \series bold
29675 Centered
29676 \series default
29677  is used.
29678  As example the indented formula 
29679 \begin_inset CommandInset ref
29680 LatexCommand eqref
29681 reference "eq:VolInt"
29682
29683 \end_inset
29684
29685 :
29686 \begin_inset Formula 
29687 \begin{flalign}
29688 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29689 \end{flalign}
29690
29691 \end_inset
29692
29693 The first two columns contain the formula.
29694  To indent it as with the formula style 
29695 \series bold
29696 Indented
29697 \series default
29698 , 30
29699 \begin_inset space \thinspace{}
29700 \end_inset
29701
29702 pt space was inserted at the beginning of the first column.
29703 \end_layout
29704
29705 \begin_layout Subsection
29706 Eqnarray Environment
29707 \begin_inset CommandInset label
29708 LatexCommand label
29709 name "subsec:Eqnarray-Environment"
29710
29711 \end_inset
29712
29713
29714 \begin_inset Index idx
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 Formula ! multiline ! eqnarray environment
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 When this environment has been created, three blue boxes appear.
29728  The content of the first box is right aligned, the content of the last
29729  one left aligned.
29730  The content of the middle box appears centered and a bit smaller, because
29731  it is designed to insert there only relation characters.
29732 \begin_inset Formula 
29733 \begin{eqnarray*}
29734 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29735 AB & AB & AB\\
29736 A & = & A
29737 \end{eqnarray*}
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Subsection
29745 Gather Environment
29746 \begin_inset Index idx
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 Formula ! multiline ! gather environment
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Standard
29759 This environment consists of only one centered column.
29760  Every line can be numbered.
29761 \begin_inset Formula 
29762 \begin{gather}
29763 A=1\\
29764 X=\textrm{-}1
29765 \end{gather}
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Subsection
29773 Multline Environment
29774 \begin_inset CommandInset label
29775 LatexCommand label
29776 name "subsec:Multline-Environment"
29777
29778 \end_inset
29779
29780
29781 \begin_inset Index idx
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785 Formula ! multiline ! multline environment
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 The multline environment consists, like the gather environment, of only
29795  one column.
29796  But the first line is left aligned, the last one right aligned.
29797  All other lines are centered.
29798  Therefore this environment is suitable for long formulas.
29799  As example formula 
29800 \begin_inset CommandInset ref
29801 LatexCommand eqref
29802 reference "eq:lefteqn"
29803
29804 \end_inset
29805
29806  in the multline environment:
29807 \begin_inset Formula 
29808 \begin{multline}
29809 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}\\
29810 -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}\\
29811 =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}}
29812 \end{multline}
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Standard
29820 In the output only the last (first) line of a multline environment appears
29821  numbered when the document numbering is right (left).
29822 \begin_inset Foot
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826 numbering styles see 
29827 \begin_inset CommandInset ref
29828 LatexCommand ref
29829 reference "sec:Formula-Styles"
29830
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \end_layout
29840
29841 \begin_layout Standard
29842 With the commands 
29843 \series bold
29844
29845 \backslash
29846 shoveright
29847 \series default
29848
29849 \begin_inset Index idx
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853 Commands ! S ! 
29854 \backslash
29855 shoveright
29856 \end_layout
29857
29858 \end_inset
29859
29860  and 
29861 \series bold
29862
29863 \backslash
29864 shoveleft
29865 \series default
29866
29867 \begin_inset Index idx
29868 status collapsed
29869
29870 \begin_layout Plain Layout
29871 Commands ! S ! 
29872 \backslash
29873 shoveleft
29874 \end_layout
29875
29876 \end_inset
29877
29878  a centered line can be right or left aligned, respectively.
29879  The commands are used as follows:
29880 \end_layout
29881
29882 \begin_layout Standard
29883
29884 \series bold
29885
29886 \backslash
29887 shoveright{line content}
29888 \series default
29889  and 
29890 \series bold
29891
29892 \backslash
29893 shoveleft{line content}
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset VSpace medskip
29898 \end_inset
29899
29900 The length 
29901 \series bold
29902
29903 \backslash
29904 multlinegap
29905 \series default
29906
29907 \begin_inset Index idx
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911 Commands ! M ! 
29912 \backslash
29913 multlinegap
29914 \end_layout
29915
29916 \end_inset
29917
29918  specifies the distance of the first line from the left page margin.
29919  Predefined is the length 0
29920 \begin_inset space \thinspace{}
29921 \end_inset
29922
29923 pt.
29924 \end_layout
29925
29926 \begin_layout Standard
29927 As example the above formula where the command
29928 \end_layout
29929
29930 \begin_layout Standard
29931
29932 \series bold
29933
29934 \backslash
29935 setlength{
29936 \backslash
29937 multlinegap}{2cm}
29938 \end_layout
29939
29940 \begin_layout Standard
29941 was inserted in \SpecialChar TeX
29942  mode before:
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948
29949 \backslash
29950 setlength{
29951 \backslash
29952 multlinegap}{2cm}
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \begin_inset Formula 
29959 \begin{multline}
29960 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}\\
29961 \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}}\\
29962 =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}}
29963 \end{multline}
29964
29965 \end_inset
29966
29967
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 setlength{
29976 \backslash
29977 multlinegap}{0pt}
29978 \end_layout
29979
29980 \end_inset
29981
29982 The second line was left aligned using 
29983 \series bold
29984
29985 \backslash
29986 shoveleft
29987 \series default
29988 .
29989 \end_layout
29990
29991 \begin_layout Subsection
29992 Multiline Formula Parts
29993 \begin_inset CommandInset label
29994 LatexCommand label
29995 name "subsec:Multiline-Formula-Parts"
29996
29997 \end_inset
29998
29999
30000 \begin_inset Index idx
30001 status collapsed
30002
30003 \begin_layout Plain Layout
30004 Formula ! multiline ! formula parts
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 To display only parts of a formula with multiple lines, one of the following
30014  environments is used: 
30015 \series bold
30016 aligned
30017 \series default
30018
30019 \series bold
30020 alignedat
30021 \series default
30022
30023 \series bold
30024 gathered
30025 \series default
30026  or 
30027 \series bold
30028 split
30029 \series default
30030 .
30031  They can be inserted via the menu 
30032 \family sans
30033 Insert\SpecialChar menuseparator
30034 Math
30035 \family default
30036  or by using the commands described in this section.
30037 \end_layout
30038
30039 \begin_layout Standard
30040 The first three have the same properties as the corresponding multiline
30041  formula environments, but it is possible to set further formula parts beside
30042  them.
30043  An example:
30044 \begin_inset Formula 
30045 \[
30046 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
30047 \Delta E\Delta t & \ge\frac{\hbar}{2}
30048 \end{aligned}
30049 \right\} \textrm{Uncertainty relations}
30050 \]
30051
30052 \end_inset
30053
30054
30055 \end_layout
30056
30057 \begin_layout Standard
30058 To get this formula, a displayed formula is created where the command 
30059 \series bold
30060
30061 \backslash
30062 aligned
30063 \series default
30064
30065 \begin_inset Index idx
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 Commands ! A ! 
30070 \backslash
30071 aligned
30072 \end_layout
30073
30074 \end_inset
30075
30076  is inserted.
30077  A purple box appears around the blue formula box where now columns and
30078  lines can be added.
30079  Outside the multiline environment other formula parts can be set, like
30080  the brace.
30081 \end_layout
30082
30083 \begin_layout Standard
30084 The aligned environment is also suitable for long formulas whose lines are
30085  horizontally aligned.
30086  Using aligned in a displayed formula has the advantage that the formula
30087  number is vertically centered behind the lines.
30088  As example formula 
30089 \begin_inset CommandInset ref
30090 LatexCommand eqref
30091 reference "eq:shortlong"
30092
30093 \end_inset
30094
30095  in the aligned environment:
30096 \begin_inset Formula 
30097 \begin{equation}
30098 \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}|}\\
30099  & -\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}|}
30100 \end{aligned}
30101 \end{equation}
30102
30103 \end_inset
30104
30105
30106 \end_layout
30107
30108 \begin_layout Standard
30109 To use the environments 
30110 \series bold
30111 alignedat
30112 \series default
30113
30114 \series bold
30115 gathered
30116 \series default
30117 , or 
30118 \series bold
30119 split
30120 \series default
30121 , the command 
30122 \series bold
30123
30124 \backslash
30125 alignedat
30126 \series default
30127 ,
30128 \begin_inset Index idx
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132 Commands ! A ! 
30133 \backslash
30134 alignedat
30135 \end_layout
30136
30137 \end_inset
30138
30139  
30140 \series bold
30141
30142 \backslash
30143 gathered
30144 \series default
30145
30146 \begin_inset Index idx
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150 Commands ! G ! 
30151 \backslash
30152 gathered
30153 \end_layout
30154
30155 \end_inset
30156
30157 , or 
30158 \series bold
30159
30160 \backslash
30161 split
30162 \series default
30163
30164 \begin_inset Index idx
30165 status collapsed
30166
30167 \begin_layout Plain Layout
30168 Commands ! S ! 
30169 \backslash
30170 split
30171 \end_layout
30172
30173 \end_inset
30174
30175  are inserted, respectively.
30176  The split environment has the same properties as the aligned environment
30177  but it can only have two columns.
30178 \end_layout
30179
30180 \begin_layout Subsection
30181 Text in multiline Formulas
30182 \begin_inset CommandInset label
30183 LatexCommand label
30184 name "subsec:Text-in-multiline"
30185
30186 \end_inset
30187
30188
30189 \begin_inset Index idx
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193 Text ! in formulas
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Index idx
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203 Formula ! multiline ! text
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 In the Align environments, and the multline and gather environment, text
30213  can be inserted that will appear in a separate line and doesn't affect
30214  the column alignment.
30215  To do this, the command 
30216 \series bold
30217
30218 \backslash
30219 intertext
30220 \series default
30221
30222 \begin_inset Index idx
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226 Commands ! I ! 
30227 \backslash
30228 intertext
30229 \end_layout
30230
30231 \end_inset
30232
30233  is used in the following scheme:
30234 \end_layout
30235
30236 \begin_layout Standard
30237
30238 \series bold
30239
30240 \backslash
30241 intertext{text}
30242 \end_layout
30243
30244 \begin_layout Standard
30245 The text should not be longer than a line because it cannot be hyphenated.
30246  As \SpecialChar LyX
30247  doesn't yet support 
30248 \series bold
30249
30250 \backslash
30251 intertext
30252 \series default
30253  directly, the text is written as mathematical text.
30254  
30255 \series bold
30256
30257 \backslash
30258 intertext
30259 \series default
30260  must hereby be at the beginning of a line and appears in the output above
30261  this line.
30262  An example where the text was inserted at the beginning of the second line:
30263 \begin_inset Formula 
30264 \begin{align}
30265 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30266 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30267 \end{align}
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Standard
30275
30276 \series bold
30277
30278 \backslash
30279 intertext
30280 \series default
30281  always creates some vertical space between the text and the formula lines.
30282  To avoid this space, set in the document settings under 
30283 \family sans
30284 Math
30285 \begin_inset space ~
30286 \end_inset
30287
30288 Options
30289 \family default
30290  for the package 
30291 \series bold
30292 mathtools
30293 \series default
30294
30295 \begin_inset Index idx
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Packages ! mathtools
30300 \end_layout
30301
30302 \end_inset
30303
30304  the option 
30305 \family sans
30306 Load
30307 \begin_inset space ~
30308 \end_inset
30309
30310 always
30311 \family default
30312 .
30313  Then you can use the command 
30314 \series bold
30315
30316 \backslash
30317 shortintertext
30318 \series default
30319
30320 \begin_inset Index idx
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324 Commands ! S ! 
30325 \backslash
30326 shortintertext
30327 \end_layout
30328
30329 \end_inset
30330
30331  instead of 
30332 \series bold
30333
30334 \backslash
30335 intertext
30336 \series default
30337 :
30338 \end_layout
30339
30340 \begin_layout Standard
30341 \begin_inset Formula 
30342 \begin{align}
30343 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30344 \shortintertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30345 \end{align}
30346
30347 \end_inset
30348
30349
30350 \end_layout
30351
30352 \begin_layout Section
30353 Formula Numbering
30354 \begin_inset Index idx
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358 Formula numbering
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \begin_inset Index idx
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368 Formula ! numbering|see
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374 {
30375 \end_layout
30376
30377 \end_inset
30378
30379 Formula numbering
30380 \begin_inset ERT
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384
30385 }
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \end_layout
30397
30398 \begin_layout Subsection
30399 General
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Numbered formulas can be created with the menu 
30404 \family sans
30405 Insert\SpecialChar menuseparator
30406 Math\SpecialChar menuseparator
30407 Numbered
30408 \begin_inset space ~
30409 \end_inset
30410
30411 Formula
30412 \family default
30413  (shortcut 
30414 \family sans
30415 Ctrl+Alt
30416 \begin_inset space ~
30417 \end_inset
30418
30419 N
30420 \family default
30421 ).
30422  Existing formulas can be numbered with the menu 
30423 \family sans
30424 Edit\SpecialChar menuseparator
30425 Math\SpecialChar menuseparator
30426 Toggle
30427 \begin_inset space ~
30428 \end_inset
30429
30430 Numbering
30431 \family default
30432  (shortcut 
30433 \begin_inset Info
30434 type  "shortcut"
30435 arg   "math-number-toggle"
30436 \end_inset
30437
30438 ).
30439  The formula number is displayed in \SpecialChar LyX
30440  behind the formula as a number sign
30441  in parentheses.
30442  The number sign is replaced in the output by the formula number.
30443 \end_layout
30444
30445 \begin_layout Standard
30446 When numbering is turned on in multiline formulas, all lines will be numbered.
30447  But the numbering can be controlled with the menu 
30448 \family sans
30449 Edit\SpecialChar menuseparator
30450 Math\SpecialChar menuseparator
30451 Toggle
30452 \begin_inset space ~
30453 \end_inset
30454
30455 Numbering
30456 \begin_inset space ~
30457 \end_inset
30458
30459 of
30460 \begin_inset space ~
30461 \end_inset
30462
30463 Line
30464 \family default
30465  (shortcut 
30466 \begin_inset Info
30467 type  "shortcut"
30468 arg   "math-number-line-toggle"
30469 \end_inset
30470
30471 ) for every line.
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Except for inline formulas, all formulas can be numbered with two different
30476  styles, see 
30477 \begin_inset CommandInset ref
30478 LatexCommand ref
30479 reference "sec:Formula-Styles"
30480
30481 \end_inset
30482
30483 .
30484 \end_layout
30485
30486 \begin_layout Subsection
30487 Cross-References
30488 \begin_inset Index idx
30489 status collapsed
30490
30491 \begin_layout Plain Layout
30492 Cross-references ! to formulas
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \end_layout
30499
30500 \begin_layout Standard
30501 All labeled formulas can be cross-referenced.
30502  A label is added by the menu 
30503 \family sans
30504 Insert\SpecialChar menuseparator
30505 Label
30506 \family default
30507  or the toolbar button 
30508 \begin_inset Info
30509 type  "icon"
30510 arg   "label-insert"
30511 \end_inset
30512
30513 .
30514  The cursor must hereby be inside a displayed formula.
30515  Alternatively you can right-click on the formula and choose 
30516 \family sans
30517 Equation Label
30518 \family default
30519 .
30520  A dialog pops up displaying the prefix 
30521 \series bold
30522 eq:
30523 \series default
30524  in a text field.
30525  The label is inserted there behind the prefix.
30526  The predefined prefix means 
30527 \begin_inset Quotes eld
30528 \end_inset
30529
30530 equation
30531 \begin_inset Quotes erd
30532 \end_inset
30533
30534  and makes it easier to find labels in large documents because it marks
30535  it as formula label to divide it from e.
30536 \begin_inset space \thinspace{}
30537 \end_inset
30538
30539 g.
30540 \begin_inset space \space{}
30541 \end_inset
30542
30543 section labels.
30544  To change a label, the menu 
30545 \family sans
30546 Insert\SpecialChar menuseparator
30547 Label
30548 \family default
30549  is used again or you right-click on a formula and then on 
30550 \family sans
30551 Equation Label
30552 \family default
30553 .
30554 \end_layout
30555
30556 \begin_layout Standard
30557 The name of the label is displayed in \SpecialChar LyX
30558  within two parentheses behind formula.
30559  A formula with a label is always numbered.
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Cross-references are inserted via the menu 
30564 \family sans
30565 Insert\SpecialChar menuseparator
30566 Cross-Reference
30567 \family default
30568  or with the toolbar button 
30569 \begin_inset Info
30570 type  "icon"
30571 arg   "dialog-show-new-inset ref"
30572 \end_inset
30573
30574 .
30575  A formula cross-reference appears in the output as formula number.
30576  When in the cross-reference dialog window the format 
30577 \series bold
30578 (<reference>)
30579 \series default
30580  is chosen, the cross-reference appears in the output as formula number
30581  in parentheses.
30582 \begin_inset Newline newline
30583 \end_inset
30584
30585 By right-clicking on a cross-reference in \SpecialChar LyX
30586 , one jumps to the formula that
30587  is referenced.
30588 \end_layout
30589
30590 \begin_layout Standard
30591 Here are as examples cross-references to formulas of the following subsections:
30592 \begin_inset Note Note
30593 status open
30594
30595 \begin_layout Plain Layout
30596 Note the different cross-reference types.
30597 \end_layout
30598
30599 \end_inset
30600
30601
30602 \end_layout
30603
30604 \begin_layout Standard
30605 The equations 
30606 \begin_inset CommandInset ref
30607 LatexCommand eqref
30608 reference "eq:tag"
30609
30610 \end_inset
30611
30612  and 
30613 \begin_inset CommandInset ref
30614 LatexCommand eqref
30615 reference "eq:c"
30616
30617 \end_inset
30618
30619  are equivalent.
30620  In (
30621 \begin_inset CommandInset ref
30622 LatexCommand ref
30623 reference "eq:Lat"
30624
30625 \end_inset
30626
30627 ) big Latin letters are used for the numbering in contrary to (
30628 \begin_inset CommandInset ref
30629 LatexCommand ref
30630 reference "eq:Rom"
30631
30632 \end_inset
30633
30634 ).
30635 \end_layout
30636
30637 \begin_layout Standard
30638 \begin_inset VSpace medskip
30639 \end_inset
30640
30641 When the argument of 
30642 \series bold
30643
30644 \backslash
30645 tag
30646 \begin_inset Foot
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651 \series bold
30652
30653 \backslash
30654 tag
30655 \series default
30656  is described in 
30657 \begin_inset CommandInset ref
30658 LatexCommand ref
30659 reference "subsec:User-defined-Numbering"
30660
30661 \end_inset
30662
30663 .
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \series default
30670  contains a box like in 
30671 \begin_inset CommandInset ref
30672 LatexCommand ref
30673 reference "subsec:Paragraph-Boxes"
30674
30675 \end_inset
30676
30677 , the formula cannot be referenced.
30678 \end_layout
30679
30680 \begin_layout Subsection
30681 Subnumbering
30682 \begin_inset Index idx
30683 status collapsed
30684
30685 \begin_layout Plain Layout
30686 Formula numbering ! subnumbering
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Standard
30695 With the help of the commands 
30696 \series bold
30697
30698 \backslash
30699 begin{subequations}
30700 \series default
30701  and 
30702 \series bold
30703
30704 \backslash
30705 end{subequations}
30706 \series default
30707  formulas can be subnumbered.
30708  Both commands are inserted in \SpecialChar TeX
30709  mode.
30710 \end_layout
30711
30712 \begin_layout Standard
30713 An example:
30714 \begin_inset Formula 
30715 \begin{equation}
30716 A=C-B\label{eq:a}
30717 \end{equation}
30718
30719 \end_inset
30720
30721
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 addtocounter{equation}{-1}
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \begin_inset ERT
30736 status collapsed
30737
30738 \begin_layout Plain Layout
30739
30740
30741 \backslash
30742 begin{subequations}
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \begin_inset VSpace -5mm
30749 \end_inset
30750
30751
30752 \begin_inset Formula 
30753 \begin{equation}
30754 B=C-A\label{eq:b}
30755 \end{equation}
30756
30757 \end_inset
30758
30759
30760 \begin_inset Formula 
30761 \begin{equation}
30762 C=A+B\label{eq:c}
30763 \end{equation}
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 end{subequations}
30779 \end_layout
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 To create the example, the following is done:
30788 \end_layout
30789
30790 \begin_layout Enumerate
30791 first formula is inserted
30792 \end_layout
30793
30794 \begin_layout Enumerate
30795
30796 \series bold
30797
30798 \backslash
30799 addtocounter{equation}{-1} 
30800 \backslash
30801 begin{subequations}
30802 \begin_inset Index idx
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806 Commands ! A ! 
30807 \backslash
30808 addtocounter
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Newline newline
30815 \end_inset
30816
30817
30818 \series default
30819 is inserted after the first formula
30820 \end_layout
30821
30822 \begin_layout Enumerate
30823 second formula is inserted
30824 \end_layout
30825
30826 \begin_layout Enumerate
30827 third formula is inserted
30828 \end_layout
30829
30830 \begin_layout Enumerate
30831
30832 \series bold
30833
30834 \backslash
30835 end{subequations}
30836 \series default
30837  is inserted after the third formula
30838 \end_layout
30839
30840 \begin_layout Standard
30841 Every formula between the commands 
30842 \series bold
30843
30844 \backslash
30845 begin
30846 \series default
30847  and 
30848 \series bold
30849
30850 \backslash
30851 end
30852 \series default
30853  is subnumbered as a, b, 
30854 \begin_inset Newline linebreak
30855 \end_inset
30856
30857 c, \SpecialChar ldots
30858  For multiline formulas every line will be subnumbered.
30859  All subnumbered formulas are treated as 
30860 \emph on
30861 one
30862 \emph default
30863  numbered formula.
30864  But as every numbered formula increases the counter 
30865 \series bold
30866 equation
30867 \series default
30868  by one, the command 
30869 \series bold
30870
30871 \backslash
30872 addtocounter
30873 \series default
30874  is needed to decrease it.
30875  Otherwise the formulas 
30876 \begin_inset CommandInset ref
30877 LatexCommand eqref
30878 reference "eq:a"
30879
30880 \end_inset
30881
30882
30883 \begin_inset CommandInset ref
30884 LatexCommand eqref
30885 reference "eq:b"
30886
30887 \end_inset
30888
30889
30890 \begin_inset CommandInset ref
30891 LatexCommand eqref
30892 reference "eq:c"
30893
30894 \end_inset
30895
30896  would be numbered as 
30897 \begin_inset CommandInset ref
30898 LatexCommand eqref
30899 reference "eq:a"
30900
30901 \end_inset
30902
30903
30904 \begin_inset CommandInset ref
30905 LatexCommand eqref
30906 reference "eq:d"
30907
30908 \end_inset
30909
30910
30911 \begin_inset CommandInset ref
30912 LatexCommand eqref
30913 reference "eq:f"
30914
30915 \end_inset
30916
30917 .
30918 \end_layout
30919
30920 \begin_layout Standard
30921 By inserting the commands in \SpecialChar TeX
30922  mode, a space is created between the first
30923  two formulas.
30924  To revert this -5
30925 \begin_inset space \thinspace{}
30926 \end_inset
30927
30928 mm vertical space is inserted after the command 
30929 \series bold
30930
30931 \backslash
30932 begin{subequations}
30933 \series default
30934 .
30935  When the formula style 
30936 \series bold
30937 Indented
30938 \begin_inset Foot
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942 formula styles see 
30943 \begin_inset CommandInset ref
30944 LatexCommand ref
30945 reference "sec:Formula-Styles"
30946
30947 \end_inset
30948
30949
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \series default
30956  is used, -7
30957 \begin_inset space \thinspace{}
30958 \end_inset
30959
30960 mm space is inserted instead.
30961 \end_layout
30962
30963 \begin_layout Standard
30964 Here is an example for a multiline formula where the numbering was turned
30965  off for the second line:
30966 \begin_inset ERT
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970
30971
30972 \backslash
30973 begin{subequations}
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \begin_inset Formula 
30980 \begin{eqnarray}
30981 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30982  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30983  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30984 \end{eqnarray}
30985
30986 \end_inset
30987
30988
30989 \begin_inset ERT
30990 status collapsed
30991
30992 \begin_layout Plain Layout
30993
30994
30995 \backslash
30996 end{subequations}
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \end_layout
31003
31004 \begin_layout Subsection
31005 User-defined Numbering
31006 \begin_inset CommandInset label
31007 LatexCommand label
31008 name "subsec:User-defined-Numbering"
31009
31010 \end_inset
31011
31012
31013 \begin_inset Index idx
31014 status collapsed
31015
31016 \begin_layout Plain Layout
31017 Formula numbering ! user-defined
31018 \end_layout
31019
31020 \end_inset
31021
31022
31023 \end_layout
31024
31025 \begin_layout Standard
31026 \begin_inset Index idx
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030 Formula numbering ! self-defined delimiters
31031 \end_layout
31032
31033 \end_inset
31034
31035 With the standard numbering parentheses are set around the formula number.
31036  To replace the parentheses for example by vertical bars, the following
31037  line is added to the \SpecialChar LaTeX
31038 -preamble:
31039 \end_layout
31040
31041 \begin_layout Standard
31042
31043 \series bold
31044
31045 \backslash
31046 def
31047 \backslash
31048 tagform@#1{
31049 \backslash
31050 maketag@@@{|#1|}}
31051 \series default
31052
31053 \begin_inset Note Note
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 This macro is already declared in the \SpecialChar LaTeX
31058 -preamble for testing.
31059  To activate it, remove the percent sign at the beginning.
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 To use other characters, the vertical bars besides the 
31069 \series bold
31070 #1
31071 \series default
31072  are replaced by one ore more characters.
31073  To get only the formula number the vertical bars are omitted.
31074 \end_layout
31075
31076 \begin_layout Standard
31077 \begin_inset VSpace bigskip
31078 \end_inset
31079
31080 When there should be an expression of your choice instead of the consecutive
31081  formula number in parentheses behind the formula, the command 
31082 \series bold
31083
31084 \backslash
31085 tag
31086 \series default
31087
31088 \begin_inset Index idx
31089 status collapsed
31090
31091 \begin_layout Plain Layout
31092 Commands ! T ! 
31093 \backslash
31094 tag
31095 \end_layout
31096
31097 \end_inset
31098
31099  is used:
31100 \begin_inset Formula 
31101 \begin{equation}
31102 A+B=C\tag{something}\label{eq:tag}
31103 \end{equation}
31104
31105 \end_inset
31106
31107 In this example the command 
31108 \series bold
31109
31110 \backslash
31111 tag
31112 \begin_inset space \textvisiblespace{}
31113 \end_inset
31114
31115 something
31116 \series default
31117  was inserted in the formula.
31118 \end_layout
31119
31120 \begin_layout Standard
31121 When the command 
31122 \series bold
31123
31124 \backslash
31125 tag*
31126 \begin_inset space \textvisiblespace{}
31127 \end_inset
31128
31129 something
31130 \series default
31131  is inserted instead, the star prevents the parentheses around the expression:
31132 \begin_inset Formula 
31133 \[
31134 A+B=C\tag*{something}
31135 \]
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 \begin_inset VSpace bigskip
31144 \end_inset
31145
31146 To restart the formula numbering with new document parts or sections, the
31147  following command is used:
31148 \end_layout
31149
31150 \begin_layout Standard
31151
31152 \series bold
31153
31154 \backslash
31155 @addtoreset{equation}{part}
31156 \series default
31157
31158 \begin_inset Index idx
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162 Commands ! 
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168 "
31169 \end_layout
31170
31171 \end_inset
31172
31173 @
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 "
31180 \end_layout
31181
31182 \end_inset
31183
31184  ! 
31185 \backslash
31186
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192 "
31193 \end_layout
31194
31195 \end_inset
31196
31197 @
31198 \begin_inset ERT
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203 "
31204 \end_layout
31205
31206 \end_inset
31207
31208 addtoreset
31209 \end_layout
31210
31211 \end_inset
31212
31213
31214 \begin_inset Newline newline
31215 \end_inset
31216
31217 resp.
31218 \begin_inset Newline newline
31219 \end_inset
31220
31221
31222 \series bold
31223
31224 \backslash
31225 @addtoreset{equation}{section}
31226 \end_layout
31227
31228 \begin_layout Standard
31229 To be able to use these commands in \SpecialChar TeX
31230  mode, the 
31231 \begin_inset Quotes eld
31232 \end_inset
31233
31234 @
31235 \begin_inset Quotes erd
31236 \end_inset
31237
31238  character has to be made 
31239 \begin_inset Quotes eld
31240 \end_inset
31241
31242 active
31243 \begin_inset Quotes erd
31244 \end_inset
31245
31246  for \SpecialChar LaTeX
31247  using the command 
31248 \series bold
31249
31250 \backslash
31251 makeatletter.
31252
31253 \series default
31254  The command 
31255 \series bold
31256
31257 \backslash
31258 makeatother
31259 \series default
31260  reverts this.
31261  So the command sequence in \SpecialChar TeX
31262  mode is:
31263 \end_layout
31264
31265 \begin_layout Standard
31266
31267 \series bold
31268
31269 \backslash
31270 makeatletter
31271 \begin_inset Newline newline
31272 \end_inset
31273
31274
31275 \backslash
31276 @addtoreset{equation}{section}
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \backslash
31282 makeatother
31283 \end_layout
31284
31285 \begin_layout Standard
31286 In the \SpecialChar LaTeX
31287 -preamble 
31288 \series bold
31289
31290 \backslash
31291 makeatletter
31292 \series default
31293  and 
31294 \series bold
31295
31296 \backslash
31297 makeatother
31298 \series default
31299  can be omitted as they are automatically internally inserted by \SpecialChar LyX
31300 .
31301 \end_layout
31302
31303 \begin_layout Standard
31304 To revert 
31305 \series bold
31306
31307 \backslash
31308 @addtoreset
31309 \series default
31310 , the file 
31311 \series bold
31312 remreset.sty
31313 \series default
31314
31315 \begin_inset Foot
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320 \series bold
31321 remreset
31322 \series default
31323  is part of the \SpecialChar LaTeX
31324 -package 
31325 \series bold
31326 carlisle
31327 \series default
31328
31329 \begin_inset Index idx
31330 status collapsed
31331
31332 \begin_layout Plain Layout
31333 Packages ! carlisle
31334 \end_layout
31335
31336 \end_inset
31337
31338  that is part of every \SpecialChar LaTeX
31339  standard installation.
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \begin_inset Index idx
31346 status collapsed
31347
31348 \begin_layout Plain Layout
31349 Packages ! remreset
31350 \end_layout
31351
31352 \end_inset
31353
31354  has to be loaded in the \SpecialChar LaTeX
31355 -preamble with the line
31356 \end_layout
31357
31358 \begin_layout Standard
31359
31360 \series bold
31361
31362 \backslash
31363 usepackage{remreset}
31364 \end_layout
31365
31366 \begin_layout Standard
31367 Then the command 
31368 \series bold
31369
31370 \backslash
31371 @removefromreset
31372 \series default
31373
31374 \begin_inset Index idx
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 Commands ! 
31379 \begin_inset ERT
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383
31384 "
31385 \end_layout
31386
31387 \end_inset
31388
31389 @
31390 \begin_inset ERT
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394
31395 "
31396 \end_layout
31397
31398 \end_inset
31399
31400  ! 
31401 \backslash
31402
31403 \begin_inset ERT
31404 status collapsed
31405
31406 \begin_layout Plain Layout
31407
31408 "
31409 \end_layout
31410
31411 \end_inset
31412
31413 @
31414 \begin_inset ERT
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418
31419 "
31420 \end_layout
31421
31422 \end_inset
31423
31424 removefromreset
31425 \end_layout
31426
31427 \end_inset
31428
31429  can be used with the same scheme as 
31430 \series bold
31431
31432 \backslash
31433 @addtoreset
31434 \series default
31435 .
31436 \end_layout
31437
31438 \begin_layout Standard
31439 \begin_inset VSpace bigskip
31440 \end_inset
31441
31442 Sometimes formulas should be numbered in the following form:
31443 \end_layout
31444
31445 \begin_layout Standard
31446
31447 \family typewriter
31448 (section number.formula number)
31449 \end_layout
31450
31451 \begin_layout Standard
31452 The formula number should start with every section with 
31453 \begin_inset Quotes eld
31454 \end_inset
31455
31456 1
31457 \begin_inset Quotes erd
31458 \end_inset
31459
31460 .
31461 \end_layout
31462
31463 \begin_layout Standard
31464 For this case there is the command 
31465 \series bold
31466
31467 \backslash
31468 numberwithin
31469 \series default
31470
31471 \begin_inset Index idx
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475 Commands ! N ! 
31476 \backslash
31477 numberwithin
31478 \end_layout
31479
31480 \end_inset
31481
31482 , which is used with the following scheme:
31483 \end_layout
31484
31485 \begin_layout Standard
31486
31487 \series bold
31488
31489 \backslash
31490 numberwithin{counter}{sectioning}
31491 \end_layout
31492
31493 \begin_layout Standard
31494 Counter denotes what kind of numbering is affected, sectioning denotes what
31495  number is before the dot.
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Thus in our case the following \SpecialChar LaTeX
31500  preamble or \SpecialChar TeX
31501  code line is used:
31502 \end_layout
31503
31504 \begin_layout Standard
31505
31506 \series bold
31507
31508 \backslash
31509 numberwithin{equation}{section}
31510 \end_layout
31511
31512 \begin_layout Standard
31513 This is the result:
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 numberwithin{equation}{section}
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \begin_inset Formula 
31528 \begin{equation}
31529 A+B=C
31530 \end{equation}
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \begin_layout Standard
31538 To number e.
31539 \begin_inset space \thinspace{}
31540 \end_inset
31541
31542 g.
31543 \begin_inset space \space{}
31544 \end_inset
31545
31546 tables so that the number of the part is the sectioning,
31547 \begin_inset Newline newline
31548 \end_inset
31549
31550
31551 \series bold
31552
31553 \backslash
31554 numberwithin{table}{part}
31555 \series default
31556  is used.
31557 \end_layout
31558
31559 \begin_layout Standard
31560 To go back to the standard numbering or to prevent this kind of numbering
31561  when it is defined by the document class, the following command is inserted
31562  as \SpecialChar TeX
31563  code or to the \SpecialChar LaTeX
31564  preamble:
31565 \end_layout
31566
31567 \begin_layout Standard
31568
31569 \series bold
31570
31571 \backslash
31572 renewcommand{
31573 \backslash
31574 theequation}{
31575 \backslash
31576 arabic{equation}}
31577 \begin_inset Index idx
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581 Commands ! A ! 
31582 \backslash
31583 arabic
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \series default
31590
31591 \begin_inset ERT
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595
31596
31597 \backslash
31598 renewcommand{
31599 \backslash
31600 theequation}{
31601 \backslash
31602 arabic{equation}}
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \series bold
31609
31610 \begin_inset Newline newline
31611 \end_inset
31612
31613
31614 \series default
31615 or
31616 \series bold
31617
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \backslash
31623 renewcommand{
31624 \backslash
31625 thetable}{
31626 \backslash
31627 arabic{table}}
31628 \end_layout
31629
31630 \begin_layout Standard
31631
31632 \series bold
31633
31634 \backslash
31635 numberwithin
31636 \series default
31637  uses internally the command 
31638 \series bold
31639
31640 \backslash
31641 @addtoreset
31642 \series default
31643 , described above, that also needs to be reverted.
31644 \begin_inset ERT
31645 status collapsed
31646
31647 \begin_layout Plain Layout
31648
31649
31650 \backslash
31651 makeatletter
31652 \end_layout
31653
31654 \begin_layout Plain Layout
31655
31656
31657 \backslash
31658 @removefromreset{equation}{section}
31659 \end_layout
31660
31661 \begin_layout Plain Layout
31662
31663
31664 \backslash
31665 makeatother
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Subsection
31674 Numbering with Roman Numbers and Letters
31675 \begin_inset Index idx
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679 Formula numbering ! with letters
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Index idx
31686 status collapsed
31687
31688 \begin_layout Plain Layout
31689 Formula numbering ! with Roman numbers
31690 \end_layout
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Formulas can also be numbered with Roman numbers and Latin letters.
31699  To number for example with small Roman numbers, the command
31700 \end_layout
31701
31702 \begin_layout Standard
31703
31704 \series bold
31705
31706 \backslash
31707 renewcommand{
31708 \backslash
31709 theequation}{
31710 \backslash
31711 roman{equation}}
31712 \end_layout
31713
31714 \begin_layout Standard
31715 is inserted before the formula in \SpecialChar TeX
31716  mode.
31717  
31718 \series bold
31719
31720 \backslash
31721 renewcommand
31722 \series default
31723
31724 \begin_inset Index idx
31725 status collapsed
31726
31727 \begin_layout Plain Layout
31728 Commands ! R ! 
31729 \backslash
31730 renewcommand
31731 \end_layout
31732
31733 \end_inset
31734
31735  redefines the predefined command 
31736 \series bold
31737
31738 \backslash
31739 theequation
31740 \series default
31741  to the command 
31742 \series bold
31743
31744 \backslash
31745 roman{equation}
31746 \series default
31747 .
31748 \begin_inset Foot
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 The command 
31753 \series bold
31754
31755 \backslash
31756 renewcommand
31757 \series default
31758  has the same scheme like the command 
31759 \series bold
31760
31761 \backslash
31762 newcommand
31763 \series default
31764  that is described in 
31765 \begin_inset CommandInset ref
31766 LatexCommand ref
31767 reference "subsec:The-Command-newcommand"
31768
31769 \end_inset
31770
31771 .
31772 \end_layout
31773
31774 \end_inset
31775
31776  
31777 \series bold
31778 equation
31779 \series default
31780  is the formula counter.
31781  When the command 
31782 \series bold
31783
31784 \backslash
31785 the
31786 \series default
31787  is used as prefix for a counter, the value of the counter is output as
31788  Arabic number.
31789  When a formula is numbered, \SpecialChar LaTeX
31790  sets internally the command 
31791 \series bold
31792
31793 \backslash
31794 theequation
31795 \series default
31796  behind the formula.
31797  
31798 \series bold
31799
31800 \backslash
31801 roman{equation}
31802 \begin_inset Index idx
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806 Commands ! R ! 
31807 \backslash
31808 roman
31809 \end_layout
31810
31811 \end_inset
31812
31813
31814 \series default
31815  outputs the counter as small Roman number.
31816 \end_layout
31817
31818 \begin_layout Standard
31819 All formulas behind the command 
31820 \series bold
31821
31822 \backslash
31823 renew
31824 \series default
31825 c
31826 \series bold
31827 ommand
31828 \series default
31829  are now numbered Roman.
31830  To switch to numbering with big Roman numbers, the command is inserted
31831  again, but 
31832 \series bold
31833
31834 \backslash
31835 roman
31836 \series default
31837  is replaced by 
31838 \series bold
31839
31840 \backslash
31841 Roman
31842 \series default
31843
31844 \begin_inset Index idx
31845 status collapsed
31846
31847 \begin_layout Plain Layout
31848 Commands ! R ! 
31849 \backslash
31850 roman@
31851 \backslash
31852 Roman
31853 \end_layout
31854
31855 \end_inset
31856
31857 .
31858  To 
31859 \begin_inset Quotes eld
31860 \end_inset
31861
31862 number
31863 \begin_inset Quotes erd
31864 \end_inset
31865
31866  with small Latin letters there is the command 
31867 \series bold
31868
31869 \backslash
31870 alph
31871 \series default
31872
31873 \begin_inset Index idx
31874 status collapsed
31875
31876 \begin_layout Plain Layout
31877 Commands ! A ! 
31878 \backslash
31879 alph
31880 \end_layout
31881
31882 \end_inset
31883
31884 , for big ones there is the command 
31885 \series bold
31886
31887 \backslash
31888 Alph
31889 \series default
31890
31891 \begin_inset Index idx
31892 status collapsed
31893
31894 \begin_layout Plain Layout
31895 Commands ! A ! 
31896 \backslash
31897 alph@
31898 \backslash
31899 Alph
31900 \end_layout
31901
31902 \end_inset
31903
31904 .
31905 \end_layout
31906
31907 \begin_layout Standard
31908 \begin_inset Note Greyedout
31909 status open
31910
31911 \begin_layout Plain Layout
31912
31913 \series bold
31914 \color none
31915 Note:
31916 \series default
31917  Only maximal 26
31918 \begin_inset space ~
31919 \end_inset
31920
31921 formulas can be numbered with Latin letters in one document.
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \end_layout
31928
31929 \begin_layout Standard
31930 \begin_inset ERT
31931 status collapsed
31932
31933 \begin_layout Plain Layout
31934
31935
31936 \backslash
31937 renewcommand{
31938 \backslash
31939 theequation}{
31940 \backslash
31941 roman{equation}}
31942 \end_layout
31943
31944 \end_inset
31945
31946
31947 \end_layout
31948
31949 \begin_layout Standard
31950 \begin_inset Formula 
31951 \begin{equation}
31952 A=\textrm{small roman}
31953 \end{equation}
31954
31955 \end_inset
31956
31957
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 renewcommand{
31966 \backslash
31967 theequation}{
31968 \backslash
31969 Roman{equation}}
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset Formula 
31976 \begin{equation}
31977 B=\textrm{big Roman}\label{eq:Rom}
31978 \end{equation}
31979
31980 \end_inset
31981
31982
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988
31989 \backslash
31990 renewcommand{
31991 \backslash
31992 theequation}{
31993 \backslash
31994 alph{equation}}
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset Formula 
32001 \begin{equation}
32002 C=\textrm{small Latin}
32003 \end{equation}
32004
32005 \end_inset
32006
32007
32008 \begin_inset ERT
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012
32013
32014 \backslash
32015 renewcommand{
32016 \backslash
32017 theequation}{
32018 \backslash
32019 Alph{equation}}
32020 \end_layout
32021
32022 \end_inset
32023
32024
32025 \begin_inset Formula 
32026 \begin{equation}
32027 D=\textrm{big Latin}\label{eq:Lat}
32028 \end{equation}
32029
32030 \end_inset
32031
32032
32033 \end_layout
32034
32035 \begin_layout Standard
32036 To switch back to the default numbering, insert the command:
32037 \end_layout
32038
32039 \begin_layout Standard
32040
32041 \series bold
32042
32043 \backslash
32044 renewcommand{
32045 \backslash
32046 theequation}{
32047 \backslash
32048 arabic{equation}}
32049 \begin_inset Index idx
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053 Commands ! A ! 
32054 \backslash
32055 arabic
32056 \end_layout
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 \begin_inset ERT
32065 status collapsed
32066
32067 \begin_layout Plain Layout
32068
32069
32070 \backslash
32071 renewcommand{
32072 \backslash
32073 theequation}{
32074 \backslash
32075 arabic{equation}}
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \begin_inset Formula 
32082 \begin{equation}
32083 E=\textrm{Arabic}
32084 \end{equation}
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Standard
32092 \begin_inset VSpace medskip
32093 \end_inset
32094
32095 As you see, formulas are numbered serially independent from the numbering
32096  style.
32097  When then numbering should start with 
32098 \begin_inset Quotes eld
32099 \end_inset
32100
32101 1
32102 \begin_inset Quotes erd
32103 \end_inset
32104
32105  when the style is changed, new equation counters have to be defined.
32106  A description about this can be found in the file 
32107 \begin_inset CommandInset href
32108 LatexCommand href
32109 name "Formula-numbering.lyx"
32110 target "run:Formula-numbering.lyx"
32111
32112 \end_inset
32113
32114 .
32115 \end_layout
32116
32117 \begin_layout Section
32118 Chemical Symbols and Equations
32119 \begin_inset CommandInset label
32120 LatexCommand label
32121 name "subsec:Chemical-Symbols-and"
32122
32123 \end_inset
32124
32125
32126 \begin_inset Index idx
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130 Chemical characters ! Symbols
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Index idx
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140 Chemical equations
32141 \end_layout
32142
32143 \end_inset
32144
32145
32146 \begin_inset Index idx
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 Symbols ! chemical
32151 \end_layout
32152
32153 \end_inset
32154
32155
32156 \end_layout
32157
32158 \begin_layout Standard
32159 An example text from chemistry:
32160 \end_layout
32161
32162 \begin_layout Quote
32163 The 
32164 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32165 \end_inset
32166
32167 -ion reacts with two 
32168 \begin_inset Formula $\mathrm{Na^{+}}$
32169 \end_inset
32170
32171 -ions to sodium sulfate 
32172 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32173 \end_inset
32174
32175 .
32176  The chemical equation for this is:
32177 \begin_inset Formula 
32178 \begin{equation}
32179 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
32180 \end{equation}
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 This chemical equation can directly be created as formula.
32189  To avoid that the symbols appear italic, everything is highlighted and
32190  changed by the shortcut 
32191 \begin_inset Info
32192 type  "shortcut"
32193 arg   "font-roman"
32194 \end_inset
32195
32196  to the upright font style.
32197 \begin_inset Foot
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 font styles
32202 \series bold
32203  
32204 \series default
32205 see 
32206 \begin_inset CommandInset ref
32207 LatexCommand ref
32208 reference "subsec:Font-Styles"
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 A more convenient way to typeset chemical formulas is to use the command
32222  
32223 \series bold
32224
32225 \backslash
32226 ce
32227 \series default
32228
32229 \begin_inset Index idx
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233 Commands ! C ! 
32234 \backslash
32235 ce
32236 \end_layout
32237
32238 \end_inset
32239
32240  that is available when the \SpecialChar LaTeX
32241 -package 
32242 \series bold
32243 mhchem
32244 \series default
32245
32246 \begin_inset Index idx
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250 Packages ! mhchem
32251 \end_layout
32252
32253 \end_inset
32254
32255  is installed.
32256  After inserting 
32257 \series bold
32258
32259 \backslash
32260 ce
32261 \series default
32262  to a formula a new blue box appears where chemical formulas can be inserted
32263  in an intuitive way.
32264 \begin_inset Separator parbreak
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 \align center
32272 \begin_inset Tabular
32273 <lyxtabular version="3" rows="10" columns="2">
32274 <features tabularvalignment="middle">
32275 <column alignment="center" valignment="top">
32276 <column alignment="center" valignment="top">
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 Command
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 Result
32292 \begin_inset Note Note
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297 \series bold
32298
32299 \backslash
32300 raisebox
32301 \series default
32302  is only used as spacer.
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \end_layout
32309
32310 \end_inset
32311 </cell>
32312 </row>
32313 <row>
32314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32315 \begin_inset Text
32316
32317 \begin_layout Plain Layout
32318
32319 \backslash
32320 ce
32321 \begin_inset space \textvisiblespace{}
32322 \end_inset
32323
32324 H2CO3
32325 \end_layout
32326
32327 \end_inset
32328 </cell>
32329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32330 \begin_inset Text
32331
32332 \begin_layout Plain Layout
32333 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \end_inset
32340 </cell>
32341 </row>
32342 <row>
32343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32344 \begin_inset Text
32345
32346 \begin_layout Plain Layout
32347
32348 \backslash
32349 ce
32350 \begin_inset space \textvisiblespace{}
32351 \end_inset
32352
32353 SO4^2-
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32363 \end_inset
32364
32365
32366 \end_layout
32367
32368 \end_inset
32369 </cell>
32370 </row>
32371 <row>
32372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32373 \begin_inset Text
32374
32375 \begin_layout Plain Layout
32376
32377 \backslash
32378 ce
32379 \begin_inset space \textvisiblespace{}
32380 \end_inset
32381
32382 (NH4)2S
32383 \end_layout
32384
32385 \end_inset
32386 </cell>
32387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32388 \begin_inset Text
32389
32390 \begin_layout Plain Layout
32391 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \end_inset
32398 </cell>
32399 </row>
32400 <row>
32401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405
32406 \backslash
32407 ce
32408 \begin_inset space \textvisiblespace{}
32409 \end_inset
32410
32411 KCr(SO4)2.12H2O
32412 \end_layout
32413
32414 \end_inset
32415 </cell>
32416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32417 \begin_inset Text
32418
32419 \begin_layout Plain Layout
32420 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row>
32430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434
32435 \backslash
32436 ce
32437 \begin_inset space \textvisiblespace{}
32438 \end_inset
32439
32440 A-B
32441 \backslash
32442 dbond
32443 \begin_inset space \textvisiblespace{}
32444 \end_inset
32445
32446 C
32447 \backslash
32448 tbond
32449 \begin_inset space \textvisiblespace{}
32450 \end_inset
32451
32452 D
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32462 \end_inset
32463
32464
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 </row>
32470 <row>
32471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475
32476 \backslash
32477 ce
32478 \begin_inset space \textvisiblespace{}
32479 \end_inset
32480
32481 ^227
32482 \begin_inset Formula $\downarrow$
32483 \end_inset
32484
32485 _90
32486 \begin_inset Formula $\to$
32487 \end_inset
32488
32489 Th+
32490 \end_layout
32491
32492 \end_inset
32493 </cell>
32494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32495 \begin_inset Text
32496
32497 \begin_layout Plain Layout
32498 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32499 \end_inset
32500
32501
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 </row>
32507 <row>
32508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32509 \begin_inset Text
32510
32511 \begin_layout Plain Layout
32512
32513 \backslash
32514 ce
32515 \begin_inset space \textvisiblespace{}
32516 \end_inset
32517
32518
32519 \backslash
32520 mu
32521 \begin_inset space \textvisiblespace{}
32522 \end_inset
32523
32524
32525 \backslash
32526 hyphen
32527 \begin_inset space \textvisiblespace{}
32528 \end_inset
32529
32530 Cl
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32536 \begin_inset Text
32537
32538 \begin_layout Plain Layout
32539 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32540 \end_inset
32541
32542
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 </row>
32548 <row>
32549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553
32554 \backslash
32555 ce
32556 \begin_inset space \textvisiblespace{}
32557 \end_inset
32558
32559 CO2
32560 \begin_inset space \textvisiblespace{}
32561 \end_inset
32562
32563 +
32564 \begin_inset space \textvisiblespace{}
32565 \end_inset
32566
32567 C
32568 \begin_inset space \textvisiblespace{}
32569 \end_inset
32570
32571 <=>
32572 \begin_inset space \textvisiblespace{}
32573 \end_inset
32574
32575 2CO
32576 \end_layout
32577
32578 \end_inset
32579 </cell>
32580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32581 \begin_inset Text
32582
32583 \begin_layout Plain Layout
32584 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \end_inset
32591 </cell>
32592 </row>
32593 <row>
32594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598
32599 \backslash
32600 ce
32601 \begin_inset space \textvisiblespace{}
32602 \end_inset
32603
32604 CO2
32605 \begin_inset space \textvisiblespace{}
32606 \end_inset
32607
32608 +
32609 \begin_inset space \textvisiblespace{}
32610 \end_inset
32611
32612 C
32613 \begin_inset space \textvisiblespace{}
32614 \end_inset
32615
32616 ->[
32617 \backslash
32618 alpha][
32619 \backslash
32620 beta]
32621 \begin_inset space \textvisiblespace{}
32622 \end_inset
32623
32624 2CO}
32625 \end_layout
32626
32627 \end_inset
32628 </cell>
32629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Plain Layout
32633 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \end_inset
32640 </cell>
32641 </row>
32642 </lyxtabular>
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Standard
32650 \begin_inset Note Greyedout
32651 status open
32652
32653 \begin_layout Plain Layout
32654
32655 \series bold
32656 \color none
32657 Note:
32658 \series default
32659  It is not possible in \SpecialChar LyX
32660  to use the character ^ to get an up-arrow as described
32661  in the 
32662 \series bold
32663 mhchem
32664 \series default
32665  manual.
32666  One instead uses a negative thin space followed by the command 
32667 \series bold
32668
32669 \backslash
32670 uparrow
32671 \series default
32672
32673 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32674 \end_inset
32675
32676
32677 \end_layout
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \begin_layout Standard
32685 Using 
32686 \series bold
32687
32688 \backslash
32689 ce
32690 \series default
32691  the command for equation
32692 \begin_inset space ~
32693 \end_inset
32694
32695
32696 \begin_inset CommandInset ref
32697 LatexCommand eqref
32698 reference "eq:chem-reaction"
32699
32700 \end_inset
32701
32702  is:
32703 \begin_inset Newline newline
32704 \end_inset
32705
32706
32707 \series bold
32708  
32709 \backslash
32710 ce
32711 \begin_inset space \textvisiblespace{}
32712 \end_inset
32713
32714 2Na+
32715 \begin_inset space \textvisiblespace{}
32716 \end_inset
32717
32718 +
32719 \begin_inset space \textvisiblespace{}
32720 \end_inset
32721
32722 SO4^2-
32723 \begin_inset space \textvisiblespace{}
32724 \end_inset
32725
32726
32727 \begin_inset space \textvisiblespace{}
32728 \end_inset
32729
32730 ->
32731 \begin_inset space \textvisiblespace{}
32732 \end_inset
32733
32734 Na2SO4
32735 \end_layout
32736
32737 \begin_layout Standard
32738 To create multiline chemical equations first a multiline formula is created
32739  as described in 
32740 \begin_inset CommandInset ref
32741 LatexCommand ref
32742 reference "sec:Multiline-Formulas"
32743
32744 \end_inset
32745
32746 .
32747  Afterwards the command 
32748 \series bold
32749
32750 \backslash
32751 ce
32752 \series default
32753  is used in every small blue box of the formula.
32754  
32755 \begin_inset CommandInset ref
32756 LatexCommand eqref
32757 reference "eq:TEOS-reaction-1"
32758
32759 \end_inset
32760
32761  and 
32762 \begin_inset CommandInset ref
32763 LatexCommand eqref
32764 reference "eq:TEOS-reaction-2"
32765
32766 \end_inset
32767
32768  are an example of a multi-stage chemical reaction where every equation
32769  has its own number.
32770 \begin_inset Formula 
32771 \begin{eqnarray}
32772 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32773 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32774 \end{eqnarray}
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Besides 
32783 \series bold
32784
32785 \backslash
32786 ce
32787 \series default
32788  the 
32789 \series bold
32790 mhchem
32791 \series default
32792  package provides the command 
32793 \series bold
32794
32795 \backslash
32796 cf
32797 \series default
32798
32799 \begin_inset Index idx
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803 Commands ! C ! 
32804 \backslash
32805 cf
32806 \end_layout
32807
32808 \end_inset
32809
32810  that has to be used for special cases.
32811  For more information about 
32812 \series bold
32813
32814 \backslash
32815 cf
32816 \series default
32817  and more examples have a look at the documentation of 
32818 \series bold
32819 mhchem
32820 \series default
32821
32822 \begin_inset CommandInset citation
32823 LatexCommand cite
32824 key "mhchem"
32825
32826 \end_inset
32827
32828 .
32829 \end_layout
32830
32831 \begin_layout Section
32832 Diagrams
32833 \end_layout
32834
32835 \begin_layout Standard
32836 \SpecialChar LyX
32837  supports two types of commutative diagrams: 
32838 \series bold
32839 amscd
32840 \series default
32841  and 
32842 \series bold
32843 xymatrix
32844 \series default
32845  that are explained in the following.
32846 \end_layout
32847
32848 \begin_layout Subsection
32849 Amscd Diagrams
32850 \begin_inset Index idx
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854 Diagrams ! amscd
32855 \end_layout
32856
32857 \end_inset
32858
32859
32860 \end_layout
32861
32862 \begin_layout Standard
32863 Diagrams of this type visualize relations by vertical and horizontal lines
32864  or arrows:
32865 \begin_inset Formula 
32866 \[
32867 \begin{CD}A@>>>B@>>>C\\
32868 @AAA@.@VVV\\
32869 F@<<<E@<<<D
32870 \end{CD}
32871 \]
32872
32873 \end_inset
32874
32875
32876 \end_layout
32877
32878 \begin_layout Standard
32879 To get them, the command 
32880 \series bold
32881
32882 \backslash
32883 CD
32884 \begin_inset Index idx
32885 status collapsed
32886
32887 \begin_layout Plain Layout
32888 Commands ! C ! 
32889 \backslash
32890 CD
32891 \end_layout
32892
32893 \end_inset
32894
32895
32896 \series default
32897  is inserted to a formula.
32898  A blue box appears with two dashed lines where further commands can be
32899  inserted.
32900  With 
32901 \begin_inset Info
32902 type  "shortcut"
32903 arg   "newline-insert newline"
32904 \end_inset
32905
32906  a new line is created.
32907  Horizontal relations are inserted in odd, vertical in even formula lines.
32908 \end_layout
32909
32910 \begin_layout Standard
32911 To create the relations there are the following commands:
32912 \end_layout
32913
32914 \begin_layout Itemize
32915
32916 \series bold
32917 @<<<
32918 \series default
32919  creates a left arrow, 
32920 \series bold
32921 @>>>
32922 \series default
32923  a right arrow and 
32924 \series bold
32925 @=
32926 \series default
32927  a long equal sign
32928 \end_layout
32929
32930 \begin_layout Itemize
32931
32932 \series bold
32933 @AAA
32934 \series default
32935  creates an up arrow, 
32936 \series bold
32937 @VVV
32938 \series default
32939  a down arrow and 
32940 \series bold
32941 @|
32942 \series default
32943  a vertical equal sign
32944 \end_layout
32945
32946 \begin_layout Itemize
32947
32948 \series bold
32949 @.
32950
32951 \series default
32952  is a placeholder for non-existent relations
32953 \end_layout
32954
32955 \begin_layout Standard
32956 All arrows can be labeled as follows:
32957 \end_layout
32958
32959 \begin_layout Itemize
32960 If text inserted between the first and second < or >, resp., it is placed
32961  above the arrow.
32962  When it is inserted between the second and third one, it appears under
32963  the arrow.
32964 \end_layout
32965
32966 \begin_layout Itemize
32967 When text for vertical arrows is inserted between the first and second A
32968  or V, resp., it is placed left beside the arrow.
32969  When it is inserted between the second and third one, it appears right
32970  beside the arrow.
32971  If the text contains an A or V, these letters must be set into a \SpecialChar TeX
32972  brace.
32973 \end_layout
32974
32975 \begin_layout Standard
32976 As example a diagram with all possible relations:
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset Formula 
32981 \[
32982 \begin{CD}A@>j>>B@>>k>C@=F\\
32983 @AmAA@.@VV{V}V@|\\
32984 D@<<j<E@>k>>F@=C
32985 \end{CD}
32986 \]
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 The command for this is:
32995 \begin_inset Newline newline
32996 \end_inset
32997
32998
32999 \series bold
33000
33001 \backslash
33002 CD
33003 \begin_inset space \textvisiblespace{}
33004 \end_inset
33005
33006 A@>j>>B@>>k>C@=F Ctrl+Return
33007 \begin_inset Newline newline
33008 \end_inset
33009
33010
33011 \begin_inset Phantom HPhantom
33012 status open
33013
33014 \begin_layout Plain Layout
33015
33016 \series bold
33017
33018 \backslash
33019 CD
33020 \begin_inset space \textvisiblespace{}
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \end_inset
33027
33028 @AmAA@.@VV
33029 \backslash
33030 {V
33031 \series default
33032
33033 \begin_inset Formula $\to$
33034 \end_inset
33035
33036
33037 \series bold
33038 V@| Ctrl+Return
33039 \begin_inset Newline newline
33040 \end_inset
33041
33042
33043 \begin_inset Phantom HPhantom
33044 status open
33045
33046 \begin_layout Plain Layout
33047
33048 \series bold
33049
33050 \backslash
33051 CD
33052 \begin_inset space \textvisiblespace{}
33053 \end_inset
33054
33055
33056 \end_layout
33057
33058 \end_inset
33059
33060 D@<<j<E@>k>>F@=C
33061 \end_layout
33062
33063 \begin_layout Subsection
33064 Xymatrix Diagrams
33065 \begin_inset Index idx
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069 Diagrams ! xymatrix
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Standard
33078 To be able to use xymatrices, the \SpecialChar LaTeX
33079 -package 
33080 \series bold
33081 xypic
33082 \series default
33083  must be installed.
33084  A xymatrix is created by inserting the command 
33085 \series bold
33086
33087 \backslash
33088 xymatrix
33089 \series default
33090  in a formula.
33091  Then you are able to add new matrix columns and rows like for normal matrices,
33092  see 
33093 \begin_inset CommandInset ref
33094 LatexCommand ref
33095 reference "sec:Matrices"
33096
33097 \end_inset
33098
33099 .
33100 \end_layout
33101
33102 \begin_layout Standard
33103 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
33104  and much more.
33105  All possibilities to create commutative diagrams and decorations are explained
33106  in detail in the 
33107 \emph on
33108 XY-pic manual
33109 \emph default
33110  that you find in the menu 
33111 \family sans
33112 Help\SpecialChar menuseparator
33113 Specific
33114 \begin_inset space ~
33115 \end_inset
33116
33117 Manuals
33118 \family default
33119 .
33120 \end_layout
33121
33122 \begin_layout Subsection
33123
33124 \noun on
33125 Feynman
33126 \noun default
33127  Diagrams
33128 \begin_inset Index idx
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132 Diagrams ! Feynman
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 To be able to use 
33142 \noun on
33143 Feynman
33144 \noun default
33145 -diagrams, the \SpecialChar LaTeX
33146 -package 
33147 \series bold
33148 feyn
33149 \series default
33150  must be installed.
33151  A 
33152 \noun on
33153 Feynman
33154 \noun default
33155 -diagram is created by inserting the command 
33156 \series bold
33157
33158 \backslash
33159 Diagram
33160 \series default
33161  in a formula.
33162  Then you are able to add new matrix columns and rows like for normal matrices,
33163  see 
33164 \begin_inset CommandInset ref
33165 LatexCommand ref
33166 reference "sec:Matrices"
33167
33168 \end_inset
33169
33170 .
33171 \end_layout
33172
33173 \begin_layout Standard
33174 Examples how to create 
33175 \noun on
33176 Feynman-
33177 \noun default
33178 diagrams in \SpecialChar LyX
33179  is given in the 
33180 \emph on
33181 Feynman-diagram manual
33182 \emph default
33183  that you find in the menu 
33184 \family sans
33185 Help\SpecialChar menuseparator
33186 Specific
33187 \begin_inset space ~
33188 \end_inset
33189
33190 Manuals
33191 \family default
33192 .
33193 \end_layout
33194
33195 \begin_layout Standard
33196 \begin_inset Newpage newpage
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Section
33203 User-defined Commands
33204 \begin_inset Index idx
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 User-defined commands
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 \begin_inset Note Greyedout
33218 status open
33219
33220 \begin_layout Plain Layout
33221
33222 \series bold
33223 Note:
33224 \series default
33225  The names of user-defined commands and macros may only consist of Latin
33226  letters.
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \begin_layout Subsection
33235 The Command 
33236 \backslash
33237 newcommand
33238 \begin_inset CommandInset label
33239 LatexCommand label
33240 name "subsec:The-Command-newcommand"
33241
33242 \end_inset
33243
33244
33245 \begin_inset Index idx
33246 status collapsed
33247
33248 \begin_layout Plain Layout
33249 User-defined commands ! 
33250 \backslash
33251 newcommand
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \begin_inset Index idx
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 Commands ! N ! 
33262 \backslash
33263 newcommand
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 Many \SpecialChar LaTeX
33273 -commands are too long to be used frequently.
33274  But it is possible to define with the command 
33275 \series bold
33276
33277 \backslash
33278 newcommand
33279 \series default
33280  new shorter commands.
33281 \end_layout
33282
33283 \begin_layout Standard
33284 The command scheme of 
33285 \series bold
33286
33287 \backslash
33288 newcommand
33289 \series default
33290  is:
33291 \end_layout
33292
33293 \begin_layout Standard
33294
33295 \series bold
33296
33297 \backslash
33298 newcommand{new command name}[number of arguments][optional
33299 \series default
33300  
33301 \series bold
33302 value]
33303 \begin_inset Newline newline
33304 \end_inset
33305
33306
33307 \begin_inset Phantom HPhantom
33308 status open
33309
33310 \begin_layout Plain Layout
33311
33312 \series bold
33313
33314 \backslash
33315 newcommand
33316 \end_layout
33317
33318 \end_inset
33319
33320 {command definition}
33321 \end_layout
33322
33323 \begin_layout Standard
33324 \begin_inset Note Greyedout
33325 status open
33326
33327 \begin_layout Plain Layout
33328
33329 \series bold
33330 Note:
33331 \series default
33332  Assure that the name of the new command is not already used in your document
33333  or by \SpecialChar LaTeX
33334 -packages that you use.
33335  When you for example define the command 
33336 \series bold
33337
33338 \backslash
33339 le
33340 \series default
33341  for 
33342 \series bold
33343
33344 \backslash
33345 Leftarrow
33346 \series default
33347 , you get an error message because 
33348 \series bold
33349
33350 \backslash
33351 le
33352 \series default
33353  is already defined as command for 
33354 \begin_inset Quotes eld
33355 \end_inset
33356
33357
33358 \begin_inset Formula $\le$
33359 \end_inset
33360
33361
33362 \begin_inset Quotes erd
33363 \end_inset
33364
33365 .
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Standard
33374 The number of arguments is an integer in the range 0
33375 \begin_inset space \thinspace{}
33376 \end_inset
33377
33378 -
33379 \begin_inset space \thinspace{}
33380 \end_inset
33381
33382 9 and specifies how many arguments the new command should have.
33383  With the optional value a value for an optional argument can be predefined.
33384  When this is done, the 
33385 \emph on
33386 first
33387 \emph default
33388  
33389 \emph on
33390 a
33391 \emph default
33392 rgument of the new command is automatically an optional one.
33393 \end_layout
33394
33395 \begin_layout Standard
33396 Here are some examples:
33397 \end_layout
33398
33399 \begin_layout Itemize
33400 To define the command 
33401 \series bold
33402
33403 \backslash
33404 gr
33405 \series default
33406  for 
33407 \series bold
33408
33409 \backslash
33410 Longrightarrow
33411 \series default
33412 , the \SpecialChar LaTeX
33413 -preamble line is:
33414 \begin_inset VSpace medskip
33415 \end_inset
33416
33417
33418 \begin_inset Newline newline
33419 \end_inset
33420
33421
33422 \series bold
33423
33424 \backslash
33425 newcommand{
33426 \backslash
33427 gr}{
33428 \backslash
33429 Longrightarrow}
33430 \end_layout
33431
33432 \begin_layout Itemize
33433 To define the command 
33434 \series bold
33435
33436 \backslash
33437 us
33438 \series default
33439  for 
33440 \series bold
33441
33442 \backslash
33443 underline
33444 \series default
33445 , the argument (that should be underlined) must be taken into account.
33446  For this the preamble line is:
33447 \begin_inset VSpace medskip
33448 \end_inset
33449
33450
33451 \begin_inset Newline newline
33452 \end_inset
33453
33454
33455 \series bold
33456
33457 \backslash
33458 newcommand{
33459 \backslash
33460 us}[1]{
33461 \backslash
33462 underline{#1}}
33463 \series default
33464
33465 \begin_inset VSpace medskip
33466 \end_inset
33467
33468
33469 \begin_inset Newline newline
33470 \end_inset
33471
33472 The character 
33473 \series bold
33474 #
33475 \series default
33476  acts as argument placeholder, the 
33477 \series bold
33478 1
33479 \series default
33480  behind it denotes that it is the placeholder for the first argument.
33481 \end_layout
33482
33483 \begin_layout Itemize
33484 For 
33485 \series bold
33486
33487 \backslash
33488 framebox
33489 \series default
33490  one can e.
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 g.
33495 \begin_inset space \space{}
33496 \end_inset
33497
33498 define the command 
33499 \series bold
33500
33501 \backslash
33502 fb
33503 \series default
33504 :
33505 \begin_inset VSpace medskip
33506 \end_inset
33507
33508
33509 \begin_inset Newline newline
33510 \end_inset
33511
33512
33513 \series bold
33514
33515 \backslash
33516 newcommand{
33517 \backslash
33518 fb}[3]{
33519 \backslash
33520 framebox#1#2{$#3$}}
33521 \series default
33522
33523 \begin_inset VSpace medskip
33524 \end_inset
33525
33526
33527 \begin_inset Newline newline
33528 \end_inset
33529
33530 The two Dollar signs creates the extra formula needed for 
33531 \series bold
33532
33533 \backslash
33534 framebox
33535 \series default
33536 , see 
33537 \begin_inset CommandInset ref
33538 LatexCommand ref
33539 reference "subsec:Boxes-with-Frame"
33540
33541 \end_inset
33542
33543 .
33544 \end_layout
33545
33546 \begin_layout Itemize
33547 To create a new command for 
33548 \series bold
33549
33550 \backslash
33551 fcolorbox
33552 \series default
33553  where the color for the box need not be specified, the argument for the
33554  color is defined optional:
33555 \begin_inset VSpace medskip
33556 \end_inset
33557
33558
33559 \begin_inset Newline newline
33560 \end_inset
33561
33562
33563 \series bold
33564
33565 \backslash
33566 newcommand{
33567 \backslash
33568 cb}[3][white]{
33569 \backslash
33570 fcolorbox{#2}{#1}{$#3$}}
33571 \series default
33572
33573 \begin_inset VSpace medskip
33574 \end_inset
33575
33576
33577 \begin_inset Newline newline
33578 \end_inset
33579
33580 When the color is not specified when using 
33581 \series bold
33582
33583 \backslash
33584 cb
33585 \series default
33586 , the predefined color 
33587 \series bold
33588 white
33589 \series default
33590  will be used.
33591 \end_layout
33592
33593 \begin_layout Standard
33594 A test of the new defined commands:
33595 \begin_inset Separator parbreak
33596 \end_inset
33597
33598
33599 \end_layout
33600
33601 \begin_layout Standard
33602 \align center
33603 \begin_inset Tabular
33604 <lyxtabular version="3" rows="6" columns="2">
33605 <features tabularvalignment="middle">
33606 <column alignment="center" valignment="top">
33607 <column alignment="center" valignment="top">
33608 <row>
33609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33610 \begin_inset Text
33611
33612 \begin_layout Plain Layout
33613 Command
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 Result
33623 \begin_inset Note Note
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627
33628 \series bold
33629
33630 \backslash
33631 raisebox
33632 \series default
33633  is only used as spacer.
33634 \end_layout
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \end_inset
33642 </cell>
33643 </row>
33644 <row>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 A
33650 \backslash
33651 gr
33652 \begin_inset space \textvisiblespace{}
33653 \end_inset
33654
33655 B
33656 \end_layout
33657
33658 \end_inset
33659 </cell>
33660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 \begin_inset Formula $A\gr B$
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \end_inset
33671 </cell>
33672 </row>
33673 <row>
33674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678
33679 \backslash
33680 us{ABcd
33681 \end_layout
33682
33683 \end_inset
33684 </cell>
33685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 </row>
33698 <row>
33699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33700 \begin_inset Text
33701
33702 \begin_layout Plain Layout
33703
33704 \backslash
33705 fb{[2cm]
33706 \begin_inset Formula $\to$
33707 \end_inset
33708
33709
33710 \backslash
33711 {
33712 \begin_inset Formula $\to$
33713 \end_inset
33714
33715
33716 \backslash
33717 {
33718 \backslash
33719 int
33720 \begin_inset space \textvisiblespace{}
33721 \end_inset
33722
33723 A=B
33724 \end_layout
33725
33726 \end_inset
33727 </cell>
33728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33729 \begin_inset Text
33730
33731 \begin_layout Plain Layout
33732 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \end_inset
33739 </cell>
33740 </row>
33741 <row>
33742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33743 \begin_inset Text
33744
33745 \begin_layout Plain Layout
33746
33747 \backslash
33748 cb{red
33749 \begin_inset Formula $\to$
33750 \end_inset
33751
33752
33753 \backslash
33754 {
33755 \backslash
33756 int
33757 \begin_inset space \textvisiblespace{}
33758 \end_inset
33759
33760 A=B
33761 \end_layout
33762
33763 \end_inset
33764 </cell>
33765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33766 \begin_inset Text
33767
33768 \begin_layout Plain Layout
33769 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \end_inset
33776 </cell>
33777 </row>
33778 <row>
33779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783
33784 \backslash
33785 cb[green]
33786 \backslash
33787 {red
33788 \begin_inset Formula $\to$
33789 \end_inset
33790
33791
33792 \backslash
33793 {
33794 \backslash
33795 int
33796 \begin_inset space \textvisiblespace{}
33797 \end_inset
33798
33799 A=B
33800 \end_layout
33801
33802 \end_inset
33803 </cell>
33804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33805 \begin_inset Text
33806
33807 \begin_layout Plain Layout
33808 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 </row>
33817 </lyxtabular>
33818
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \begin_layout Subsection
33825 Math Macros
33826 \begin_inset Index idx
33827 status collapsed
33828
33829 \begin_layout Plain Layout
33830 User-defined commands! Math macros
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \begin_inset Index idx
33837 status collapsed
33838
33839 \begin_layout Plain Layout
33840 Macros
33841 \end_layout
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Standard
33849 User-defined commands are especially convenient for complex expressions.
33850  When you are for example dealing with a document that has quadratic equations,
33851  the same solution type occurs several times.
33852  The general form of a quadratic equation is
33853 \begin_inset Formula 
33854 \[
33855 0=\lambda^{2}+p\lambda+q
33856 \]
33857
33858 \end_inset
33859
33860 The general form of the solution is
33861 \begin_inset Formula 
33862 \[
33863 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33864 \]
33865
33866 \end_inset
33867
33868
33869 \end_layout
33870
33871 \begin_layout Standard
33872 To define a command for the solution formula where only the three parameters
33873  
33874 \begin_inset Formula $\lambda$
33875 \end_inset
33876
33877
33878 \begin_inset Formula $p$
33879 \end_inset
33880
33881  and 
33882 \begin_inset Formula $q$
33883 \end_inset
33884
33885  need to be specified and the index of 
33886 \begin_inset Formula $\lambda$
33887 \end_inset
33888
33889  can be given optionally, the \SpecialChar LaTeX
33890 -preamble line is
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \series bold
33896
33897 \backslash
33898 newcommand{
33899 \backslash
33900 qG}[4][1,
33901 \backslash
33902 ,2]{#2_{#1}=-
33903 \backslash
33904 frac{#3}{2}
33905 \backslash
33906 pm
33907 \begin_inset Newline newline
33908 \end_inset
33909
33910
33911 \begin_inset Phantom HPhantom
33912 status open
33913
33914 \begin_layout Plain Layout
33915
33916 \series bold
33917
33918 \backslash
33919 newcommand
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \backslash
33926 sqrt{
33927 \backslash
33928 frac{#3^{2}}{4}-#4}}
33929 \end_layout
33930
33931 \begin_layout Standard
33932 To create with this the solution formula, the command
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936
33937 \series bold
33938
33939 \backslash
33940 qG{
33941 \backslash
33942 lambda
33943 \begin_inset Formula $\to$
33944 \end_inset
33945
33946
33947 \backslash
33948 {p
33949 \begin_inset Formula $\to$
33950 \end_inset
33951
33952
33953 \backslash
33954 {q
33955 \series default
33956  is inserted to a formula
33957 \series bold
33958 .
33959 \end_layout
33960
33961 \begin_layout Standard
33962 The definition of the new command is unintuitive because one has to know
33963  the schemes of all used \SpecialChar LaTeX
33964  commands, e.
33965 \begin_inset space \thinspace{}
33966 \end_inset
33967
33968 g.
33969 \begin_inset space \space{}
33970 \end_inset
33971
33972 that a fraction is inserted in \SpecialChar LaTeX
33973  as 
33974 \series bold
33975
33976 \backslash
33977 frac{numerator}{denominator}
33978 \series default
33979 .
33980  Furthermore one can easily forget a brace in the definition and cannot
33981  see in \SpecialChar LyX
33982  what the new command is doing.
33983  To avoid these problems \SpecialChar LyX
33984  offers the possibility to use math macros instead
33985  of the command 
33986 \series bold
33987
33988 \backslash
33989 newcommand
33990 \series default
33991 .
33992 \end_layout
33993
33994 \begin_layout Standard
33995 A math macro is created by using the menu 
33996 \family sans
33997 Insert\SpecialChar menuseparator
33998 Math\SpecialChar menuseparator
33999 Macro
34000 \family default
34001  or the toolbar button 
34002 \begin_inset Info
34003 type  "icon"
34004 arg   "math-macro newmacroname_newcommand"
34005 \end_inset
34006
34007 .
34008  The math macro toolbar appears together with the following box where the
34009  macro is defined:
34010 \begin_inset Newline newline
34011 \end_inset
34012
34013
34014 \begin_inset space \hspace*{\fill}
34015 \end_inset
34016
34017
34018 \begin_inset Graphics
34019         filename clipart/macrobox.png
34020         scale 75
34021
34022 \end_inset
34023
34024
34025 \begin_inset space \hspace*{\fill}
34026 \end_inset
34027
34028
34029 \begin_inset Newline newline
34030 \end_inset
34031
34032
34033 \begin_inset FormulaMacro
34034 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34035 \end_inset
34036
34037
34038 \backslash
34039 newmacroname is the default name of the macro that should be changed to
34040  something sensible.
34041  The wanted formula is inserted in the first blue box.
34042  An argument placeholder is inserted with the command 
34043 \series bold
34044
34045 \backslash
34046 #argumentnumber
34047 \series default
34048 , e.
34049 \begin_inset space \thinspace{}
34050 \end_inset
34051
34052 g
34053 \begin_inset space \space{}
34054 \end_inset
34055
34056
34057 \series bold
34058
34059 \backslash
34060 #1
34061 \series default
34062  or by using the macro toolbar button 
34063 \begin_inset Info
34064 type  "icon"
34065 arg   "math-macro-add-param"
34066 \end_inset
34067
34068 .
34069  Argument placeholders are displayed red.
34070  A maximum of 9
34071 \begin_inset space ~
34072 \end_inset
34073
34074 arguments are possible.
34075  Optional arguments are created with the toolbar button 
34076 \begin_inset Info
34077 type  "icon"
34078 arg   "math-macro-add-optional-param"
34079 \end_inset
34080
34081 .
34082  The first non-optional argument can be transformed to an optional one with
34083  the toolbar button 
34084 \begin_inset Info
34085 type  "icon"
34086 arg   "math-macro-make-optional"
34087 \end_inset
34088
34089 .
34090  In the second blue box the appearance of the macro in \SpecialChar LyX
34091  can be defined.
34092  Normally you want to see it as it is defined, so the box is kept empty.
34093  But when you have created a macro that needs lot of space on the screen,
34094  you can insert in the box for example
34095 \begin_inset Newline newline
34096 \end_inset
34097
34098
34099 \series bold
34100 qG: 
34101 \backslash
34102 #1
34103 \series default
34104  
34105 \series bold
34106 ,
34107 \series default
34108  
34109 \series bold
34110
34111 \backslash
34112 #2
34113 \series default
34114  
34115 \series bold
34116 ,
34117 \series default
34118  
34119 \series bold
34120
34121 \backslash
34122 #3, 
34123 \backslash
34124 #4
34125 \begin_inset Newline newline
34126 \end_inset
34127
34128
34129 \series default
34130 For the macro only the arguments with the macro name in front of them will
34131  then be displayed in \SpecialChar LyX
34132 , leading to a better overview.
34133  The formula appears in the output as defined in the first box.
34134 \begin_inset Newline newline
34135 \end_inset
34136
34137 The appearance of macros in formulas can furthermore be changed for single
34138  macros by setting the cursor in the macro and using the menu 
34139 \family sans
34140 View\SpecialChar menuseparator
34141 (Un)fold
34142 \begin_inset space ~
34143 \end_inset
34144
34145 Math
34146 \begin_inset space ~
34147 \end_inset
34148
34149 Macro
34150 \family default
34151 .
34152 \end_layout
34153
34154 \begin_layout Standard
34155 To use a macro, the macro name is inserted as command to a formula, in our
34156  case 
34157 \series bold
34158
34159 \backslash
34160 qG
34161 \series default
34162 .
34163  Our macro looks in \SpecialChar LyX
34164  like this:
34165 \begin_inset Newline newline
34166 \end_inset
34167
34168
34169 \begin_inset space \hspace*{\fill}
34170 \end_inset
34171
34172
34173 \begin_inset Graphics
34174         filename clipart/macrouse.png
34175         scale 75
34176
34177 \end_inset
34178
34179
34180 \begin_inset space \hspace*{\fill}
34181 \end_inset
34182
34183
34184 \begin_inset Newline newline
34185 \end_inset
34186
34187 Here is our macro example with the arguments 
34188 \begin_inset Formula $x$
34189 \end_inset
34190
34191
34192 \begin_inset Formula $\ln(x)$
34193 \end_inset
34194
34195  and 
34196 \begin_inset Formula $B$
34197 \end_inset
34198
34199 :
34200 \end_layout
34201
34202 \begin_layout Standard
34203 \begin_inset Formula 
34204 \[
34205 \qG x{\ln(x)}B
34206 \]
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \begin_layout Standard
34214 \SpecialChar LyX
34215  offers in the menu 
34216 \family sans
34217 Tools\SpecialChar menuseparator
34218 Preferences\SpecialChar menuseparator
34219 Editing\SpecialChar menuseparator
34220 Control
34221 \family default
34222  different styles to edit macros.
34223  To find the style that suits you the most, choose a style and set the cursor
34224  in a macro formula to see the difference.
34225 \end_layout
34226
34227 \begin_layout Standard
34228 A math macro is transformed internally to a 
34229 \series bold
34230
34231 \backslash
34232 newcommand
34233 \series default
34234  command when exporting the document.
34235  The created 
34236 \series bold
34237
34238 \backslash
34239 newcommand
34240 \series default
34241  command is not placed in the \SpecialChar LaTeX
34242 -preamble, therefore macros can only be used
34243  in formulas that are in the document below the macro definition box.
34244 \end_layout
34245
34246 \begin_layout Standard
34247 Math macros can also be directly created from a 
34248 \series bold
34249
34250 \backslash
34251 newcommand
34252 \series default
34253  command.
34254  When writing for example the command
34255 \series bold
34256
34257 \begin_inset Newline newline
34258 \end_inset
34259
34260
34261 \backslash
34262 newcommand{
34263 \backslash
34264 larrow}[2]{
34265 \backslash
34266 xleftarrow[#2]{#1}}
34267 \begin_inset Newline newline
34268 \end_inset
34269
34270
34271 \series default
34272 in \SpecialChar LyX
34273  as normal text, highlighting it completely and using then the shortcut
34274  
34275 \family sans
34276 Ctrl+M
34277 \family default
34278 , the command will be transformed to a math macro.
34279  Using this method you need to be careful that the 
34280 \series bold
34281
34282 \backslash
34283 newcommand
34284 \series default
34285  command is typed correctly, otherwise you get a faulty macro leading to
34286  \SpecialChar LaTeX
34287  errors.
34288 \end_layout
34289
34290 \begin_layout Standard
34291 Math macros currently have the problem that further formulas in macro definition
34292 s are handled wrongly.
34293  Therefore the example 
34294 \series bold
34295
34296 \backslash
34297 fb
34298 \series default
34299  from 
34300 \begin_inset CommandInset ref
34301 LatexCommand ref
34302 reference "subsec:The-Command-newcommand"
34303
34304 \end_inset
34305
34306  cannot be created as macro.
34307 \end_layout
34308
34309 \begin_layout Standard
34310 When the cursor is in a macro definition box, you will see the macro toolbar
34311  in \SpecialChar LyX
34312 :
34313 \end_layout
34314
34315 \begin_layout Standard
34316 \begin_inset VSpace defskip
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Standard
34323 \begin_inset Graphics
34324         filename clipart/MacroToolbar.png
34325
34326 \end_inset
34327
34328
34329 \begin_inset Index idx
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333 Macros ! Toolbar
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Standard
34342 \begin_inset VSpace defskip
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Standard
34349 The macro toolbar contains from left to right the following buttons:
34350 \end_layout
34351
34352 \begin_layout Standard
34353 \begin_inset VSpace defskip
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \begin_layout Standard
34360 \begin_inset Tabular
34361 <lyxtabular version="3" rows="9" columns="2">
34362 <features islongtable="true" longtabularalignment="center">
34363 <column alignment="left" valignment="top">
34364 <column alignment="left" valignment="top" width="85col%">
34365 <row interlinespace="2.5mm">
34366 <cell alignment="center" valignment="top" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370 \begin_inset Info
34371 type  "icon"
34372 arg   "math-macro-remove-param"
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 <cell alignment="center" valignment="top" usebox="none">
34381 \begin_inset Text
34382
34383 \begin_layout Plain Layout
34384
34385 \family sans
34386 Edit\SpecialChar menuseparator
34387 Math\SpecialChar menuseparator
34388 Macro
34389 \begin_inset space ~
34390 \end_inset
34391
34392 Definition\SpecialChar menuseparator
34393 Remove Last Argument
34394 \end_layout
34395
34396 \end_inset
34397 </cell>
34398 </row>
34399 <row interlinespace="2.5mm">
34400 <cell alignment="center" valignment="top" usebox="none">
34401 \begin_inset Text
34402
34403 \begin_layout Plain Layout
34404 \begin_inset Info
34405 type  "icon"
34406 arg   "math-macro-add-param"
34407 \end_inset
34408
34409
34410 \end_layout
34411
34412 \end_inset
34413 </cell>
34414 <cell alignment="center" valignment="top" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418
34419 \family sans
34420 Edit\SpecialChar menuseparator
34421 Math\SpecialChar menuseparator
34422 Macro
34423 \begin_inset space ~
34424 \end_inset
34425
34426 Definition\SpecialChar menuseparator
34427 Append Argument
34428 \end_layout
34429
34430 \end_inset
34431 </cell>
34432 </row>
34433 <row interlinespace="2.5mm">
34434 <cell alignment="center" valignment="top" usebox="none">
34435 \begin_inset Text
34436
34437 \begin_layout Plain Layout
34438 \begin_inset Info
34439 type  "icon"
34440 arg   "math-macro-make-optional"
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 <cell alignment="center" valignment="top" usebox="none">
34449 \begin_inset Text
34450
34451 \begin_layout Plain Layout
34452
34453 \family sans
34454 Edit\SpecialChar menuseparator
34455 Math\SpecialChar menuseparator
34456 Macro
34457 \begin_inset space ~
34458 \end_inset
34459
34460 Definition\SpecialChar menuseparator
34461 Transform First Non-Optional to
34462 \begin_inset Newline newline
34463 \end_inset
34464
34465
34466 \begin_inset Phantom HPhantom
34467 status open
34468
34469 \begin_layout Plain Layout
34470
34471 \family sans
34472 Edit\SpecialChar menuseparator
34473 Math\SpecialChar menuseparator
34474 Macro
34475 \begin_inset space ~
34476 \end_inset
34477
34478 Definition\SpecialChar menuseparator
34479
34480 \end_layout
34481
34482 \end_inset
34483
34484 Optional Argument
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 </row>
34490 <row interlinespace="2.5mm">
34491 <cell alignment="center" valignment="top" usebox="none">
34492 \begin_inset Text
34493
34494 \begin_layout Plain Layout
34495 \begin_inset Info
34496 type  "icon"
34497 arg   "math-macro-make-nonoptional"
34498 \end_inset
34499
34500
34501 \end_layout
34502
34503 \end_inset
34504 </cell>
34505 <cell alignment="center" valignment="top" usebox="none">
34506 \begin_inset Text
34507
34508 \begin_layout Plain Layout
34509
34510 \family sans
34511 Edit\SpecialChar menuseparator
34512 Math\SpecialChar menuseparator
34513 Macro
34514 \begin_inset space ~
34515 \end_inset
34516
34517 Definition\SpecialChar menuseparator
34518 Transform Last Optional to
34519 \begin_inset Newline newline
34520 \end_inset
34521
34522
34523 \begin_inset Phantom HPhantom
34524 status open
34525
34526 \begin_layout Plain Layout
34527
34528 \family sans
34529 Edit\SpecialChar menuseparator
34530 Math\SpecialChar menuseparator
34531 Macro
34532 \begin_inset space ~
34533 \end_inset
34534
34535 Definition\SpecialChar menuseparator
34536
34537 \end_layout
34538
34539 \end_inset
34540
34541 Non-Optional Argument
34542 \end_layout
34543
34544 \end_inset
34545 </cell>
34546 </row>
34547 <row interlinespace="2.5mm">
34548 <cell alignment="center" valignment="top" usebox="none">
34549 \begin_inset Text
34550
34551 \begin_layout Plain Layout
34552 \begin_inset Info
34553 type  "icon"
34554 arg   "math-macro-remove-optional-param"
34555 \end_inset
34556
34557
34558 \end_layout
34559
34560 \end_inset
34561 </cell>
34562 <cell alignment="center" valignment="top" usebox="none">
34563 \begin_inset Text
34564
34565 \begin_layout Plain Layout
34566
34567 \family sans
34568 Edit\SpecialChar menuseparator
34569 Math\SpecialChar menuseparator
34570 Macro
34571 \begin_inset space ~
34572 \end_inset
34573
34574 Definition\SpecialChar menuseparator
34575 Remove Optional Argument
34576 \end_layout
34577
34578 \end_inset
34579 </cell>
34580 </row>
34581 <row interlinespace="2.5mm">
34582 <cell alignment="center" valignment="top" usebox="none">
34583 \begin_inset Text
34584
34585 \begin_layout Plain Layout
34586 \begin_inset Info
34587 type  "icon"
34588 arg   "math-macro-add-optional-param"
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 <cell alignment="center" valignment="top" usebox="none">
34597 \begin_inset Text
34598
34599 \begin_layout Plain Layout
34600
34601 \family sans
34602 Edit\SpecialChar menuseparator
34603 Math\SpecialChar menuseparator
34604 Macro
34605 \begin_inset space ~
34606 \end_inset
34607
34608 Definition\SpecialChar menuseparator
34609 Insert Optional Argument
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 </row>
34615 <row interlinespace="2.5mm">
34616 <cell alignment="center" valignment="top" usebox="none">
34617 \begin_inset Text
34618
34619 \begin_layout Plain Layout
34620 \begin_inset Info
34621 type  "icon"
34622 arg   "math-macro-remove-greedy-param"
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \end_inset
34629 </cell>
34630 <cell alignment="center" valignment="top" usebox="none">
34631 \begin_inset Text
34632
34633 \begin_layout Plain Layout
34634
34635 \family sans
34636 Edit\SpecialChar menuseparator
34637 Math\SpecialChar menuseparator
34638 Macro
34639 \begin_inset space ~
34640 \end_inset
34641
34642 Definition\SpecialChar menuseparator
34643 Remove Last Argument
34644 \begin_inset Newline newline
34645 \end_inset
34646
34647
34648 \begin_inset Phantom HPhantom
34649 status open
34650
34651 \begin_layout Plain Layout
34652
34653 \family sans
34654 Edit\SpecialChar menuseparator
34655 Math\SpecialChar menuseparator
34656 Macro
34657 \begin_inset space ~
34658 \end_inset
34659
34660 Definition\SpecialChar menuseparator
34661
34662 \end_layout
34663
34664 \end_inset
34665
34666 Spitting Out To The Right
34667 \end_layout
34668
34669 \end_inset
34670 </cell>
34671 </row>
34672 <row interlinespace="2.5mm">
34673 <cell alignment="center" valignment="top" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 \begin_inset Info
34678 type  "icon"
34679 arg   "math-macro-append-greedy-param"
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 <cell alignment="center" valignment="top" usebox="none">
34688 \begin_inset Text
34689
34690 \begin_layout Plain Layout
34691
34692 \family sans
34693 Edit\SpecialChar menuseparator
34694 Math\SpecialChar menuseparator
34695 Macro
34696 \begin_inset space ~
34697 \end_inset
34698
34699 Definition\SpecialChar menuseparator
34700 Append Argument
34701 \begin_inset Newline newline
34702 \end_inset
34703
34704
34705 \begin_inset Phantom HPhantom
34706 status open
34707
34708 \begin_layout Plain Layout
34709
34710 \family sans
34711 Edit\SpecialChar menuseparator
34712 Math\SpecialChar menuseparator
34713 Macro
34714 \begin_inset space ~
34715 \end_inset
34716
34717 Definition\SpecialChar menuseparator
34718
34719 \end_layout
34720
34721 \end_inset
34722
34723 Eating From The Right
34724 \end_layout
34725
34726 \end_inset
34727 </cell>
34728 </row>
34729 <row interlinespace="2.5mm">
34730 <cell alignment="center" valignment="top" usebox="none">
34731 \begin_inset Text
34732
34733 \begin_layout Plain Layout
34734 \begin_inset Info
34735 type  "icon"
34736 arg   "math-macro-add-greedy-optional-param"
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \end_inset
34743 </cell>
34744 <cell alignment="center" valignment="top" usebox="none">
34745 \begin_inset Text
34746
34747 \begin_layout Plain Layout
34748
34749 \family sans
34750 Edit\SpecialChar menuseparator
34751 Math\SpecialChar menuseparator
34752 Macro
34753 \begin_inset space ~
34754 \end_inset
34755
34756 Definition\SpecialChar menuseparator
34757 Append Optional Argument
34758 \begin_inset Newline newline
34759 \end_inset
34760
34761
34762 \begin_inset Phantom HPhantom
34763 status open
34764
34765 \begin_layout Plain Layout
34766
34767 \family sans
34768 Edit\SpecialChar menuseparator
34769 Math\SpecialChar menuseparator
34770 Macro
34771 \begin_inset space ~
34772 \end_inset
34773
34774 Definition\SpecialChar menuseparator
34775
34776 \end_layout
34777
34778 \end_inset
34779
34780 Eating From The Right
34781 \end_layout
34782
34783 \end_inset
34784 </cell>
34785 </row>
34786 </lyxtabular>
34787
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Section
34794 Computer Algebra Systems
34795 \end_layout
34796
34797 \begin_layout Standard
34798 \SpecialChar LyX
34799  offers the exchange between mathematical expressions written in \SpecialChar LyX
34800 's math
34801  editor and external applications or user defined scripts.
34802  Currently supported applications are 
34803 \family sans
34804 Maple
34805 \family default
34806
34807 \family sans
34808 Mathematica
34809 \family default
34810
34811 \family sans
34812 Maxima
34813 \family default
34814  and 
34815 \family sans
34816 Octave
34817 \family default
34818 .
34819  Note that the set of supported mathematical constructs is limited only
34820  to very simple cases.
34821 \end_layout
34822
34823 \begin_layout Subsection
34824 Usage
34825 \end_layout
34826
34827 \begin_layout Standard
34828 Write some expression in a formula, go to the 
34829 \family sans
34830 Edit\SpecialChar menuseparator
34831 Math\SpecialChar menuseparator
34832 Use Computer Algebra System
34833 \family default
34834  menu and choose the application you have installed on the computer.
34835  After that the result of computation should show on the right side of the
34836  expression together with the 
34837 \begin_inset Quotes eld
34838 \end_inset
34839
34840 =
34841 \begin_inset Quotes erd
34842 \end_inset
34843
34844  operator.
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Here are few simple examples (with results from 
34849 \family typewriter
34850 Maxima
34851 \family default
34852 ) to show what kind of computations can be performed:
34853 \end_layout
34854
34855 \begin_layout Itemize
34856 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \begin_layout Itemize
34863 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \begin_layout Itemize
34870 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Itemize
34877 \begin_inset Formula $\det\left[\begin{array}{ccc}
34878 1 & 6 & 7\\
34879 2 & 5 & 8\\
34880 3 & 4 & 17
34881 \end{array}\right]=-56$
34882 \end_inset
34883
34884
34885 \end_layout
34886
34887 \begin_layout Itemize
34888 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34889 \end_inset
34890
34891
34892 \end_layout
34893
34894 \begin_layout Subsection
34895 Keyboard shortcut
34896 \end_layout
34897
34898 \begin_layout Standard
34899 Currently there is no keyboard shortcut for calling the algebra applications.
34900  One can easily bind a shortcut to the 
34901 \family sans
34902 math-extern
34903 \family default
34904  \SpecialChar LyX
34905  function (see the 
34906 \family sans
34907 \emph on
34908 \SpecialChar LyX
34909  Functions
34910 \family default
34911 \emph default
34912  manual).
34913  One could e.
34914 \begin_inset space \thinspace{}
34915 \end_inset
34916
34917 g.
34918 \begin_inset space \space{}
34919 \end_inset
34920
34921 bind the 
34922 \family sans
34923 Return
34924 \family default
34925  key inside the math editor.
34926  To bind it to 
34927 \family typewriter
34928 Maxima
34929 \family default
34930  one would use this shortcut definition command:
34931 \end_layout
34932
34933 \begin_layout Standard
34934
34935 \series bold
34936 command-alternatives paragraph-break;math-extern maxima
34937 \end_layout
34938
34939 \begin_layout Section
34940 Miscellaneous
34941 \begin_inset Index idx
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Miscellaneous
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Subsection
34954 Negative Numbers
34955 \begin_inset Index idx
34956 status collapsed
34957
34958 \begin_layout Plain Layout
34959 Numbers ! negative
34960 \end_layout
34961
34962 \end_inset
34963
34964
34965 \end_layout
34966
34967 \begin_layout Standard
34968 Negative numbers often look ugly in formulas because the minus sign before
34969  the number is set with the same length as the minus operator sign.
34970  When writing the negative number in normal text, the minus sign appears
34971  correctly.
34972 \end_layout
34973
34974 \begin_layout Standard
34975 Thus, the problem disappears when converting the minus sign to mathematical
34976  text.
34977 \end_layout
34978
34979 \begin_layout Standard
34980 An example to visualize the problem:
34981 \begin_inset Separator parbreak
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \align center
34989 \begin_inset Tabular
34990 <lyxtabular version="3" rows="3" columns="2">
34991 <features tabularvalignment="middle">
34992 <column alignment="right" valignment="top">
34993 <column alignment="left" valignment="top">
34994 <row>
34995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34996 \begin_inset Text
34997
34998 \begin_layout Plain Layout
34999 normal text:
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008 x = -2
35009 \end_layout
35010
35011 \end_inset
35012 </cell>
35013 </row>
35014 <row>
35015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35016 \begin_inset Text
35017
35018 \begin_layout Plain Layout
35019 formula:
35020 \end_layout
35021
35022 \end_inset
35023 </cell>
35024 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35025 \begin_inset Text
35026
35027 \begin_layout Plain Layout
35028 \begin_inset Formula $x=-2$
35029 \end_inset
35030
35031
35032 \end_layout
35033
35034 \end_inset
35035 </cell>
35036 </row>
35037 <row>
35038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35039 \begin_inset Text
35040
35041 \begin_layout Plain Layout
35042 solution:
35043 \end_layout
35044
35045 \end_inset
35046 </cell>
35047 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35048 \begin_inset Text
35049
35050 \begin_layout Plain Layout
35051 \begin_inset Formula $x=\textrm{-}2$
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 </row>
35060 </lyxtabular>
35061
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Subsection
35068 Comma as decimal Separator
35069 \begin_inset Index idx
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Comma
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 In \SpecialChar LaTeX
35083  a comma inside a formula is used, according to the English convention,
35084  as number group separator.
35085  So there will be space added behind all commas in formulas.
35086 \end_layout
35087
35088 \begin_layout Standard
35089 To avoid this, the comma is highlighted and changed to mathematical text
35090  (shortcut 
35091 \begin_inset Info
35092 type  "shortcut"
35093 arg   "math-mode"
35094 \end_inset
35095
35096 ).
35097 \end_layout
35098
35099 \begin_layout Standard
35100 To use all formula commas in the document as decimal separator, the file
35101  
35102 \series bold
35103 icomma.sty
35104 \series default
35105
35106 \begin_inset Foot
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111 \series bold
35112 icomma
35113 \series default
35114  is part of the \SpecialChar LaTeX
35115 -package 
35116 \series bold
35117 was
35118 \series default
35119
35120 \begin_inset Index idx
35121 status collapsed
35122
35123 \begin_layout Plain Layout
35124 Packages ! was
35125 \begin_inset ERT
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129
35130
35131 \backslash
35132 vspace{4mm}
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141
35142 .
35143 \end_layout
35144
35145 \end_inset
35146
35147
35148 \begin_inset Index idx
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152 Packages ! icomma
35153 \end_layout
35154
35155 \end_inset
35156
35157  is loaded with the \SpecialChar LaTeX
35158 -preamble line
35159 \end_layout
35160
35161 \begin_layout Standard
35162
35163 \series bold
35164
35165 \backslash
35166 usepackage{icomma}
35167 \end_layout
35168
35169 \begin_layout Subsection
35170 Physical Vectors
35171 \begin_inset CommandInset label
35172 LatexCommand label
35173 name "subsec:Physical-Vectors"
35174
35175 \end_inset
35176
35177
35178 \begin_inset Index idx
35179 status collapsed
35180
35181 \begin_layout Plain Layout
35182 Vectors ! physical
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \end_layout
35189
35190 \begin_layout Standard
35191 Predefined vectors are offered by the \SpecialChar LaTeX
35192 -package 
35193 \series bold
35194 braket
35195 \series default
35196
35197 \begin_inset Index idx
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201 Packages ! braket
35202 \end_layout
35203
35204 \end_inset
35205
35206  that is loaded with the \SpecialChar LaTeX
35207 -preamble line
35208 \end_layout
35209
35210 \begin_layout Standard
35211
35212 \series bold
35213
35214 \backslash
35215 usepackage{braket}
35216 \end_layout
35217
35218 \begin_layout Standard
35219 \begin_inset ERT
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223
35224
35225 \backslash
35226 ifbraket 
35227 \end_layout
35228
35229 \end_inset
35230
35231
35232 \begin_inset Note Note
35233 status open
35234
35235 \begin_layout Plain Layout
35236 The following table will only be displayed when the \SpecialChar LaTeX
35237 -package 
35238 \series bold
35239 braket
35240 \series default
35241  is installed.
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \begin_layout Standard
35250 The following commands are defined:
35251 \begin_inset Separator parbreak
35252 \end_inset
35253
35254
35255 \end_layout
35256
35257 \begin_layout Standard
35258 \align center
35259 \begin_inset Tabular
35260 <lyxtabular version="3" rows="4" columns="2">
35261 <features tabularvalignment="middle">
35262 <column alignment="center" valignment="top">
35263 <column alignment="center" valignment="top">
35264 <row>
35265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35266 \begin_inset Text
35267
35268 \begin_layout Plain Layout
35269 Command
35270 \end_layout
35271
35272 \end_inset
35273 </cell>
35274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35275 \begin_inset Text
35276
35277 \begin_layout Plain Layout
35278 Result
35279 \end_layout
35280
35281 \end_inset
35282 </cell>
35283 </row>
35284 <row>
35285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35286 \begin_inset Text
35287
35288 \begin_layout Plain Layout
35289
35290 \backslash
35291 Bra{
35292 \backslash
35293 psi
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302 \begin_inset Formula $\Bra{\psi}$
35303 \end_inset
35304
35305
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 </row>
35311 <row>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316
35317 \backslash
35318 Ket{
35319 \backslash
35320 psi
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 \begin_inset Formula $\Ket{\psi}$
35330 \end_inset
35331
35332
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 </row>
35338 <row>
35339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35340 \begin_inset Text
35341
35342 \begin_layout Plain Layout
35343
35344 \backslash
35345 Braket{
35346 \backslash
35347 psi|
35348 \backslash
35349 phi
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358 \begin_inset Formula $\Braket{\psi|\phi}$
35359 \end_inset
35360
35361
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 </lyxtabular>
35368
35369 \end_inset
35370
35371
35372 \end_layout
35373
35374 \begin_layout Standard
35375 The command 
35376 \series bold
35377
35378 \backslash
35379 Braket
35380 \series default
35381  assures that all vertical bars are set in the size of the surrounding brackets:
35382 \begin_inset Formula 
35383 \[
35384 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35385 \]
35386
35387 \end_inset
35388
35389
35390 \begin_inset ERT
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394
35395
35396 \backslash
35397 else 
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \begin_inset Note Note
35404 status open
35405
35406 \begin_layout Plain Layout
35407 The following will be displayed when the \SpecialChar LaTeX
35408 -package 
35409 \series bold
35410 braket
35411 \series default
35412  is not installed:
35413 \end_layout
35414
35415 \end_inset
35416
35417
35418 \end_layout
35419
35420 \begin_layout Standard
35421 You need to install the \SpecialChar LaTeX
35422 -package 
35423 \series bold
35424 braket
35425 \series default
35426  to see the rest of this subsection in the output.
35427 \end_layout
35428
35429 \begin_layout Standard
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 fi 
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \begin_layout Standard
35446 The effect of 
35447 \series bold
35448
35449 \backslash
35450 Braket
35451 \series default
35452  can also be achieved using the command 
35453 \series bold
35454
35455 \backslash
35456 middle
35457 \series default
35458 , that is described in 
35459 \begin_inset CommandInset ref
35460 LatexCommand ref
35461 reference "subsec:Automatic-Bracket-Size"
35462
35463 \end_inset
35464
35465 .
35466 \end_layout
35467
35468 \begin_layout Subsection
35469 Self-defined Fractions
35470 \begin_inset CommandInset label
35471 LatexCommand label
35472 name "subsec:Self-defined-Fractions"
35473
35474 \end_inset
35475
35476
35477 \begin_inset Index idx
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481 Fractions ! self-defined
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \end_layout
35488
35489 \begin_layout Standard
35490 To define custom commands for fractions, the command 
35491 \series bold
35492
35493 \backslash
35494 genfrac
35495 \series default
35496
35497 \begin_inset Index idx
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501 Commands ! G ! 
35502 \backslash
35503 genfrac
35504 \begin_inset ERT
35505 status collapsed
35506
35507 \begin_layout Plain Layout
35508
35509
35510 \backslash
35511 vspace{4mm}
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \end_inset
35520
35521  is used in the following scheme:
35522 \end_layout
35523
35524 \begin_layout Standard
35525
35526 \series bold
35527
35528 \backslash
35529 genfrac{left
35530 \series default
35531  
35532 \series bold
35533 bracket}{right
35534 \series default
35535  
35536 \series bold
35537 bracket}{fraction bar thickness}{style}
35538 \begin_inset Newline newline
35539 \end_inset
35540
35541
35542 \begin_inset Phantom HPhantom
35543 status open
35544
35545 \begin_layout Plain Layout
35546
35547 \series bold
35548
35549 \backslash
35550 genfrac
35551 \end_layout
35552
35553 \end_inset
35554
35555 {numerator}{denominator}
35556 \end_layout
35557
35558 \begin_layout Standard
35559 The style is a number in the range of 0
35560 \begin_inset space \thinspace{}
35561 \end_inset
35562
35563 -
35564 \begin_inset space \thinspace{}
35565 \end_inset
35566
35567 3.
35568 \begin_inset Separator parbreak
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \begin_layout Standard
35575 \align center
35576 \begin_inset Tabular
35577 <lyxtabular version="3" rows="5" columns="2">
35578 <features tabularvalignment="middle">
35579 <column alignment="center" valignment="top">
35580 <column alignment="center" valignment="top">
35581 <row>
35582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35583 \begin_inset Text
35584
35585 \begin_layout Plain Layout
35586 Number
35587 \end_layout
35588
35589 \end_inset
35590 </cell>
35591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35592 \begin_inset Text
35593
35594 \begin_layout Plain Layout
35595 Style (Size)
35596 \end_layout
35597
35598 \end_inset
35599 </cell>
35600 </row>
35601 <row>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606 0
35607 \end_layout
35608
35609 \end_inset
35610 </cell>
35611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35612 \begin_inset Text
35613
35614 \begin_layout Plain Layout
35615 display style formula
35616 \end_layout
35617
35618 \end_inset
35619 </cell>
35620 </row>
35621 <row>
35622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35623 \begin_inset Text
35624
35625 \begin_layout Plain Layout
35626 1
35627 \end_layout
35628
35629 \end_inset
35630 </cell>
35631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635 inline formula
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646 2
35647 \end_layout
35648
35649 \end_inset
35650 </cell>
35651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35652 \begin_inset Text
35653
35654 \begin_layout Plain Layout
35655 small
35656 \end_layout
35657
35658 \end_inset
35659 </cell>
35660 </row>
35661 <row>
35662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35663 \begin_inset Text
35664
35665 \begin_layout Plain Layout
35666 3
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675 tiny
35676 \end_layout
35677
35678 \end_inset
35679 </cell>
35680 </row>
35681 </lyxtabular>
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 When no style is given, the size is adjusted to the surrounding environment
35690  like for the command 
35691 \series bold
35692
35693 \backslash
35694 frac
35695 \series default
35696 .
35697 \end_layout
35698
35699 \begin_layout Standard
35700 When no fraction bar thickness is given, the predefined value of 0.4
35701 \begin_inset space \thinspace{}
35702 \end_inset
35703
35704 pt will be used.
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset VSpace medskip
35709 \end_inset
35710
35711 For example, the commands 
35712 \series bold
35713
35714 \backslash
35715 dfrac
35716 \series default
35717  and 
35718 \series bold
35719
35720 \backslash
35721 tbinom
35722 \series default
35723  from 
35724 \begin_inset CommandInset ref
35725 LatexCommand ref
35726 reference "subsec:Fractions"
35727
35728 \end_inset
35729
35730  are defined with the commands
35731 \end_layout
35732
35733 \begin_layout Standard
35734
35735 \series bold
35736
35737 \backslash
35738 newcommand{
35739 \backslash
35740 dfrac}[2]{
35741 \backslash
35742 genfrac{}{}{}{0}{#1}{#2}}
35743 \end_layout
35744
35745 \begin_layout Standard
35746 and
35747 \end_layout
35748
35749 \begin_layout Standard
35750
35751 \series bold
35752
35753 \backslash
35754 newcommand{
35755 \backslash
35756 tbinom}[2]{
35757 \backslash
35758 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35759 \end_layout
35760
35761 \begin_layout Standard
35762 \begin_inset VSpace medskip
35763 \end_inset
35764
35765 To define a fraction where the fraction bar thickness can be given as optional
35766  argument, the following line is inserted to the \SpecialChar LaTeX
35767 -preamble:
35768 \end_layout
35769
35770 \begin_layout Standard
35771
35772 \series bold
35773
35774 \backslash
35775 newcommand{
35776 \backslash
35777 fracS}[3][]{
35778 \backslash
35779 genfrac{}{}{#1}{}{#2}{#3}}
35780 \end_layout
35781
35782 \begin_layout Standard
35783 A test:
35784 \begin_inset Formula 
35785 \begin{align*}
35786 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35787 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35788 \end{align*}
35789
35790 \end_inset
35791
35792 As one can see, the distance of the numerator and the denominator to the
35793  fraction bar is round about three times the bar thickness.
35794 \end_layout
35795
35796 \begin_layout Subsection
35797 Canceled Formulas
35798 \begin_inset Index idx
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802 Formula ! canceled
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Standard
35811 There are four ways to cancel formulas or parts of formulas:
35812 \end_layout
35813
35814 \begin_layout Standard
35815 \begin_inset ERT
35816 status collapsed
35817
35818 \begin_layout Plain Layout
35819
35820
35821 \backslash
35822 ifcancel 
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \begin_inset Note Note
35829 status open
35830
35831 \begin_layout Plain Layout
35832 The following table will only be displayed when the \SpecialChar LaTeX
35833 -package 
35834 \series bold
35835 cancel
35836 \series default
35837  is installed.
35838 \end_layout
35839
35840 \end_inset
35841
35842
35843 \begin_inset Separator parbreak
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \align center
35851 \begin_inset Tabular
35852 <lyxtabular version="3" rows="5" columns="2">
35853 <features tabularvalignment="middle">
35854 <column alignment="center" valignment="top">
35855 <column alignment="center" valignment="top">
35856 <row>
35857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861 Command
35862 \end_layout
35863
35864 \end_inset
35865 </cell>
35866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35867 \begin_inset Text
35868
35869 \begin_layout Plain Layout
35870 Result
35871 \begin_inset Note Note
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875 The space and
35876 \series bold
35877  
35878 \backslash
35879 raisebox
35880 \series default
35881  are used here as spacer.
35882 \end_layout
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \end_inset
35890 </cell>
35891 </row>
35892 <row>
35893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35894 \begin_inset Text
35895
35896 \begin_layout Plain Layout
35897
35898 \backslash
35899 cancel
35900 \begin_inset space \textvisiblespace{}
35901 \end_inset
35902
35903
35904 \backslash
35905 int
35906 \begin_inset space \textvisiblespace{}
35907 \end_inset
35908
35909 A=B
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35915 \begin_inset Text
35916
35917 \begin_layout Plain Layout
35918 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35919 \end_inset
35920
35921
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 </row>
35927 <row>
35928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932
35933 \backslash
35934 bcancel
35935 \begin_inset space \textvisiblespace{}
35936 \end_inset
35937
35938
35939 \backslash
35940 int
35941 \begin_inset space \textvisiblespace{}
35942 \end_inset
35943
35944 A=B
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35950 \begin_inset Text
35951
35952 \begin_layout Plain Layout
35953 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \end_inset
35960 </cell>
35961 </row>
35962 <row>
35963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35964 \begin_inset Text
35965
35966 \begin_layout Plain Layout
35967
35968 \backslash
35969 xcancel
35970 \begin_inset space \textvisiblespace{}
35971 \end_inset
35972
35973
35974 \backslash
35975 int
35976 \begin_inset space \textvisiblespace{}
35977 \end_inset
35978
35979 A=B
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35985 \begin_inset Text
35986
35987 \begin_layout Plain Layout
35988 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 </row>
35997 <row>
35998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35999 \begin_inset Text
36000
36001 \begin_layout Plain Layout
36002
36003 \backslash
36004 cancelto
36005 \begin_inset space \textvisiblespace{}
36006 \end_inset
36007
36008
36009 \backslash
36010 int
36011 \begin_inset space \textvisiblespace{}
36012 \end_inset
36013
36014 A=B
36015 \begin_inset Formula $\to$
36016 \end_inset
36017
36018 1
36019 \end_layout
36020
36021 \end_inset
36022 </cell>
36023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36024 \begin_inset Text
36025
36026 \begin_layout Plain Layout
36027 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 </row>
36036 </lyxtabular>
36037
36038 \end_inset
36039
36040
36041 \end_layout
36042
36043 \begin_layout Standard
36044
36045 \series bold
36046
36047 \backslash
36048 cancelto
36049 \series default
36050  is especially suitable to visualize the reduction of fractions within formulas:
36051 \begin_inset Formula 
36052 \[
36053 \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}}}
36054 \]
36055
36056 \end_inset
36057
36058
36059 \end_layout
36060
36061 \begin_layout Standard
36062 To change the size of 
36063 \series bold
36064
36065 \backslash
36066 cancelto
36067 \series default
36068 's 
36069 \begin_inset Quotes eld
36070 \end_inset
36071
36072 subscript
36073 \begin_inset Quotes erd
36074 \end_inset
36075
36076  value one can add the \SpecialChar LaTeX
36077 -preamble line
36078 \end_layout
36079
36080 \begin_layout Standard
36081
36082 \series bold
36083
36084 \backslash
36085 PassOptionsToPackage{option}{cancel}
36086 \end_layout
36087
36088 \begin_layout Standard
36089 where 
36090 \series bold
36091 option
36092 \series default
36093  is either 
36094 \series bold
36095 samesize
36096 \series default
36097  which leads to the same size as for the canceled value, or 
36098 \series bold
36099 Smaller
36100 \series default
36101  which makes is it a bit smaller than normal.
36102 \end_layout
36103
36104 \begin_layout Standard
36105 To color the cancellation bar one adds this command as \SpecialChar TeX
36106  code:
36107 \end_layout
36108
36109 \begin_layout Standard
36110
36111 \series bold
36112
36113 \backslash
36114 renewcommand{
36115 \backslash
36116 CancelColor}{
36117 \backslash
36118 color{red}}
36119 \end_layout
36120
36121 \begin_layout Standard
36122
36123 \series bold
36124 red
36125 \series default
36126  can be replaced by a color of your choice.
36127 \end_layout
36128
36129 \begin_layout Standard
36130 \begin_inset ERT
36131 status collapsed
36132
36133 \begin_layout Plain Layout
36134
36135
36136 \backslash
36137 renewcommand{
36138 \backslash
36139 CancelColor}{
36140 \backslash
36141 color{red}}
36142 \end_layout
36143
36144 \end_inset
36145
36146
36147 \end_layout
36148
36149 \begin_layout Standard
36150 \begin_inset Formula 
36151 \[
36152 \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}}}
36153 \]
36154
36155 \end_inset
36156
36157
36158 \end_layout
36159
36160 \begin_layout Standard
36161 \begin_inset ERT
36162 status collapsed
36163
36164 \begin_layout Plain Layout
36165
36166
36167 \backslash
36168 renewcommand{
36169 \backslash
36170 CancelColor}{
36171 \backslash
36172 color{black}}
36173 \end_layout
36174
36175 \end_inset
36176
36177
36178 \begin_inset Note Note
36179 status open
36180
36181 \begin_layout Plain Layout
36182 reset the color
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \end_layout
36189
36190 \begin_layout Standard
36191 For further customizations, see the documentation of the package 
36192 \series bold
36193 cancel
36194 \series default
36195
36196 \begin_inset CommandInset citation
36197 LatexCommand cite
36198 key "cancel"
36199
36200 \end_inset
36201
36202 .
36203 \begin_inset Index idx
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207 Packages ! cancel
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \begin_layout Standard
36216 \begin_inset ERT
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220
36221
36222 \backslash
36223 else 
36224 \end_layout
36225
36226 \end_inset
36227
36228
36229 \begin_inset Note Note
36230 status open
36231
36232 \begin_layout Plain Layout
36233 The following will be displayed when the \SpecialChar LaTeX
36234 -package 
36235 \series bold
36236 cancel
36237 \series default
36238  is not installed:
36239 \end_layout
36240
36241 \end_inset
36242
36243
36244 \end_layout
36245
36246 \begin_layout Standard
36247 You need to install the \SpecialChar LaTeX
36248 -package 
36249 \series bold
36250 cancel
36251 \series default
36252  to see the rest of this subsection in the output.
36253 \end_layout
36254
36255 \begin_layout Standard
36256 \begin_inset ERT
36257 status collapsed
36258
36259 \begin_layout Plain Layout
36260
36261
36262 \backslash
36263 fi 
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Subsection
36272 Formulas in Section Headings
36273 \begin_inset CommandInset label
36274 LatexCommand label
36275 name "subsec:Formulas-in-Section"
36276
36277 \end_inset
36278
36279
36280 \begin_inset Index idx
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284 Formula ! in section headings
36285 \end_layout
36286
36287 \end_inset
36288
36289
36290 \end_layout
36291
36292 \begin_layout Standard
36293 When formulas are used in section headings, the following has to be taken
36294  into account:
36295 \end_layout
36296
36297 \begin_layout Standard
36298 \begin_inset Note Greyedout
36299 status open
36300
36301 \begin_layout Plain Layout
36302 When 
36303 \series bold
36304 hyperref
36305 \series default
36306
36307 \begin_inset Index idx
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311 Packages ! hyperref
36312 \end_layout
36313
36314 \end_inset
36315
36316  support is enabled in the document settings dialog under 
36317 \family sans
36318 PDF
36319 \begin_inset space ~
36320 \end_inset
36321
36322 Properties
36323 \family default
36324 , PDF-bookmarks are created for every section heading in the table of contents.
36325  If a section heading contains formulas, they are incorrectly displayed
36326  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36327 s.
36328 \end_layout
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \begin_layout Standard
36336 Both problems can be solved by inserting at the end of the section heading
36337  a short title with the menu 
36338 \family sans
36339 Insert\SpecialChar menuseparator
36340 Short
36341 \begin_inset space ~
36342 \end_inset
36343
36344 Title
36345 \family default
36346 .
36347  Short titles are used as alternative for multiline section headings to
36348  keep the table of contents clearly arranged.
36349  Only the short title appears in the table of contents and therefore also
36350  in the PDF-bookmark.
36351 \end_layout
36352
36353 \begin_layout Standard
36354 When formulas should be used in the table of contents but 
36355 \series bold
36356 hyperref
36357 \series default
36358  is used, one can use the following command in \SpecialChar TeX
36359  mode:
36360 \end_layout
36361
36362 \begin_layout Standard
36363
36364 \series bold
36365
36366 \backslash
36367 texorpdfstring{part}{alternative}
36368 \begin_inset Index idx
36369 status collapsed
36370
36371 \begin_layout Plain Layout
36372 Commands ! T ! 
36373 \backslash
36374 texorpdfstring
36375 \end_layout
36376
36377 \end_inset
36378
36379
36380 \end_layout
36381
36382 \begin_layout Standard
36383 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36384  This can be characters, formulas, footnotes, but also cross-references.
36385  The alternative is used instead of the part for the bookmark.
36386 \end_layout
36387
36388 \begin_layout Standard
36389 Here are two example headings:
36390 \begin_inset VSpace -3mm
36391 \end_inset
36392
36393
36394 \begin_inset ERT
36395 status collapsed
36396
36397 \begin_layout Plain Layout
36398
36399
36400 \backslash
36401 boldmath 
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Subsubsection
36410 Heading without formula in table of contents 
36411 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36412 \end_inset
36413
36414
36415 \begin_inset Argument 1
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 Heading without formula in table of contents
36420 \end_layout
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Subsubsection
36428 Heading with formula in table of contents
36429 \begin_inset ERT
36430 status collapsed
36431
36432 \begin_layout Plain Layout
36433
36434
36435 \backslash
36436 texorpdfstring{
36437 \end_layout
36438
36439 \end_inset
36440
36441  
36442 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36443 \end_inset
36444
36445
36446 \begin_inset ERT
36447 status collapsed
36448
36449 \begin_layout Plain Layout
36450
36451 }{}
36452 \end_layout
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \begin_layout Standard
36460 \begin_inset ERT
36461 status collapsed
36462
36463 \begin_layout Plain Layout
36464
36465
36466 \backslash
36467 unboldmath 
36468 \end_layout
36469
36470 \end_inset
36471
36472 In the first heading a short title was used, in the second one 
36473 \series bold
36474
36475 \backslash
36476 texorpdfstring
36477 \series default
36478 .
36479 \end_layout
36480
36481 \begin_layout Standard
36482 To get the same formatting as for the other headings, the complete heading
36483  was set into a 
36484 \series bold
36485 boldmath
36486 \series default
36487  environment
36488 \begin_inset Foot
36489 status collapsed
36490
36491 \begin_layout Plain Layout
36492 see 
36493 \begin_inset CommandInset ref
36494 LatexCommand ref
36495 reference "subsec:Bold-Formulas"
36496
36497 \end_inset
36498
36499
36500 \end_layout
36501
36502 \end_inset
36503
36504 .
36505 \end_layout
36506
36507 \begin_layout Subsection
36508 Formulas in multi-column Text
36509 \begin_inset Index idx
36510 status collapsed
36511
36512 \begin_layout Plain Layout
36513 Formula ! in multi-column text
36514 \end_layout
36515
36516 \end_inset
36517
36518
36519 \end_layout
36520
36521 \begin_layout Standard
36522 Formulas in multi-column text are often too wide to fit into a column and
36523  thus need to be set over the whole page width.
36524  This is done by using the \SpecialChar LaTeX
36525 -package 
36526 \series bold
36527 multicol
36528 \series default
36529
36530 \begin_inset Foot
36531 status collapsed
36532
36533 \begin_layout Plain Layout
36534
36535 \series bold
36536 multicol
36537 \series default
36538  is part of every \SpecialChar LaTeX
36539  standard installation.
36540 \end_layout
36541
36542 \end_inset
36543
36544
36545 \begin_inset Index idx
36546 status collapsed
36547
36548 \begin_layout Plain Layout
36549 Packages ! multicol
36550 \end_layout
36551
36552 \end_inset
36553
36554 , that is loaded with the \SpecialChar LaTeX
36555 -preamble line
36556 \end_layout
36557
36558 \begin_layout Standard
36559
36560 \series bold
36561
36562 \backslash
36563 usepackage{multicol}
36564 \end_layout
36565
36566 \begin_layout Standard
36567 \begin_inset Note Greyedout
36568 status open
36569
36570 \begin_layout Plain Layout
36571 Note that in this case the setting 
36572 \family sans
36573 Two-column
36574 \begin_inset space ~
36575 \end_inset
36576
36577 document
36578 \family default
36579  in the menu 
36580 \family sans
36581 Document\SpecialChar menuseparator
36582 Settings
36583 \family default
36584  under 
36585 \family sans
36586 Text
36587 \begin_inset space ~
36588 \end_inset
36589
36590 Layout
36591 \family default
36592 \emph on
36593  
36594 \emph default
36595 must 
36596 \emph on
36597 not
36598 \emph default
36599  be selected.
36600 \end_layout
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \begin_layout Standard
36608 Before the multi-column text the command
36609 \end_layout
36610
36611 \begin_layout Standard
36612
36613 \series bold
36614
36615 \backslash
36616 begin{multicols}{column number}
36617 \end_layout
36618
36619 \begin_layout Standard
36620 is written in \SpecialChar TeX
36621  mode.
36622  The column number is a number in the range of 2
36623 \begin_inset space \thinspace{}
36624 \end_inset
36625
36626 -
36627 \begin_inset space \thinspace{}
36628 \end_inset
36629
36630 10.
36631  Before the formula the multi-column text is ended by inserting the command
36632 \end_layout
36633
36634 \begin_layout Standard
36635
36636 \series bold
36637
36638 \backslash
36639 end{multicols}
36640 \end_layout
36641
36642 \begin_layout Standard
36643 in \SpecialChar TeX
36644  mode.
36645 \end_layout
36646
36647 \begin_layout Standard
36648 Due to the command some space is automatically added before the formula.
36649  To revert this, -6
36650 \begin_inset space \thinspace{}
36651 \end_inset
36652
36653 mm vertical space is inserted before the formula.
36654  When the formula style 
36655 \series bold
36656 Indented
36657 \begin_inset Foot
36658 status collapsed
36659
36660 \begin_layout Plain Layout
36661 formula styles see 
36662 \begin_inset CommandInset ref
36663 LatexCommand ref
36664 reference "sec:Formula-Styles"
36665
36666 \end_inset
36667
36668
36669 \end_layout
36670
36671 \end_inset
36672
36673
36674 \series default
36675  is used, -9
36676 \begin_inset space \thinspace{}
36677 \end_inset
36678
36679 mm space is inserted instead.
36680 \end_layout
36681
36682 \begin_layout Standard
36683 As example a multi-column text with a displayed formula:
36684 \end_layout
36685
36686 \begin_layout Standard
36687
36688 \lang ngerman
36689 \begin_inset ERT
36690 status collapsed
36691
36692 \begin_layout Plain Layout
36693
36694
36695 \backslash
36696 begin{multicols}{2}
36697 \end_layout
36698
36699 \end_inset
36700
36701 Das Spektrum wird fouriertransformiert.
36702  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36703 , Lösungsmittel) zu trennen.
36704  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36705  nun das Aussehen des Ausgangssignals.
36706  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36707  über alle Phasen integrieren muss.
36708  Sei nun 
36709 \begin_inset Formula $S$
36710 \end_inset
36711
36712  unser normiertes Ausgangssignal und 
36713 \begin_inset Formula $P$
36714 \end_inset
36715
36716  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36717 \begin_inset ERT
36718 status collapsed
36719
36720 \begin_layout Plain Layout
36721
36722
36723 \backslash
36724 end{multicols}
36725 \end_layout
36726
36727 \end_inset
36728
36729
36730 \begin_inset VSpace -6mm
36731 \end_inset
36732
36733
36734 \begin_inset Formula 
36735 \begin{equation}
36736 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36737 \end{equation}
36738
36739 \end_inset
36740
36741
36742 \begin_inset ERT
36743 status collapsed
36744
36745 \begin_layout Plain Layout
36746
36747
36748 \backslash
36749 begin{multicols}{2}
36750 \end_layout
36751
36752 \end_inset
36753
36754 wobei 
36755 \begin_inset Formula $S_{0}$
36756 \end_inset
36757
36758  das Signal ohne Gradient ist und die Normierungsbedingung 
36759 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36760 \end_inset
36761
36762  gilt.
36763  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36764  Direkt nach dem 
36765 \begin_inset Formula $\nicefrac{\pi}{2}$
36766 \end_inset
36767
36768
36769 \begin_inset space \thinspace{}
36770 \end_inset
36771
36772 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36773  das Signal zusätzlich abschwächt.
36774  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36775  
36776 \begin_inset Formula $T_{2}$
36777 \end_inset
36778
36779 -Zeit.
36780 \end_layout
36781
36782 \begin_layout Standard
36783
36784 \lang ngerman
36785 \begin_inset ERT
36786 status collapsed
36787
36788 \begin_layout Plain Layout
36789
36790
36791 \backslash
36792 end{multicols}
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \begin_layout Subsection
36801 Formulas with Description of Variables
36802 \begin_inset Index idx
36803 status collapsed
36804
36805 \begin_layout Plain Layout
36806 Formula ! with description of variables
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \end_layout
36813
36814 \begin_layout Standard
36815 To describe variables within a formula, like in formula 
36816 \begin_inset CommandInset ref
36817 LatexCommand eqref
36818 reference "eq:within"
36819
36820 \end_inset
36821
36822 , a 2
36823 \series bold
36824 ×
36825 \series default
36826
36827 \begin_inset Formula $n$
36828 \end_inset
36829
36830
36831 \begin_inset space ~
36832 \end_inset
36833
36834 matrix is used with left aligned columns for the 
36835 \begin_inset Formula $n$
36836 \end_inset
36837
36838  used variables.
36839 \begin_inset Foot
36840 status collapsed
36841
36842 \begin_layout Plain Layout
36843 matrices see 
36844 \begin_inset CommandInset ref
36845 LatexCommand ref
36846 reference "sec:Matrices"
36847
36848 \end_inset
36849
36850
36851 \end_layout
36852
36853 \end_inset
36854
36855  To set the description in a smaller size, before the matrix e.
36856 \begin_inset space \thinspace{}
36857 \end_inset
36858
36859 g.
36860 \begin_inset space \space{}
36861 \end_inset
36862
36863 the command 
36864 \series bold
36865
36866 \backslash
36867 footnotesize
36868 \series default
36869  is inserted.
36870 \begin_inset Foot
36871 status collapsed
36872
36873 \begin_layout Plain Layout
36874 font sizes see 
36875 \begin_inset CommandInset ref
36876 LatexCommand ref
36877 reference "subsec:Font-Sizes"
36878
36879 \end_inset
36880
36881
36882 \end_layout
36883
36884 \end_inset
36885
36886
36887 \end_layout
36888
36889 \begin_layout Standard
36890 When the formula style 
36891 \series bold
36892 Indented
36893 \begin_inset Foot
36894 status collapsed
36895
36896 \begin_layout Plain Layout
36897 formula styles see 
36898 \begin_inset CommandInset ref
36899 LatexCommand ref
36900 reference "sec:Formula-Styles"
36901
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \end_inset
36908
36909
36910 \series default
36911  is used, a 
36912 \series bold
36913
36914 \backslash
36915 hfill
36916 \series default
36917
36918 \begin_inset Foot
36919 status collapsed
36920
36921 \begin_layout Plain Layout
36922
36923 \series bold
36924
36925 \backslash
36926 hfill
36927 \series default
36928  only works in formulas with the style 
36929 \series bold
36930 Indented
36931 \series default
36932 , see 
36933 \begin_inset CommandInset ref
36934 LatexCommand ref
36935 reference "subsec:Variable-Space"
36936
36937 \end_inset
36938
36939 .
36940 \end_layout
36941
36942 \end_inset
36943
36944  is inserted before and after the matrix to have the same separation of
36945  the matrix from the equation and the side margin.
36946 \end_layout
36947
36948 \begin_layout Standard
36949 When the formula style 
36950 \series bold
36951 Centered
36952 \series default
36953  is used, the method described in 
36954 \begin_inset CommandInset ref
36955 LatexCommand ref
36956 reference "subsec:Flalign-Environment"
36957
36958 \end_inset
36959
36960  is used to indent formulas.
36961  Formula 
36962 \begin_inset CommandInset ref
36963 LatexCommand eqref
36964 reference "eq:within"
36965
36966 \end_inset
36967
36968  consists of five columns where in the first two columns contain the equation,
36969  the third the matrix and the last one an empty \SpecialChar TeX
36970  brace.
36971 \begin_inset Formula 
36972 \begin{flalign}
36973 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36974 \rho & \textrm{density}\\
36975 V & \textrm{volume}\\
36976 g & \textrm{gravitational acceleration}
36977 \end{array} &  & {}\label{eq:within}
36978 \end{flalign}
36979
36980 \end_inset
36981
36982
36983 \end_layout
36984
36985 \begin_layout Subsection
36986 Upright small Greek Letters
36987 \begin_inset CommandInset label
36988 LatexCommand label
36989 name "subsec:Upright-small-Greek"
36990
36991 \end_inset
36992
36993
36994 \begin_inset Index idx
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998 Greek letters ! upright
36999 \end_layout
37000
37001 \end_inset
37002
37003
37004 \end_layout
37005
37006 \begin_layout Standard
37007 Most of the math fonts only provide italic small Greek letters.
37008  But for symbols of elementary particles like pions and neutrinos, upright
37009  Greek letters are needed.
37010  The file 
37011 \series bold
37012 upgreek.sty
37013 \series default
37014
37015 \begin_inset Foot
37016 status collapsed
37017
37018 \begin_layout Plain Layout
37019
37020 \series bold
37021 upgreek
37022 \series default
37023  is part of the \SpecialChar LaTeX
37024 -package 
37025 \series bold
37026 was
37027 \series default
37028
37029 \begin_inset Index idx
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033 Packages ! was
37034 \begin_inset ERT
37035 status collapsed
37036
37037 \begin_layout Plain Layout
37038
37039
37040 \backslash
37041 vspace{4mm}
37042 \end_layout
37043
37044 \end_inset
37045
37046
37047 \end_layout
37048
37049 \end_inset
37050
37051 .
37052 \end_layout
37053
37054 \end_inset
37055
37056
37057 \begin_inset Index idx
37058 status collapsed
37059
37060 \begin_layout Plain Layout
37061 Packages ! upgreek
37062 \end_layout
37063
37064 \end_inset
37065
37066  that is loaded with the \SpecialChar LaTeX
37067 -preamble line
37068 \end_layout
37069
37070 \begin_layout Standard
37071
37072 \series bold
37073
37074 \backslash
37075 usepackage{upgreek}
37076 \end_layout
37077
37078 \begin_layout Standard
37079 provides them.
37080  
37081 \begin_inset ERT
37082 status collapsed
37083
37084 \begin_layout Plain Layout
37085
37086
37087 \backslash
37088 ifupgreek 
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \begin_inset Note Note
37095 status open
37096
37097 \begin_layout Plain Layout
37098 The following table will only be displayed when the \SpecialChar LaTeX
37099 -package 
37100 \series bold
37101 upgreek
37102 \series default
37103  is installed:
37104 \end_layout
37105
37106 \end_inset
37107
37108  They are created when the command for a small Greek letter is started with
37109  
37110 \series bold
37111 up
37112 \series default
37113 .
37114  For example the command 
37115 \series bold
37116
37117 \backslash
37118 uptau
37119 \series default
37120  creates this: 
37121 \begin_inset Formula $\uptau$
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \begin_layout Standard
37128 With these commands reactions of elementary particles can be typeset:
37129 \begin_inset Formula 
37130 \[
37131 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37132 \]
37133
37134 \end_inset
37135
37136
37137 \end_layout
37138
37139 \begin_layout Standard
37140 The upright letters are more bold and wider than the italic ones.
37141  They should therefore not be used for units like 
37142 \begin_inset Quotes eld
37143 \end_inset
37144
37145 µm
37146 \begin_inset Quotes erd
37147 \end_inset
37148
37149 .
37150 \end_layout
37151
37152 \begin_layout Standard
37153 \begin_inset ERT
37154 status collapsed
37155
37156 \begin_layout Plain Layout
37157
37158
37159 \backslash
37160 else 
37161 \end_layout
37162
37163 \end_inset
37164
37165
37166 \begin_inset Note Note
37167 status open
37168
37169 \begin_layout Plain Layout
37170 The following will be displayed when the \SpecialChar LaTeX
37171 -package 
37172 \series bold
37173 upgreek
37174 \series default
37175  is not installed:
37176 \end_layout
37177
37178 \end_inset
37179
37180
37181 \end_layout
37182
37183 \begin_layout Standard
37184 You need to install the \SpecialChar LaTeX
37185 -package 
37186 \series bold
37187 upgreek
37188 \series default
37189  to see the rest of this subsection in the output.
37190 \end_layout
37191
37192 \begin_layout Standard
37193 \begin_inset ERT
37194 status collapsed
37195
37196 \begin_layout Plain Layout
37197
37198
37199 \backslash
37200 fi 
37201 \end_layout
37202
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Subsection
37209 Text Characters in Formulas
37210 \begin_inset Index idx
37211 status collapsed
37212
37213 \begin_layout Plain Layout
37214 Text ! in formulas
37215 \end_layout
37216
37217 \end_inset
37218
37219
37220 \end_layout
37221
37222 \begin_layout Standard
37223 In some cases you might want to insert text characters directly into formulas.
37224  When for example the centered dot · is often used in formulas like 
37225 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37226 \end_inset
37227
37228 , one would have to insert the command 
37229 \series bold
37230
37231 \backslash
37232 cdot
37233 \series default
37234
37235 \begin_inset Foot
37236 status collapsed
37237
37238 \begin_layout Plain Layout
37239 see 
37240 \begin_inset CommandInset ref
37241 LatexCommand ref
37242 reference "subsec:Binary-Operators"
37243
37244 \end_inset
37245
37246
37247 \end_layout
37248
37249 \end_inset
37250
37251  all the time, because this character is defined in all encodings as text
37252  character.
37253  But the encoding can be changed by this \SpecialChar LaTeX
37254 -preamble line:
37255 \end_layout
37256
37257 \begin_layout Standard
37258
37259 \series bold
37260
37261 \backslash
37262 Declare Inputtext{183}{
37263 \backslash
37264 ifmmode
37265 \backslash
37266 cdot
37267 \backslash
37268 else
37269 \backslash
37270 textperiodcentered
37271 \backslash
37272 f\SpecialChar ligaturebreak
37273 i}
37274 \end_layout
37275
37276 \begin_layout Standard
37277 The character encoding (menu 
37278 \family sans
37279 Document\SpecialChar menuseparator
37280 Settings\SpecialChar menuseparator
37281 Language
37282 \family default
37283 ) specifies what character appears when a keyboard key is pressed.
37284  When the key for the character '·' is pressed, internally the command 
37285 \series bold
37286
37287 \backslash
37288 textperiodcentered
37289 \series default
37290  is used.
37291  But this command is not available in a formula so that you would get \SpecialChar LaTeX
37292 -errors.
37293  With the changed encoding the right command is chosen automatically, depending
37294  on if the character was inserted into a formula or not.
37295 \end_layout
37296
37297 \begin_layout Standard
37298 The encoding of several characters is saved in definition files.
37299  For example the encoding 
37300 \series bold
37301 latin9
37302 \series default
37303  is defined in the file 
37304 \series bold
37305 latin9.def
37306 \series default
37307  which is in the installation folder of \SpecialChar LaTeX
37308 .
37309  Encodings should only be changed via the \SpecialChar LaTeX
37310 -preamble and not in the definition
37311  files.
37312  Otherwise documents could not be edited by other \SpecialChar LyX
37313  users working on other
37314  computers.
37315 \end_layout
37316
37317 \begin_layout Standard
37318 \begin_inset VSpace medskip
37319 \end_inset
37320
37321 Besides the centered dot, in this document the degree sign ° is defined
37322  with the following \SpecialChar LaTeX
37323 -preamble line so that it can be directly inserted into
37324  a formula:
37325 \end_layout
37326
37327 \begin_layout Standard
37328
37329 \series bold
37330
37331 \backslash
37332 DeclareInputtext{176}{
37333 \backslash
37334 ifmmode^
37335 \backslash
37336 circ
37337 \backslash
37338 else
37339 \backslash
37340 textdegree
37341 \backslash
37342 f\SpecialChar ligaturebreak
37343 i}
37344 \end_layout
37345
37346 \begin_layout Subsection
37347 \SpecialChar LaTeX
37348 -comments in formulas
37349 \begin_inset Index idx
37350 status collapsed
37351
37352 \begin_layout Plain Layout
37353 \SpecialChar LaTeX
37354 -comments
37355 \end_layout
37356
37357 \end_inset
37358
37359
37360 \end_layout
37361
37362 \begin_layout Standard
37363 In text you can insert a comment that will only be visible in the \SpecialChar LaTeX
37364  source
37365  code of your file with the menu 
37366 \family sans
37367 Insert\SpecialChar menuseparator
37368 Note\SpecialChar menuseparator
37369 Comment
37370 \family default
37371 .
37372  This is not possible in a formula but you can insert \SpecialChar LaTeX
37373 -comments with the
37374  command
37375 \end_layout
37376
37377 \begin_layout Standard
37378
37379 \series bold
37380
37381 \backslash
37382 %
37383 \end_layout
37384
37385 \begin_layout Standard
37386 This creates a box in which you can write your comment.
37387  Due to a bug in \SpecialChar LyX
37388
37389 \begin_inset Foot
37390 status collapsed
37391
37392 \begin_layout Plain Layout
37393 \begin_inset CommandInset href
37394 LatexCommand href
37395 name "LyX-bug #9002"
37396 target "http://www.lyx.org/trac/ticket/9002"
37397
37398 \end_inset
37399
37400
37401 \end_layout
37402
37403 \end_inset
37404
37405  you cannot write normal text inside the comment, even when you use mathematical
37406  text, you will see its \SpecialChar LaTeX
37407 -commands in the \SpecialChar LaTeX
37408 -output.
37409 \begin_inset Newline newline
37410 \end_inset
37411
37412 This a formula with a \SpecialChar LaTeX
37413 -comment:
37414 \begin_inset Formula 
37415 \[
37416 A=B%\text{This is the comment}
37417 \]
37418
37419 \end_inset
37420
37421
37422 \end_layout
37423
37424 \begin_layout Standard
37425 \begin_inset Newpage newpage
37426 \end_inset
37427
37428
37429 \end_layout
37430
37431 \begin_layout Section
37432 \start_of_appendix
37433 Typographic Advice
37434 \begin_inset Index idx
37435 status collapsed
37436
37437 \begin_layout Plain Layout
37438 Typographic advice
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \end_layout
37445
37446 \begin_layout Standard
37447 This section is a summary of the most important typographic rules, listed
37448  in ISO norms.
37449 \begin_inset Foot
37450 status collapsed
37451
37452 \begin_layout Plain Layout
37453 This collection was partly taken from the German semi-official dictionary
37454  called 
37455 \begin_inset Quotes eld
37456 \end_inset
37457
37458 Duden
37459 \begin_inset Quotes erd
37460 \end_inset
37461
37462  
37463 \begin_inset CommandInset citation
37464 LatexCommand cite
37465 key "Duden"
37466
37467 \end_inset
37468
37469  that lists some of the ISO rules.
37470  More rules are listed in 
37471 \begin_inset CommandInset citation
37472 LatexCommand cite
37473 key "Checklist"
37474
37475 \end_inset
37476
37477 .
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Itemize
37486 Physical units are 
37487 \emph on
37488 always
37489 \emph default
37490  set upright
37491 \begin_inset Foot
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495 done with font styles, see 
37496 \begin_inset CommandInset ref
37497 LatexCommand ref
37498 reference "subsec:Font-Styles"
37499
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \end_inset
37506
37507 , no matter if they appear in italic text: 30
37508 \begin_inset space \thinspace{}
37509 \end_inset
37510
37511 km/h
37512 \begin_inset Newline newline
37513 \end_inset
37514
37515 Between the value and the unit is the smallest space, see 
37516 \begin_inset CommandInset ref
37517 LatexCommand ref
37518 reference "subsec:Predefined-Space"
37519
37520 \end_inset
37521
37522 .
37523 \begin_inset Newline newline
37524 \end_inset
37525
37526 This convention is automatically fulfilled when the command 
37527 \series bold
37528
37529 \backslash
37530 unittwo
37531 \series default
37532  is used.
37533  When it is entered to a formula, two boxes appear.
37534  In the first one the value is inserted, in the second one the unit, and
37535  one gets as above: 
37536 \begin_inset Formula $\unit[30]{km/h}$
37537 \end_inset
37538
37539
37540 \begin_inset space \thinspace{}
37541 \end_inset
37542
37543 .
37544  Note that 
37545 \series bold
37546
37547 \backslash
37548 unittwo
37549 \series default
37550  is not a real \SpecialChar LaTeX
37551  command but the command 
37552 \series bold
37553
37554 \backslash
37555 unit[value]{unit}
37556 \series default
37557 , therefore you cannot use it in \SpecialChar TeX
37558  code.
37559 \end_layout
37560
37561 \begin_layout Itemize
37562 Percent and perthousand signs are set like physical units:
37563 \begin_inset Newline newline
37564 \end_inset
37565
37566 1.2
37567 \begin_inset space \thinspace{}
37568 \end_inset
37569
37570 ‰ alcohol in blood
37571 \end_layout
37572
37573 \begin_layout Itemize
37574 The degree sign follows directly on the value: 15°, but not when it is used
37575  in units: 15
37576 \begin_inset space \thinspace{}
37577 \end_inset
37578
37579 °C
37580 \end_layout
37581
37582 \begin_layout Itemize
37583 In numbers with more than four digits the smallest space is inserted before
37584  every third digit to group them: 
37585 \family roman
37586 \series medium
37587 \shape up
37588 \size normal
37589 \emph off
37590 \bar no
37591 \noun off
37592 \color none
37593 18
37594 \begin_inset space \thinspace{}
37595 \end_inset
37596
37597 473
37598 \begin_inset space \thinspace{}
37599 \end_inset
37600
37601 588
37602 \end_layout
37603
37604 \begin_layout Itemize
37605 For dimensions like 120×90×40
37606 \begin_inset space \thinspace{}
37607 \end_inset
37608
37609 cm the multiplication sign 
37610 \begin_inset Quotes eld
37611 \end_inset
37612
37613 ×
37614 \begin_inset Quotes erd
37615 \end_inset
37616
37617  is used.
37618  It is available either via the command 
37619 \series bold
37620
37621 \backslash
37622 times
37623 \series default
37624  or via the menu 
37625 \family sans
37626 Insert\SpecialChar menuseparator
37627 Special Character\SpecialChar menuseparator
37628 Symbols
37629 \family default
37630 .
37631 \end_layout
37632
37633 \begin_layout Itemize
37634 Functions with names consisting of several letters are set upright to avoid
37635  confusions, see 
37636 \begin_inset CommandInset ref
37637 LatexCommand ref
37638 reference "subsec:Predefined-Functions"
37639
37640 \end_inset
37641
37642 .
37643 \end_layout
37644
37645 \begin_layout Itemize
37646 Indices consisting of several letters, are set upright: 
37647 \begin_inset Formula $E_{\mathrm{kin}}$
37648 \end_inset
37649
37650
37651 \begin_inset Newline newline
37652 \end_inset
37653
37654 Components of matrices are set italic: 
37655 \begin_inset Formula $\hat{H}_{kl}$
37656 \end_inset
37657
37658
37659 \end_layout
37660
37661 \begin_layout Itemize
37662 The differentiation/integration operator 'd', the Euler's number 'e' and
37663  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37664  other variables.
37665 \end_layout
37666
37667 \begin_layout Itemize
37668 The character that denotes a 
37669 \noun on
37670 Fourier
37671 \noun default
37672  transformation is inserted either by the command 
37673 \series bold
37674
37675 \backslash
37676 mathscr
37677 \begin_inset space \textvisiblespace{}
37678 \end_inset
37679
37680 F
37681 \series default
37682  or via the menu 
37683 \family sans
37684 Insert\SpecialChar menuseparator
37685 Special Character\SpecialChar menuseparator
37686 Symbols\SpecialChar menuseparator
37687 Letterlike
37688 \begin_inset space ~
37689 \end_inset
37690
37691 Symbols
37692 \family default
37693
37694 \begin_inset Formula $\mathscr{F}$
37695 \end_inset
37696
37697
37698 \end_layout
37699
37700 \begin_layout Standard
37701 \begin_inset Newpage newpage
37702 \end_inset
37703
37704
37705 \end_layout
37706
37707 \begin_layout Section
37708 Synonyms
37709 \begin_inset Index idx
37710 status collapsed
37711
37712 \begin_layout Plain Layout
37713 Synonyms
37714 \end_layout
37715
37716 \end_inset
37717
37718
37719 \end_layout
37720
37721 \begin_layout Standard
37722 Some characters and symbols can be created with several commands.
37723  Here is a list of the synonym commands:
37724 \end_layout
37725
37726 \begin_layout Standard
37727 \begin_inset VSpace bigskip
37728 \end_inset
37729
37730
37731 \begin_inset space \hfill{}
37732 \end_inset
37733
37734
37735 \begin_inset Tabular
37736 <lyxtabular version="3" rows="12" columns="2">
37737 <features tabularvalignment="middle">
37738 <column alignment="center" valignment="top" width="0pt">
37739 <column alignment="center" valignment="top" width="0pt">
37740 <row>
37741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 Command
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 equivalent to
37755 \begin_inset Note Note
37756 status collapsed
37757
37758 \begin_layout Plain Layout
37759
37760 \series bold
37761
37762 \backslash
37763 raisebox
37764 \series default
37765  is only used as spacer.
37766 \end_layout
37767
37768 \end_inset
37769
37770
37771 \end_layout
37772
37773 \end_inset
37774 </cell>
37775 </row>
37776 <row>
37777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37778 \begin_inset Text
37779
37780 \begin_layout Plain Layout
37781
37782 \backslash
37783 ast
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792 \begin_inset ERT
37793 status collapsed
37794
37795 \begin_layout Plain Layout
37796
37797
37798 \backslash
37799 raisebox{-1.2mm}{
37800 \end_layout
37801
37802 \end_inset
37803
37804 *
37805 \begin_inset ERT
37806 status collapsed
37807
37808 \begin_layout Plain Layout
37809
37810 }
37811 \end_layout
37812
37813 \end_inset
37814
37815
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 </row>
37821 <row>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826
37827 \backslash
37828 choose
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837
37838 \backslash
37839 binom
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 </row>
37845 <row>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850
37851 \backslash
37852 geq
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861
37862 \backslash
37863 ge
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 </row>
37869 <row>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874
37875 \backslash
37876 lbrace
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37882 \begin_inset Text
37883
37884 \begin_layout Plain Layout
37885 {
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 </row>
37891 <row>
37892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896
37897 \backslash
37898 lbracket
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907 [
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 leftarrow
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929
37930 \backslash
37931 gets
37932 \end_layout
37933
37934 \end_inset
37935 </cell>
37936 </row>
37937 <row>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 leq
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953
37954 \backslash
37955 le
37956 \end_layout
37957
37958 \end_inset
37959 </cell>
37960 </row>
37961 <row>
37962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966
37967 \backslash
37968 lor
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977
37978 \backslash
37979 vee
37980 \end_layout
37981
37982 \end_inset
37983 </cell>
37984 </row>
37985 <row>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990
37991 \backslash
37992 neq
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001
38002 \backslash
38003 not=
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 </row>
38009 <row>
38010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014
38015 \backslash
38016 slash
38017 \end_layout
38018
38019 \end_inset
38020 </cell>
38021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38022 \begin_inset Text
38023
38024 \begin_layout Plain Layout
38025 /
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 </row>
38031 <row>
38032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036
38037 \backslash
38038 vert
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 |
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 </row>
38053 </lyxtabular>
38054
38055 \end_inset
38056
38057
38058 \begin_inset space \hfill{}
38059 \end_inset
38060
38061
38062 \begin_inset Tabular
38063 <lyxtabular version="3" rows="12" columns="2">
38064 <features tabularvalignment="middle">
38065 <column alignment="center" valignment="top" width="0pt">
38066 <column alignment="center" valignment="top" width="0pt">
38067 <row>
38068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38069 \begin_inset Text
38070
38071 \begin_layout Plain Layout
38072 Command
38073 \end_layout
38074
38075 \end_inset
38076 </cell>
38077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38078 \begin_inset Text
38079
38080 \begin_layout Plain Layout
38081 equivalent to
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 </row>
38087 <row>
38088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38089 \begin_inset Text
38090
38091 \begin_layout Plain Layout
38092
38093 \backslash
38094 backslash
38095 \end_layout
38096
38097 \end_inset
38098 </cell>
38099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103
38104 \backslash
38105
38106 \backslash
38107
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 </row>
38113 <row>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118
38119 \backslash
38120 dasharrow
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129
38130 \backslash
38131 dashrightarrow
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 </row>
38137 <row>
38138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142
38143 \backslash
38144 land
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153
38154 \backslash
38155 wedge
38156 \end_layout
38157
38158 \end_inset
38159 </cell>
38160 </row>
38161 <row>
38162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38163 \begin_inset Text
38164
38165 \begin_layout Plain Layout
38166
38167 \backslash
38168 rbrace
38169 \end_layout
38170
38171 \end_inset
38172 </cell>
38173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38174 \begin_inset Text
38175
38176 \begin_layout Plain Layout
38177 }
38178 \end_layout
38179
38180 \end_inset
38181 </cell>
38182 </row>
38183 <row>
38184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38185 \begin_inset Text
38186
38187 \begin_layout Plain Layout
38188
38189 \backslash
38190 rbracket
38191 \end_layout
38192
38193 \end_inset
38194 </cell>
38195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38196 \begin_inset Text
38197
38198 \begin_layout Plain Layout
38199 ]
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 <row>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210
38211 \backslash
38212 rightarrow
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221
38222 \backslash
38223 to
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 </row>
38229 <row>
38230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234
38235 \backslash
38236 lnot
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245
38246 \backslash
38247 neg
38248 \end_layout
38249
38250 \end_inset
38251 </cell>
38252 </row>
38253 <row>
38254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258
38259 \backslash
38260 ne
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38266 \begin_inset Text
38267
38268 \begin_layout Plain Layout
38269
38270 \backslash
38271 not=
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 </row>
38277 <row>
38278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282
38283 \backslash
38284 owns
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38290 \begin_inset Text
38291
38292 \begin_layout Plain Layout
38293
38294 \backslash
38295 ni
38296 \end_layout
38297
38298 \end_inset
38299 </cell>
38300 </row>
38301 <row>
38302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306
38307 \backslash
38308 square
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317
38318 \backslash
38319 Box
38320 \end_layout
38321
38322 \end_inset
38323 </cell>
38324 </row>
38325 <row>
38326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38327 \begin_inset Text
38328
38329 \begin_layout Plain Layout
38330
38331 \backslash
38332 Vert
38333 \end_layout
38334
38335 \end_inset
38336 </cell>
38337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38338 \begin_inset Text
38339
38340 \begin_layout Plain Layout
38341
38342 \backslash
38343 |
38344 \end_layout
38345
38346 \end_inset
38347 </cell>
38348 </row>
38349 </lyxtabular>
38350
38351 \end_inset
38352
38353
38354 \begin_inset space \hfill{}
38355 \end_inset
38356
38357
38358 \end_layout
38359
38360 \begin_layout Standard
38361 \begin_inset Newpage newpage
38362 \end_inset
38363
38364
38365 \end_layout
38366
38367 \begin_layout Bibliography
38368 \begin_inset CommandInset bibitem
38369 LatexCommand bibitem
38370 key "TLC2"
38371
38372 \end_inset
38373
38374
38375 \shape smallcaps
38376 Mittelbach, F.
38377  ; Goossens, M.
38378 \shape default
38379
38380 \shape italic
38381 The \SpecialChar LaTeX
38382  Companion
38383 \shape default
38384 .
38385  Addison Wesley, 2004
38386 \end_layout
38387
38388 \begin_layout Bibliography
38389 \begin_inset CommandInset bibitem
38390 LatexCommand bibitem
38391 key "Mathmode"
38392
38393 \end_inset
38394
38395
38396 \begin_inset CommandInset href
38397 LatexCommand href
38398 name "Description"
38399 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38400
38401 \end_inset
38402
38403  of \SpecialChar LaTeX
38404 's math abilities
38405 \end_layout
38406
38407 \begin_layout Bibliography
38408 \begin_inset CommandInset bibitem
38409 LatexCommand bibitem
38410 key "AMS"
38411
38412 \end_inset
38413
38414
38415 \begin_inset CommandInset href
38416 LatexCommand href
38417 name "Description"
38418 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38419
38420 \end_inset
38421
38422  of 
38423 \begin_inset ERT
38424 status collapsed
38425
38426 \begin_layout Plain Layout
38427
38428
38429 \backslash
38430 AmS
38431 \end_layout
38432
38433 \end_inset
38434
38435 -\SpecialChar LaTeX
38436
38437 \end_layout
38438
38439 \begin_layout Bibliography
38440 \begin_inset CommandInset bibitem
38441 LatexCommand bibitem
38442 key "Symbols"
38443
38444 \end_inset
38445
38446
38447 \begin_inset CommandInset href
38448 LatexCommand href
38449 name "List"
38450 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38451
38452 \end_inset
38453
38454  of all symbols available with \SpecialChar LaTeX
38455 -packages
38456 \end_layout
38457
38458 \begin_layout Bibliography
38459 \begin_inset CommandInset bibitem
38460 LatexCommand bibitem
38461 key "cancel"
38462
38463 \end_inset
38464
38465
38466 \begin_inset CommandInset href
38467 LatexCommand href
38468 name "Documentation"
38469 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38470
38471 \end_inset
38472
38473  of the \SpecialChar LaTeX
38474 -package 
38475 \series bold
38476 cancel
38477 \series default
38478
38479 \begin_inset Index idx
38480 status collapsed
38481
38482 \begin_layout Plain Layout
38483 Packages ! cancel
38484 \end_layout
38485
38486 \end_inset
38487
38488
38489 \end_layout
38490
38491 \begin_layout Bibliography
38492 \begin_inset CommandInset bibitem
38493 LatexCommand bibitem
38494 key "hyperref"
38495
38496 \end_inset
38497
38498
38499 \begin_inset CommandInset href
38500 LatexCommand href
38501 name "Documentation"
38502 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38503
38504 \end_inset
38505
38506  of the \SpecialChar LaTeX
38507 -package 
38508 \series bold
38509 hyperref
38510 \series default
38511
38512 \begin_inset Index idx
38513 status collapsed
38514
38515 \begin_layout Plain Layout
38516 Packages ! hyperref
38517 \end_layout
38518
38519 \end_inset
38520
38521
38522 \end_layout
38523
38524 \begin_layout Bibliography
38525 \begin_inset CommandInset bibitem
38526 LatexCommand bibitem
38527 key "mhchem"
38528
38529 \end_inset
38530
38531
38532 \begin_inset CommandInset href
38533 LatexCommand href
38534 name "Documentation"
38535 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38536
38537 \end_inset
38538
38539  of the \SpecialChar LaTeX
38540 -package 
38541 \series bold
38542 mhchem
38543 \series default
38544
38545 \begin_inset Index idx
38546 status collapsed
38547
38548 \begin_layout Plain Layout
38549 Packages ! mhchem
38550 \end_layout
38551
38552 \end_inset
38553
38554
38555 \end_layout
38556
38557 \begin_layout Bibliography
38558 \begin_inset CommandInset bibitem
38559 LatexCommand bibitem
38560 key "Duden"
38561
38562 \end_inset
38563
38564
38565 \emph on
38566 Duden Band 1
38567 \emph default
38568 .
38569  22.
38570  Auflage, Duden 2001
38571 \end_layout
38572
38573 \begin_layout Bibliography
38574 \begin_inset CommandInset bibitem
38575 LatexCommand bibitem
38576 key "Checklist"
38577
38578 \end_inset
38579
38580
38581 \begin_inset CommandInset href
38582 LatexCommand href
38583 name "Check list"
38584 target "http://physics.nist.gov/Document/checklist.pdf"
38585
38586 \end_inset
38587
38588  for reviewing manuscripts
38589 \end_layout
38590
38591 \begin_layout Standard
38592 \begin_inset CommandInset index_print
38593 LatexCommand printindex
38594 type "idx"
38595
38596 \end_inset
38597
38598
38599 \end_layout
38600
38601 \end_body
38602 \end_document