]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
a0701df629f394d13e68853fd2f1313224138750
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\def\tagform@#1{\maketag@@@{|#1|}}
93
94
95 % ------------------------------------
96 % used to check for needed LaTeX packages
97 \usepackage{ifthen}
98
99 % check for package undertilde
100 % used for the command \utilde
101 \newboolean{undertilde}
102 \IfFileExists{undertilde.sty}
103  {\usepackage{undertilde}
104   \setboolean{undertilde}{true}}
105  {\setboolean{undertilde}{false}}
106
107 % check for package eurosym
108 % used for the Euro symbol
109 \newboolean{eurosym}
110 \IfFileExists{eurosym.sty}
111  {\usepackage[gennarrow]{eurosym}
112   \setboolean{eurosym}{true}}
113  {\setboolean{eurosym}{false}}
114
115 % check for package braket
116 % used for physical vectors
117 \newboolean{braket}
118 \IfFileExists{braket.sty}
119  {\usepackage{braket}
120   \setboolean{braket}{true}}
121  {\setboolean{braket}{false}}
122
123 % check for package cancel
124 \newboolean{cancel}
125 \IfFileExists{cancel.sty}
126  {\usepackage{cancel}
127   \setboolean{cancel}{true}}
128  {\setboolean{cancel}{false}}
129
130 % check for package upgreek
131 \newboolean{upgreek}
132 \IfFileExists{upgreek.sty}
133  {\usepackage{upgreek}
134   \setboolean{upgreek}{true}}
135  {\setboolean{upgreek}{false}}
136 \end_preamble
137 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
138 \use_default_options false
139 \maintain_unincluded_children false
140 \language english
141 \language_package default
142 \inputencoding auto
143 \fontencoding global
144 \font_roman default
145 \font_sans default
146 \font_typewriter default
147 \font_math auto
148 \font_default_family default
149 \use_non_tex_fonts false
150 \font_sc false
151 \font_osf false
152 \font_sf_scale 100
153 \font_tt_scale 100
154 \graphics default
155 \default_output_format default
156 \output_sync 0
157 \bibtex_command default
158 \index_command default
159 \paperfontsize 12
160 \spacing single
161 \use_hyperref true
162 \pdf_title "LyX's Math Manual"
163 \pdf_author "LyX Team, Uwe Stöhr"
164 \pdf_subject "LyX-documentation about math"
165 \pdf_keywords "LyX, Mathed"
166 \pdf_bookmarks true
167 \pdf_bookmarksnumbered true
168 \pdf_bookmarksopen true
169 \pdf_bookmarksopenlevel 1
170 \pdf_breaklinks false
171 \pdf_pdfborder false
172 \pdf_colorlinks true
173 \pdf_backref false
174 \pdf_pdfusetitle false
175 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
176 \papersize a4paper
177 \use_geometry false
178 \use_package amsmath 2
179 \use_package amssymb 2
180 \use_package cancel 0
181 \use_package esint 1
182 \use_package mathdots 1
183 \use_package mathtools 1
184 \use_package mhchem 1
185 \use_package stackrel 0
186 \use_package stmaryrd 0
187 \use_package undertilde 0
188 \cite_engine basic
189 \cite_engine_type default
190 \biblio_style plain
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \justification true
196 \use_refstyle 0
197 \notefontcolor #0000ff
198 \index Index
199 \shortcut idx
200 \color #008000
201 \end_index
202 \secnumdepth 4
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle plain
210 \bullet 1 0 6 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \html_math_output 0
216 \html_css_as_file 0
217 \html_be_strict false
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Math manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \family typewriter
236
237 \begin_inset CommandInset href
238 LatexCommand href
239 name "lyx-docs@lists.lyx.org"
240 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
241 type "mailto:"
242
243 \end_inset
244
245
246 \end_layout
247
248 \end_inset
249
250
251 \begin_inset Note Note
252 status collapsed
253
254 \begin_layout Plain Layout
255 author: Uwe Stöhr
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \begin_inset Newline newline
266 \end_inset
267
268
269 \family sans
270 Version 2.1.x
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset CommandInset toc
275 LatexCommand tableofcontents
276
277 \end_inset
278
279
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset Note Note
284 status open
285
286 \begin_layout Plain Layout
287 To export this document to PDF, PS or DVI the LaTeX-packages 
288 \series bold
289 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
290 \series default
291  and 
292 \series bold
293 was
294 \series default
295  should be installed.
296  If they are not installed the document can be exported anyway but the sections
297  where the packages are required will not appear in the output.
298  An exception is 
299 \series bold
300 mhchem
301 \series default
302 ; if it is not installed, this file cannot be exported.
303 \end_layout
304
305 \begin_layout Plain Layout
306 The latest PDF-version of this document can be found here:
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \series bold
312 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
313 \end_layout
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Newpage newpage
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Section
328 Introduction
329 \end_layout
330
331 \begin_layout Standard
332 This document explains LyX's math features and is furthermore a collection
333  of LaTeX-commands used for mathematical characters and constructs.
334  The explanations are designed for the usage of commands.
335  It is therefore required that you have read the section 
336 \family typewriter
337 Mathematical
338 \begin_inset space ~
339 \end_inset
340
341 Formulas
342 \family default
343  of the User's Guide.
344 \end_layout
345
346 \begin_layout Standard
347 Most of the characters and many constructs explained in this manual are
348  also accessible via the menu 
349 \family sans
350 Insert
351 \series bold
352 \SpecialChar \menuseparator
353
354 \series default
355 Math
356 \family default
357  or the 
358 \family sans
359 math
360 \family default
361 \series bold
362  
363 \family sans
364 \series default
365 toolbar
366 \family default
367 .
368  But everybody who has to write lots of formulas will notice that it is
369  much faster to use commands instead of the math toolbar.
370  Therefore this manual is focused on commands but also mentions the correspondin
371 g toolbar buttons when available.
372 \end_layout
373
374 \begin_layout Standard
375 If not specially mentioned the commands are only available within formulas.
376  To be able to use all commands explained in this document, the option 
377 \family sans
378 Use AMS math package
379 \family default
380  must be checked in the document settings (menu 
381 \family sans
382 Document\SpecialChar \menuseparator
383 Settings\SpecialChar \menuseparator
384 Math
385 \begin_inset space ~
386 \end_inset
387
388 Options
389 \family default
390 ).
391 \begin_inset Foot
392 status collapsed
393
394 \begin_layout Plain Layout
395 The option 
396 \family sans
397 Use AMS math package automatically
398 \family default
399  only uses 
400 \begin_inset ERT
401 status collapsed
402
403 \begin_layout Plain Layout
404
405
406 \backslash
407 AmS 
408 \end_layout
409
410 \end_inset
411
412 -math when math constructs are found that are supported by LyX.
413 \end_layout
414
415 \end_inset
416
417
418 \end_layout
419
420 \begin_layout Standard
421 This document doesn't list all 
422 \begin_inset ERT
423 status collapsed
424
425 \begin_layout Plain Layout
426
427
428 \backslash
429 AmS 
430 \end_layout
431
432 \end_inset
433
434 -math commands
435 \begin_inset Foot
436 status collapsed
437
438 \begin_layout Plain Layout
439 A list with all 
440 \begin_inset ERT
441 status collapsed
442
443 \begin_layout Plain Layout
444
445
446 \backslash
447 AmS
448 \end_layout
449
450 \end_inset
451
452 -math commands is in the file 
453 \family sans
454
455 \begin_inset CommandInset href
456 LatexCommand href
457 name "amsguide.ps"
458 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
459
460 \end_inset
461
462
463 \family default
464 , which is part of every LaTeX standard installation.
465 \end_layout
466
467 \end_inset
468
469  for lucidity reasons.
470 \end_layout
471
472 \begin_layout Section
473 General Instructions
474 \end_layout
475
476 \begin_layout Standard
477 To create an inline formula
478 \begin_inset Index idx
479 status collapsed
480
481 \begin_layout Plain Layout
482 Formula ! inline
483 \end_layout
484
485 \end_inset
486
487  that is embedded into a text line, use one of the shortcuts 
488 \begin_inset Info
489 type  "shortcuts"
490 arg   "math-mode"
491 \end_inset
492
493  or the toolbar button 
494 \begin_inset Info
495 type  "icon"
496 arg   "math-mode"
497 \end_inset
498
499 .
500 \begin_inset Newline newline
501 \end_inset
502
503 To create a display style formula
504 \begin_inset Index idx
505 status collapsed
506
507 \begin_layout Plain Layout
508 Formula ! display style
509 \end_layout
510
511 \end_inset
512
513  which will appear bigger, has a different format, and will be in a separate
514  paragraph, use one of these shortcuts: 
515 \begin_inset Info
516 type  "shortcuts"
517 arg   "math-display"
518 \end_inset
519
520 .
521 \end_layout
522
523 \begin_layout Standard
524 To change a display style formula to an inline formula, set the cursor into
525  the formula and use one of the shortcuts 
526 \begin_inset Info
527 type  "shortcuts"
528 arg   "math-mode"
529 \end_inset
530
531  or the menu 
532 \family sans
533 Edit\SpecialChar \menuseparator
534 Math\SpecialChar \menuseparator
535 Change formula type
536 \family default
537 .
538  The same way is used to change an inline formula to a display style formula.
539 \end_layout
540
541 \begin_layout Standard
542 To display parts of an inline formula in the size of a display style formula,
543  enter the command 
544 \series bold
545
546 \backslash
547 displaystyle
548 \series default
549
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554 Commands ! D ! 
555 \backslash
556 displaystyle
557 \end_layout
558
559 \end_inset
560
561  to a formula.
562  Then a new blue box appears in which the desired formula part is inserted.
563 \end_layout
564
565 \begin_layout Standard
566 Only inline formulas are allowed inside tables.
567 \end_layout
568
569 \begin_layout Standard
570 The 
571 \family sans
572 math toolbar
573 \family default
574  can be turned on in the menu 
575 \family sans
576 View\SpecialChar \menuseparator
577 Toolbars
578 \family default
579 .
580  When you click there on 
581 \begin_inset Quotes eld
582 \end_inset
583
584 Math
585 \begin_inset Quotes erd
586 \end_inset
587
588  the toolbar will be shown permanently at the bottom; this state is visualized
589  in the 
590 \family sans
591 Toolbars
592 \family default
593  menu with a checkmark.
594  When you click in this state again on 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Math
599 \begin_inset Quotes erd
600 \end_inset
601
602  in the 
603 \family sans
604 Toolbars
605 \family default
606  menu, the 
607 \family sans
608 math toolbar
609 \family default
610  is only shown when the cursor is within a formula; this state is visualized
611  by the renaming of the menu entry from 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Math
616 \begin_inset Quotes erd
617 \end_inset
618
619  to 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset space ~
625 \end_inset
626
627 (auto)
628 \begin_inset Quotes erd
629 \end_inset
630
631 .
632 \end_layout
633
634 \begin_layout Standard
635 The TeX-mode
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 T@TeX-mode
641 \end_layout
642
643 \end_inset
644
645  is invoked by pressing the toolbar button 
646 \begin_inset Info
647 type  "icon"
648 arg   "ert-insert"
649 \end_inset
650
651  or by using the menu 
652 \family sans
653 Insert\SpecialChar \menuseparator
654 Te
655 \begin_inset ERT
656 status collapsed
657
658 \begin_layout Plain Layout
659
660 {}
661 \end_layout
662
663 \end_inset
664
665 X Code
666 \family default
667  (shortcut 
668 \begin_inset Info
669 type  "shortcut"
670 arg   "ert-insert"
671 \end_inset
672
673 ).
674 \begin_inset Note Note
675 status collapsed
676
677 \begin_layout Plain Layout
678 In LyX there are three 
679 \begin_inset Quotes eld
680 \end_inset
681
682 proper names
683 \begin_inset Quotes erd
684 \end_inset
685
686  that appear in the output with sub- and superscript letters: TeX, LaTeX
687  and LyX
688 \end_layout
689
690 \begin_layout Plain Layout
691 To avoid that these names are recognized as proper names, a TeX-brace pair
692  is inserted.
693 \end_layout
694
695 \end_inset
696
697
698 \end_layout
699
700 \begin_layout Standard
701 To change the LaTeX-preamble
702 \begin_inset Index idx
703 status collapsed
704
705 \begin_layout Plain Layout
706 L@LaTeX-preamble
707 \end_layout
708
709 \end_inset
710
711 , use the menu 
712 \family sans
713 Document\SpecialChar \menuseparator
714 Settings\SpecialChar \menuseparator
715 LaT
716 \begin_inset ERT
717 status collapsed
718
719 \begin_layout Plain Layout
720
721 {}
722 \end_layout
723
724 \end_inset
725
726 eX
727 \family default
728  
729 \family sans
730 Preamble
731 \family default
732 .
733 \end_layout
734
735 \begin_layout Standard
736 To edit matrices, case differentiations and multiline formulas subsequently,
737  use the menus 
738 \family sans
739 Edit\SpecialChar \menuseparator
740 Math
741 \family default
742  and 
743 \family sans
744 Edit\SpecialChar \menuseparator
745 Rows
746 \begin_inset space \thinspace{}
747 \end_inset
748
749 &
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 Columns,
754 \family default
755  or the 
756 \family sans
757 table toolbar
758 \family default
759 .
760  When lines and columns are swapped via the menu, the column or line where
761  the cursor is in is exchanged with the column to the right or the line
762  below, respectively.
763  Is the cursor in the last column or row, the exchange is done with the
764  column to the left or the line above.
765 \end_layout
766
767 \begin_layout Standard
768 To write text in formulas
769 \begin_inset Foot
770 status collapsed
771
772 \begin_layout Plain Layout
773 For multiline formulas the command 
774 \series bold
775
776 \backslash
777 intertext
778 \series default
779  is used, see 
780 \begin_inset CommandInset ref
781 LatexCommand ref
782 reference "sub:Text-in-multiline"
783
784 \end_inset
785
786 .
787 \end_layout
788
789 \end_inset
790
791  
792 \emph on
793 mathematical text
794 \emph default
795
796 \begin_inset Index idx
797 status collapsed
798
799 \begin_layout Plain Layout
800 Text ! in formulas
801 \end_layout
802
803 \end_inset
804
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Mathematical text
811 \end_layout
812
813 \end_inset
814
815  is used.
816  This mode is invoked with the shortcut 
817 \begin_inset Info
818 type  "shortcut"
819 arg   "font-default"
820 \end_inset
821
822  or by the insertion of the command 
823 \series bold
824
825 \backslash
826 text
827 \series default
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Commands ! T ! 
834 \backslash
835 text
836 \end_layout
837
838 \end_inset
839
840 .
841  The text appears black in LyX and can therefore be distinguished from the
842  other formula parts which appear blue.
843  In the output mathematical text is set upright, in contrary to other formula
844  parts.
845 \end_layout
846
847 \begin_layout Subsection*
848 Command Scheme
849 \end_layout
850
851 \begin_layout Standard
852 Most of the LaTeX-commands for math constructs have the following scheme:
853 \end_layout
854
855 \begin_layout Standard
856
857 \series bold
858
859 \backslash
860 commandname[optional
861 \series default
862  
863 \series bold
864 argument]{required
865 \series default
866  
867 \series bold
868 argument}
869 \end_layout
870
871 \begin_layout Standard
872 A command always starts with a backslash 
873 \begin_inset Quotes gld
874 \end_inset
875
876
877 \series bold
878
879 \backslash
880
881 \series default
882
883 \begin_inset Quotes grd
884 \end_inset
885
886 .
887  To omit optional arguments, also omit the associated brackets.
888  The braces around the required arguments are named in this document as
889  TeX-braces
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 T@TeX-braces
895 \end_layout
896
897 \end_inset
898
899 .
900  If you add in a formula a left brace to a command name, LyX automatically
901  creates a TeX-brace.
902  In all other cases TeX-braces are created in formulas with the command
903  
904 \series bold
905
906 \backslash
907 {
908 \series default
909 .
910  TeX-braces appear red in LyX, in contrary to normal braces which appear
911  blue.
912  In TeX-mode no command is needed to get TeX-braces.
913  TeX-braces don't appear in the output.
914 \end_layout
915
916 \begin_layout Standard
917 When commands without arguments, like commands for symbols are entered in
918  TeX-mode, a space character must 
919 \emph on
920 always
921 \emph default
922  be behind the command to end it.
923  This space doesn't appear in the output.
924  When the space should appear in the output, the space must be followed
925  by a protected space in normal text.
926 \end_layout
927
928 \begin_layout Standard
929 A protected space is inserted with 
930 \begin_inset Info
931 type  "shortcuts"
932 arg   "command-alternatives space-insert protected ; math-space"
933 \end_inset
934
935 .
936 \end_layout
937
938 \begin_layout Subsection*
939 \begin_inset Newpage newpage
940 \end_inset
941
942 Syntax Explanation
943 \end_layout
944
945 \begin_layout Itemize
946 The symbol 
947 \begin_inset space \textvisiblespace{}
948 \end_inset
949
950  denotes a space character to be input.
951 \end_layout
952
953 \begin_layout Itemize
954 An arrow like 
955 \begin_inset Formula $\to$
956 \end_inset
957
958  denotes the usage of the corresponding arrow key on the keyboard.
959  The 
960 \family sans
961 Tab
962 \family default
963  key can often be used instead of 
964 \begin_inset Formula $\to$
965 \end_inset
966
967  and 
968 \begin_inset Formula $\downarrow$
969 \end_inset
970
971 , and 
972 \family sans
973 Shift+Tab
974 \family default
975  instead of 
976 \begin_inset Formula $\leftarrow$
977 \end_inset
978
979  and 
980 \begin_inset Formula $\uparrow$
981 \end_inset
982
983 .
984 \end_layout
985
986 \begin_layout Subsection*
987 Available units
988 \end_layout
989
990 \begin_layout Standard
991 \align center
992 \begin_inset Float table
993 placement H
994 wide false
995 sideways false
996 status open
997
998 \begin_layout Plain Layout
999 \align center
1000 \begin_inset Caption Standard
1001
1002 \begin_layout Plain Layout
1003 \begin_inset CommandInset label
1004 LatexCommand label
1005 name "tab:Available-units"
1006
1007 \end_inset
1008
1009 Available units
1010 \end_layout
1011
1012 \end_inset
1013
1014
1015 \end_layout
1016
1017 \begin_layout Plain Layout
1018 \align center
1019 \begin_inset Tabular
1020 <lyxtabular version="3" rows="13" columns="2">
1021 <features rotate="0" tabularvalignment="middle">
1022 <column alignment="center" valignment="top">
1023 <column alignment="center" valignment="top">
1024 <row>
1025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 Unit
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 Name / Description
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 mm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Millimeter
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 cm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Centimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 in
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Inch (1
1099 \begin_inset space \thinspace{}
1100 \end_inset
1101
1102 in = 2,54
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 cm)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pt
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Point (72.27
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 pt = 1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 in)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pc
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Pica (1
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pc = 12
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 sp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 scaled point (65536
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 sp = 1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 bp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 big point (72
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 bp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 in)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 dd
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 Didot (1
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 dd 
1243 \begin_inset Formula $\approx$
1244 \end_inset
1245
1246  0.376
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 mm)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 cc
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Cicero (1
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 cc = 12
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 dd)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 ex
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Height of letter 
1299 \emph on
1300
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304 x
1305 \emph default
1306
1307 \begin_inset Quotes erd
1308 \end_inset
1309
1310  in the current font
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 em
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 width of letter 
1331 \begin_inset Quotes eld
1332 \end_inset
1333
1334
1335 \emph on
1336 M
1337 \emph default
1338
1339 \begin_inset Quotes erd
1340 \end_inset
1341
1342  in the current font
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 </row>
1348 <row>
1349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 mu
1354 \end_layout
1355
1356 \end_inset
1357 </cell>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 math unit (1
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 mu = 
1367 \begin_inset Formula $\nicefrac{1}{18}$
1368 \end_inset
1369
1370
1371 \begin_inset space \thinspace{}
1372 \end_inset
1373
1374 em)
1375 \end_layout
1376
1377 \end_inset
1378 </cell>
1379 </row>
1380 </lyxtabular>
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389
1390 \end_layout
1391
1392 \begin_layout Standard
1393 \begin_inset Newpage newpage
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \begin_layout Section
1400 Basic Functions
1401 \end_layout
1402
1403 \begin_layout Subsection
1404 Exponents
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 Exponents
1410 \end_layout
1411
1412 \end_inset
1413
1414  and Indices
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Indices
1420 \end_layout
1421
1422 \end_inset
1423
1424
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Superscripts|see
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 {
1436 \end_layout
1437
1438 \end_inset
1439
1440 Exponents
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 }
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \begin_inset Index idx
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 Subscripts|see
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 {
1468 \end_layout
1469
1470 \end_inset
1471
1472 Indices
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 }
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \end_layout
1490
1491 \begin_layout Standard
1492 Indices are created with an underscore 
1493 \begin_inset Quotes eld
1494 \end_inset
1495
1496 _
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500  or via the math toolbar button 
1501 \begin_inset Info
1502 type  "icon"
1503 arg   "math-subscript"
1504 \end_inset
1505
1506 , exponents with a caret 
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 ^
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  or via the math toolbar button 
1515 \begin_inset Info
1516 type  "icon"
1517 arg   "math-superscript"
1518 \end_inset
1519
1520 .
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features rotate="0" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 command
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Result
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  is only used as spacer.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset space \textvisiblespace{}
1619 \end_inset
1620
1621 A
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 </lyxtabular>
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 As the caret is in some languages an accent, vowels will be accentuated
1648  in this case and not set as exponents
1649 \begin_inset Foot
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Depending on the used keyboard settings this can also happen for characters
1654  other than vowels.
1655 \end_layout
1656
1657 \end_inset
1658
1659 .
1660  To get exponents in this case, press 
1661 \family sans
1662 Space
1663 \family default
1664  after the caret as in the last example.
1665 \end_layout
1666
1667 \begin_layout Subsection
1668 Fractions
1669 \begin_inset CommandInset label
1670 LatexCommand label
1671 name "sub:Fractions"
1672
1673 \end_inset
1674
1675
1676 \begin_inset Index idx
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 Fractions
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Fractions are generated with the command 
1690 \series bold
1691
1692 \backslash
1693 frac
1694 \series default
1695
1696 \begin_inset Index idx
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700 Commands ! F ! 
1701 \backslash
1702 frac
1703 \end_layout
1704
1705 \end_inset
1706
1707  or via the math toolbar button 
1708 \begin_inset Info
1709 type  "icon"
1710 arg   "math-insert \\frac"
1711 \end_inset
1712
1713 .
1714  The font size is adjusted automatically, depending on whether the fraction
1715  is in an inline or display style formula.
1716  With the math toolbar button 
1717 \begin_inset Info
1718 type  "icon"
1719 arg   "math-insert \\frac-square"
1720 \end_inset
1721
1722  you can select different fraction types.
1723 \end_layout
1724
1725 \begin_layout Standard
1726 With the command 
1727 \series bold
1728
1729 \backslash
1730 dfrac
1731 \series default
1732
1733 \begin_inset Index idx
1734 status collapsed
1735
1736 \begin_layout Plain Layout
1737 Commands ! D ! 
1738 \backslash
1739 dfrac
1740 \end_layout
1741
1742 \end_inset
1743
1744  a fraction can be created that always has the size of a display style formula.
1745  With 
1746 \series bold
1747
1748 \backslash
1749 tfrac
1750 \series default
1751
1752 \begin_inset Index idx
1753 status collapsed
1754
1755 \begin_layout Plain Layout
1756 Commands ! T ! 
1757 \backslash
1758 tfrac
1759 \end_layout
1760
1761 \end_inset
1762
1763  the fraction appears always with the size of an inline formula.
1764  An example:
1765 \end_layout
1766
1767 \begin_layout Standard
1768 A line with the fraction 
1769 \begin_inset Formula $\frac{1}{2}$
1770 \end_inset
1771
1772  that was created with the command 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778 .
1779 \end_layout
1780
1781 \begin_layout Standard
1782 A line with the fraction 
1783 \begin_inset Formula $\dfrac{1}{2}$
1784 \end_inset
1785
1786  that was created with the command 
1787 \series bold
1788
1789 \backslash
1790 dfrac
1791 \series default
1792 .
1793 \end_layout
1794
1795 \begin_layout Standard
1796 \align center
1797 \begin_inset Tabular
1798 <lyxtabular version="3" rows="4" columns="2">
1799 <features rotate="0" tabularvalignment="middle">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <column alignment="center" valignment="top" width="0pt">
1802 <row>
1803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Plain Layout
1807 Command
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Result
1817 \begin_inset Note Note
1818 status collapsed
1819
1820 \begin_layout Plain Layout
1821
1822 \series bold
1823
1824 \backslash
1825 raisebox
1826 \series default
1827  is only used as spacer.
1828 \end_layout
1829
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 frac
1846 \begin_inset space \textvisiblespace{}
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 A
1883 \begin_inset Formula $\downarrow$
1884 \end_inset
1885
1886 B
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1896 \end_inset
1897
1898
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909
1910 \backslash
1911 dfrac
1912 \begin_inset space \textvisiblespace{}
1913 \end_inset
1914
1915 e^
1916 \backslash
1917 frac
1918 \begin_inset space \textvisiblespace{}
1919 \end_inset
1920
1921 1
1922 \begin_inset Formula $\downarrow$
1923 \end_inset
1924
1925 2
1926 \begin_inset Formula $\downarrow\downarrow$
1927 \end_inset
1928
1929 3
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 </lyxtabular>
1948
1949 \end_inset
1950
1951
1952 \end_layout
1953
1954 \begin_layout Standard
1955 \begin_inset VSpace bigskip
1956 \end_inset
1957
1958
1959 \begin_inset Newpage newpage
1960 \end_inset
1961
1962 For nested fractions the command 
1963 \series bold
1964
1965 \backslash
1966 cfrac
1967 \series default
1968
1969 \begin_inset Index idx
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973 Commands ! C ! 
1974 \backslash
1975 cfrac
1976 \end_layout
1977
1978 \end_inset
1979
1980  can be used.
1981  Here is an example:
1982 \begin_inset VSpace -3mm
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \begin_layout Standard
1989 \begin_inset Formula 
1990 \begin{align*}
1991 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1992 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1993 \end{align*}
1994
1995 \end_inset
1996
1997
1998 \end_layout
1999
2000 \begin_layout Standard
2001 The command for the example above is:
2002 \end_layout
2003
2004 \begin_layout Standard
2005
2006 \series bold
2007
2008 \backslash
2009 cfrac
2010 \begin_inset space \textvisiblespace{}
2011 \end_inset
2012
2013 A
2014 \begin_inset Formula $\downarrow$
2015 \end_inset
2016
2017 B+
2018 \backslash
2019 cfrac
2020 \begin_inset space \textvisiblespace{}
2021 \end_inset
2022
2023 C+
2024 \backslash
2025 cfrac
2026 \begin_inset space \textvisiblespace{}
2027 \end_inset
2028
2029 E
2030 \begin_inset Formula $\downarrow$
2031 \end_inset
2032
2033 F
2034 \begin_inset Formula $\downarrow$
2035 \end_inset
2036
2037 D
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset VSpace medskip
2042 \end_inset
2043
2044
2045 \end_layout
2046
2047 \begin_layout Standard
2048
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054  sets the fraction always in the size of a displayed formula, also when
2055  it is part of another fraction.
2056 \end_layout
2057
2058 \begin_layout Standard
2059 It is possible to specify the alignment of the numerator.
2060  The command 
2061 \series bold
2062
2063 \backslash
2064 cfracleft
2065 \series default
2066  is used to left align it, the command 
2067 \series bold
2068
2069 \backslash
2070 cfracright
2071 \series default
2072  to right-align it.
2073  
2074 \series bold
2075
2076 \backslash
2077 cfrac
2078 \series default
2079  centers the numerator.
2080  These fractions demonstrate the different alignments:
2081 \end_layout
2082
2083 \begin_layout Standard
2084
2085 \series bold
2086 \begin_inset Formula 
2087 \[
2088 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2089 \]
2090
2091 \end_inset
2092
2093
2094 \end_layout
2095
2096 \begin_layout Standard
2097 \begin_inset Note Greyedout
2098 status open
2099
2100 \begin_layout Plain Layout
2101
2102 \series bold
2103 Note:
2104 \series default
2105  
2106 \series bold
2107
2108 \backslash
2109 cfracleft
2110 \series default
2111  and 
2112 \series bold
2113
2114 \backslash
2115 cfracright
2116 \series default
2117  are no real LaTeX commands but represent the command 
2118 \series bold
2119
2120 \backslash
2121 cfrac[alignment]{numerator}{denominator}
2122 \series default
2123  .
2124  Therefore you cannot use them in TeX code.
2125 \end_layout
2126
2127 \end_inset
2128
2129
2130 \end_layout
2131
2132 \begin_layout Standard
2133 \begin_inset VSpace medskip
2134 \end_inset
2135
2136 It is often advantageous to combine 
2137 \series bold
2138
2139 \backslash
2140 cfrac
2141 \series default
2142  and 
2143 \series bold
2144
2145 \backslash
2146 frac
2147 \series default
2148 :
2149 \begin_inset Formula 
2150 \[
2151 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2152 \]
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160 For inline fractions with a sloped fraction stroke you can use the command
2161  
2162 \series bold
2163
2164 \backslash
2165 nicefrac
2166 \series default
2167
2168 \begin_inset Index idx
2169 status collapsed
2170
2171 \begin_layout Plain Layout
2172 Commands ! N ! 
2173 \backslash
2174 nicefrac
2175 \end_layout
2176
2177 \end_inset
2178
2179
2180 \begin_inset Formula $\nicefrac{5}{31}$
2181 \end_inset
2182
2183  or 
2184 \series bold
2185
2186 \backslash
2187 unitfrac
2188 \series default
2189
2190 \begin_inset Index idx
2191 status collapsed
2192
2193 \begin_layout Plain Layout
2194 Commands ! U ! 
2195 \backslash
2196 unitfrac
2197 \end_layout
2198
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\unitfrac{5}{31}$
2203 \end_inset
2204
2205  There is furthermore the command 
2206 \series bold
2207
2208 \backslash
2209 unitfracthree
2210 \series default
2211  that offers to write a fraction in combination with a number: 
2212 \begin_inset Formula $\unitfrac[2]{1}{3}$
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset Note Greyedout
2220 status open
2221
2222 \begin_layout Plain Layout
2223
2224 \series bold
2225 Note:
2226 \series default
2227  
2228 \series bold
2229
2230 \backslash
2231 unitfracthree
2232 \series default
2233  is not a real LaTeX command but the command
2234 \begin_inset Newline newline
2235 \end_inset
2236
2237
2238 \series bold
2239
2240 \backslash
2241 unitfrac[number]{numerator}{denominator}
2242 \series default
2243  .
2244  Therefore you cannot use it in TeX code.
2245 \end_layout
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \begin_layout Standard
2253 How to define own fractions where the fraction stroke can be changed, is
2254  explained in 
2255 \begin_inset CommandInset ref
2256 LatexCommand ref
2257 reference "sub:Self-defined-Fractions"
2258
2259 \end_inset
2260
2261 .
2262 \end_layout
2263
2264 \begin_layout Standard
2265 \begin_inset Newpage newpage
2266 \end_inset
2267
2268
2269 \end_layout
2270
2271 \begin_layout Subsection
2272 Roots
2273 \begin_inset Index idx
2274 status collapsed
2275
2276 \begin_layout Plain Layout
2277 Roots
2278 \end_layout
2279
2280 \end_inset
2281
2282
2283 \end_layout
2284
2285 \begin_layout Standard
2286 Square roots are created with 
2287 \series bold
2288
2289 \backslash
2290 sqrt
2291 \series default
2292
2293 \begin_inset Index idx
2294 status collapsed
2295
2296 \begin_layout Plain Layout
2297 Commands ! S ! 
2298 \backslash
2299 sqrt
2300 \end_layout
2301
2302 \end_inset
2303
2304  or the math toolbar button 
2305 \begin_inset Info
2306 type  "icon"
2307 arg   "math-insert \\sqrt"
2308 \end_inset
2309
2310 , all other roots with the command 
2311 \series bold
2312
2313 \backslash
2314 root
2315 \series default
2316
2317 \begin_inset Index idx
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 Commands ! R ! 
2322 \backslash
2323 root
2324 \end_layout
2325
2326 \end_inset
2327
2328  or with the math toolbar button 
2329 \begin_inset Info
2330 type  "icon"
2331 arg   "math-insert \\root"
2332 \end_inset
2333
2334 .
2335 \end_layout
2336
2337 \begin_layout Standard
2338 \align center
2339 \begin_inset Tabular
2340 <lyxtabular version="3" rows="3" columns="2">
2341 <features rotate="0" tabularvalignment="middle">
2342 <column alignment="center" valignment="top" width="0pt">
2343 <column alignment="center" valignment="top" width="0pt">
2344 <row>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 Command
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2355 \begin_inset Text
2356
2357 \begin_layout Plain Layout
2358 Result
2359 \begin_inset Note Note
2360 status collapsed
2361
2362 \begin_layout Plain Layout
2363
2364 \series bold
2365
2366 \backslash
2367 raisebox
2368 \series default
2369  is only used as spacer.
2370 \end_layout
2371
2372 \end_inset
2373
2374
2375 \end_layout
2376
2377 \end_inset
2378 </cell>
2379 </row>
2380 <row>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385
2386 \backslash
2387 sqrt
2388 \begin_inset space \textvisiblespace{}
2389 \end_inset
2390
2391 A-B
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 </row>
2409 <row>
2410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2411 \begin_inset Text
2412
2413 \begin_layout Plain Layout
2414
2415 \backslash
2416 root
2417 \begin_inset space \textvisiblespace{}
2418 \end_inset
2419
2420 3
2421 \begin_inset Formula $\downarrow$
2422 \end_inset
2423
2424 A-B
2425 \end_layout
2426
2427 \end_inset
2428 </cell>
2429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2434 \end_inset
2435
2436
2437 \end_layout
2438
2439 \end_inset
2440 </cell>
2441 </row>
2442 </lyxtabular>
2443
2444 \end_inset
2445
2446
2447 \end_layout
2448
2449 \begin_layout Standard
2450 A square root can also be created with 
2451 \series bold
2452
2453 \backslash
2454 root
2455 \series default
2456  when the root index field is left empty.
2457 \end_layout
2458
2459 \begin_layout Standard
2460 With certain indices the distance to the root is too small, like in this
2461  formula: 
2462 \begin_inset Formula $\sqrt[\beta]{B}$
2463 \end_inset
2464
2465
2466 \begin_inset Newline newline
2467 \end_inset
2468
2469 The 
2470 \begin_inset Formula $\beta$
2471 \end_inset
2472
2473  touches the root.
2474  To avoid this, the commands 
2475 \series bold
2476
2477 \backslash
2478 leftroot
2479 \series default
2480
2481 \begin_inset Index idx
2482 status collapsed
2483
2484 \begin_layout Plain Layout
2485 Commands ! L ! 
2486 \backslash
2487 leftroot
2488 \end_layout
2489
2490 \end_inset
2491
2492  and 
2493 \series bold
2494
2495 \backslash
2496 uproot
2497 \series default
2498
2499 \begin_inset Index idx
2500 status collapsed
2501
2502 \begin_layout Plain Layout
2503 Commands ! U ! 
2504 \backslash
2505 uproot
2506 \end_layout
2507
2508 \end_inset
2509
2510  are used with the following scheme:
2511 \end_layout
2512
2513 \begin_layout Standard
2514
2515 \series bold
2516
2517 \backslash
2518 leftroot{distance}
2519 \series default
2520  and 
2521 \series bold
2522
2523 \backslash
2524 uproot{distance}
2525 \end_layout
2526
2527 \begin_layout Standard
2528 Distance is the number of Big Points (unit bp; 
2529 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2530 \end_inset
2531
2532 ), that the index should be moved to the left or top, resp..
2533  The commands are written to the index.
2534  This way the command
2535 \begin_inset Newline newline
2536 \end_inset
2537
2538
2539 \series bold
2540
2541 \backslash
2542 root
2543 \backslash
2544 leftroot{-1
2545 \begin_inset Formula $\to$
2546 \end_inset
2547
2548
2549 \backslash
2550 uproot{2
2551 \begin_inset Formula $\to$
2552 \end_inset
2553
2554
2555 \backslash
2556 beta
2557 \begin_inset space \textvisiblespace{}
2558 \end_inset
2559
2560
2561 \begin_inset Formula $\to$
2562 \end_inset
2563
2564 B
2565 \begin_inset Newline newline
2566 \end_inset
2567
2568
2569 \series default
2570 produces a correct typeset formula: 
2571 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2572 \end_inset
2573
2574
2575 \end_layout
2576
2577 \begin_layout Subsection
2578 Binomial Coefficients
2579 \begin_inset Index idx
2580 status collapsed
2581
2582 \begin_layout Plain Layout
2583 Binomial coefficients
2584 \end_layout
2585
2586 \end_inset
2587
2588
2589 \end_layout
2590
2591 \begin_layout Standard
2592 Binomial coefficients are inserted with the command 
2593 \series bold
2594
2595 \backslash
2596 binom
2597 \series default
2598
2599 \begin_inset Index idx
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Commands ! B ! 
2604 \backslash
2605 binom
2606 \end_layout
2607
2608 \end_inset
2609
2610  or with the submenu of the math toolbar button 
2611 \begin_inset Info
2612 type  "icon"
2613 arg   "math-insert \\frac-square"
2614 \end_inset
2615
2616 .
2617  As with fractions (
2618 \series bold
2619
2620 \backslash
2621 frac
2622 \series default
2623 ) in addition to 
2624 \series bold
2625
2626 \backslash
2627 binom
2628 \series default
2629  there are the commands 
2630 \series bold
2631
2632 \backslash
2633 dbinom
2634 \series default
2635
2636 \begin_inset Index idx
2637 status collapsed
2638
2639 \begin_layout Plain Layout
2640 Commands ! D ! 
2641 \backslash
2642 dbinom
2643 \end_layout
2644
2645 \end_inset
2646
2647  and 
2648 \series bold
2649
2650 \backslash
2651 tbinom
2652 \series default
2653
2654 \begin_inset Index idx
2655 status collapsed
2656
2657 \begin_layout Plain Layout
2658 Commands ! T ! 
2659 \backslash
2660 tbinom
2661 \end_layout
2662
2663 \end_inset
2664
2665 .
2666  For other brackets around binomial coeficients there are the commands 
2667 \series bold
2668
2669 \backslash
2670 brace
2671 \series default
2672
2673 \begin_inset Index idx
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677 Commands ! B ! 
2678 \backslash
2679 brace
2680 \end_layout
2681
2682 \end_inset
2683
2684  and 
2685 \series bold
2686
2687 \backslash
2688 brack
2689 \series default
2690
2691 \begin_inset Index idx
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 Commands ! B ! 
2696 \backslash
2697 brack
2698 \end_layout
2699
2700 \end_inset
2701
2702 .
2703 \end_layout
2704
2705 \begin_layout Standard
2706 \align center
2707 \begin_inset Tabular
2708 <lyxtabular version="3" rows="6" columns="2">
2709 <features rotate="0" tabularvalignment="middle">
2710 <column alignment="center" valignment="top" width="0pt">
2711 <column alignment="center" valignment="top" width="0pt">
2712 <row>
2713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2714 \begin_inset Text
2715
2716 \begin_layout Plain Layout
2717 Command
2718 \end_layout
2719
2720 \end_inset
2721 </cell>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 Result
2727 \begin_inset Note Note
2728 status collapsed
2729
2730 \begin_layout Plain Layout
2731
2732 \series bold
2733
2734 \backslash
2735 raisebox
2736 \series default
2737  is only used as spacer.
2738 \end_layout
2739
2740 \end_inset
2741
2742
2743 \end_layout
2744
2745 \end_inset
2746 </cell>
2747 </row>
2748 <row>
2749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753
2754 \backslash
2755 binom
2756 \begin_inset space \textvisiblespace{}
2757 \end_inset
2758
2759 A
2760 \begin_inset Formula $\downarrow$
2761 \end_inset
2762
2763 B
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2769 \begin_inset Text
2770
2771 \begin_layout Plain Layout
2772 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2773 \end_inset
2774
2775
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 </row>
2781 <row>
2782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786
2787 \backslash
2788 dbinom
2789 \begin_inset space \textvisiblespace{}
2790 \end_inset
2791
2792 A
2793 \begin_inset Formula $\downarrow$
2794 \end_inset
2795
2796 B
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Plain Layout
2805 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2806 \end_inset
2807
2808
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 </row>
2814 <row>
2815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819
2820 \backslash
2821 tbinom
2822 \begin_inset space \textvisiblespace{}
2823 \end_inset
2824
2825 A
2826 \begin_inset Formula $\downarrow$
2827 \end_inset
2828
2829 B
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \backslash
2854 brack
2855 \begin_inset space \textvisiblespace{}
2856 \end_inset
2857
2858 A
2859 \begin_inset Formula $\downarrow$
2860 \end_inset
2861
2862 B
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2868 \begin_inset Text
2869
2870 \begin_layout Plain Layout
2871 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2872 \end_inset
2873
2874
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 </row>
2880 <row>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885
2886 \backslash
2887 brace
2888 \begin_inset space \textvisiblespace{}
2889 \end_inset
2890
2891 A
2892 \begin_inset Formula $\downarrow$
2893 \end_inset
2894
2895 B
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2905 \end_inset
2906
2907
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 </row>
2913 </lyxtabular>
2914
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \begin_layout Subsection
2921 Case Differentiations
2922 \begin_inset Index idx
2923 status collapsed
2924
2925 \begin_layout Plain Layout
2926 Case differentiations 
2927 \end_layout
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Standard
2935 \align center
2936 \begin_inset Tabular
2937 <lyxtabular version="3" rows="3" columns="2">
2938 <features rotate="0" tabularvalignment="middle">
2939 <column alignment="center" valignment="top" width="0pt">
2940 <column alignment="center" valignment="top" width="0pt">
2941 <row>
2942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946 Command
2947 \end_layout
2948
2949 \end_inset
2950 </cell>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 Result
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 </row>
2961 <row>
2962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966
2967 \backslash
2968 cases
2969 \begin_inset space \textvisiblespace{}
2970 \end_inset
2971
2972 A
2973 \begin_inset Formula $\to$
2974 \end_inset
2975
2976 B>0
2977 \begin_inset Index idx
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981 Commands ! C ! 
2982 \backslash
2983 cases
2984 \end_layout
2985
2986 \end_inset
2987
2988
2989 \end_layout
2990
2991 \end_inset
2992 </cell>
2993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2994 \begin_inset Text
2995
2996 \begin_layout Plain Layout
2997 \begin_inset Formula $\begin{cases}
2998 A & B>0\end{cases}$
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \backslash
3014 cases
3015 \begin_inset space \textvisiblespace{}
3016 \end_inset
3017
3018
3019 \begin_inset Info
3020 type  "shortcut"
3021 arg   "newline-insert newline"
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033 \begin_inset Formula $\begin{cases}
3034 A & \textrm{for }x>0\\
3035 B & \textrm{for }x=0
3036 \end{cases}$
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 </row>
3045 </lyxtabular>
3046
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \begin_layout Standard
3053 After inserting 
3054 \series bold
3055
3056 \backslash
3057 cases
3058 \series default
3059  or pressing the math toolbar button 
3060 \begin_inset Info
3061 type  "icon"
3062 arg   "math-insert \\cases"
3063 \end_inset
3064
3065  you can create new lines with the shortcut 
3066 \begin_inset Info
3067 type  "shortcut"
3068 arg   "newline-insert newline"
3069 \end_inset
3070
3071  or the table toolbar button 
3072 \begin_inset Info
3073 type  "icon"
3074 arg   "inset-modify tabular append-row"
3075 \end_inset
3076
3077 .
3078 \end_layout
3079
3080 \begin_layout Standard
3081 The command 
3082 \series bold
3083
3084 \backslash
3085 cases
3086 \series default
3087  is also available via the menu 
3088 \family sans
3089 Insert\SpecialChar \menuseparator
3090 Math\SpecialChar \menuseparator
3091 Cases-Environment
3092 \family default
3093 .
3094 \end_layout
3095
3096 \begin_layout Subsection
3097 Negations
3098 \begin_inset Index idx
3099 status collapsed
3100
3101 \begin_layout Plain Layout
3102 Negations
3103 \end_layout
3104
3105 \end_inset
3106
3107
3108 \end_layout
3109
3110 \begin_layout Standard
3111 By inserting 
3112 \series bold
3113
3114 \backslash
3115 not
3116 \series default
3117
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Commands ! N ! 
3123 \backslash
3124 not
3125 \end_layout
3126
3127 \end_inset
3128
3129  every character can be displayed canceled.
3130  The characters are quasi accentuated by a slash.
3131 \end_layout
3132
3133 \begin_layout Standard
3134 \align center
3135 \begin_inset Tabular
3136 <lyxtabular version="3" rows="4" columns="2">
3137 <features rotate="0" tabularvalignment="middle">
3138 <column alignment="center" valignment="top" width="0pt">
3139 <column alignment="center" valignment="top" width="0pt">
3140 <row>
3141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145 Command
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154 Result
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 </row>
3160 <row>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \backslash
3167 not=
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176 \begin_inset Formula $\not=$
3177 \end_inset
3178
3179
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row>
3186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \backslash
3192 not 
3193 \backslash
3194 le
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 \begin_inset Formula $\not\le$
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \backslash
3219 not 
3220 \backslash
3221 parallel
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 \begin_inset Formula $\not\parallel$
3231 \end_inset
3232
3233
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 </row>
3239 </lyxtabular>
3240
3241 \end_inset
3242
3243
3244 \end_layout
3245
3246 \begin_layout Standard
3247 The last example shows that not all negations look good.
3248  Therefore there are special commands for some negations (see 
3249 \begin_inset CommandInset ref
3250 LatexCommand ref
3251 reference "sub:Mathematical-Symbols"
3252
3253 \end_inset
3254
3255  and 
3256 \begin_inset CommandInset ref
3257 LatexCommand ref
3258 reference "sec:Relations"
3259
3260 \end_inset
3261
3262 ).
3263 \end_layout
3264
3265 \begin_layout Subsection
3266 Placeholders
3267 \begin_inset CommandInset label
3268 LatexCommand label
3269 name "sub:Placeholders"
3270
3271 \end_inset
3272
3273
3274 \begin_inset Index idx
3275 status collapsed
3276
3277 \begin_layout Plain Layout
3278 Placeholders
3279 \end_layout
3280
3281 \end_inset
3282
3283
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Chemical characters ! Isotopes
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \begin_inset Index idx
3295 status collapsed
3296
3297 \begin_layout Plain Layout
3298 Isotopes|see
3299 \begin_inset ERT
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303
3304 {
3305 \end_layout
3306
3307 \end_inset
3308
3309 Chemical characters
3310 \begin_inset ERT
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314
3315 }
3316 \end_layout
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \end_layout
3327
3328 \begin_layout Standard
3329 When displaying e.
3330 \begin_inset space \thinspace{}
3331 \end_inset
3332
3333 g.
3334 \begin_inset space \space{}
3335 \end_inset
3336
3337 isotopes
3338 \begin_inset Foot
3339 status collapsed
3340
3341 \begin_layout Plain Layout
3342 Typesetting isotopes and chemical symbols is described in 
3343 \begin_inset CommandInset ref
3344 LatexCommand ref
3345 reference "sub:Chemical-Symbols-and"
3346
3347 \end_inset
3348
3349 .
3350 \end_layout
3351
3352 \end_inset
3353
3354  the following problem occurs:
3355 \end_layout
3356
3357 \begin_layout Standard
3358 \align center
3359 \begin_inset Tabular
3360 <lyxtabular version="3" rows="2" columns="2">
3361 <features rotate="0" tabularvalignment="middle">
3362 <column alignment="center" valignment="top" width="0pt">
3363 <column alignment="center" valignment="top" width="0pt">
3364 <row>
3365 <cell alignment="center" valignment="top" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369 Indices created with sub- and superscripts:
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row>
3388 <cell alignment="center" valignment="top" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 correct indices:
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 </lyxtabular>
3411
3412 \end_inset
3413
3414
3415 \begin_inset Note Note
3416 status collapsed
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421
3422 \backslash
3423 raisebox
3424 \series default
3425  is only used as spacer.
3426 \end_layout
3427
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \begin_layout Standard
3434 The shorter index is by default placed below or above the first character
3435  of the longer index.
3436  To avoid this there is the command 
3437 \series bold
3438
3439 \backslash
3440 phantom
3441 \series default
3442
3443 \begin_inset Index idx
3444 status collapsed
3445
3446 \begin_layout Plain Layout
3447 Commands ! P ! 
3448 \backslash
3449 phantom
3450 \end_layout
3451
3452 \end_inset
3453
3454  or the math toolbar button
3455 \begin_inset space \thinspace{}
3456 \end_inset
3457
3458
3459 \begin_inset Foot
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 can be found in the submenu of the toolbar button 
3464 \begin_inset Info
3465 type  "icon"
3466 arg   "math-insert \\space"
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \end_inset
3473
3474  
3475 \begin_inset Graphics
3476         filename ../images/math/phantom.png
3477         scale 85
3478
3479 \end_inset
3480
3481  that creates one or more phantom characters.
3482  When inserting 
3483 \series bold
3484
3485 \backslash
3486 phantom
3487 \series default
3488  a small blue box appears that is superposed with two red arrows.
3489  The arrows indicate that the complete width and height of the box content
3490  will be created as placeholder.
3491  Phantom characters are accordingly placeholders with the size of the characters.
3492 \end_layout
3493
3494 \begin_layout Standard
3495 \align center
3496 \begin_inset Tabular
3497 <lyxtabular version="3" rows="4" columns="2">
3498 <features rotate="0" tabularvalignment="middle">
3499 <column alignment="center" valignment="top">
3500 <column alignment="center" valignment="top">
3501 <row>
3502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Command
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 Result
3516 \begin_inset Note Note
3517 status collapsed
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522
3523 \backslash
3524 raisebox
3525 \series default
3526  is only used as spacer.
3527 \end_layout
3528
3529 \end_inset
3530
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 ^19
3543 \begin_inset space \textvisiblespace{}
3544 \end_inset
3545
3546 _
3547 \backslash
3548 phantom
3549 \begin_inset space \textvisiblespace{}
3550 \end_inset
3551
3552 1
3553 \begin_inset Formula $\to$
3554 \end_inset
3555
3556 9
3557 \begin_inset space \textvisiblespace{}
3558 \end_inset
3559
3560 F
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3570 \end_inset
3571
3572
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 </row>
3578 <row>
3579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 ^235
3584 \begin_inset space \textvisiblespace{}
3585 \end_inset
3586
3587 _
3588 \backslash
3589 phantom
3590 \begin_inset space \textvisiblespace{}
3591 \end_inset
3592
3593 23
3594 \begin_inset Formula $\to$
3595 \end_inset
3596
3597 9
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 F
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3611 \end_inset
3612
3613
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 </row>
3619 <row>
3620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624
3625 \backslash
3626 Lambda^
3627 \begin_inset space \textvisiblespace{}
3628 \end_inset
3629
3630
3631 \backslash
3632 phantom
3633 \begin_inset space \textvisiblespace{}
3634 \end_inset
3635
3636 ii
3637 \begin_inset Formula $\to$
3638 \end_inset
3639
3640 t
3641 \begin_inset space \textvisiblespace{}
3642 \end_inset
3643
3644 _MMt
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3654 \end_inset
3655
3656
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 </lyxtabular>
3663
3664 \end_inset
3665
3666
3667 \end_layout
3668
3669 \begin_layout Standard
3670 Furthermore there are the commands 
3671 \series bold
3672
3673 \backslash
3674 vphantom
3675 \series default
3676
3677 \begin_inset Index idx
3678 status collapsed
3679
3680 \begin_layout Plain Layout
3681 Commands ! V ! 
3682 \backslash
3683 vphantom
3684 \end_layout
3685
3686 \end_inset
3687
3688  (toolbar button 
3689 \begin_inset space ~
3690 \end_inset
3691
3692
3693 \begin_inset Graphics
3694         filename ../images/math/vphantom.png
3695         scale 85
3696
3697 \end_inset
3698
3699 ) and 
3700 \series bold
3701
3702 \backslash
3703 hphantom
3704 \series default
3705
3706 \begin_inset Index idx
3707 status collapsed
3708
3709 \begin_layout Plain Layout
3710 Commands ! H ! 
3711 \backslash
3712 hphantom
3713 \end_layout
3714
3715 \end_inset
3716
3717  (toolbar button 
3718 \begin_inset space ~
3719 \end_inset
3720
3721
3722 \begin_inset Graphics
3723         filename ../images/math/hphantom.png
3724         scale 85
3725
3726 \end_inset
3727
3728 ).
3729  
3730 \series bold
3731
3732 \backslash
3733 hphantom
3734 \series default
3735  creates only space for the maximal height of the characters in the box
3736  but not for its width.
3737  
3738 \series bold
3739
3740 \backslash
3741 vphantom
3742 \series default
3743  creates only space for the width of the box content.
3744  Therefore  the boxes of both commands have only one red arrow.
3745 \end_layout
3746
3747 \begin_layout Standard
3748 For example the command 
3749 \series bold
3750
3751 \backslash
3752 vphantom
3753 \begin_inset space \textvisiblespace{}
3754 \end_inset
3755
3756 a
3757 \backslash
3758 int
3759 \series default
3760  creates space for the height of the integral sign,
3761 \begin_inset Foot
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765 The command 
3766 \series bold
3767
3768 \backslash
3769 int
3770 \series default
3771  creates an integral sign, see 
3772 \begin_inset CommandInset ref
3773 LatexCommand ref
3774 reference "sub:Big-Operators"
3775
3776 \end_inset
3777
3778 .
3779 \end_layout
3780
3781 \end_inset
3782
3783  because this is the larger character.
3784  An example application is in 
3785 \begin_inset CommandInset ref
3786 LatexCommand ref
3787 reference "sub:Multiline-Brackets"
3788
3789 \end_inset
3790
3791 .
3792 \end_layout
3793
3794 \begin_layout Standard
3795 Placeholders can also be used for text when they are inserted via the menu
3796  
3797 \family sans
3798 Insert\SpecialChar \menuseparator
3799 Formatting\SpecialChar \menuseparator
3800 Phantom
3801 \family default
3802 :
3803 \end_layout
3804
3805 \begin_layout Standard
3806 This is a sentence.
3807 \begin_inset Newline newline
3808 \end_inset
3809
3810
3811 \begin_inset Phantom Phantom
3812 status open
3813
3814 \begin_layout Plain Layout
3815 This
3816 \end_layout
3817
3818 \end_inset
3819
3820  is a sentence.
3821 \end_layout
3822
3823 \begin_layout Subsection
3824 Lines
3825 \begin_inset Index idx
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829 Lines
3830 \end_layout
3831
3832 \end_inset
3833
3834
3835 \begin_inset Index idx
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839 Formula ! underlined
3840 \end_layout
3841
3842 \end_inset
3843
3844
3845 \end_layout
3846
3847 \begin_layout Standard
3848 \align center
3849 \begin_inset Tabular
3850 <lyxtabular version="3" rows="4" columns="2">
3851 <features rotate="0" tabularvalignment="middle">
3852 <column alignment="center" valignment="top" width="0pt">
3853 <column alignment="center" valignment="top" width="0pt">
3854 <row>
3855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Command
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 Result
3869 \begin_inset Note Note
3870 status collapsed
3871
3872 \begin_layout Plain Layout
3873
3874 \series bold
3875
3876 \backslash
3877 raisebox
3878 \series default
3879  is only used as spacer.
3880 \end_layout
3881
3882 \end_inset
3883
3884
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \backslash
3897 overline
3898 \begin_inset space \textvisiblespace{}
3899 \end_inset
3900
3901 A+B
3902 \begin_inset Index idx
3903 status collapsed
3904
3905 \begin_layout Plain Layout
3906 Commands ! O ! 
3907 \backslash
3908 overline
3909 \end_layout
3910
3911 \end_inset
3912
3913
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3923 \end_inset
3924
3925
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 </row>
3931 <row>
3932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936
3937 \backslash
3938 underline
3939 \begin_inset space \textvisiblespace{}
3940 \end_inset
3941
3942 A+B
3943 \begin_inset Index idx
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947 Commands ! U ! 
3948 \backslash
3949 underline
3950 \end_layout
3951
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \backslash
3979 overline
3980 \begin_inset space \textvisiblespace{}
3981 \end_inset
3982
3983
3984 \backslash
3985 underline
3986 \begin_inset space \textvisiblespace{}
3987 \end_inset
3988
3989 A+B
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
3999 \end_inset
4000
4001
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 </row>
4007 </lyxtabular>
4008
4009 \end_inset
4010
4011
4012 \end_layout
4013
4014 \begin_layout Standard
4015 In the last example it doesn't matter if first 
4016 \series bold
4017
4018 \backslash
4019 overline
4020 \series default
4021  or 
4022 \series bold
4023
4024 \backslash
4025 underline
4026 \series default
4027  is inserted.
4028 \end_layout
4029
4030 \begin_layout Standard
4031 To double underline use 
4032 \series bold
4033
4034 \backslash
4035 underline
4036 \series default
4037  twice.
4038 \end_layout
4039
4040 \begin_layout Standard
4041 It is possible to place up to 6 lines above or below characters.
4042 \end_layout
4043
4044 \begin_layout Standard
4045 \begin_inset VSpace bigskip
4046 \end_inset
4047
4048 Custom lines can be created using the command 
4049 \series bold
4050
4051 \backslash
4052 rule
4053 \series default
4054
4055 \begin_inset Index idx
4056 status collapsed
4057
4058 \begin_layout Plain Layout
4059 Commands ! R ! 
4060 \backslash
4061 rule
4062 \end_layout
4063
4064 \end_inset
4065
4066  which has the following scheme:
4067 \end_layout
4068
4069 \begin_layout Standard
4070
4071 \series bold
4072
4073 \backslash
4074 rule[vertical offset]{length}{thickness}
4075 \end_layout
4076
4077 \begin_layout Standard
4078 The optional vertical offset shifts the line upwards (or downwards, when
4079  the value is negative).
4080  The units listed in 
4081 \begin_inset CommandInset ref
4082 LatexCommand ref
4083 reference "tab:Available-units"
4084
4085 \end_inset
4086
4087  can be used for the values.
4088  Here are two example lines created with the commands
4089 \begin_inset Newline newline
4090 \end_inset
4091
4092
4093 \series bold
4094
4095 \backslash
4096 rule[-2ex]{3cm}{2pt}
4097 \series default
4098  and 
4099 \series bold
4100
4101 \backslash
4102 rule{2cm}{1pt}
4103 \series default
4104 :
4105 \end_layout
4106
4107 \begin_layout Standard
4108 This is a sentence 
4109 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4110 \end_inset
4111
4112  with two lines.
4113 \end_layout
4114
4115 \begin_layout Standard
4116
4117 \series bold
4118
4119 \backslash
4120 rule
4121 \series default
4122  can also be used for text when a line is inserted via the menu 
4123 \family sans
4124 Insert\SpecialChar \menuseparator
4125 Formatting\SpecialChar \menuseparator
4126 Horizontal
4127 \begin_inset space ~
4128 \end_inset
4129
4130 Line
4131 \family default
4132 :
4133 \end_layout
4134
4135 \begin_layout Standard
4136 This is a sentence 
4137 \begin_inset CommandInset line
4138 LatexCommand rule
4139 offset "0.5ex"
4140 width "3cm"
4141 height "1pt"
4142
4143 \end_inset
4144
4145  with one line.
4146 \end_layout
4147
4148 \begin_layout Subsection
4149 Ellipses
4150 \begin_inset CommandInset label
4151 LatexCommand label
4152 name "sub:Ellipses"
4153
4154 \end_inset
4155
4156
4157 \begin_inset Index idx
4158 status collapsed
4159
4160 \begin_layout Plain Layout
4161 Ellipses
4162 \end_layout
4163
4164 \end_inset
4165
4166
4167 \end_layout
4168
4169 \begin_layout Standard
4170 There are different types of ellipses available.
4171 \begin_inset Foot
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175 In the math toolbar in the submenu of the button 
4176 \begin_inset Info
4177 type  "icon"
4178 arg   "math-insert \\ldots"
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185
4186  For listings dots at the baseline are used (
4187 \series bold
4188
4189 \backslash
4190 ldots
4191 \series default
4192
4193 \begin_inset Index idx
4194 status collapsed
4195
4196 \begin_layout Plain Layout
4197 Commands ! L ! 
4198 \backslash
4199 ldots
4200 \end_layout
4201
4202 \end_inset
4203
4204 ), while for operations dots are needed that are on the same height as the
4205  operators (
4206 \series bold
4207
4208 \backslash
4209 cdots
4210 \series default
4211
4212 \begin_inset Index idx
4213 status collapsed
4214
4215 \begin_layout Plain Layout
4216 Commands ! C ! 
4217 \backslash
4218 cdots
4219 \end_layout
4220
4221 \end_inset
4222
4223 ).
4224  When using the command 
4225 \series bold
4226
4227 \backslash
4228 dots
4229 \series default
4230
4231 \begin_inset Index idx
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235 Commands ! D ! 
4236 \backslash
4237 dots
4238 \end_layout
4239
4240 \end_inset
4241
4242 , LaTeX decides on the basis of the next character what type is used.
4243 \end_layout
4244
4245 \begin_layout Standard
4246 \align center
4247 \begin_inset Tabular
4248 <lyxtabular version="3" rows="9" columns="2">
4249 <features rotate="0" tabularvalignment="middle">
4250 <column alignment="center" valignment="top" width="0pt">
4251 <column alignment="center" valignment="top" width="0pt">
4252 <row>
4253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 Command
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Result
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 </row>
4272 <row>
4273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 A_1
4278 \begin_inset space \textvisiblespace{}
4279 \end_inset
4280
4281 ,
4282 \backslash
4283 dots
4284 \begin_inset space \textvisiblespace{}
4285 \end_inset
4286
4287 ,A_n
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 \begin_inset Formula $A_{1},\dots,A_{n}$
4297 \end_inset
4298
4299
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 </row>
4305 <row>
4306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 A_1
4311 \begin_inset space \textvisiblespace{}
4312 \end_inset
4313
4314 +
4315 \backslash
4316 dots
4317 \begin_inset space \textvisiblespace{}
4318 \end_inset
4319
4320 +A_n
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 \begin_inset Formula $A_{1}+\dots+A_{n}$
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 A_1
4344 \begin_inset space \textvisiblespace{}
4345 \end_inset
4346
4347 ,
4348 \backslash
4349 ldots
4350 \begin_inset space \textvisiblespace{}
4351 \end_inset
4352
4353 ,A_n
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 \begin_inset Formula $A_{1},\ldots,A_{n}$
4363 \end_inset
4364
4365
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 </row>
4371 <row>
4372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 A_1
4377 \begin_inset space \textvisiblespace{}
4378 \end_inset
4379
4380 +
4381 \backslash
4382 cdots
4383 \begin_inset space \textvisiblespace{}
4384 \end_inset
4385
4386 +A_n
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4396 \end_inset
4397
4398
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \backslash
4411 vdots
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 \begin_inset Formula $\vdots$
4421 \end_inset
4422
4423
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 </row>
4429 <row>
4430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434
4435 \backslash
4436 ddots
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 \begin_inset Formula $\ddots$
4446 \end_inset
4447
4448
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 </row>
4454 <row>
4455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459
4460 \backslash
4461 iddots
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 \begin_inset Formula $\iddots$
4471 \end_inset
4472
4473
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 3×3
4485 \begin_inset space \thinspace{}
4486 \end_inset
4487
4488 matrix with the different dots
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 \begin_inset Formula $\begin{array}{ccc}
4498 A_{11} & \cdots & A_{1m}\\
4499 \vdots & \ddots & \vdots\\
4500 A_{n1} & \cdots & A_{nm}
4501 \end{array}$
4502 \end_inset
4503
4504
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 </lyxtabular>
4511
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \begin_layout Standard
4518 The ellipses available in menu 
4519 \family sans
4520 Insert\SpecialChar \menuseparator
4521 Special
4522 \begin_inset space ~
4523 \end_inset
4524
4525 Character
4526 \family default
4527  are 
4528 \series bold
4529
4530 \backslash
4531 ldots
4532 \series default
4533 .
4534 \end_layout
4535
4536 \begin_layout Standard
4537 \begin_inset VSpace medskip
4538 \end_inset
4539
4540 To use 
4541 \series bold
4542
4543 \backslash
4544 iddots
4545 \series default
4546 , one of the options 
4547 \family sans
4548 Use mathdots package (automatically)
4549 \family default
4550  must be set in the document settings under 
4551 \family sans
4552 Math
4553 \begin_inset space ~
4554 \end_inset
4555
4556 Options
4557 \family default
4558 .
4559 \begin_inset Newline newline
4560 \end_inset
4561
4562 Using the option 
4563 \family sans
4564 Use mathdots package
4565 \family default
4566  will improve the appearance of all dots in the documents if their font
4567  style or size is not the default.
4568 \end_layout
4569
4570 \begin_layout Standard
4571 \begin_inset VSpace medskip
4572 \end_inset
4573
4574 Specially for matrices there are ellipses that span over several columns.
4575  They are created with the command 
4576 \series bold
4577
4578 \backslash
4579 hdotsfor
4580 \series default
4581
4582 \begin_inset Index idx
4583 status collapsed
4584
4585 \begin_layout Plain Layout
4586 Commands ! H ! 
4587 \backslash
4588 hdotsfor
4589 \end_layout
4590
4591 \end_inset
4592
4593 , that has the following scheme:
4594 \end_layout
4595
4596 \begin_layout Standard
4597
4598 \series bold
4599
4600 \backslash
4601 hdotsfor[distance]{number of columns}
4602 \end_layout
4603
4604 \begin_layout Standard
4605 The number of columns specifies how many columns should be spanned.
4606  Distance is a factor for the distance between the dots.
4607 \end_layout
4608
4609 \begin_layout Standard
4610 In the following matrix the command 
4611 \series bold
4612
4613 \backslash
4614 hdotsfor[2]{4}
4615 \series default
4616  was inserted in the first box of the second line, to get an ellipsis with
4617  a dot distance twice as long as with the command 
4618 \series bold
4619
4620 \backslash
4621 dots
4622 \series default
4623 :
4624 \begin_inset Formula 
4625 \[
4626 \left(\begin{array}{cccc}
4627 A & B & C & D\\
4628 \hdotsfor[2]{4}\\
4629 q & w & e & r
4630 \end{array}\right)
4631 \]
4632
4633 \end_inset
4634
4635 Note that the matrix fields that should be spanned must be empty, otherwise
4636  you get LaTeX-errors.
4637 \end_layout
4638
4639 \begin_layout Standard
4640 \begin_inset VSpace bigskip
4641 \end_inset
4642
4643 Furthermore you can fill with the command 
4644 \series bold
4645
4646 \backslash
4647 dotfill
4648 \series default
4649
4650 \begin_inset Index idx
4651 status collapsed
4652
4653 \begin_layout Plain Layout
4654 Commands ! D ! 
4655 \backslash
4656 dotfill
4657 \end_layout
4658
4659 \end_inset
4660
4661  the rest of a line with dots.
4662  The effect of these commands is the same as with 
4663 \series bold
4664
4665 \backslash
4666 hfill
4667 \series default
4668 , see 
4669 \begin_inset CommandInset ref
4670 LatexCommand ref
4671 reference "sub:Variable-Space"
4672
4673 \end_inset
4674
4675 .
4676 \end_layout
4677
4678 \begin_layout Standard
4679 For example the command 
4680 \series bold
4681 A
4682 \backslash
4683 dotfill
4684 \begin_inset space \textvisiblespace{}
4685 \end_inset
4686
4687 B
4688 \series default
4689  produces
4690 \end_layout
4691
4692 \begin_layout Standard
4693 \begin_inset Formula $A\dotfill B$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \begin_layout Standard
4700 Similar to
4701 \series bold
4702  
4703 \backslash
4704 dotfill
4705 \series default
4706  there is for a line the command 
4707 \series bold
4708
4709 \backslash
4710 hrulefill
4711 \series default
4712
4713 \begin_inset Index idx
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717 Commands ! H ! 
4718 \backslash
4719 hrulefill
4720 \end_layout
4721
4722 \end_inset
4723
4724 :
4725 \end_layout
4726
4727 \begin_layout Standard
4728 \begin_inset Formula $A\hrulefill B$
4729 \end_inset
4730
4731
4732 \end_layout
4733
4734 \begin_layout Standard
4735 To use the commands for text, they have to be inserted in TeX-mode.
4736 \end_layout
4737
4738 \begin_layout Section
4739 Matrices
4740 \begin_inset CommandInset label
4741 LatexCommand label
4742 name "sec:Matrices"
4743
4744 \end_inset
4745
4746
4747 \begin_inset Index idx
4748 status collapsed
4749
4750 \begin_layout Plain Layout
4751 Matrices
4752 \end_layout
4753
4754 \end_inset
4755
4756
4757 \end_layout
4758
4759 \begin_layout Standard
4760 Matrices can be inserted via the math toolbar button 
4761 \begin_inset Info
4762 type  "icon"
4763 arg   "dialog-show mathmatrix"
4764 \end_inset
4765
4766  or the menu 
4767 \family sans
4768 Insert\SpecialChar \menuseparator
4769 Math\SpecialChar \menuseparator
4770 Matrix
4771 \family default
4772 .
4773  In the matrix dialog you can specify the number of columns and rows, the
4774  alignment and the decoration.
4775  The vertical alignment is only of importance for matrices in inline formulas:
4776 \end_layout
4777
4778 \begin_layout Standard
4779 The first matrix is top 
4780 \begin_inset Formula $\begin{array}[t]{cccc}
4781 A & D & G & J\\
4782 B & E & H & K\\
4783 C & F & I & L
4784 \end{array}$
4785 \end_inset
4786
4787 , the second middle 
4788 \begin_inset Formula $\begin{array}{cccc}
4789 A & D & G & J\\
4790 B & E & H & K\\
4791 C & F & I & L
4792 \end{array}$
4793 \end_inset
4794
4795  and the third bottom 
4796 \begin_inset Formula $\begin{array}[b]{cccc}
4797 A & D & G & J\\
4798 B & E & H & K\\
4799 C & F & I & L
4800 \end{array}$
4801 \end_inset
4802
4803  aligned.
4804 \end_layout
4805
4806 \begin_layout Standard
4807 The horizontal alignment specifies how the column entries should be aligned.
4808  It is set by entering a letter for every column.
4809  
4810 \emph on
4811 l
4812 \emph default
4813  denotes left aligned, 
4814 \emph on
4815 c
4816 \emph default
4817  centered and 
4818 \emph on
4819 r
4820 \emph default
4821  right aligned.
4822  To create for example a 4
4823 \series bold
4824 ×
4825 \series default
4826 4
4827 \begin_inset space ~
4828 \end_inset
4829
4830 matrix where the first column is left aligned, the second and third are
4831  centered and the last one is right aligned, one enters for the horizontal
4832  alignment 
4833 \series bold
4834 lccr
4835 \series default
4836 .
4837  Normally in a matrix all columns are centered, therefore the default for
4838  every column is a 
4839 \series bold
4840 c
4841 \series default
4842 .
4843 \end_layout
4844
4845 \begin_layout Standard
4846 Horizontal alignment:
4847 \end_layout
4848
4849 \begin_layout Standard
4850
4851 \series bold
4852 lll
4853 \series default
4854  : 
4855 \begin_inset Formula $\begin{array}{lll}
4856 10000 & D & G\\
4857 B & 10000 & H\\
4858 C & F & 10000
4859 \end{array}$
4860 \end_inset
4861
4862  , 
4863 \series bold
4864 ccc
4865 \series default
4866  : 
4867 \begin_inset Formula $\begin{array}{ccc}
4868 10000 & D & G\\
4869 B & 10000 & H\\
4870 C & F & 10000
4871 \end{array}$
4872 \end_inset
4873
4874  , 
4875 \series bold
4876 rrr
4877 \series default
4878  : 
4879 \begin_inset Formula $\begin{array}{rrr}
4880 10000 & D & G\\
4881 B & 10000 & H\\
4882 C & F & 10000
4883 \end{array}$
4884 \end_inset
4885
4886
4887 \end_layout
4888
4889 \begin_layout Standard
4890 To add or delete rows and columns subsequently, the math toolbar buttons
4891  
4892 \begin_inset Info
4893 type  "icon"
4894 arg   "inset-modify tabular append-row"
4895 \end_inset
4896
4897
4898 \begin_inset Info
4899 type  "icon"
4900 arg   "inset-modify tabular delete-row"
4901 \end_inset
4902
4903 , etc.
4904 \begin_inset space \thinspace{}
4905 \end_inset
4906
4907 , or the menu 
4908 \family sans
4909 Edit\SpecialChar \menuseparator
4910 Rows & Columns
4911 \family default
4912  can be used.
4913  New rows can also be created with 
4914 \begin_inset Info
4915 type  "shortcut"
4916 arg   "newline-insert newline"
4917 \end_inset
4918
4919 .
4920 \end_layout
4921
4922 \begin_layout Standard
4923 \begin_inset VSpace bigskip
4924 \end_inset
4925
4926 The 
4927 \family sans
4928 Decoration
4929 \family default
4930  adds parentheses in the selected style around the matrix.
4931  Alternatively, parentheses can can either be created with the commands
4932  
4933 \series bold
4934
4935 \backslash
4936 left
4937 \series default
4938
4939 \begin_inset Index idx
4940 status collapsed
4941
4942 \begin_layout Plain Layout
4943 Commands ! L ! 
4944 \backslash
4945 left
4946 \end_layout
4947
4948 \end_inset
4949
4950  and 
4951 \series bold
4952
4953 \backslash
4954 right
4955 \series default
4956
4957 \begin_inset Index idx
4958 status collapsed
4959
4960 \begin_layout Plain Layout
4961 Commands ! R ! 
4962 \backslash
4963 right
4964 \end_layout
4965
4966 \end_inset
4967
4968  (shortcut 
4969 \family sans
4970 Alt+M
4971 \begin_inset space ~
4972 \end_inset
4973
4974 Parenthesis
4975 \family default
4976 ), see 
4977 \begin_inset CommandInset ref
4978 LatexCommand ref
4979 reference "sub:Automatic-Bracket-Size"
4980
4981 \end_inset
4982
4983 , or by using the following commands:
4984 \begin_inset VSpace medskip
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991 \begin_inset space \hfill{}
4992 \end_inset
4993
4994
4995 \begin_inset Tabular
4996 <lyxtabular version="3" rows="4" columns="2">
4997 <features rotate="0" tabularvalignment="middle">
4998 <column alignment="center" valignment="top">
4999 <column alignment="center" valignment="top">
5000 <row>
5001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Command
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 Result
5015 \begin_inset Note Note
5016 status collapsed
5017
5018 \begin_layout Plain Layout
5019
5020 \series bold
5021
5022 \backslash
5023 raisebox
5024 \series default
5025  is only used as spacer.
5026 \end_layout
5027
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \backslash
5043 bmatrix
5044 \begin_inset space \textvisiblespace{}
5045 \end_inset
5046
5047 2
5048 \series bold
5049 ×
5050 \series default
5051 2
5052 \begin_inset space \thinspace{}
5053 \end_inset
5054
5055 matrix
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5065 0 & \textrm{-}\mathrm{i}\\
5066 \mathrm{i} & 0
5067 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 </row>
5076 <row>
5077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081
5082 \backslash
5083 Bmatrix
5084 \begin_inset space \textvisiblespace{}
5085 \end_inset
5086
5087 2
5088 \series bold
5089 ×
5090 \series default
5091 2
5092 \begin_inset space \thinspace{}
5093 \end_inset
5094
5095 matrix
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5101 \begin_inset Text
5102
5103 \begin_layout Plain Layout
5104 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5105 0 & \textrm{-}\mathrm{i}\\
5106 \mathrm{i} & 0
5107 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \backslash
5123 pmatrix
5124 \begin_inset space \textvisiblespace{}
5125 \end_inset
5126
5127 2
5128 \series bold
5129 ×
5130 \series default
5131 2
5132 \begin_inset space \thinspace{}
5133 \end_inset
5134
5135 matrix
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5145 0 & \textrm{-}\mathrm{i}\\
5146 \mathrm{i} & 0
5147 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 </lyxtabular>
5157
5158 \end_inset
5159
5160
5161 \begin_inset space \hfill{}
5162 \end_inset
5163
5164
5165 \begin_inset Tabular
5166 <lyxtabular version="3" rows="4" columns="2">
5167 <features rotate="0" tabularvalignment="middle">
5168 <column alignment="center" valignment="top">
5169 <column alignment="center" valignment="top">
5170 <row>
5171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 Command
5176 \end_layout
5177
5178 \end_inset
5179 </cell>
5180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184 Result
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 </row>
5190 <row>
5191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195
5196 \backslash
5197 vmatrix
5198 \begin_inset space \textvisiblespace{}
5199 \end_inset
5200
5201 2
5202 \series bold
5203 ×
5204 \series default
5205 2
5206 \begin_inset space \thinspace{}
5207 \end_inset
5208
5209 matrix
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5219 0 & \textrm{-}\mathrm{i}\\
5220 \mathrm{i} & 0
5221 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5222 \end_inset
5223
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 </row>
5230 <row>
5231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235
5236 \backslash
5237 Vmatrix
5238 \begin_inset space \textvisiblespace{}
5239 \end_inset
5240
5241 2
5242 \series bold
5243 ×
5244 \series default
5245 2
5246 \begin_inset space \thinspace{}
5247 \end_inset
5248
5249 matrix
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5255 \begin_inset Text
5256
5257 \begin_layout Plain Layout
5258 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5259 0 & \textrm{-}\mathrm{i}\\
5260 \mathrm{i} & 0
5261 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5262 \end_inset
5263
5264
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \backslash
5277 matrix
5278 \begin_inset space \textvisiblespace{}
5279 \end_inset
5280
5281 2
5282 \series bold
5283 ×
5284 \series default
5285 2
5286 \begin_inset space \thinspace{}
5287 \end_inset
5288
5289 matrix
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5299 0 & \textrm{-}\mathrm{i}\\
5300 \mathrm{i} & 0
5301 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5302 \end_inset
5303
5304
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 </row>
5310 </lyxtabular>
5311
5312 \end_inset
5313
5314
5315 \begin_inset space \hfill{}
5316 \end_inset
5317
5318
5319 \end_layout
5320
5321 \begin_layout Standard
5322 \begin_inset VSpace medskip
5323 \end_inset
5324
5325 When e.
5326 \begin_inset space \thinspace{}
5327 \end_inset
5328
5329 g.
5330 \begin_inset space \space{}
5331 \end_inset
5332
5333
5334 \series bold
5335
5336 \backslash
5337 vmatrix
5338 \series default
5339  is inserted, a blue box appears between two vertical lines where the matrix
5340  is inserted.
5341 \begin_inset Newline newline
5342 \end_inset
5343
5344 Note that decorated matrices ignore the vertical alignment.
5345 \end_layout
5346
5347 \begin_layout Standard
5348 \begin_inset VSpace bigskip
5349 \end_inset
5350
5351 As all multiline formulas are matrices, the length 
5352 \series bold
5353
5354 \backslash
5355 arraycolsep
5356 \series default
5357
5358 \begin_inset Index idx
5359 status collapsed
5360
5361 \begin_layout Plain Layout
5362 Commands ! A ! 
5363 \backslash
5364 arraycolsep
5365 \end_layout
5366
5367 \end_inset
5368
5369  that is described in 
5370 \begin_inset CommandInset ref
5371 LatexCommand ref
5372 reference "sub:Column-Separation"
5373
5374 \end_inset
5375
5376  can also be used to change the column separation of matrices.
5377 \end_layout
5378
5379 \begin_layout Standard
5380 To change the row separation, the command 
5381 \series bold
5382
5383 \backslash
5384 arraystretch
5385 \series default
5386
5387 \begin_inset Index idx
5388 status collapsed
5389
5390 \begin_layout Plain Layout
5391 Commands ! A ! 
5392 \backslash
5393 arraystretch
5394 \end_layout
5395
5396 \end_inset
5397
5398  is used.
5399  It is used as follows:
5400 \end_layout
5401
5402 \begin_layout Standard
5403
5404 \series bold
5405
5406 \backslash
5407 renewcommand{
5408 \backslash
5409 arraystretch}{stretch factor}
5410 \begin_inset Index idx
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414 Commands ! R ! 
5415 \backslash
5416 renewcommand
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 The command 
5426 \series bold
5427
5428 \backslash
5429 renewcommand
5430 \series default
5431  assigns the stretch factor to the predefined command 
5432 \series bold
5433
5434 \backslash
5435 arraystretch
5436 \series default
5437 .
5438  To double e.
5439 \begin_inset space \thinspace{}
5440 \end_inset
5441
5442 g.
5443 \begin_inset space \space{}
5444 \end_inset
5445
5446 the row separation, use the factor 2.
5447  This is then used for all following matrices.
5448  To go back to the original separation, assign the factor 1 to 
5449 \series bold
5450
5451 \backslash
5452 arraystretch
5453 \series default
5454 .
5455 \end_layout
5456
5457 \begin_layout Standard
5458 To set matrices into a text line, the command 
5459 \series bold
5460
5461 \backslash
5462 smallmatrix
5463 \series default
5464
5465 \begin_inset Index idx
5466 status collapsed
5467
5468 \begin_layout Plain Layout
5469 Commands ! S ! 
5470 \backslash
5471 smallmatrix
5472 \end_layout
5473
5474 \end_inset
5475
5476  is used.
5477  When it is inserted a blue box with two dashed lines appears.
5478  In this box the matrix is inserted.
5479 \end_layout
5480
5481 \begin_layout Standard
5482 This is a matrix 
5483 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5484 C & D
5485 \end{smallmatrix}\right)$
5486 \end_inset
5487
5488  in a text line.
5489 \end_layout
5490
5491 \begin_layout Section
5492 Brackets and Delimiters
5493 \begin_inset Index idx
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497 Brackets
5498 \end_layout
5499
5500 \end_inset
5501
5502
5503 \begin_inset Index idx
5504 status collapsed
5505
5506 \begin_layout Plain Layout
5507 Delimiters
5508 \end_layout
5509
5510 \end_inset
5511
5512
5513 \end_layout
5514
5515 \begin_layout Subsection
5516 Vertical Brackets and Delimiters
5517 \begin_inset Index idx
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521 Brackets ! vertical
5522 \end_layout
5523
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \begin_layout Standard
5530 \begin_inset space \hfill{}
5531 \end_inset
5532
5533
5534 \begin_inset Tabular
5535 <lyxtabular version="3" rows="9" columns="2">
5536 <features rotate="0" tabularvalignment="middle">
5537 <column alignment="center" valignment="top" width="0pt">
5538 <column alignment="center" valignment="top" width="0pt">
5539 <row>
5540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 Command
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 Result
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 </row>
5559 <row>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 (
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 \begin_inset Formula $($
5574 \end_inset
5575
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 {
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5593 \begin_inset Text
5594
5595 \begin_layout Plain Layout
5596 \begin_inset Formula $\{$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 <row>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 [
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 \begin_inset Formula $[$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633
5634 \backslash
5635 langle
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 \begin_inset Formula $\langle$
5645 \end_inset
5646
5647
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 </row>
5653 <row>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \backslash
5660 lceil
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\lceil$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683
5684 \backslash
5685 lfloor
5686 \end_layout
5687
5688 \end_inset
5689 </cell>
5690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5691 \begin_inset Text
5692
5693 \begin_layout Plain Layout
5694 \begin_inset Formula $\lfloor$
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 /
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 \begin_inset Formula $/$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 </row>
5726 <row>
5727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 |
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5737 \begin_inset Text
5738
5739 \begin_layout Plain Layout
5740 \begin_inset Formula $|$
5741 \end_inset
5742
5743
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 </row>
5749 </lyxtabular>
5750
5751 \end_inset
5752
5753
5754 \begin_inset space \hfill{}
5755 \end_inset
5756
5757
5758 \begin_inset Tabular
5759 <lyxtabular version="3" rows="9" columns="2">
5760 <features rotate="0" tabularvalignment="middle">
5761 <column alignment="center" valignment="top" width="0pt">
5762 <column alignment="center" valignment="top" width="0pt">
5763 <row>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 Command
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 Result
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 <row>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 )
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 \begin_inset Formula $)$
5798 \end_inset
5799
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 }
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 \begin_inset Formula $\}$
5821 \end_inset
5822
5823
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 </row>
5829 <row>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 ]
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Plain Layout
5843 \begin_inset Formula $]$
5844 \end_inset
5845
5846
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857
5858 \backslash
5859 rangle
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 \begin_inset Formula $\rangle$
5869 \end_inset
5870
5871
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 </row>
5877 <row>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882
5883 \backslash
5884 rceil
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 \begin_inset Formula $\rceil$
5894 \end_inset
5895
5896
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907
5908 \backslash
5909 rfloor
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 \begin_inset Formula $\rfloor$
5919 \end_inset
5920
5921
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 </row>
5927 <row>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932
5933 \backslash
5934
5935 \backslash
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 \begin_inset Formula $\backslash$
5946 \end_inset
5947
5948
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 </row>
5954 <row>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959
5960 \backslash
5961 |
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 \begin_inset Formula $\|$
5971 \end_inset
5972
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 </lyxtabular>
5980
5981 \end_inset
5982
5983
5984 \begin_inset space \hfill{}
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Standard
5991
5992 \series medium
5993 \begin_inset Note Greyedout
5994 status open
5995
5996 \begin_layout Plain Layout
5997
5998 \series bold
5999 Note:
6000 \series default
6001  In TeX-mode the command 
6002 \series bold
6003
6004 \backslash
6005 textbackslash
6006 \series default
6007
6008 \begin_inset Index idx
6009 status collapsed
6010
6011 \begin_layout Plain Layout
6012 Commands ! T ! 
6013 \backslash
6014 textbackslash
6015 \end_layout
6016
6017 \end_inset
6018
6019  must be used for the backslash, because the command 
6020 \series bold
6021
6022 \backslash
6023
6024 \backslash
6025
6026 \series default
6027  produces a line break there.
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \begin_layout Standard
6036 For all characters listed above the size can be adjusted with the commands
6037  described in the following two subsections.
6038  When using these commands, the characters < and > can directly be used
6039  instead of the commands 
6040 \series bold
6041
6042 \backslash
6043 langle
6044 \series default
6045  and 
6046 \series bold
6047
6048 \backslash
6049 rangle
6050 \series default
6051 .
6052 \end_layout
6053
6054 \begin_layout Subsubsection
6055 Manual Bracket Size
6056 \begin_inset CommandInset label
6057 LatexCommand label
6058 name "sub:Manual-Bracket-Size"
6059
6060 \end_inset
6061
6062
6063 \begin_inset Index idx
6064 status collapsed
6065
6066 \begin_layout Plain Layout
6067 Bracket size ! manual
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Standard
6076 The bracket size can be specified manually by the LaTeX-commands 
6077 \series bold
6078
6079 \backslash
6080 big
6081 \series default
6082
6083 \begin_inset Index idx
6084 status collapsed
6085
6086 \begin_layout Plain Layout
6087 Commands ! B ! 
6088 \backslash
6089 big
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \series bold
6096
6097 \backslash
6098 Big
6099 \series default
6100
6101 \series bold
6102
6103 \backslash
6104 bigg
6105 \series default
6106  and 
6107 \series bold
6108
6109 \backslash
6110 Bigg
6111 \series default
6112 .
6113  
6114 \series bold
6115
6116 \backslash
6117 big
6118 \series default
6119  denotes the smallest and 
6120 \series bold
6121
6122 \backslash
6123 Bigg
6124 \series default
6125  the largest bracket size.
6126 \end_layout
6127
6128 \begin_layout Standard
6129 These commands are used to emphasize levels of brackets:
6130 \end_layout
6131
6132 \begin_layout Standard
6133 \align center
6134 \begin_inset Tabular
6135 <lyxtabular version="3" rows="2" columns="2">
6136 <features rotate="0" tabularvalignment="middle">
6137 <column alignment="center" valignment="top" width="0pt">
6138 <column alignment="center" valignment="top" width="0pt">
6139 <row>
6140 <cell alignment="center" valignment="top" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 all brackets in the same size:
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 this looks better:
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 </lyxtabular>
6186
6187 \end_inset
6188
6189
6190 \begin_inset Note Note
6191 status collapsed
6192
6193 \begin_layout Plain Layout
6194
6195 \series bold
6196
6197 \backslash
6198 raisebox
6199 \series default
6200  is only used as spacer.
6201 \end_layout
6202
6203 \end_inset
6204
6205
6206 \end_layout
6207
6208 \begin_layout Standard
6209 For the second formula the command 
6210 \series bold
6211
6212 \backslash
6213 Big((A+B)(A-B)
6214 \backslash
6215 Big)^
6216 \begin_inset space \textvisiblespace{}
6217 \end_inset
6218
6219 C
6220 \series default
6221  has been used.
6222 \end_layout
6223
6224 \begin_layout Standard
6225 Here is an overview about all bracket sizes:
6226 \end_layout
6227
6228 \begin_layout Standard
6229 \align center
6230
6231 \backslash
6232 Bigg(
6233 \backslash
6234 exp
6235 \backslash
6236 bigg<
6237 \backslash
6238 Big[
6239 \backslash
6240 big{
6241 \backslash
6242 ln(3x)
6243 \backslash
6244 big}^2
6245 \begin_inset space \textvisiblespace{}
6246 \end_inset
6247
6248
6249 \backslash
6250 sin(x)
6251 \backslash
6252 Big]^
6253 \begin_inset space \textvisiblespace{}
6254 \end_inset
6255
6256 A
6257 \begin_inset space \textvisiblespace{}
6258 \end_inset
6259
6260
6261 \backslash
6262 bigg>
6263 \backslash
6264 Bigg)^0,5
6265 \end_layout
6266
6267 \begin_layout Standard
6268 \align center
6269 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6270 \end_inset
6271
6272
6273 \end_layout
6274
6275 \begin_layout Standard
6276 Besides the 
6277 \series bold
6278
6279 \backslash
6280 big
6281 \series default
6282 -commands there is the variant 
6283 \series bold
6284
6285 \backslash
6286 bigm
6287 \series default
6288
6289 \begin_inset Index idx
6290 status collapsed
6291
6292 \begin_layout Plain Layout
6293 Commands ! B ! 
6294 \backslash
6295 bigm
6296 \end_layout
6297
6298 \end_inset
6299
6300  that adds a bit more space between the bracket and its content, and the
6301  variant 
6302 \series bold
6303
6304 \backslash
6305 bigl
6306 \series default
6307 -
6308 \series bold
6309
6310 \backslash
6311 bigr
6312 \series default
6313
6314 \begin_inset Index idx
6315 status collapsed
6316
6317 \begin_layout Plain Layout
6318 Commands ! B ! 
6319 \backslash
6320 bigl - 
6321 \backslash
6322 bigr
6323 \end_layout
6324
6325 \end_inset
6326
6327 , that don't add additional space.
6328  The 
6329 \emph on
6330 l
6331 \emph default
6332  at the end of the command 
6333 \series bold
6334
6335 \backslash
6336 bigl
6337 \series default
6338  is for a left bracket; for a right bracket this will be replaced by an
6339  
6340 \emph on
6341 r
6342 \emph default
6343 .
6344  A left or right bracket can each be an opening or closing bracket.
6345 \end_layout
6346
6347 \begin_layout Standard
6348 In the following table is a comparison of the variants:
6349 \end_layout
6350
6351 \begin_layout Standard
6352 \align center
6353 \begin_inset Tabular
6354 <lyxtabular version="3" rows="5" columns="2">
6355 <features rotate="0" tabularvalignment="middle">
6356 <column alignment="center" valignment="middle">
6357 <column alignment="center" valignment="middle">
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 Command
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 Result
6373 \begin_inset Note Note
6374 status collapsed
6375
6376 \begin_layout Plain Layout
6377
6378 \series bold
6379
6380 \backslash
6381 raisebox
6382 \series default
6383  is only used as spacer.
6384 \end_layout
6385
6386 \end_inset
6387
6388
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 </row>
6394 <row>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399
6400 \backslash
6401 Bigm(
6402 \backslash
6403 bigm(
6404 \backslash
6405 ln(3x)
6406 \backslash
6407 bigm)^2
6408 \begin_inset space \textvisiblespace{}
6409 \end_inset
6410
6411
6412 \backslash
6413 Bigm)
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436
6437 \backslash
6438 Big(
6439 \backslash
6440 big(
6441 \backslash
6442 ln(3x)
6443 \backslash
6444 big)^2
6445 \begin_inset space \textvisiblespace{}
6446 \end_inset
6447
6448
6449 \backslash
6450 Big)
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6460 \end_inset
6461
6462
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \backslash
6475 Bigl(
6476 \backslash
6477 bigl(
6478 \backslash
6479 ln(3x)
6480 \backslash
6481 bigr)^2
6482 \begin_inset space \textvisiblespace{}
6483 \end_inset
6484
6485
6486 \backslash
6487 Bigr)
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6493 \begin_inset Text
6494
6495 \begin_layout Plain Layout
6496 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \end_inset
6503 </cell>
6504 </row>
6505 <row>
6506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510
6511 \backslash
6512 bigl)
6513 \backslash
6514 ln(3x)
6515 \backslash
6516 bigr(
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6526 \end_inset
6527
6528
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 </row>
6534 </lyxtabular>
6535
6536 \end_inset
6537
6538
6539 \end_layout
6540
6541 \begin_layout Subsubsection
6542 Automatic Bracket Size
6543 \begin_inset CommandInset label
6544 LatexCommand label
6545 name "sub:Automatic-Bracket-Size"
6546
6547 \end_inset
6548
6549
6550 \begin_inset Index idx
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 Bracket size ! automatic
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 Brackets with variable size can be inserted with the commands 
6564 \series bold
6565
6566 \backslash
6567 left
6568 \series default
6569
6570 \begin_inset Index idx
6571 status collapsed
6572
6573 \begin_layout Plain Layout
6574 Commands ! L ! 
6575 \backslash
6576 left
6577 \end_layout
6578
6579 \end_inset
6580
6581  and 
6582 \series bold
6583
6584 \backslash
6585 right
6586 \series default
6587
6588 \begin_inset Index idx
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592 Commands ! R ! 
6593 \backslash
6594 right
6595 \end_layout
6596
6597 \end_inset
6598
6599  or via the math toolbar button 
6600 \begin_inset Info
6601 type  "icon"
6602 arg   "dialog-show mathdelimiter"
6603 \end_inset
6604
6605 .
6606  Directly behind 
6607 \series bold
6608
6609 \backslash
6610 left
6611 \series default
6612  and 
6613 \series bold
6614
6615 \backslash
6616 right
6617 \series default
6618  the wanted bracket must be inserted.
6619  The bracket size will then automatically be calculated for the output.
6620 \end_layout
6621
6622 \begin_layout Standard
6623 \align center
6624 normal bracket: The command 
6625 \series bold
6626
6627 \backslash
6628 ln(
6629 \backslash
6630 frac
6631 \begin_inset space \textvisiblespace{}
6632 \end_inset
6633
6634 A
6635 \begin_inset Formula $\downarrow$
6636 \end_inset
6637
6638 C
6639 \begin_inset space \textvisiblespace{}
6640 \end_inset
6641
6642 )
6643 \series default
6644  creates
6645 \begin_inset Formula 
6646 \[
6647 \ln(\frac{A}{C})
6648 \]
6649
6650 \end_inset
6651
6652
6653 \end_layout
6654
6655 \begin_layout Standard
6656 \align center
6657 multiline bracket: The command 
6658 \series bold
6659
6660 \backslash
6661 ln
6662 \backslash
6663 left(
6664 \backslash
6665 frac
6666 \begin_inset space \textvisiblespace{}
6667 \end_inset
6668
6669 A
6670 \begin_inset Formula $\downarrow$
6671 \end_inset
6672
6673 C
6674 \begin_inset space \textvisiblespace{}
6675 \end_inset
6676
6677
6678 \backslash
6679 right)
6680 \series default
6681  creates
6682 \begin_inset Formula 
6683 \[
6684 \ln\left(\frac{A}{C}\right)
6685 \]
6686
6687 \end_inset
6688
6689
6690 \end_layout
6691
6692 \begin_layout Standard
6693 Instead of 
6694 \series bold
6695
6696 \backslash
6697 left
6698 \series default
6699  and 
6700 \series bold
6701
6702 \backslash
6703 right
6704 \series default
6705  the shortcut 
6706 \family sans
6707 Alt+M
6708 \begin_inset space ~
6709 \end_inset
6710
6711 Bracket
6712 \family default
6713  can be used.
6714  This has the advantage that you can see in LyX immediately the real bracket
6715  size and that the matching right bracket will be created too.
6716 \begin_inset Newline newline
6717 \end_inset
6718
6719 The command for the last example would then be: 
6720 \series bold
6721
6722 \backslash
6723 ln Alt+M
6724 \series default
6725  
6726 \series bold
6727 (
6728 \backslash
6729 frac
6730 \begin_inset space \textvisiblespace{}
6731 \end_inset
6732
6733 A
6734 \begin_inset Formula $\downarrow$
6735 \end_inset
6736
6737 C
6738 \end_layout
6739
6740 \begin_layout Standard
6741 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6742  For example the command 
6743 \series bold
6744
6745 \backslash
6746 left.
6747 \backslash
6748 frac
6749 \begin_inset space \textvisiblespace{}
6750 \end_inset
6751
6752 A
6753 \begin_inset Formula $\downarrow$
6754 \end_inset
6755
6756 B
6757 \begin_inset space \textvisiblespace{}
6758 \end_inset
6759
6760
6761 \backslash
6762 right}
6763 \series default
6764  creates:
6765 \series bold
6766
6767 \begin_inset Formula 
6768 \[
6769 \left.\frac{A}{B}\right\} 
6770 \]
6771
6772 \end_inset
6773
6774
6775 \series default
6776 The commands 
6777 \series bold
6778
6779 \backslash
6780 left
6781 \series default
6782  and 
6783 \series bold
6784
6785 \backslash
6786 right
6787 \series default
6788  will be converted by LyX to brackets in the right size when the document
6789  is reloaded and an omitted bracket will appear as dashed line.
6790 \end_layout
6791
6792 \begin_layout Standard
6793 \begin_inset VSpace bigskip
6794 \end_inset
6795
6796 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6797  the command 
6798 \series bold
6799
6800 \backslash
6801 middle
6802 \series default
6803
6804 \begin_inset Index idx
6805 status collapsed
6806
6807 \begin_layout Plain Layout
6808 Commands ! M ! 
6809 \backslash
6810 middle
6811 \end_layout
6812
6813 \end_inset
6814
6815  is additionally available for all brackets and limits.
6816  With this command the height of the following character is adapted to the
6817  one of the surrounding brackets, what is e.
6818 \begin_inset space \thinspace{}
6819 \end_inset
6820
6821 g.
6822 \begin_inset space \space{}
6823 \end_inset
6824
6825 needed for physical vectors:
6826 \begin_inset Formula 
6827 \[
6828 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6829 \]
6830
6831 \end_inset
6832
6833 For physical vectors there is a special LaTeX-package, described in 
6834 \begin_inset CommandInset ref
6835 LatexCommand ref
6836 reference "sub:Physical-Vectors"
6837
6838 \end_inset
6839
6840 .
6841 \end_layout
6842
6843 \begin_layout Subsection
6844 Horizontal Brackets
6845 \begin_inset Index idx
6846 status collapsed
6847
6848 \begin_layout Plain Layout
6849 Brackets ! horizontal
6850 \end_layout
6851
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \begin_layout Standard
6858 \align center
6859 \begin_inset Tabular
6860 <lyxtabular version="3" rows="4" columns="2">
6861 <features rotate="0" tabularvalignment="middle">
6862 <column alignment="center" valignment="top" width="0pt">
6863 <column alignment="center" valignment="top" width="0pt">
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 Command
6870 \begin_inset Note Note
6871 status collapsed
6872
6873 \begin_layout Plain Layout
6874
6875 \series bold
6876
6877 \backslash
6878 raisebox
6879 \series default
6880  is only used as spacer.
6881 \end_layout
6882
6883 \end_inset
6884
6885
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 Result
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905 \begin_inset ERT
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909
6910
6911 \backslash
6912 raisebox{2.3mm}{
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \backslash
6919 overbrace
6920 \begin_inset space \textvisiblespace{}
6921 \end_inset
6922
6923 A+B
6924 \begin_inset space \textvisiblespace{}
6925 \end_inset
6926
6927 ^v3
6928 \begin_inset ERT
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932
6933 }
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \begin_inset Index idx
6940 status collapsed
6941
6942 \begin_layout Plain Layout
6943 Commands ! O ! 
6944 \backslash
6945 overbrace
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 \begin_inset Formula $\overbrace{A+B}^{3}$
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 <row>
6969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 \begin_inset ERT
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977
6978
6979 \backslash
6980 raisebox{-2.2mm}{
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \backslash
6987 underbrace
6988 \begin_inset space \textvisiblespace{}
6989 \end_inset
6990
6991 A+B
6992 \begin_inset space \textvisiblespace{}
6993 \end_inset
6994
6995 _5
6996 \begin_inset ERT
6997 status collapsed
6998
6999 \begin_layout Plain Layout
7000
7001 }
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \begin_inset Index idx
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011 Commands ! U ! 
7012 \backslash
7013 underbrace
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Formula $\underbrace{A+B}_{5}$
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 </row>
7036 <row>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041
7042 \backslash
7043 overbrace
7044 \begin_inset space \textvisiblespace{}
7045 \end_inset
7046
7047
7048 \backslash
7049 underbrace
7050 \begin_inset space \textvisiblespace{}
7051 \end_inset
7052
7053 A+B_w
7054 \begin_inset space \textvisiblespace{}
7055 \end_inset
7056
7057
7058 \begin_inset space \textvisiblespace{}
7059 \end_inset
7060
7061 _7
7062 \begin_inset space \textvisiblespace{}
7063 \end_inset
7064
7065
7066 \begin_inset space \textvisiblespace{}
7067 \end_inset
7068
7069 ^
7070 \begin_inset space \textvisiblespace{}
7071 \end_inset
7072
7073 C
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 </lyxtabular>
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \begin_layout Standard
7099 In the last example it doesn't matter if 
7100 \series bold
7101
7102 \backslash
7103 overbrace
7104 \series default
7105  or 
7106 \series bold
7107
7108 \backslash
7109 underbrace
7110 \series default
7111  is inserted at first.
7112 \end_layout
7113
7114 \begin_layout Standard
7115 \begin_inset VSpace bigskip
7116 \end_inset
7117
7118 When brackets are needed that overlap each other, multiline formulas, as
7119  described in 
7120 \begin_inset CommandInset ref
7121 LatexCommand ref
7122 reference "sec:Multiline-Formulas"
7123
7124 \end_inset
7125
7126 , must be used:
7127 \begin_inset Formula 
7128 \begin{eqnarray*}
7129 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7130  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7131 \end{eqnarray*}
7132
7133 \end_inset
7134
7135 In the first row the formula is inserted together with the first brace.
7136  It is hereby important that the space command
7137 \begin_inset Foot
7138 status collapsed
7139
7140 \begin_layout Plain Layout
7141 Space commands are explained in 
7142 \begin_inset CommandInset ref
7143 LatexCommand ref
7144 reference "sub:Predefined-Space"
7145
7146 \end_inset
7147
7148 .
7149 \end_layout
7150
7151 \end_inset
7152
7153  
7154 \series bold
7155
7156 \backslash
7157 :
7158 \series default
7159  is inserted before the first 
7160 \begin_inset Formula $d$
7161 \end_inset
7162
7163 , because the brace that ends behind the 
7164 \begin_inset Formula $q$
7165 \end_inset
7166
7167  prevents that the following 
7168 \begin_inset Quotes eld
7169 \end_inset
7170
7171 +
7172 \begin_inset Quotes erd
7173 \end_inset
7174
7175  is surrounded by space.
7176 \begin_inset Foot
7177 status collapsed
7178
7179 \begin_layout Plain Layout
7180 because a bracket is not handled as a character, see 
7181 \begin_inset CommandInset ref
7182 LatexCommand ref
7183 reference "sub:Binary-Operators"
7184
7185 \end_inset
7186
7187
7188 \end_layout
7189
7190 \end_inset
7191
7192  In the second row the second brace is inserted.
7193  As it should begin before the 
7194 \begin_inset Formula $b$
7195 \end_inset
7196
7197 , first the command 
7198 \series bold
7199
7200 \backslash
7201 hphantom{gggg+
7202 \backslash
7203 :}
7204 \series default
7205  is inserted.
7206 \begin_inset Foot
7207 status collapsed
7208
7209 \begin_layout Plain Layout
7210 more about 
7211 \series bold
7212
7213 \backslash
7214 hphantom
7215 \series default
7216  see 
7217 \begin_inset CommandInset ref
7218 LatexCommand ref
7219 reference "sub:Placeholders"
7220
7221 \end_inset
7222
7223
7224 \end_layout
7225
7226 \end_inset
7227
7228  This space is needed because the 
7229 \begin_inset Quotes eld
7230 \end_inset
7231
7232 +
7233 \begin_inset Quotes erd
7234 \end_inset
7235
7236  is also surrounded by space in the formula.
7237  The brace is placed under the command 
7238 \series bold
7239
7240 \backslash
7241 hphantom{bbqq+dddd}
7242 \series default
7243 .
7244 \end_layout
7245
7246 \begin_layout Standard
7247 It gets more complicated when brackets overlap each other, like in the following
7248  example:
7249 \begin_inset ERT
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253
7254
7255 \backslash
7256 setlength{
7257 \backslash
7258 jot}{-6pt}
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \begin_inset Formula 
7265 \begin{eqnarray*}
7266  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7267 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7268 \end{eqnarray*}
7269
7270 \end_inset
7271
7272
7273 \begin_inset ERT
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277
7278
7279 \backslash
7280 setlength{
7281 \backslash
7282 jot}{3pt}
7283 \end_layout
7284
7285 \end_inset
7286
7287 The first formula row is the same as the second row of the previous example,
7288  with the difference that the brace is above.
7289  The second row contains the formula together with the second brace.
7290  To avoid that there is space between the upper brace in the first row and
7291  the formula, the row spacing needs to be reduced.
7292  This is not easily possible due to a bug in LyX
7293 \begin_inset Foot
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 \begin_inset CommandInset href
7298 LatexCommand href
7299 name "LyX-bug #1505"
7300 target "http://www.lyx.org/trac/ticket/1505"
7301
7302 \end_inset
7303
7304
7305 \end_layout
7306
7307 \end_inset
7308
7309 .
7310  As a solution for the problem, the global formula row separation 
7311 \series bold
7312
7313 \backslash
7314 jot
7315 \series default
7316
7317 \begin_inset Index idx
7318 status collapsed
7319
7320 \begin_layout Plain Layout
7321 Commands ! J ! 
7322 \backslash
7323 jot
7324 \end_layout
7325
7326 \end_inset
7327
7328  must be changed to -6
7329 \begin_inset space \thinspace{}
7330 \end_inset
7331
7332 pt before the formula with the command 
7333 \series bold
7334
7335 \backslash
7336 setlength{
7337 \backslash
7338 jot}{-6pt}
7339 \series default
7340  in TeX-mode.
7341  
7342 \series bold
7343
7344 \backslash
7345 jot
7346 \series default
7347  is set back after the formula to the standard value of 3
7348 \begin_inset space \thinspace{}
7349 \end_inset
7350
7351 pt using the same command.
7352  More about the row separation in formulas is explained in 
7353 \begin_inset CommandInset ref
7354 LatexCommand ref
7355 reference "sub:Line-Separation"
7356
7357 \end_inset
7358
7359 .
7360 \end_layout
7361
7362 \begin_layout Section
7363 Arrows
7364 \begin_inset Index idx
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Arrows
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \begin_layout Standard
7377 Arrows can be inserted via the math toolbar button 
7378 \begin_inset Info
7379 type  "icon"
7380 arg   "math-insert \\leftarrow"
7381 \end_inset
7382
7383  or the commands listed in the following subsections.
7384 \end_layout
7385
7386 \begin_layout Subsection
7387 Horizontal Arrows
7388 \begin_inset Index idx
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392 Arrows ! horizontal
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \end_layout
7399
7400 \begin_layout Standard
7401 \begin_inset space \hfill{}
7402 \end_inset
7403
7404
7405 \begin_inset Tabular
7406 <lyxtabular version="3" rows="8" columns="2">
7407 <features rotate="0" tabularvalignment="middle">
7408 <column alignment="center" valignment="top" width="0pt">
7409 <column alignment="center" valignment="top" width="0pt">
7410 <row>
7411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415 Command
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424 Result
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 </row>
7430 <row>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \backslash
7437 gets
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset Formula $\gets$
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 </row>
7455 <row>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460
7461 \backslash
7462 Leftarrow
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 \begin_inset Formula $\Leftarrow$
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 </row>
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \backslash
7487 longleftarrow
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496 \begin_inset Formula $\longleftarrow$
7497 \end_inset
7498
7499
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 </row>
7505 <row>
7506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510
7511 \backslash
7512 Longleftarrow
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 \begin_inset Formula $\Longleftarrow$
7522 \end_inset
7523
7524
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 </row>
7530 <row>
7531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \backslash
7537 leftharpoonup
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 \begin_inset Formula $\leftharpoonup$
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \backslash
7562 leftharpoondown
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 \begin_inset Formula $\leftharpoondown$
7572 \end_inset
7573
7574
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 </row>
7580 <row>
7581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \backslash
7587 hookleftarrow
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 \begin_inset Formula $\hookleftarrow$
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 </row>
7605 </lyxtabular>
7606
7607 \end_inset
7608
7609
7610 \begin_inset space \hfill{}
7611 \end_inset
7612
7613
7614 \begin_inset Tabular
7615 <lyxtabular version="3" rows="8" columns="2">
7616 <features rotate="0" tabularvalignment="middle">
7617 <column alignment="center" valignment="top" width="0pt">
7618 <column alignment="center" valignment="top" width="0pt">
7619 <row>
7620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 Command
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 Result
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 </row>
7639 <row>
7640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644
7645 \backslash
7646 to
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 \begin_inset Formula $\to$
7656 \end_inset
7657
7658
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 </row>
7664 <row>
7665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \backslash
7671 Rightarrow
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 \begin_inset Formula $\Rightarrow$
7681 \end_inset
7682
7683
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 </row>
7689 <row>
7690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694
7695 \backslash
7696 longrightarrow
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 \begin_inset Formula $\longrightarrow$
7706 \end_inset
7707
7708
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \backslash
7721 Longrightarrow
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 \begin_inset Formula $\Longrightarrow$
7731 \end_inset
7732
7733
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 </row>
7739 <row>
7740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744
7745 \backslash
7746 rightharpoonup
7747 \end_layout
7748
7749 \end_inset
7750 </cell>
7751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7752 \begin_inset Text
7753
7754 \begin_layout Plain Layout
7755 \begin_inset Formula $\rightharpoonup$
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 </row>
7764 <row>
7765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769
7770 \backslash
7771 rightharpoondown
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 \begin_inset Formula $\rightharpoondown$
7781 \end_inset
7782
7783
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \backslash
7796 hookrightarrow
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 \begin_inset Formula $\hookrightarrow$
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 </lyxtabular>
7815
7816 \end_inset
7817
7818
7819 \begin_inset space \hfill{}
7820 \end_inset
7821
7822
7823 \end_layout
7824
7825 \begin_layout Standard
7826 \begin_inset space \hfill{}
7827 \end_inset
7828
7829
7830 \begin_inset Tabular
7831 <lyxtabular version="3" rows="6" columns="2">
7832 <features rotate="0" tabularvalignment="middle">
7833 <column alignment="center" valignment="top" width="0pt">
7834 <column alignment="center" valignment="top" width="0pt">
7835 <row>
7836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Command
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 Result
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \backslash
7862 leftrightarrow
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 \begin_inset Formula $\leftrightarrow$
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \backslash
7887 Leftrightarrow
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 \begin_inset Formula $\Leftrightarrow$
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 </row>
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910
7911 \backslash
7912 longleftrightarrow
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 \begin_inset Formula $\longleftrightarrow$
7922 \end_inset
7923
7924
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 </row>
7930 <row>
7931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935
7936 \backslash
7937 Longleftrightarrow
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 \begin_inset Formula $\Longleftrightarrow$
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 </row>
7955 <row>
7956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960
7961 \backslash
7962 rightleftharpoons
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 \begin_inset Formula $\rightleftharpoons$
7972 \end_inset
7973
7974
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 </row>
7980 </lyxtabular>
7981
7982 \end_inset
7983
7984
7985 \begin_inset space \hspace{}
7986 \length 25pt
7987 \end_inset
7988
7989
7990 \begin_inset space \hfill{}
7991 \end_inset
7992
7993
7994 \begin_inset Tabular
7995 <lyxtabular version="3" rows="5" columns="2">
7996 <features rotate="0" tabularvalignment="middle">
7997 <column alignment="center" valignment="top" width="0pt">
7998 <column alignment="center" valignment="top" width="0pt">
7999 <row>
8000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Command
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013 Result
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 </row>
8019 <row>
8020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \backslash
8026 mapsto
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 \begin_inset Formula $\mapsto$
8036 \end_inset
8037
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 </row>
8044 <row>
8045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049
8050 \backslash
8051 longmapsto
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 \begin_inset Formula $\longmapsto$
8061 \end_inset
8062
8063
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 </row>
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \backslash
8076 leadsto
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085 \begin_inset Formula $\leadsto$
8086 \end_inset
8087
8088
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row>
8095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099
8100 \backslash
8101 dasharrow
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 \begin_inset Formula $\dasharrow$
8111 \end_inset
8112
8113
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 </row>
8119 </lyxtabular>
8120
8121 \end_inset
8122
8123
8124 \begin_inset space \hfill{}
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \begin_layout Standard
8131 \begin_inset VSpace medskip
8132 \end_inset
8133
8134 Arrows used as accents like e.
8135 \begin_inset space \thinspace{}
8136 \end_inset
8137
8138 g.
8139 \begin_inset space \space{}
8140 \end_inset
8141
8142 vector arrows are listed in 
8143 \begin_inset CommandInset ref
8144 LatexCommand ref
8145 reference "sec:Accents"
8146
8147 \end_inset
8148
8149 .
8150 \end_layout
8151
8152 \begin_layout Standard
8153 \begin_inset VSpace bigskip
8154 \end_inset
8155
8156 Furthermore there are the labeled arrows
8157 \begin_inset Index idx
8158 status collapsed
8159
8160 \begin_layout Plain Layout
8161 Arrows ! labeled
8162 \end_layout
8163
8164 \end_inset
8165
8166  
8167 \series bold
8168
8169 \backslash
8170 xleftarrow
8171 \series default
8172
8173 \begin_inset Index idx
8174 status collapsed
8175
8176 \begin_layout Plain Layout
8177 Commands ! X ! 
8178 \backslash
8179 xleftarrow
8180 \end_layout
8181
8182 \end_inset
8183
8184  and 
8185 \series bold
8186
8187 \backslash
8188 xrightarrow
8189 \series default
8190
8191 \begin_inset Index idx
8192 status collapsed
8193
8194 \begin_layout Plain Layout
8195 Commands ! X ! 
8196 \backslash
8197 xrightarrow
8198 \begin_inset ERT
8199 status collapsed
8200
8201 \begin_layout Plain Layout
8202
8203
8204 \backslash
8205 vspace{4mm}
8206 \end_layout
8207
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \end_inset
8214
8215 .
8216  When inserting one of these commands in a formula, an arrow with two blue
8217  boxes appear where the label can be inserted.
8218  The length of the arrow adapts to the label width.
8219 \end_layout
8220
8221 \begin_layout Standard
8222 \align center
8223 \begin_inset Tabular
8224 <lyxtabular version="3" rows="3" columns="2">
8225 <features rotate="0" tabularvalignment="middle">
8226 <column alignment="center" valignment="top" width="0pt">
8227 <column alignment="center" valignment="top" width="0pt">
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 Command
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Result
8243 \begin_inset Note Note
8244 status collapsed
8245
8246 \begin_layout Plain Layout
8247
8248 \series bold
8249
8250 \backslash
8251 raisebox
8252 \series default
8253  is only used as spacer.
8254 \end_layout
8255
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 F(a)
8270 \backslash
8271 xleftarrow
8272 \begin_inset space \textvisiblespace{}
8273 \end_inset
8274
8275 x=a
8276 \begin_inset Formula $\downarrow$
8277 \end_inset
8278
8279 x>0
8280 \begin_inset Formula $\to$
8281 \end_inset
8282
8283 F(x)
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 F(x)
8307 \backslash
8308 xrightarrow
8309 \begin_inset space \textvisiblespace{}
8310 \end_inset
8311
8312 x=a
8313 \begin_inset Formula $\downarrow$
8314 \end_inset
8315
8316 x>0
8317 \begin_inset Formula $\to$
8318 \end_inset
8319
8320 F(a)
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8330 \end_inset
8331
8332
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 </row>
8338 </lyxtabular>
8339
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \begin_layout Subsection
8346 Vertical and diagonal Arrows
8347 \begin_inset Index idx
8348 status collapsed
8349
8350 \begin_layout Plain Layout
8351 Arrows ! diagonal
8352 \end_layout
8353
8354 \end_inset
8355
8356
8357 \begin_inset Index idx
8358 status collapsed
8359
8360 \begin_layout Plain Layout
8361 Arrows ! vertical
8362 \end_layout
8363
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \begin_layout Standard
8370 \begin_inset space \hfill{}
8371 \end_inset
8372
8373
8374 \begin_inset Tabular
8375 <lyxtabular version="3" rows="7" columns="2">
8376 <features rotate="0" tabularvalignment="middle">
8377 <column alignment="center" valignment="top" width="0pt">
8378 <column alignment="center" valignment="top" width="0pt">
8379 <row>
8380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 Command
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Result
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 </row>
8399 <row>
8400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404
8405 \backslash
8406 uparrow
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 \begin_inset Formula $\uparrow$
8416 \end_inset
8417
8418
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429
8430 \backslash
8431 Uparrow
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440 \begin_inset Formula $\Uparrow$
8441 \end_inset
8442
8443
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \backslash
8456 updownarrow
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 \begin_inset Formula $\updownarrow$
8466 \end_inset
8467
8468
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 Updownarrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\Updownarrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Downarrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Downarrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 downarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\downarrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 </lyxtabular>
8550
8551 \end_inset
8552
8553
8554 \begin_inset space \hfill{}
8555 \end_inset
8556
8557
8558 \begin_inset Tabular
8559 <lyxtabular version="3" rows="5" columns="2">
8560 <features rotate="0" tabularvalignment="middle">
8561 <column alignment="center" valignment="top" width="0pt">
8562 <column alignment="center" valignment="top" width="0pt">
8563 <row>
8564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 Command
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Result
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 </row>
8583 <row>
8584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588
8589 \backslash
8590 nearrow
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 \begin_inset Formula $\nearrow$
8600 \end_inset
8601
8602
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \backslash
8615 searrow
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 \begin_inset Formula $\searrow$
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \backslash
8640 swarrow
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 \begin_inset Formula $\swarrow$
8650 \end_inset
8651
8652
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 nwarrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\nwarrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 </lyxtabular>
8684
8685 \end_inset
8686
8687
8688 \begin_inset space \hfill{}
8689 \end_inset
8690
8691
8692 \end_layout
8693
8694 \begin_layout Standard
8695 \begin_inset VSpace medskip
8696 \end_inset
8697
8698 Vertical arrows can be used also as delimiters together with the commands
8699  described in 
8700 \begin_inset CommandInset ref
8701 LatexCommand ref
8702 reference "sub:Manual-Bracket-Size"
8703
8704 \end_inset
8705
8706  and 
8707 \begin_inset CommandInset ref
8708 LatexCommand ref
8709 reference "sub:Automatic-Bracket-Size"
8710
8711 \end_inset
8712
8713 .
8714 \end_layout
8715
8716 \begin_layout Section
8717 Accents
8718 \begin_inset CommandInset label
8719 LatexCommand label
8720 name "sec:Accents"
8721
8722 \end_inset
8723
8724
8725 \begin_inset Index idx
8726 status collapsed
8727
8728 \begin_layout Plain Layout
8729 Accents
8730 \end_layout
8731
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \begin_layout Standard
8738 Accents can be inserted via the math toolbar button 
8739 \begin_inset Info
8740 type  "icon"
8741 arg   "math-insert \\hat"
8742 \end_inset
8743
8744  or the commands listed in the following subsections.
8745 \end_layout
8746
8747 \begin_layout Subsection
8748 Accents for one Character
8749 \begin_inset ERT
8750 status collapsed
8751
8752 \begin_layout Plain Layout
8753
8754
8755 \backslash
8756 texorpdfstring{
8757 \end_layout
8758
8759 \end_inset
8760
8761
8762 \begin_inset Foot
8763 status collapsed
8764
8765 \begin_layout Plain Layout
8766 accents in text see 
8767 \begin_inset CommandInset ref
8768 LatexCommand ref
8769 reference "sub:Accents-in-Text"
8770
8771 \end_inset
8772
8773
8774 \end_layout
8775
8776 \end_inset
8777
8778
8779 \begin_inset ERT
8780 status collapsed
8781
8782 \begin_layout Plain Layout
8783
8784 }{}
8785 \end_layout
8786
8787 \end_inset
8788
8789
8790 \begin_inset Note Note
8791 status collapsed
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796
8797 \backslash
8798 texorpdfstring
8799 \series default
8800  is used to avoid that the footnote appears in the PDF-bookmark.
8801 \end_layout
8802
8803 \begin_layout Plain Layout
8804 More about 
8805 \series bold
8806
8807 \backslash
8808 texorpdfstring
8809 \series default
8810  is in section 
8811 \begin_inset CommandInset ref
8812 LatexCommand ref
8813 reference "sub:Formulas-in-Section"
8814
8815 \end_inset
8816
8817 .
8818 \end_layout
8819
8820 \end_inset
8821
8822
8823 \begin_inset CommandInset label
8824 LatexCommand label
8825 name "sub:Accents-for-one"
8826
8827 \end_inset
8828
8829
8830 \begin_inset Index idx
8831 status collapsed
8832
8833 \begin_layout Plain Layout
8834 Accents ! for one character
8835 \end_layout
8836
8837 \end_inset
8838
8839
8840 \end_layout
8841
8842 \begin_layout Standard
8843 \begin_inset space \hfill{}
8844 \end_inset
8845
8846
8847 \begin_inset Tabular
8848 <lyxtabular version="3" rows="8" columns="2">
8849 <features rotate="0" tabularvalignment="middle">
8850 <column alignment="center" valignment="top" width="0pt">
8851 <column alignment="center" valignment="top" width="0pt">
8852 <row>
8853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Command
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Result
8867 \begin_inset Note Note
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873
8874 \backslash
8875 raisebox
8876 \series default
8877  is only used as spacer.
8878 \end_layout
8879
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \backslash
8895 dot
8896 \begin_inset space \textvisiblespace{}
8897 \end_inset
8898
8899 A
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8909 \end_inset
8910
8911
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \backslash
8924 ddot
8925 \begin_inset space \textvisiblespace{}
8926 \end_inset
8927
8928 A
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8938 \end_inset
8939
8940
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \backslash
8953 dddot
8954 \begin_inset space \textvisiblespace{}
8955 \end_inset
8956
8957 A
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8967 \end_inset
8968
8969
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \backslash
8982 ddddot
8983 \begin_inset space \textvisiblespace{}
8984 \end_inset
8985
8986 A
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
8996 \end_inset
8997
8998
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \backslash
9011 vec
9012 \begin_inset space \textvisiblespace{}
9013 \end_inset
9014
9015 A
9016 \begin_inset Index idx
9017 status collapsed
9018
9019 \begin_layout Plain Layout
9020 Vectors
9021 \end_layout
9022
9023 \end_inset
9024
9025
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9035 \end_inset
9036
9037
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \backslash
9050 bar
9051 \begin_inset space \textvisiblespace{}
9052 \end_inset
9053
9054 A
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \backslash
9079 mathring
9080 \begin_inset space \textvisiblespace{}
9081 \end_inset
9082
9083 A
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 </lyxtabular>
9102
9103 \end_inset
9104
9105
9106 \begin_inset space \hfill{}
9107 \end_inset
9108
9109
9110 \begin_inset Tabular
9111 <lyxtabular version="3" rows="7" columns="2">
9112 <features rotate="0" tabularvalignment="middle">
9113 <column alignment="center" valignment="top" width="0pt">
9114 <column alignment="center" valignment="top" width="0pt">
9115 <row>
9116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 Command
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Result
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 </row>
9135 <row>
9136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140
9141 \backslash
9142 tilde
9143 \begin_inset space \textvisiblespace{}
9144 \end_inset
9145
9146 A
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9156 \end_inset
9157
9158
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \backslash
9171 hat
9172 \begin_inset space \textvisiblespace{}
9173 \end_inset
9174
9175 A
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9185 \end_inset
9186
9187
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 </row>
9193 <row>
9194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198
9199 \backslash
9200 check
9201 \begin_inset space \textvisiblespace{}
9202 \end_inset
9203
9204 A
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \backslash
9229 acute
9230 \begin_inset space \textvisiblespace{}
9231 \end_inset
9232
9233 A
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9243 \end_inset
9244
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 <row>
9252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256
9257 \backslash
9258 grave
9259 \begin_inset space \textvisiblespace{}
9260 \end_inset
9261
9262 A
9263 \end_layout
9264
9265 \end_inset
9266 </cell>
9267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9268 \begin_inset Text
9269
9270 \begin_layout Plain Layout
9271 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 </row>
9280 <row>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \backslash
9287 breve
9288 \begin_inset space \textvisiblespace{}
9289 \end_inset
9290
9291 A
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9301 \end_inset
9302
9303
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 </row>
9309 </lyxtabular>
9310
9311 \end_inset
9312
9313
9314 \begin_inset space \hfill{}
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Standard
9321 \begin_inset VSpace bigskip
9322 \end_inset
9323
9324
9325 \end_layout
9326
9327 \begin_layout Standard
9328 You can directly insert accents like é to formulas.
9329  LyX will transform them to the corresponding accent command.
9330  For umlauts
9331 \begin_inset Index idx
9332 status collapsed
9333
9334 \begin_layout Plain Layout
9335 Umlauts
9336 \end_layout
9337
9338 \end_inset
9339
9340  it is better to insert a quotation mark before the vowel.
9341  These two characters are then treated by LaTeX as 
9342 \emph on
9343 one
9344 \emph default
9345  character when the formula part with the umlaut is marked as German.
9346  In contrary to 
9347 \series bold
9348
9349 \backslash
9350 ddot
9351 \series default
9352 , with this method 
9353 \begin_inset Quotes eld
9354 \end_inset
9355
9356 real
9357 \begin_inset Quotes erd
9358 \end_inset
9359
9360  umlauts are created as demonstrated in the following example:
9361 \end_layout
9362
9363 \begin_layout Standard
9364 \begin_inset VSpace -2mm
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 \align center
9372 \begin_inset Tabular
9373 <lyxtabular version="3" rows="3" columns="2">
9374 <features rotate="0" tabularvalignment="middle">
9375 <column alignment="center" valignment="top">
9376 <column alignment="center" valignment="top">
9377 <row>
9378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Command
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 Result
9392 \begin_inset Note Note
9393 status collapsed
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398
9399 \backslash
9400 raisebox
9401 \series default
9402  and the 0
9403 \begin_inset space \thinspace{}
9404 \end_inset
9405
9406 pt space are only used as spacer.
9407 \end_layout
9408
9409 \end_inset
9410
9411
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row>
9418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \lang ngerman
9424 \begin_inset Quotes grd
9425 \end_inset
9426
9427 i
9428 \end_layout
9429
9430 \end_inset
9431 </cell>
9432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9433 \begin_inset Text
9434
9435 \begin_layout Plain Layout
9436 \begin_inset space \hspace{}
9437 \length 0pt
9438 \end_inset
9439
9440
9441 \lang ngerman
9442
9443 \begin_inset Formula $"i$
9444 \end_inset
9445
9446
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 </row>
9452 <row>
9453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457
9458 \backslash
9459 ddot
9460 \begin_inset space \textvisiblespace{}
9461 \end_inset
9462
9463 i
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9473 \end_inset
9474
9475
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 </lyxtabular>
9482
9483 \end_inset
9484
9485
9486 \end_layout
9487
9488 \begin_layout Standard
9489 Another advantage to 
9490 \series bold
9491
9492 \backslash
9493 ddot
9494 \series default
9495  is that umlauts can directly be converted to mathematical text because
9496  the accent commands above are 
9497 \emph on
9498 not allowed
9499 \emph default
9500  
9501 \emph on
9502 in mathematical text
9503 \emph default
9504 .
9505  To convert an accented character to mathematical text, only the character
9506  under the accent may be converted.
9507  This applies also for all other conversions, e.
9508 \begin_inset space \thinspace{}
9509 \end_inset
9510
9511 g.
9512 \begin_inset space \space{}
9513 \end_inset
9514
9515 to italic or bold.
9516 \end_layout
9517
9518 \begin_layout Standard
9519 In mathematical text, umlauts and other accented characters can directly
9520  be inserted.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \begin_inset VSpace bigskip
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \begin_layout Standard
9531 LyX also supports a tilde under the character if the LaTeX-package 
9532 \series bold
9533 undertilde
9534 \series default
9535
9536 \begin_inset Index idx
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540 Packages ! undertilde
9541 \end_layout
9542
9543 \end_inset
9544
9545  is installed on your system:
9546 \end_layout
9547
9548 \begin_layout Standard
9549 \begin_inset ERT
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553
9554
9555 \backslash
9556 ifundertilde 
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \begin_inset Note Note
9563 status open
9564
9565 \begin_layout Plain Layout
9566 The following table will only be displayed when the LaTeX-package 
9567 \series bold
9568 undertilde
9569 \series default
9570  is installed.
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 \noindent
9580 \align center
9581 \begin_inset Tabular
9582 <lyxtabular version="3" rows="2" columns="2">
9583 <features rotate="0" tabularvalignment="middle">
9584 <column alignment="center" valignment="top" width="0pt">
9585 <column alignment="center" valignment="top" width="0pt">
9586 <row>
9587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9588 \begin_inset Text
9589
9590 \begin_layout Plain Layout
9591 Command
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600 Result
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 utilde
9614 \begin_inset space \textvisiblespace{}
9615 \end_inset
9616
9617 A
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9627 \end_inset
9628
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 </row>
9635 </lyxtabular>
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 \begin_inset ERT
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647
9648
9649 \backslash
9650 else 
9651 \end_layout
9652
9653 \end_inset
9654
9655
9656 \begin_inset Note Note
9657 status open
9658
9659 \begin_layout Plain Layout
9660 The following will be displayed when the LaTeX-package 
9661 \series bold
9662 undertilde
9663 \series default
9664  is not installed:
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \begin_layout Standard
9673 You need to install the LaTeX-package 
9674 \series bold
9675 undertilde
9676 \series default
9677  to see the rest of this subsection in the output.
9678 \end_layout
9679
9680 \begin_layout Standard
9681 \begin_inset ERT
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685
9686
9687 \backslash
9688 fi 
9689 \end_layout
9690
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \begin_layout Subsection
9697 Accents for several Characters
9698 \begin_inset Index idx
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702 Accents ! for several characters
9703 \end_layout
9704
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \begin_layout Standard
9711 \begin_inset space \hfill{}
9712 \end_inset
9713
9714
9715 \begin_inset Tabular
9716 <lyxtabular version="3" rows="5" columns="2">
9717 <features rotate="0" tabularvalignment="middle">
9718 <column alignment="center" valignment="top" width="0pt">
9719 <column alignment="center" valignment="top" width="0pt">
9720 <row>
9721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725 Command
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734 Result
9735 \begin_inset Note Note
9736 status collapsed
9737
9738 \begin_layout Plain Layout
9739
9740 \series bold
9741
9742 \backslash
9743 raisebox
9744 \series default
9745  is only used as spacer.
9746 \end_layout
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \backslash
9763 overleftarrow
9764 \begin_inset space \textvisiblespace{}
9765 \end_inset
9766
9767 A=B
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9777 \end_inset
9778
9779
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \backslash
9792 underleftarrow
9793 \begin_inset space \textvisiblespace{}
9794 \end_inset
9795
9796 A=B
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 overleftrightarrow
9822 \begin_inset space \textvisiblespace{}
9823 \end_inset
9824
9825 A=B
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 underleftrightarrow
9851 \begin_inset space \textvisiblespace{}
9852 \end_inset
9853
9854 A=B
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 </lyxtabular>
9873
9874 \end_inset
9875
9876
9877 \begin_inset space \hfill{}
9878 \end_inset
9879
9880
9881 \begin_inset Tabular
9882 <lyxtabular version="3" rows="5" columns="2">
9883 <features rotate="0" tabularvalignment="middle">
9884 <column alignment="center" valignment="top" width="0pt">
9885 <column alignment="center" valignment="top" width="0pt">
9886 <row>
9887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Command
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 Result
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \backslash
9913 overrightarrow
9914 \begin_inset space \textvisiblespace{}
9915 \end_inset
9916
9917 A=B
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9927 \end_inset
9928
9929
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 </row>
9935 <row>
9936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940
9941 \backslash
9942 underrightarrow
9943 \begin_inset space \textvisiblespace{}
9944 \end_inset
9945
9946 A=B
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9956 \end_inset
9957
9958
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \backslash
9971 widetilde
9972 \begin_inset space \textvisiblespace{}
9973 \end_inset
9974
9975 A=B
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9985 \end_inset
9986
9987
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 widehat
10001 \begin_inset space \textvisiblespace{}
10002 \end_inset
10003
10004 A=B
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10014 \end_inset
10015
10016
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 </lyxtabular>
10023
10024 \end_inset
10025
10026
10027 \begin_inset space \hfill{}
10028 \end_inset
10029
10030
10031 \end_layout
10032
10033 \begin_layout Standard
10034 \begin_inset VSpace medskip
10035 \end_inset
10036
10037 With these commands as many characters as you like can be accented.
10038  But the accents 
10039 \series bold
10040
10041 \backslash
10042 widetilde
10043 \series default
10044  and 
10045 \series bold
10046
10047 \backslash
10048 widehat
10049 \series default
10050  will only be set in the output with a length of three characters, as shown
10051  in the following example:
10052 \begin_inset Formula 
10053 \[
10054 \widetilde{A+B=C-D}
10055 \]
10056
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \begin_layout Standard
10063 With the commands 
10064 \series bold
10065
10066 \backslash
10067 overset
10068 \series default
10069
10070 \begin_inset Index idx
10071 status collapsed
10072
10073 \begin_layout Plain Layout
10074 Commands ! O ! 
10075 \backslash
10076 overset
10077 \end_layout
10078
10079 \end_inset
10080
10081  and 
10082 \series bold
10083
10084 \backslash
10085 underset
10086 \series default
10087
10088 \begin_inset Index idx
10089 status collapsed
10090
10091 \begin_layout Plain Layout
10092 Commands ! U ! 
10093 \backslash
10094 underset
10095 \end_layout
10096
10097 \end_inset
10098
10099  described in the previous subsection it is also possible to accent several
10100  characters.
10101  The command 
10102 \series bold
10103
10104 \backslash
10105 underset
10106 \begin_inset space \textvisiblespace{}
10107 \end_inset
10108
10109 A=B
10110 \begin_inset Formula $\downarrow$
10111 \end_inset
10112
10113 ***
10114 \series default
10115  creates:
10116 \begin_inset Formula 
10117 \[
10118 \underset{***}{A=B}
10119 \]
10120
10121 \end_inset
10122
10123
10124 \end_layout
10125
10126 \begin_layout Standard
10127 \begin_inset Newpage newpage
10128 \end_inset
10129
10130
10131 \end_layout
10132
10133 \begin_layout Section
10134 Space
10135 \begin_inset CommandInset label
10136 LatexCommand label
10137 name "sub:Space"
10138
10139 \end_inset
10140
10141
10142 \begin_inset Index idx
10143 status collapsed
10144
10145 \begin_layout Plain Layout
10146 Space ! horizontal
10147 \end_layout
10148
10149 \end_inset
10150
10151
10152 \end_layout
10153
10154 \begin_layout Subsection
10155 Predefined Space
10156 \begin_inset CommandInset label
10157 LatexCommand label
10158 name "sub:Predefined-Space"
10159
10160 \end_inset
10161
10162
10163 \begin_inset Index idx
10164 status collapsed
10165
10166 \begin_layout Plain Layout
10167 Space ! horizontal ! predefined
10168 \end_layout
10169
10170 \end_inset
10171
10172
10173 \end_layout
10174
10175 \begin_layout Standard
10176 Sometimes it is necessary to insert horizontal space into a formula.
10177  This is done by inserting a protected space (shortcut 
10178 \begin_inset Info
10179 type  "shortcut"
10180 arg   "command-alternatives space-insert protected ; math-space"
10181 \end_inset
10182
10183 ).
10184  A 
10185 \begin_inset Quotes eld
10186 \end_inset
10187
10188
10189 \color blue
10190
10191 \begin_inset space \textvisiblespace{}
10192 \end_inset
10193
10194
10195 \color inherit
10196
10197 \begin_inset Quotes erd
10198 \end_inset
10199
10200  appears and by pressing 
10201 \family sans
10202 Space
10203 \family default
10204  several times one can select one of eight different space sizes.
10205  The spaces can also be inserted using the math toolbar button 
10206 \begin_inset Info
10207 type  "icon"
10208 arg   "math-insert \\space"
10209 \end_inset
10210
10211  or special commands.
10212  Independent from the inserted command, one can select the size again by
10213  pressing 
10214 \family sans
10215 Space
10216 \family default
10217  afterwards.
10218 \end_layout
10219
10220 \begin_layout Standard
10221 \noindent
10222 \align center
10223 \begin_inset Tabular
10224 <lyxtabular version="3" rows="6" columns="3">
10225 <features rotate="0" tabularvalignment="middle">
10226 <column alignment="center" valignment="top">
10227 <column alignment="center" valignment="top" width="15col%">
10228 <column alignment="center" valignment="top">
10229 <row>
10230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 Command
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 Number of 
10244 \family sans
10245 Space
10246 \family default
10247  keystrokes
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Result
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \backslash
10269 ,
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 0
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 \begin_inset Formula $A\, B$
10288 \end_inset
10289
10290
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \backslash
10303 :
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 1
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 \begin_inset Formula $A\: B$
10322 \end_inset
10323
10324
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \backslash
10337 ;
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 2
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 \begin_inset Formula $A\; B$
10356 \end_inset
10357
10358
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \backslash
10371 quad
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 3
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 \begin_inset Formula $A\quad B$
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 </row>
10398 <row>
10399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403
10404 \backslash
10405 qquad
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 4
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 \begin_inset Formula $A\qquad B$
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 </lyxtabular>
10433
10434 \end_inset
10435
10436
10437 \begin_inset space \hfill{}
10438 \end_inset
10439
10440
10441 \begin_inset Tabular
10442 <lyxtabular version="3" rows="6" columns="3">
10443 <features rotate="0" tabularvalignment="middle">
10444 <column alignment="center" valignment="top">
10445 <column alignment="center" valignment="top" width="15col%">
10446 <column alignment="center" valignment="top">
10447 <row>
10448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 Command
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 Number of 
10462 \family sans
10463 Space
10464 \family default
10465  keystrokes
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 Result
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \backslash
10487 hfill
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 5
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 \begin_inset Formula $A\hfill B$
10506 \end_inset
10507
10508
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \backslash
10521 hspace*{1em}
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 6
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $A\hspace*{1em}B$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553
10554 \backslash
10555 hspace{1em}
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564 7
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 \begin_inset Formula $A\hspace{1em}B$
10574 \end_inset
10575
10576
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589
10590 \begin_inset space \textvisiblespace{}
10591 \end_inset
10592
10593
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 8
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $A\ B$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 !
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 9
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 \begin_inset Formula $A\! B$
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 </lyxtabular>
10655
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \begin_layout Standard
10662 Space
10663 \begin_inset space ~
10664 \end_inset
10665
10666 5
10667 \begin_inset space \thinspace{}
10668 \end_inset
10669
10670 --
10671 \begin_inset space \thinspace{}
10672 \end_inset
10673
10674 7 are variable spaces which are explained in 
10675 \begin_inset CommandInset ref
10676 LatexCommand ref
10677 reference "sub:Variable-Space"
10678
10679 \end_inset
10680
10681 .
10682  Space
10683 \begin_inset space ~
10684 \end_inset
10685
10686 9 seems to produce no space.
10687  It is displayed red in LyX contrary to the other sizes, because it is a
10688  negative space.
10689  There are two more negative spaces:
10690 \end_layout
10691
10692 \begin_layout Standard
10693 \align center
10694 \begin_inset Tabular
10695 <lyxtabular version="3" rows="3" columns="3">
10696 <features rotate="0" tabularvalignment="middle">
10697 <column alignment="center" valignment="middle" width="6.8cm">
10698 <column alignment="center" valignment="top" width="0pt">
10699 <column alignment="center" valignment="top" width="0pt">
10700 <row>
10701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Command
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714
10715 \backslash
10716 negmedspace
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \backslash
10727 negthickspace
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 Number of 
10739 \family sans
10740 Space
10741 \family default
10742  keystrokes after inserting the protected space
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 10
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 11
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771 Result
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 \begin_inset Formula $A\negmedspace B$
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 \begin_inset Formula $A\negthickspace B$
10793 \end_inset
10794
10795
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 </lyxtabular>
10802
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \begin_layout Standard
10809 Negative spaces can lead to characters overlapping each other.
10810  Thus they can be used to enforce ligatures, which are e.
10811 \begin_inset space \thinspace{}
10812 \end_inset
10813
10814 g.
10815 \begin_inset space \space{}
10816 \end_inset
10817
10818 useful for summation operators:
10819 \end_layout
10820
10821 \begin_layout Standard
10822 \align center
10823 \begin_inset Tabular
10824 <lyxtabular version="3" rows="3" columns="2">
10825 <features rotate="0" tabularvalignment="middle">
10826 <column alignment="center" valignment="top">
10827 <column alignment="center" valignment="top">
10828 <row>
10829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833 Command
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Result
10843 \begin_inset Note Note
10844 status collapsed
10845
10846 \begin_layout Plain Layout
10847
10848 \series bold
10849
10850 \backslash
10851 raisebox
10852 \series default
10853  is only used as spacer.
10854 \end_layout
10855
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \end_inset
10862 </cell>
10863 </row>
10864 <row>
10865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869
10870 \backslash
10871 sum
10872 \backslash
10873 sum
10874 \begin_inset space \textvisiblespace{}
10875 \end_inset
10876
10877 f_kl
10878 \end_layout
10879
10880 \end_inset
10881 </cell>
10882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10883 \begin_inset Text
10884
10885 \begin_layout Plain Layout
10886 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900
10901 \backslash
10902 sum
10903 \backslash
10904 negmedspace
10905 \backslash
10906 sum
10907 \begin_inset space \textvisiblespace{}
10908 \end_inset
10909
10910 f_kl
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 </lyxtabular>
10929
10930 \end_inset
10931
10932
10933 \end_layout
10934
10935 \begin_layout Standard
10936 \noindent
10937 \begin_inset VSpace medskip
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \begin_layout Standard
10944 \noindent
10945 Relations like for example equal signs, are always surrounded by space.
10946  To suppress this, the equal sign is placed into a TeX-brace.
10947  The following example demonstrates this:
10948 \end_layout
10949
10950 \begin_layout Standard
10951 \align center
10952 \begin_inset Tabular
10953 <lyxtabular version="3" rows="2" columns="2">
10954 <features rotate="0" tabularvalignment="middle">
10955 <column alignment="center" valignment="top" width="0pt">
10956 <column alignment="center" valignment="top" width="0pt">
10957 <row>
10958 <cell alignment="center" valignment="top" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 normal equation
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 \begin_inset Formula $A=B$
10972 \end_inset
10973
10974
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 </row>
10980 <row>
10981 <cell alignment="center" valignment="top" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 \begin_inset Note Note
10986 status collapsed
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991
10992 \backslash
10993 raisebox
10994 \series default
10995  is only used as spacer.
10996 \end_layout
10997
10998 \end_inset
10999
11000
11001 \begin_inset Formula $\raisebox{5mm}{}$
11002 \end_inset
11003
11004 equation without space
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013 \begin_inset Formula $A{=}B$
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 </row>
11022 </lyxtabular>
11023
11024 \end_inset
11025
11026
11027 \end_layout
11028
11029 \begin_layout Standard
11030 \noindent
11031 The command for the last formula is: 
11032 \series bold
11033 A
11034 \backslash
11035 {=
11036 \begin_inset Formula $\to$
11037 \end_inset
11038
11039 B
11040 \end_layout
11041
11042 \begin_layout Standard
11043 \begin_inset VSpace bigskip
11044 \end_inset
11045
11046
11047 \end_layout
11048
11049 \begin_layout Standard
11050 Spaces are needed for physical units, because the space between the value
11051  and the unit is the smallest one and not a normal space.
11052  For units in text, the smallest space is inserted via the menu 
11053 \family sans
11054 Insert\SpecialChar \menuseparator
11055 Formatting\SpecialChar \menuseparator
11056 Thin
11057 \begin_inset space ~
11058 \end_inset
11059
11060 Space
11061 \family default
11062  (shortcut 
11063 \begin_inset Info
11064 type  "shortcut"
11065 arg   "space-insert thin"
11066 \end_inset
11067
11068 ).
11069 \end_layout
11070
11071 \begin_layout Standard
11072 An example to visualize the difference:
11073 \end_layout
11074
11075 \begin_layout Standard
11076 \begin_inset Tabular
11077 <lyxtabular version="3" rows="2" columns="2">
11078 <features rotate="0" tabularvalignment="middle">
11079 <column alignment="left" valignment="top">
11080 <column alignment="left" valignment="top">
11081 <row>
11082 <cell alignment="center" valignment="top" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 24 kW
11087 \begin_inset Formula $\cdot$
11088 \end_inset
11089
11090 h
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 space between value and unit
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 </row>
11105 <row>
11106 <cell alignment="center" valignment="top" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 24
11111 \begin_inset space \thinspace{}
11112 \end_inset
11113
11114 kW
11115 \begin_inset Formula $\cdot$
11116 \end_inset
11117
11118 h
11119 \end_layout
11120
11121 \end_inset
11122 </cell>
11123 <cell alignment="center" valignment="top" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 smallest space between value and unit
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 </row>
11133 </lyxtabular>
11134
11135 \end_inset
11136
11137
11138 \end_layout
11139
11140 \begin_layout Subsection
11141 Variable Space
11142 \begin_inset ERT
11143 status collapsed
11144
11145 \begin_layout Plain Layout
11146
11147
11148 \backslash
11149 texorpdfstring{
11150 \end_layout
11151
11152 \end_inset
11153
11154
11155 \begin_inset Foot
11156 status collapsed
11157
11158 \begin_layout Plain Layout
11159 for vertical space in formulas see 
11160 \begin_inset CommandInset ref
11161 LatexCommand ref
11162 reference "sub:Line-Separation"
11163
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170
11171
11172 \begin_inset ERT
11173 status collapsed
11174
11175 \begin_layout Plain Layout
11176
11177 }{}
11178 \end_layout
11179
11180 \end_inset
11181
11182
11183 \begin_inset Note Note
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187
11188 \backslash
11189 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11190 \end_layout
11191
11192 \begin_layout Plain Layout
11193 More about 
11194 \backslash
11195 texorpdfstring is in section 
11196 \begin_inset CommandInset ref
11197 LatexCommand ref
11198 reference "sub:Formulas-in-Section"
11199
11200 \end_inset
11201
11202 .
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \begin_inset CommandInset label
11209 LatexCommand label
11210 name "sub:Variable-Space"
11211
11212 \end_inset
11213
11214
11215 \begin_inset Index idx
11216 status collapsed
11217
11218 \begin_layout Plain Layout
11219 Space ! horizontal ! variable
11220 \end_layout
11221
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \begin_layout Standard
11228 Space with a defined length can be inserted with the command 
11229 \series bold
11230
11231 \backslash
11232 hspace
11233 \series default
11234
11235 \begin_inset Index idx
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239 Commands ! H ! 
11240 \backslash
11241 hspace
11242 \end_layout
11243
11244 \end_inset
11245
11246 .
11247  Then a long 
11248 \begin_inset Quotes eld
11249 \end_inset
11250
11251
11252 \color blue
11253
11254 \begin_inset space \textvisiblespace{}
11255 \end_inset
11256
11257
11258 \color inherit
11259
11260 \begin_inset Quotes erd
11261 \end_inset
11262
11263  appears.
11264  The length can be specified by left-clicking on the 
11265 \begin_inset Quotes eld
11266 \end_inset
11267
11268
11269 \color blue
11270
11271 \begin_inset space \textvisiblespace{}
11272 \end_inset
11273
11274
11275 \color inherit
11276
11277 \begin_inset Quotes erd
11278 \end_inset
11279
11280 .
11281  The length may also be negative.
11282  When a space would be the first character in a line it would be omitted.
11283  To force its output use the command 
11284 \series bold
11285
11286 \backslash
11287 hspace*
11288 \series default
11289  instead of 
11290 \series bold
11291
11292 \backslash
11293 hspace
11294 \series default
11295  or left-click on the 
11296 \begin_inset Quotes eld
11297 \end_inset
11298
11299
11300 \color blue
11301
11302 \begin_inset space \textvisiblespace{}
11303 \end_inset
11304
11305
11306 \color inherit
11307
11308 \begin_inset Quotes erd
11309 \end_inset
11310
11311  and check the option 
11312 \family sans
11313 Protect
11314 \family default
11315 .
11316 \begin_inset Newline newline
11317 \end_inset
11318
11319 To insert as much space as is available, the command 
11320 \series bold
11321
11322 \backslash
11323 hfill
11324 \series default
11325
11326 \begin_inset Index idx
11327 status collapsed
11328
11329 \begin_layout Plain Layout
11330 Commands ! H ! 
11331 \backslash
11332 hfill
11333 \end_layout
11334
11335 \end_inset
11336
11337  is used.
11338 \end_layout
11339
11340 \begin_layout Standard
11341 \begin_inset VSpace -1mm
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \align center
11349 \begin_inset Tabular
11350 <lyxtabular version="3" rows="4" columns="2">
11351 <features rotate="0" tabularvalignment="middle">
11352 <column alignment="center" valignment="top">
11353 <column alignment="center" valignment="top">
11354 <row>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 Command (
11360 \backslash
11361 hspace length)
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 Result
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 </row>
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 A=B
11382 \backslash
11383 hspace
11384 \begin_inset space \textvisiblespace{}
11385 \end_inset
11386
11387 A
11388 \backslash
11389 not=C (3
11390 \begin_inset space \thinspace{}
11391 \end_inset
11392
11393 cm)
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 </row>
11411 <row>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 A
11417 \backslash
11418 hspace
11419 \begin_inset space \textvisiblespace{}
11420 \end_inset
11421
11422 A
11423 \backslash
11424 not=A (-1
11425 \begin_inset space \thinspace{}
11426 \end_inset
11427
11428 mm)
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 A=A
11452 \backslash
11453 hfill
11454 \begin_inset space \textvisiblespace{}
11455 \end_inset
11456
11457 B=B
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 \begin_inset Formula $A=A\hfill B=B$
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 </lyxtabular>
11476
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \begin_layout Standard
11483 In the last example the available space is given by the longest column entry
11484  of the table.
11485  In an inline formula the space depends on the length of the line in which
11486  
11487 \series bold
11488
11489 \backslash
11490 hfill
11491 \series default
11492  is inserted.
11493  Thus, when the line uses the full width, no space will be created.
11494  
11495 \series bold
11496
11497 \backslash
11498 hfill
11499 \series default
11500  only has an effect on displayed formulas when the formula style 
11501 \series bold
11502 Indented
11503 \series default
11504  is used.
11505  (Formula styles are explained in 
11506 \begin_inset CommandInset ref
11507 LatexCommand ref
11508 reference "sec:Formula-Styles"
11509
11510 \end_inset
11511
11512 .)
11513 \end_layout
11514
11515 \begin_layout Standard
11516 Besides 
11517 \series bold
11518
11519 \backslash
11520 hfill
11521 \series default
11522 , there are the commands 
11523 \series bold
11524
11525 \backslash
11526 dotfill
11527 \series default
11528  and 
11529 \series bold
11530
11531 \backslash
11532 hrulefill
11533 \series default
11534  that fill the space with a pattern, see 
11535 \begin_inset CommandInset ref
11536 LatexCommand ref
11537 reference "sub:Ellipses"
11538
11539 \end_inset
11540
11541  for an example.
11542 \end_layout
11543
11544 \begin_layout Standard
11545 For text, variable space can be inserted via the menu 
11546 \family sans
11547 Insert\SpecialChar \menuseparator
11548 Formatting\SpecialChar \menuseparator
11549 Horizontal
11550 \begin_inset space ~
11551 \end_inset
11552
11553 Space
11554 \family default
11555 :
11556 \end_layout
11557
11558 \begin_layout Standard
11559 This is a line with
11560 \begin_inset space \hspace{}
11561 \length 2cm
11562 \end_inset
11563
11564 2
11565 \begin_inset space \thinspace{}
11566 \end_inset
11567
11568 cm space.
11569 \end_layout
11570
11571 \begin_layout Standard
11572 This is a line with
11573 \begin_inset space \hfill{}
11574 \end_inset
11575
11576 maximum space.
11577 \end_layout
11578
11579 \begin_layout Subsection
11580 Space besides inline Formulas
11581 \begin_inset Index idx
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585 Space ! besides inline formulas
11586 \end_layout
11587
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Standard
11594 The space that surrounds inline formulas can be adjusted with the length
11595  
11596 \series bold
11597
11598 \backslash
11599 mathsurround
11600 \series default
11601
11602 \begin_inset Index idx
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606 Commands ! M ! 
11607 \backslash
11608 mathsurround
11609 \end_layout
11610
11611 \end_inset
11612
11613 .
11614  The value of a length is set with the command 
11615 \series bold
11616
11617 \backslash
11618 setlength
11619 \series default
11620
11621 \begin_inset Index idx
11622 status collapsed
11623
11624 \begin_layout Plain Layout
11625 Commands ! S ! 
11626 \backslash
11627 setlength
11628 \end_layout
11629
11630 \end_inset
11631
11632  which has the following scheme:
11633 \end_layout
11634
11635 \begin_layout Standard
11636
11637 \series bold
11638
11639 \backslash
11640 setlength{length name}{value}
11641 \end_layout
11642
11643 \begin_layout Standard
11644 To set 
11645 \series bold
11646
11647 \backslash
11648 mathsurround
11649 \series default
11650  to the value 5
11651 \begin_inset space \thinspace{}
11652 \end_inset
11653
11654 mm, the command
11655 \end_layout
11656
11657 \begin_layout Standard
11658
11659 \series bold
11660
11661 \backslash
11662 setlength{
11663 \backslash
11664 mathsurround}{5mm}
11665 \end_layout
11666
11667 \begin_layout Standard
11668 is inserted in TeX-mode.
11669  5
11670 \begin_inset space \thinspace{}
11671 \end_inset
11672
11673 mm space will now be set around all inline formulas:
11674 \begin_inset ERT
11675 status collapsed
11676
11677 \begin_layout Plain Layout
11678
11679
11680 \backslash
11681 setlength{
11682 \backslash
11683 mathsurround}{5mm}
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 This is a line with an inline formula 
11693 \begin_inset Formula $A=B$
11694 \end_inset
11695
11696  with 5
11697 \begin_inset space \thinspace{}
11698 \end_inset
11699
11700 mm surrounding space.
11701 \begin_inset ERT
11702 status collapsed
11703
11704 \begin_layout Plain Layout
11705
11706
11707 \backslash
11708 setlength{
11709 \backslash
11710 mathsurround}{0pt}
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Standard
11719 To return to the predefined value, 
11720 \series bold
11721
11722 \backslash
11723 mathsurround
11724 \series default
11725  is set to the value 0
11726 \begin_inset space \thinspace{}
11727 \end_inset
11728
11729 pt.
11730 \end_layout
11731
11732 \begin_layout Section
11733 Boxes and Frames
11734 \begin_inset Index idx
11735 status collapsed
11736
11737 \begin_layout Plain Layout
11738 Boxes
11739 \end_layout
11740
11741 \end_inset
11742
11743
11744 \begin_inset Index idx
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 Frames | see
11749 \begin_inset ERT
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753
11754 {
11755 \end_layout
11756
11757 \end_inset
11758
11759 Boxes
11760 \begin_inset ERT
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764
11765 }
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \begin_layout Standard
11779 Boxes for text are described in chapter 
11780 \family typewriter
11781 Boxes
11782 \family default
11783  in the 
11784 \family typewriter
11785 Embedded
11786 \begin_inset space ~
11787 \end_inset
11788
11789 Objects
11790 \family default
11791  manual.
11792 \end_layout
11793
11794 \begin_layout Subsection
11795 Boxes with Frame
11796 \begin_inset CommandInset label
11797 LatexCommand label
11798 name "sub:Boxes-with-Frame"
11799
11800 \end_inset
11801
11802
11803 \begin_inset Index idx
11804 status collapsed
11805
11806 \begin_layout Plain Layout
11807 Boxes ! with frame
11808 \end_layout
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 It is possible to frame a formula or part of one with the commands 
11817 \series bold
11818
11819 \backslash
11820 fbox
11821 \series default
11822
11823 \begin_inset Index idx
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827 Commands ! F ! 
11828 \backslash
11829 fbox
11830 \end_layout
11831
11832 \end_inset
11833
11834  and 
11835 \series bold
11836
11837 \backslash
11838 boxed
11839 \series default
11840
11841 \begin_inset Index idx
11842 status collapsed
11843
11844 \begin_layout Plain Layout
11845 Commands ! B ! 
11846 \backslash
11847 boxed
11848 \end_layout
11849
11850 \end_inset
11851
11852 .
11853 \end_layout
11854
11855 \begin_layout Standard
11856 When one of these commands is inserted in a formula, a blue box appears
11857  within a frame to enter formula parts.
11858  For 
11859 \series bold
11860
11861 \backslash
11862 fbox
11863 \series default
11864  an additional formula has to be created by 
11865 \family sans
11866 Ctrl+M
11867 \family default
11868  within this box, because the box content will otherwise be treated as mathemati
11869 cal text.
11870  When 
11871 \series bold
11872
11873 \backslash
11874 boxed
11875 \series default
11876  is used, a new formula is automatically created inside the frame.
11877 \end_layout
11878
11879 \begin_layout Standard
11880 The command 
11881 \series bold
11882
11883 \backslash
11884 fbox
11885 \series default
11886  is not suitable to frame displayed formulas because the formula will always
11887  be set in the size of the text.
11888  
11889 \series bold
11890
11891 \backslash
11892 boxed
11893 \series default
11894  is in contrary not suitable to frame inline formulas, because the formula
11895  will always be set in the size of a displayed formula.
11896 \end_layout
11897
11898 \begin_layout Standard
11899 An extension to 
11900 \series bold
11901
11902 \backslash
11903 fbox
11904 \series default
11905  is the command 
11906 \series bold
11907
11908 \backslash
11909 framebox
11910 \series default
11911
11912 \begin_inset Index idx
11913 status collapsed
11914
11915 \begin_layout Plain Layout
11916 Commands ! F ! 
11917 \backslash
11918 framebox
11919 \end_layout
11920
11921 \end_inset
11922
11923  where additionally the frame width and the alignment can be specified.
11924  
11925 \series bold
11926
11927 \backslash
11928 framebox
11929 \series default
11930  is used in the following scheme:
11931 \end_layout
11932
11933 \begin_layout Standard
11934
11935 \series bold
11936
11937 \backslash
11938 framebox[frame width][position]{box content}
11939 \end_layout
11940
11941 \begin_layout Standard
11942 The position can either be 
11943 \emph on
11944 l
11945 \emph default
11946  or 
11947 \emph on
11948 r
11949 \emph default
11950 .
11951  
11952 \emph on
11953 l
11954 \emph default
11955  left aligns, 
11956 \emph on
11957 r
11958 \emph default
11959  right aligns the formula in the box.
11960  When no position is given, the formula will be centered.
11961 \begin_inset Newline newline
11962 \end_inset
11963
11964 If no width is given, also no position can be given.
11965  In this case the frame width is adjusted to the box content like for 
11966 \series bold
11967
11968 \backslash
11969 fbox
11970 \series default
11971 .
11972 \end_layout
11973
11974 \begin_layout Standard
11975 When the command 
11976 \series bold
11977
11978 \backslash
11979 framebox
11980 \series default
11981  is inserted, a box appears containing three blue boxes.
11982  The first two boxes are surrounded by brackets and denote the two optional
11983  arguments.
11984  The third box is for formula parts like for 
11985 \series bold
11986
11987 \backslash
11988 fbox
11989 \series default
11990 .
11991 \end_layout
11992
11993 \begin_layout Standard
11994 \begin_inset Newpage newpage
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \begin_layout Standard
12001 \align center
12002 \begin_inset Tabular
12003 <lyxtabular version="3" rows="5" columns="2">
12004 <features rotate="0" tabularvalignment="middle">
12005 <column alignment="center" valignment="top">
12006 <column alignment="center" valignment="top">
12007 <row>
12008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12009 \begin_inset Text
12010
12011 \begin_layout Plain Layout
12012 Command
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 Result
12022 \begin_inset Note Note
12023 status collapsed
12024
12025 \begin_layout Plain Layout
12026
12027 \series bold
12028
12029 \backslash
12030 raisebox
12031 \series default
12032  is only used as spacer.
12033 \end_layout
12034
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 </row>
12043 <row>
12044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \backslash
12050 fbox
12051 \begin_inset space \textvisiblespace{}
12052 \end_inset
12053
12054
12055 \family sans
12056 Ctrl+M
12057 \family default
12058  
12059 \backslash
12060 int
12061 \begin_inset space \textvisiblespace{}
12062 \end_inset
12063
12064 A=B
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12074 \end_inset
12075
12076
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087
12088 \backslash
12089 boxed
12090 \begin_inset space \textvisiblespace{}
12091 \end_inset
12092
12093
12094 \backslash
12095 int
12096 \begin_inset space \textvisiblespace{}
12097 \end_inset
12098
12099 A=B
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12109 \end_inset
12110
12111
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 </row>
12117 <row>
12118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 A+
12123 \backslash
12124 fbox
12125 \begin_inset space \textvisiblespace{}
12126 \end_inset
12127
12128 B
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12138 \end_inset
12139
12140
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 </row>
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151
12152 \backslash
12153 framebox
12154 \begin_inset space \textvisiblespace{}
12155 \end_inset
12156
12157 20mm
12158 \begin_inset Formula $\to$
12159 \end_inset
12160
12161
12162 \begin_inset Formula $\to$
12163 \end_inset
12164
12165
12166 \family sans
12167 Ctrl+M
12168 \family default
12169  
12170 \backslash
12171 frac
12172 \begin_inset space \textvisiblespace{}
12173 \end_inset
12174
12175 A
12176 \begin_inset Formula $\downarrow$
12177 \end_inset
12178
12179 B
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 \begin_inset Formula $\raisebox{6mm}{}$
12189 \end_inset
12190
12191
12192 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12193 \end_inset
12194
12195
12196 \begin_inset Formula $\raisebox{-4mm}{}$
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 </lyxtabular>
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \begin_layout Standard
12213 The frame thickness can also be adjusted.
12214  To do this the following commands have to be inserted in TeX-mode before
12215  the formula
12216 \end_layout
12217
12218 \begin_layout Standard
12219
12220 \series bold
12221
12222 \backslash
12223 fboxrule
12224 \series default
12225  
12226 \series bold
12227
12228 \begin_inset Quotes eld
12229 \end_inset
12230
12231 thickness
12232 \begin_inset Quotes erd
12233 \end_inset
12234
12235
12236 \series default
12237  
12238 \series bold
12239
12240 \backslash
12241 fboxsep
12242 \series default
12243  
12244 \series bold
12245
12246 \begin_inset Quotes eld
12247 \end_inset
12248
12249 distance
12250 \begin_inset Quotes erd
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 \begin_inset Quotes eld
12258 \end_inset
12259
12260 distance
12261 \begin_inset Quotes erd
12262 \end_inset
12263
12264  specifies the minimal distance between the frame and the first character
12265  in the box.
12266  An example for this is the following framed formula:
12267 \begin_inset ERT
12268 status collapsed
12269
12270 \begin_layout Plain Layout
12271
12272
12273 \backslash
12274 fboxrule 2mm 
12275 \backslash
12276 fboxsep 3mm
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \begin_inset Formula 
12283 \[
12284 \boxed{A+B=C}
12285 \]
12286
12287 \end_inset
12288
12289 Before this formula the commands
12290 \end_layout
12291
12292 \begin_layout Standard
12293
12294 \series bold
12295
12296 \backslash
12297 fboxrule
12298 \series default
12299  
12300 \series bold
12301 2mm
12302 \series default
12303  
12304 \series bold
12305
12306 \backslash
12307 fboxsep
12308 \series default
12309  
12310 \series bold
12311 3mm
12312 \end_layout
12313
12314 \begin_layout Standard
12315 were inserted in TeX-mode.
12316  The given values are used for all following boxes.
12317 \end_layout
12318
12319 \begin_layout Standard
12320 To return to the standard frame size, the command
12321 \end_layout
12322
12323 \begin_layout Standard
12324
12325 \series bold
12326
12327 \backslash
12328 fboxrule
12329 \series default
12330  
12331 \series bold
12332 0.4pt
12333 \series default
12334  
12335 \series bold
12336
12337 \backslash
12338 fboxsep
12339 \series default
12340  
12341 \series bold
12342 3pt
12343 \series default
12344
12345 \begin_inset ERT
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349
12350
12351 \backslash
12352 fboxrule 0.4pt 
12353 \backslash
12354 fboxsep 3pt
12355 \end_layout
12356
12357 \end_inset
12358
12359
12360 \end_layout
12361
12362 \begin_layout Standard
12363 is inserted in TeX-mode before the next formula.
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Boxes without Frame
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "sub:Boxes-without-Frame"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Boxes ! without frame
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 For boxes without a frame there are the following box commands: 
12389 \series bold
12390
12391 \backslash
12392 mbox
12393 \series default
12394
12395 \begin_inset Index idx
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Commands ! M ! 
12400 \backslash
12401 mbox
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \series bold
12408
12409 \backslash
12410 makebox
12411 \series default
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Commands ! M ! 
12418 \backslash
12419 makebox
12420 \end_layout
12421
12422 \end_inset
12423
12424  and 
12425 \series bold
12426
12427 \backslash
12428 raisebox
12429 \series default
12430
12431 \begin_inset Index idx
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435 Commands ! R ! 
12436 \backslash
12437 raisebox
12438 \end_layout
12439
12440 \end_inset
12441
12442
12443 \end_layout
12444
12445 \begin_layout Standard
12446 With 
12447 \series bold
12448
12449 \backslash
12450 raisebox
12451 \series default
12452  a box can be super- or subscripted.
12453  But in contrary to normal super- and subscripting, the characters in the
12454  box keep their font size.
12455  
12456 \series bold
12457
12458 \backslash
12459 raisebox
12460 \series default
12461  is used in the following scheme:
12462 \end_layout
12463
12464 \begin_layout Standard
12465
12466 \series bold
12467
12468 \backslash
12469 raisebox{height}{box content}
12470 \end_layout
12471
12472 \begin_layout Standard
12473 When the box should contain a formula, an extra formula is needed like for
12474  
12475 \series bold
12476
12477 \backslash
12478 fbox
12479 \series default
12480 .
12481  
12482 \series medium
12483
12484 \begin_inset Note Greyedout
12485 status open
12486
12487 \begin_layout Plain Layout
12488
12489 \series bold
12490 Note:
12491 \series default
12492  For 
12493 \series bold
12494
12495 \backslash
12496 raisebox
12497 \series default
12498  this extra formula is created by pressing 
12499 \family sans
12500 Ctrl+M
12501 \family default
12502  twice instead of once because LyX doesn't yet support 
12503 \series bold
12504
12505 \backslash
12506 raisebox
12507 \series default
12508  directly.
12509 \end_layout
12510
12511 \end_inset
12512
12513
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \align center
12518 \begin_inset Tabular
12519 <lyxtabular version="3" rows="4" columns="2">
12520 <features rotate="0" tabularvalignment="middle">
12521 <column alignment="center" valignment="top">
12522 <column alignment="center" valignment="top">
12523 <row>
12524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 Command
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 Result
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 </row>
12543 <row>
12544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 H
12549 \backslash
12550 raisebox{2mm
12551 \begin_inset Formula $\to$
12552 \end_inset
12553
12554
12555 \backslash
12556 {al
12557 \begin_inset Formula $\to$
12558 \end_inset
12559
12560  lo
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 </row>
12578 <row>
12579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 H
12584 \backslash
12585 raisebox{-2mm
12586 \begin_inset Formula $\to$
12587 \end_inset
12588
12589
12590 \backslash
12591 {al
12592 \begin_inset Formula $\to$
12593 \end_inset
12594
12595 lo
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 </row>
12613 <row>
12614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12615 \begin_inset Text
12616
12617 \begin_layout Plain Layout
12618 A=
12619 \backslash
12620 raisebox{-2mm
12621 \begin_inset Formula $\to$
12622 \end_inset
12623
12624
12625 \backslash
12626 {
12627 \family sans
12628 Ctrl+M
12629 \family default
12630  
12631 \family sans
12632 Ctrl+M
12633 \family default
12634  
12635 \backslash
12636 sqrt
12637 \begin_inset space \textvisiblespace{}
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 </lyxtabular>
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \begin_layout Standard
12666 The command 
12667 \series bold
12668
12669 \backslash
12670 mbox
12671 \series default
12672  is equivalent to 
12673 \series bold
12674
12675 \backslash
12676 fbox
12677 \series default
12678  and 
12679 \series bold
12680
12681 \backslash
12682 makebox
12683 \series default
12684  is equivalent to 
12685 \series bold
12686
12687 \backslash
12688 framebox
12689 \series default
12690 , with the difference that there is no frame.
12691 \end_layout
12692
12693 \begin_layout Subsection
12694 Colored Boxes
12695 \begin_inset CommandInset label
12696 LatexCommand label
12697 name "sub:Colored-Boxes"
12698
12699 \end_inset
12700
12701
12702 \begin_inset Index idx
12703 status collapsed
12704
12705 \begin_layout Plain Layout
12706 Boxes ! colored
12707 \end_layout
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 To be able to use all commands explained in this section, the LaTeX-package
12716  
12717 \series bold
12718 color
12719 \series default
12720
12721 \begin_inset Foot
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725 The LaTeX-package 
12726 \series bold
12727 color
12728 \series default
12729  is part of every LaTeX standard installation.
12730 \end_layout
12731
12732 \end_inset
12733
12734
12735 \begin_inset Index idx
12736 status collapsed
12737
12738 \begin_layout Plain Layout
12739 Packages ! color
12740 \end_layout
12741
12742 \end_inset
12743
12744  has to be loaded in the LaTeX-preamble with the line
12745 \begin_inset Foot
12746 status collapsed
12747
12748 \begin_layout Plain Layout
12749 When text is colored somewhere in the document with a predefined color,
12750  LyX loads the LaTeX-package 
12751 \series bold
12752 color
12753 \series default
12754  automatically.
12755  Thus it is possible that the package is loaded twice, but this does not
12756  cause problems.
12757 \end_layout
12758
12759 \end_inset
12760
12761
12762 \begin_inset Note Note
12763 status collapsed
12764
12765 \begin_layout Plain Layout
12766 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
12767 amble.
12768 \end_layout
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776
12777 \series bold
12778
12779 \backslash
12780 usepackage{color}
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \begin_inset VSpace medskip
12785 \end_inset
12786
12787 To color boxes, the command 
12788 \series bold
12789
12790 \backslash
12791 colorbox
12792 \series default
12793
12794 \begin_inset Index idx
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798 Commands ! C ! 
12799 \backslash
12800 colorbox
12801 \end_layout
12802
12803 \end_inset
12804
12805  is used in the following scheme:
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 colorbox{color}{box content}
12814 \end_layout
12815
12816 \begin_layout Standard
12817 The box content can also be a box and a 
12818 \series bold
12819
12820 \backslash
12821 colorbox
12822 \series default
12823  can also be part of another box (see the 2nd and 3rd example).
12824  When the box should contain a formula, an extra formula has to be created,
12825  the same way as for 
12826 \series bold
12827
12828 \backslash
12829 raisebox
12830 \series default
12831 .
12832 \begin_inset Foot
12833 status collapsed
12834
12835 \begin_layout Plain Layout
12836 This also applies for the command 
12837 \series bold
12838
12839 \backslash
12840 fcolorbox
12841 \series default
12842 .
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \begin_layout Standard
12851 One of the following predefined colors can be chosen:
12852 \end_layout
12853
12854 \begin_layout Standard
12855
12856 \series bold
12857 black
12858 \series default
12859
12860 \series bold
12861 blue
12862 \series default
12863
12864 \series bold
12865 cyan
12866 \series default
12867
12868 \series bold
12869 green
12870 \series default
12871
12872 \series bold
12873 magenta
12874 \series default
12875
12876 \series bold
12877 red
12878 \series default
12879
12880 \series bold
12881 white
12882 \series default
12883  and 
12884 \series bold
12885 yellow
12886 \end_layout
12887
12888 \begin_layout Standard
12889 \align center
12890 \begin_inset Tabular
12891 <lyxtabular version="3" rows="4" columns="2">
12892 <features rotate="0" tabularvalignment="middle">
12893 <column alignment="center" valignment="top">
12894 <column alignment="center" valignment="top">
12895 <row>
12896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12897 \begin_inset Text
12898
12899 \begin_layout Plain Layout
12900 Command
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909 Result
12910 \begin_inset Note Note
12911 status collapsed
12912
12913 \begin_layout Plain Layout
12914
12915 \series bold
12916
12917 \backslash
12918 raisebox
12919 \series default
12920  is only used as spacer.
12921 \end_layout
12922
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936
12937 \backslash
12938 colorbox{yellow
12939 \begin_inset Formula $\to$
12940 \end_inset
12941
12942
12943 \backslash
12944 {A=B
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12950 \begin_inset Text
12951
12952 \begin_layout Plain Layout
12953 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \end_inset
12960 </cell>
12961 </row>
12962 <row>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967
12968 \backslash
12969 colorbox{green
12970 \begin_inset Formula $\to$
12971 \end_inset
12972
12973
12974 \backslash
12975 {
12976 \backslash
12977 fbox
12978 \begin_inset space \textvisiblespace{}
12979 \end_inset
12980
12981 A=B
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12987 \begin_inset Text
12988
12989 \begin_layout Plain Layout
12990 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \end_inset
12997 </cell>
12998 </row>
12999 <row>
13000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004
13005 \backslash
13006 fbox
13007 \begin_inset space \textvisiblespace{}
13008 \end_inset
13009
13010
13011 \backslash
13012 colorbox{green
13013 \begin_inset Formula $\to$
13014 \end_inset
13015
13016
13017 \backslash
13018 {
13019 \family sans
13020 Ctrl+M
13021 \family default
13022  
13023 \family sans
13024 Ctrl+M
13025 \family default
13026  
13027 \backslash
13028 int
13029 \begin_inset space \textvisiblespace{}
13030 \end_inset
13031
13032 C=D
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 </row>
13050 </lyxtabular>
13051
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 colorbox
13063 \series default
13064  only colors the box but not the characters in the box.
13065  To color all characters, the whole formula is highlighted and the desired
13066  color is chosen in the 
13067 \family sans
13068 Text
13069 \begin_inset space ~
13070 \end_inset
13071
13072 Style
13073 \family default
13074  dialog.
13075  The dialog can be called with the toolbar button 
13076 \begin_inset Info
13077 type  "icon"
13078 arg   "dialog-show character"
13079 \end_inset
13080
13081  or the menu 
13082 \family sans
13083 Edit\SpecialChar \menuseparator
13084 Text
13085 \begin_inset space ~
13086 \end_inset
13087
13088 Style\SpecialChar \menuseparator
13089 Customized
13090 \family default
13091 .
13092  The formula number then has the same color as the formula.
13093  When the formula number should get another color than the formula characters,
13094  the color must be changed within the formula.
13095 \end_layout
13096
13097 \begin_layout Standard
13098 An example:
13099 \end_layout
13100
13101 \begin_layout Standard
13102
13103 \color red
13104 \begin_inset Formula 
13105 \begin{equation}
13106 \int A=B\label{eq:red}
13107 \end{equation}
13108
13109 \end_inset
13110
13111
13112 \color green
13113
13114 \begin_inset Formula 
13115 \begin{equation}
13116 \textcolor{red}{\int A=B}\label{eq:redgreen}
13117 \end{equation}
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Standard
13125 Formula 
13126 \begin_inset CommandInset ref
13127 LatexCommand eqref
13128 reference "eq:red"
13129
13130 \end_inset
13131
13132  is completely colored red.
13133 \begin_inset Newline newline
13134 \end_inset
13135
13136 Formula 
13137 \begin_inset CommandInset ref
13138 LatexCommand eqref
13139 reference "eq:redgreen"
13140
13141 \end_inset
13142
13143  was first completely colored green to set the color for the formula number.
13144  Subsequently the formula characters were colored red.
13145 \end_layout
13146
13147 \begin_layout Standard
13148 \begin_inset VSpace bigskip
13149 \end_inset
13150
13151 To color the frame different than the rest of the box, the command 
13152 \series bold
13153
13154 \backslash
13155 fcolorbox
13156 \series default
13157
13158 \begin_inset Index idx
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162 Commands ! F ! 
13163 \backslash
13164 fcolorbox
13165 \end_layout
13166
13167 \end_inset
13168
13169  is used in the following scheme:
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 fcolorbox{frame color}{color}{box content}
13178 \end_layout
13179
13180 \begin_layout Standard
13181 So 
13182 \series bold
13183
13184 \backslash
13185 fcolorbox
13186 \series default
13187  is an extension of the command 
13188 \series bold
13189
13190 \backslash
13191 colorbox
13192 \series default
13193 .
13194  The frame width is set, like for 
13195 \series bold
13196
13197 \backslash
13198 framebox
13199 \series default
13200 , with 
13201 \series bold
13202
13203 \backslash
13204 fboxrule
13205 \series default
13206  and 
13207 \series bold
13208
13209 \backslash
13210 fboxsep
13211 \series default
13212 .
13213  An example:
13214 \begin_inset ERT
13215 status collapsed
13216
13217 \begin_layout Plain Layout
13218
13219
13220 \backslash
13221 fboxrule 1mm 
13222 \backslash
13223 fboxsep 1mm
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \begin_inset Formula 
13230 \[
13231 \fcolorbox{cyan}{magenta}{A=B}
13232 \]
13233
13234 \end_inset
13235
13236
13237 \begin_inset ERT
13238 status collapsed
13239
13240 \begin_layout Plain Layout
13241
13242
13243 \backslash
13244 fboxrule 0.4pt 
13245 \backslash
13246 fboxsep 3pt
13247 \end_layout
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \begin_layout Standard
13255 This formula was created with the command
13256 \begin_inset Newline newline
13257 \end_inset
13258
13259
13260 \series bold
13261
13262 \backslash
13263 fcolorbox{cyan
13264 \begin_inset Formula $\to$
13265 \end_inset
13266
13267
13268 \backslash
13269 {magenta
13270 \begin_inset Formula $\to$
13271 \end_inset
13272
13273
13274 \backslash
13275 {A=B
13276 \series default
13277 .
13278 \end_layout
13279
13280 \begin_layout Standard
13281 \begin_inset VSpace bigskip
13282 \end_inset
13283
13284 To use other colors than the predefined ones, they have to be defined first.
13285 \end_layout
13286
13287 \begin_layout Standard
13288 One can for example define the color 
13289 \begin_inset Quotes eld
13290 \end_inset
13291
13292
13293 \series bold
13294 darkgreen
13295 \series default
13296
13297 \begin_inset Quotes erd
13298 \end_inset
13299
13300  with the LaTeX-preamble line:
13301 \end_layout
13302
13303 \begin_layout Standard
13304
13305 \series bold
13306
13307 \backslash
13308 definecolor{darkgreen}{cmyk}{0.5,
13309 \series default
13310  
13311 \series bold
13312 0,
13313 \series default
13314  
13315 \series bold
13316 1,
13317 \series default
13318  
13319 \series bold
13320 0.5}
13321 \series default
13322
13323 \begin_inset Index idx
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Commands ! D ! 
13328 \backslash
13329 definecolor
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \begin_layout Standard
13338
13339 \series bold
13340 cmyk
13341 \series default
13342  is the color space that denotes the colors 
13343 \series bold
13344 cyan
13345 \series default
13346
13347 \series bold
13348 magenta
13349 \series default
13350
13351 \series bold
13352 yellow
13353 \series default
13354  and 
13355 \series bold
13356 black
13357 \series default
13358 .
13359  The four comma separated numbers are the portion factor for the corresponding
13360  colors of the color space.
13361  The factors can be in the range of 0
13362 \begin_inset space \thinspace{}
13363 \end_inset
13364
13365 -
13366 \begin_inset space \thinspace{}
13367 \end_inset
13368
13369 1.
13370  Instead of 
13371 \series bold
13372 cmyk
13373 \series default
13374  also the color space 
13375 \series bold
13376 rgb
13377 \series default
13378  can be used for definitions.
13379  
13380 \series bold
13381 rgb
13382 \series default
13383  denotes 
13384 \series bold
13385 red
13386 \series default
13387
13388 \series bold
13389 green
13390 \series default
13391  and 
13392 \series bold
13393 blue
13394 \series default
13395 , so that there are in this case three portion factors for the corresponding
13396  colors.
13397  Furthermore there is the color space 
13398 \series bold
13399 gray
13400 \series default
13401  with one portion factor for the gray value.
13402 \end_layout
13403
13404 \begin_layout Standard
13405 As example a framed box with the new defined color 
13406 \series bold
13407 darkgreen
13408 \series default
13409  where the characters have been colored 
13410 \series bold
13411 yellow
13412 \series default
13413 :
13414 \begin_inset Formula 
13415 \begin{equation}
13416 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13417 \end{equation}
13418
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \begin_layout Standard
13425 Self-defined colors can also be used for text with the help of the command
13426  
13427 \series bold
13428
13429 \backslash
13430 textcolor
13431 \series default
13432 :
13433 \begin_inset Index idx
13434 status collapsed
13435
13436 \begin_layout Plain Layout
13437 Text ! colored
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \end_layout
13444
13445 \begin_layout Standard
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451
13452 \backslash
13453 textcolor{darkgreen}{
13454 \end_layout
13455
13456 \end_inset
13457
13458 This sentence is 
13459 \begin_inset Quotes eld
13460 \end_inset
13461
13462 darkgreen
13463 \begin_inset Quotes erd
13464 \end_inset
13465
13466 .
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472 }
13473 \end_layout
13474
13475 \end_inset
13476
13477
13478 \end_layout
13479
13480 \begin_layout Standard
13481
13482 \series bold
13483
13484 \backslash
13485 textcolor
13486 \series default
13487
13488 \begin_inset Index idx
13489 status collapsed
13490
13491 \begin_layout Plain Layout
13492 Commands ! T ! 
13493 \backslash
13494 textcolor
13495 \end_layout
13496
13497 \end_inset
13498
13499  is used in the scheme 
13500 \series bold
13501
13502 \backslash
13503 textcolor{color}{characters to color}
13504 \series default
13505 .
13506 \end_layout
13507
13508 \begin_layout Subsection
13509 Paragraph Boxes
13510 \begin_inset CommandInset label
13511 LatexCommand label
13512 name "sub:Paragraph-Boxes"
13513
13514 \end_inset
13515
13516
13517 \begin_inset Index idx
13518 status collapsed
13519
13520 \begin_layout Plain Layout
13521 Boxes ! as paragraph
13522 \end_layout
13523
13524 \end_inset
13525
13526
13527 \end_layout
13528
13529 \begin_layout Standard
13530 A box that can contain several lines and paragraphs, a so-called paragraph
13531  box (parbox), can be created with the menu 
13532 \family sans
13533 Insert\SpecialChar \menuseparator
13534 Box
13535 \family default
13536  or the toolbar button 
13537 \begin_inset Info
13538 type  "icon"
13539 arg   "box-insert"
13540 \end_inset
13541
13542 .
13543 \end_layout
13544
13545 \begin_layout Standard
13546 The following example shows a framed parbox in a line:
13547 \end_layout
13548
13549 \begin_layout Standard
13550 \begin_inset VSpace medskip
13551 \end_inset
13552
13553 This is a line 
13554 \begin_inset Box Boxed
13555 position "c"
13556 hor_pos "c"
13557 has_inner_box 1
13558 inner_pos "t"
13559 use_parbox 1
13560 use_makebox 0
13561 width "5cm"
13562 special "none"
13563 height "1in"
13564 height_special "totalheight"
13565 status open
13566
13567 \begin_layout Plain Layout
13568 This is a paragraph box.
13569  It is exactly 5
13570 \begin_inset space \thinspace{}
13571 \end_inset
13572
13573 cm long and can also contain formulas: 
13574 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \end_inset
13581
13582  with a parbox.
13583 \end_layout
13584
13585 \begin_layout Standard
13586 \begin_inset VSpace medskip
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \begin_layout Standard
13593 Such a box is created by right-clicking on the gray box inset.
13594  A dialog pops up showing the box properties.
13595  In our case set: 
13596 \emph on
13597 Decoration
13598 \emph default
13599 : Rectangular box, 
13600 \emph on
13601 Inner Box
13602 \emph default
13603 : Parbox, 
13604 \emph on
13605 Width
13606 \emph default
13607 : 5
13608 \begin_inset space \thinspace{}
13609 \end_inset
13610
13611 cm, 
13612 \emph on
13613 Vertical Box Alignment
13614 \emph default
13615 : Middle
13616 \end_layout
13617
13618 \begin_layout Standard
13619 \begin_inset VSpace medskip
13620 \end_inset
13621
13622 In LaTeX a parbox is created with the command 
13623 \series bold
13624
13625 \backslash
13626 parbox
13627 \series default
13628
13629 \begin_inset Index idx
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633 Commands ! P ! 
13634 \backslash
13635 parbox
13636 \end_layout
13637
13638 \end_inset
13639
13640  which has the following scheme:
13641 \end_layout
13642
13643 \begin_layout Standard
13644
13645 \series bold
13646
13647 \backslash
13648 parbox[position]{width}{box content}
13649 \end_layout
13650
13651 \begin_layout Standard
13652 The positions 
13653 \emph on
13654 b
13655 \emph default
13656  and 
13657 \emph on
13658 t
13659 \emph default
13660  are possible.
13661  
13662 \emph on
13663 b
13664 \emph default
13665  for 
13666 \begin_inset Quotes eld
13667 \end_inset
13668
13669 bottom
13670 \begin_inset Quotes erd
13671 \end_inset
13672
13673  means that the box is aligned within the surrounding text with its last
13674  line.
13675  With 
13676 \emph on
13677 t
13678 \emph default
13679  for 
13680 \begin_inset Quotes eld
13681 \end_inset
13682
13683 top
13684 \begin_inset Quotes erd
13685 \end_inset
13686
13687  this is done with the first line.
13688  When no position is given, the box will be vertically centered, see section
13689  
13690 \emph on
13691 Boxes
13692 \emph default
13693  of the 
13694 \emph on
13695 Embedded
13696 \begin_inset space ~
13697 \end_inset
13698
13699 Objects
13700 \emph default
13701  manual for examples.
13702 \end_layout
13703
13704 \begin_layout Standard
13705 \begin_inset VSpace bigskip
13706 \end_inset
13707
13708 To frame formulas completely, including the formula number, the formula
13709  must be set into a parbox.
13710  To do this, the command 
13711 \series bold
13712
13713 \backslash
13714 fbox{
13715 \backslash
13716 parbox{
13717 \backslash
13718 linewidth-2
13719 \backslash
13720 fboxsep-2
13721 \backslash
13722 fboxrule}{
13723 \series default
13724  is inserted in TeX-mode before the formula.
13725  
13726 \series bold
13727
13728 \backslash
13729 linewidth
13730 \series default
13731
13732 \begin_inset Index idx
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 Commands ! L ! 
13737 \backslash
13738 linewidth
13739 \end_layout
13740
13741 \end_inset
13742
13743  is hereby the line width set for the document.
13744  Because the frame is outside the parbox, 2
13745 \begin_inset space \thinspace{}
13746 \end_inset
13747
13748 times the frame separation and the frame thickness must be subtracted from
13749  the line width.
13750  As this is not automatically done by LyX due to a bug
13751 \begin_inset Foot
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755 \begin_inset CommandInset href
13756 LatexCommand href
13757 name "LyX-bug #4483"
13758 target "http://www.lyx.org/trac/ticket/4483"
13759
13760 \end_inset
13761
13762
13763 \end_layout
13764
13765 \end_inset
13766
13767 , TeX-mode has to be used.
13768  To be able to multiply and subtract in arguments, the LaTeX-package 
13769 \series bold
13770 calc
13771 \series default
13772
13773 \begin_inset Foot
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777
13778 \series bold
13779 calc
13780 \series default
13781  is part of every LaTeX standard installation.
13782 \end_layout
13783
13784 \end_inset
13785
13786
13787 \begin_inset Index idx
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 Packages ! calc
13792 \end_layout
13793
13794 \end_inset
13795
13796  must be loaded in the LaTeX-preamble with the line
13797 \end_layout
13798
13799 \begin_layout Standard
13800
13801 \series bold
13802
13803 \backslash
13804 usepackage{calc}
13805 \end_layout
13806
13807 \begin_layout Standard
13808 Behind the formula both boxes are closed by entering 
13809 \series bold
13810 }}
13811 \series default
13812  in TeX-mode.
13813  Here is an example:
13814 \begin_inset ERT
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818
13819
13820 \backslash
13821 fboxsep 5mm 
13822 \backslash
13823 fboxrule 5mm
13824 \end_layout
13825
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \begin_layout Standard
13832 \begin_inset ERT
13833 status collapsed
13834
13835 \begin_layout Plain Layout
13836
13837
13838 \backslash
13839 fbox{
13840 \backslash
13841 parbox{
13842 \backslash
13843 linewidth-2
13844 \backslash
13845 fboxsep-2
13846 \backslash
13847 fboxrule}{
13848 \end_layout
13849
13850 \end_inset
13851
13852
13853 \begin_inset Formula 
13854 \begin{equation}
13855 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13856 \end{equation}
13857
13858 \end_inset
13859
13860
13861 \begin_inset ERT
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865
13866 }}
13867 \end_layout
13868
13869 \end_inset
13870
13871
13872 \begin_inset ERT
13873 status collapsed
13874
13875 \begin_layout Plain Layout
13876
13877
13878 \backslash
13879 fboxrule 0.4pt 
13880 \backslash
13881 fboxsep 3pt
13882 \end_layout
13883
13884 \end_inset
13885
13886
13887 \end_layout
13888
13889 \begin_layout Standard
13890 \begin_inset VSpace medskip
13891 \end_inset
13892
13893 As a parbox is used as the argument of 
13894 \series bold
13895
13896 \backslash
13897 fbox
13898 \series default
13899 , there is in this case no difference between 
13900 \series bold
13901
13902 \backslash
13903 fbox
13904 \series default
13905  and 
13906 \series bold
13907
13908 \backslash
13909 boxed
13910 \series default
13911 .
13912 \end_layout
13913
13914 \begin_layout Standard
13915 \begin_inset VSpace bigskip
13916 \end_inset
13917
13918 Paragraph boxes are very useful to comment formulas directly.
13919  To do this, 
13920 \series bold
13921
13922 \backslash
13923 parbox
13924 \series default
13925  is used in combination with the command 
13926 \series bold
13927
13928 \backslash
13929 tag
13930 \series default
13931 .
13932  (more about 
13933 \series bold
13934
13935 \backslash
13936 tag
13937 \series default
13938  see 
13939 \begin_inset CommandInset ref
13940 LatexCommand ref
13941 reference "sub:User-defined-Numbering"
13942
13943 \end_inset
13944
13945 )
13946 \end_layout
13947
13948 \begin_layout Standard
13949 An example of a formula commented with 
13950 \series bold
13951
13952 \backslash
13953 parbox
13954 \series default
13955 :
13956 \end_layout
13957
13958 \begin_layout Standard
13959 \begin_inset ERT
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 [5x-7b=3b
13967 \backslash
13968 tag*{
13969 \backslash
13970 parbox{5cm}{
13971 \end_layout
13972
13973 \end_inset
13974
13975 This is a description.
13976  It is distinctly separated from the formula and multiline.
13977 \begin_inset ERT
13978 status collapsed
13979
13980 \begin_layout Plain Layout
13981
13982 }}
13983 \backslash
13984 ]
13985 \end_layout
13986
13987 \end_inset
13988
13989
13990 \end_layout
13991
13992 \begin_layout Standard
13993 Such a formula must be inserted completely in TeX-mode because LyX does
13994  not yet support the command 
13995 \series bold
13996
13997 \backslash
13998 parbox
13999 \series default
14000  in formulas.
14001  The formula is created with the following command sequence:
14002 \end_layout
14003
14004 \begin_layout Standard
14005 The command 
14006 \series bold
14007
14008 \backslash
14009 [5x-7b=3b
14010 \backslash
14011 tag*
14012 \backslash
14013 {
14014 \backslash
14015 parbox{5cm}{
14016 \series default
14017  is inserted in TeX-mode.
14018 \begin_inset Foot
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022 When the formula style 
14023 \series bold
14024 Indented
14025 \series default
14026  is used, 
14027 \series bold
14028
14029 \backslash
14030 tag*
14031 \backslash
14032 {
14033 \series default
14034  can also be replaced by 
14035 \series bold
14036
14037 \backslash
14038 hfill
14039 \series default
14040 .
14041  (formula styles see 
14042 \begin_inset CommandInset ref
14043 LatexCommand ref
14044 reference "sec:Formula-Styles"
14045
14046 \end_inset
14047
14048 )
14049 \end_layout
14050
14051 \end_inset
14052
14053  Then the description follows as normal text and finally 
14054 \series bold
14055 }}
14056 \backslash
14057 ]
14058 \series default
14059  is inserted in TeX-mode.
14060  The commands 
14061 \series bold
14062
14063 \backslash
14064 [
14065 \series default
14066  and 
14067 \series bold
14068
14069 \backslash
14070 ]
14071 \series default
14072  hereby create a displayed formula.
14073 \end_layout
14074
14075 \begin_layout Standard
14076 The advantages of 
14077 \series bold
14078
14079 \backslash
14080 parbox
14081 \series default
14082  can be seen in this example that was 
14083 \begin_inset Quotes eld
14084 \end_inset
14085
14086 commented
14087 \begin_inset Quotes erd
14088 \end_inset
14089
14090  using the mathematical textmode:
14091 \begin_inset Formula 
14092 \[
14093 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14094 \]
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Section
14102 Operators
14103 \begin_inset Index idx
14104 status collapsed
14105
14106 \begin_layout Plain Layout
14107 Operators
14108 \end_layout
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \begin_layout Subsection
14116 Big Operators
14117 \begin_inset CommandInset label
14118 LatexCommand label
14119 name "sub:Big-Operators"
14120
14121 \end_inset
14122
14123
14124 \begin_inset Index idx
14125 status collapsed
14126
14127 \begin_layout Plain Layout
14128 Operators ! big
14129 \end_layout
14130
14131 \end_inset
14132
14133
14134 \begin_inset Index idx
14135 status collapsed
14136
14137 \begin_layout Plain Layout
14138 Sums
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \begin_inset Index idx
14145 status collapsed
14146
14147 \begin_layout Plain Layout
14148 Integrals
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \begin_layout Standard
14157 To be able to use all integral operators listed here, the option 
14158 \family sans
14159 Use esint package automatically
14160 \family default
14161  must be set in the document settings under 
14162 \family sans
14163 Math
14164 \begin_inset space ~
14165 \end_inset
14166
14167 Options
14168 \family default
14169 .
14170 \end_layout
14171
14172 \begin_layout Standard
14173 \begin_inset space \hfill{}
14174 \end_inset
14175
14176
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="11" columns="2">
14179 <features rotate="0" tabularvalignment="middle">
14180 <column alignment="center" valignment="top" width="0pt">
14181 <column alignment="center" valignment="top" width="0pt">
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 Command
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 Result
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 </row>
14202 <row>
14203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14204 \begin_inset Text
14205
14206 \begin_layout Plain Layout
14207
14208 \backslash
14209 int
14210 \begin_inset Index idx
14211 status collapsed
14212
14213 \begin_layout Plain Layout
14214 Commands ! I ! 
14215 \backslash
14216 int
14217 \end_layout
14218
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 \begin_inset Formula $\int$
14231 \end_inset
14232
14233
14234 \end_layout
14235
14236 \end_inset
14237 </cell>
14238 </row>
14239 <row>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244
14245 \backslash
14246 oint
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 \begin_inset Formula $\oint$
14256 \end_inset
14257
14258
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 </row>
14264 <row>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269
14270 \backslash
14271 ointctrclockwise
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 \begin_inset Formula $\ointctrclockwise$
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \end_inset
14287 </cell>
14288 </row>
14289 <row>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294
14295 \backslash
14296 ointclockwise
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 \begin_inset Formula $\ointclockwise$
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319
14320 \backslash
14321 sqint
14322 \end_layout
14323
14324 \end_inset
14325 </cell>
14326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 \begin_inset Formula $\sqint$
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 </row>
14339 <row>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344
14345 \backslash
14346 fint
14347 \end_layout
14348
14349 \end_inset
14350 </cell>
14351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14352 \begin_inset Text
14353
14354 \begin_layout Plain Layout
14355  
14356 \begin_inset Formula $\fint$
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 </row>
14365 <row>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370
14371 \backslash
14372 landupint
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381  
14382 \begin_inset Formula $\landupint$
14383 \end_inset
14384
14385
14386 \end_layout
14387
14388 \end_inset
14389 </cell>
14390 </row>
14391 <row>
14392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14393 \begin_inset Text
14394
14395 \begin_layout Plain Layout
14396
14397 \backslash
14398 landdownint
14399 \end_layout
14400
14401 \end_inset
14402 </cell>
14403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407  
14408 \begin_inset Formula $\landdownint$
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 </row>
14417 <row>
14418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14419 \begin_inset Text
14420
14421 \begin_layout Plain Layout
14422
14423 \backslash
14424 bigcap
14425 \end_layout
14426
14427 \end_inset
14428 </cell>
14429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14430 \begin_inset Text
14431
14432 \begin_layout Plain Layout
14433 \begin_inset Formula $\bigcap$
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 </row>
14442 <row>
14443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \backslash
14449 bigcup
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14455 \begin_inset Text
14456
14457 \begin_layout Plain Layout
14458 \begin_inset Formula $\bigcup$
14459 \end_inset
14460
14461
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 </row>
14467 </lyxtabular>
14468
14469 \end_inset
14470
14471
14472 \begin_inset space \hfill{}
14473 \end_inset
14474
14475
14476 \begin_inset Tabular
14477 <lyxtabular version="3" rows="11" columns="2">
14478 <features rotate="0" tabularvalignment="middle">
14479 <column alignment="center" valignment="top" width="0pt">
14480 <column alignment="center" valignment="top" width="0pt">
14481 <row>
14482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486 Command
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 Result
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 </row>
14501 <row>
14502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14503 \begin_inset Text
14504
14505 \begin_layout Plain Layout
14506
14507 \backslash
14508 sum
14509 \begin_inset Index idx
14510 status collapsed
14511
14512 \begin_layout Plain Layout
14513 Commands ! S ! 
14514 \backslash
14515 sum
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \end_layout
14522
14523 \end_inset
14524 </cell>
14525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529 \begin_inset Formula $\sum$
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543
14544 \backslash
14545 prod
14546 \begin_inset Index idx
14547 status collapsed
14548
14549 \begin_layout Plain Layout
14550 Commands ! P ! 
14551 \backslash
14552 prod
14553 \begin_inset ERT
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557
14558
14559 \backslash
14560 vspace{4mm}
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579 \begin_inset Formula $\prod$
14580 \end_inset
14581
14582
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 <row>
14589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593
14594 \backslash
14595 coprod
14596 \end_layout
14597
14598 \end_inset
14599 </cell>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604 \begin_inset Formula $\coprod$
14605 \end_inset
14606
14607
14608 \end_layout
14609
14610 \end_inset
14611 </cell>
14612 </row>
14613 <row>
14614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14615 \begin_inset Text
14616
14617 \begin_layout Plain Layout
14618
14619 \backslash
14620 bigodot
14621 \end_layout
14622
14623 \end_inset
14624 </cell>
14625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629 \begin_inset Formula $\bigodot$
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 </row>
14638 <row>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643
14644 \backslash
14645 bigotimes
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 \begin_inset Formula $\bigotimes$
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 </row>
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668
14669 \backslash
14670 bigoplus
14671 \end_layout
14672
14673 \end_inset
14674 </cell>
14675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679 \begin_inset Formula $\bigoplus$
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \end_inset
14686 </cell>
14687 </row>
14688 <row>
14689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14690 \begin_inset Text
14691
14692 \begin_layout Plain Layout
14693
14694 \backslash
14695 bigwedge
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 \begin_inset Formula $\bigwedge$
14705 \end_inset
14706
14707
14708 \end_layout
14709
14710 \end_inset
14711 </cell>
14712 </row>
14713 <row>
14714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14715 \begin_inset Text
14716
14717 \begin_layout Plain Layout
14718
14719 \backslash
14720 bigvee
14721 \end_layout
14722
14723 \end_inset
14724 </cell>
14725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14726 \begin_inset Text
14727
14728 \begin_layout Plain Layout
14729 \begin_inset Formula $\bigvee$
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 <row>
14739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743
14744 \backslash
14745 bigsqcup
14746 \end_layout
14747
14748 \end_inset
14749 </cell>
14750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754 \begin_inset Formula $\bigsqcup$
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \end_inset
14761 </cell>
14762 </row>
14763 <row>
14764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768
14769 \backslash
14770 biguplus
14771 \end_layout
14772
14773 \end_inset
14774 </cell>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 \begin_inset Formula $\biguplus$
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \end_inset
14786 </cell>
14787 </row>
14788 </lyxtabular>
14789
14790 \end_inset
14791
14792
14793 \begin_inset space \hfill{}
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 All big operators can also be inserted via the math toolbar button 
14801 \begin_inset Info
14802 type  "icon"
14803 arg   "math-insert \\intop"
14804 \end_inset
14805
14806 .
14807 \end_layout
14808
14809 \begin_layout Standard
14810 The operators are called big because they are bigger than the sometimes
14811  equal looking binary operators.
14812  All big operators can have limits as described in the next subsection.
14813 \end_layout
14814
14815 \begin_layout Standard
14816 For all integral operators there is a second version available, ending in
14817  
14818 \series bold
14819 op
14820 \series default
14821
14822 \series bold
14823
14824 \backslash
14825 intop
14826 \series default
14827
14828 \series bold
14829
14830 \backslash
14831 ointop
14832 \series default
14833  etc..
14834  These operators are different from 
14835 \series bold
14836
14837 \backslash
14838 int
14839 \series default
14840  etc.
14841 \begin_inset space \space{}
14842 \end_inset
14843
14844 in the style the operator limits are displayed, see 
14845 \begin_inset CommandInset ref
14846 LatexCommand ref
14847 reference "sub:Operator-Limits"
14848
14849 \end_inset
14850
14851 .
14852  
14853 \end_layout
14854
14855 \begin_layout Subsubsection*
14856 Advice for Integrals
14857 \end_layout
14858
14859 \begin_layout Standard
14860 The letter 
14861 \emph on
14862 d
14863 \emph default
14864  in an integral is an operator, that therefore has to be set upright.
14865  This is done by highlighting the 
14866 \emph on
14867 d
14868 \emph default
14869  and using the keyboard shortcut 
14870 \begin_inset Info
14871 type  "shortcut"
14872 arg   "font-roman"
14873 \end_inset
14874
14875
14876 \begin_inset Foot
14877 status collapsed
14878
14879 \begin_layout Plain Layout
14880 Font styles
14881 \series bold
14882  
14883 \series default
14884 see 
14885 \begin_inset CommandInset ref
14886 LatexCommand ref
14887 reference "sub:Font-Styles"
14888
14889 \end_inset
14890
14891
14892 \end_layout
14893
14894 \end_inset
14895
14896 .
14897  Finally the smallest space is inserted before the 
14898 \emph on
14899 d
14900 \emph default
14901 , as this is usual for operators.
14902  An example:
14903 \end_layout
14904
14905 \begin_layout Standard
14906 incorrect: 
14907 \begin_inset Formula $\int A(x)dx$
14908 \end_inset
14909
14910
14911 \begin_inset Newline newline
14912 \end_inset
14913
14914
14915 \begin_inset Phantom HPhantom
14916 status open
14917
14918 \begin_layout Plain Layout
14919 in
14920 \end_layout
14921
14922 \end_inset
14923
14924 correct: 
14925 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14926 \end_inset
14927
14928
14929 \end_layout
14930
14931 \begin_layout Standard
14932 For multiple integrals there are the following commands:
14933 \begin_inset VSpace medskip
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \begin_layout Standard
14940 \begin_inset space \hfill{}
14941 \end_inset
14942
14943
14944 \begin_inset Tabular
14945 <lyxtabular version="3" rows="4" columns="2">
14946 <features rotate="0" tabularvalignment="middle">
14947 <column alignment="center" valignment="top">
14948 <column alignment="center" valignment="top">
14949 <row>
14950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 Command
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14960 \begin_inset Text
14961
14962 \begin_layout Plain Layout
14963 Result
14964 \begin_inset Note Note
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968
14969 \series bold
14970
14971 \backslash
14972 raisebox
14973 \series default
14974  is only used as spacer.
14975 \end_layout
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 </row>
14985 <row>
14986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990
14991 \backslash
14992 iint
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15002 \end_inset
15003
15004
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 </row>
15010 <row>
15011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \backslash
15017 oiint
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15023 \begin_inset Text
15024
15025 \begin_layout Plain Layout
15026 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 </row>
15035 <row>
15036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15037 \begin_inset Text
15038
15039 \begin_layout Plain Layout
15040
15041 \backslash
15042 sqiint
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 </row>
15060 </lyxtabular>
15061
15062 \end_inset
15063
15064
15065 \begin_inset space \hfill{}
15066 \end_inset
15067
15068
15069 \begin_inset Tabular
15070 <lyxtabular version="3" rows="4" columns="2">
15071 <features rotate="0" tabularvalignment="middle">
15072 <column alignment="center" valignment="top">
15073 <column alignment="center" valignment="top">
15074 <row>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Command
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 Result
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 iiint
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15111 \end_inset
15112
15113
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 </row>
15119 <row>
15120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124
15125 \backslash
15126 iiiint
15127 \end_layout
15128
15129 \end_inset
15130 </cell>
15131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15136 \end_inset
15137
15138
15139 \end_layout
15140
15141 \end_inset
15142 </cell>
15143 </row>
15144 <row>
15145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149
15150 \backslash
15151 dotsint
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15161 \end_inset
15162
15163
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 </row>
15169 </lyxtabular>
15170
15171 \end_inset
15172
15173
15174 \begin_inset space \hfill{}
15175 \end_inset
15176
15177
15178 \end_layout
15179
15180 \begin_layout Standard
15181 \begin_inset Newpage newpage
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Subsection
15188 Operator Limits
15189 \begin_inset CommandInset label
15190 LatexCommand label
15191 name "sub:Operator-Limits"
15192
15193 \end_inset
15194
15195
15196 \begin_inset Index idx
15197 status collapsed
15198
15199 \begin_layout Plain Layout
15200 Operators ! Limits
15201 \end_layout
15202
15203 \end_inset
15204
15205
15206 \end_layout
15207
15208 \begin_layout Standard
15209 Limits are created by super- and subscripts:
15210 \end_layout
15211
15212 \begin_layout Standard
15213 \align center
15214 \begin_inset Tabular
15215 <lyxtabular version="3" rows="2" columns="2">
15216 <features rotate="0" tabularvalignment="middle">
15217 <column alignment="center" valignment="top" width="0pt">
15218 <column alignment="center" valignment="top" width="0pt">
15219 <row>
15220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224 Command
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 Result
15234 \begin_inset Note Note
15235 status collapsed
15236
15237 \begin_layout Plain Layout
15238
15239 \series bold
15240
15241 \backslash
15242 raisebox
15243 \series default
15244  is only used as spacer.
15245 \end_layout
15246
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 prod^
15263 \backslash
15264 infty
15265 \begin_inset space \textvisiblespace{}
15266 \end_inset
15267
15268
15269 \begin_inset Formula $\to$
15270 \end_inset
15271
15272 _0
15273 \begin_inset Formula $\to$
15274 \end_inset
15275
15276 A(x)
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 </lyxtabular>
15295
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \begin_layout Standard
15302 Limits of inline formulas are set right beside the operator.
15303  Limits in displayed formulas are set above or below the operator, except
15304  for integral limits.
15305 \end_layout
15306
15307 \begin_layout Standard
15308 To force that the limits are set beside the operator, the cursor is set
15309  directly behind the operator and the limits type is changed with the menu
15310  
15311 \family sans
15312 Edit\SpecialChar \menuseparator
15313 Math\SpecialChar \menuseparator
15314 Change Limits Type
15315 \family default
15316  to 
15317 \family sans
15318 \series bold
15319 Inline
15320 \family default
15321 \series default
15322  (shortcut 
15323 \begin_inset Info
15324 type  "shortcut"
15325 arg   "math-limits"
15326 \end_inset
15327
15328 ).
15329  An example:
15330 \end_layout
15331
15332 \begin_layout Standard
15333 The default limits type is this:
15334 \begin_inset Formula 
15335 \[
15336 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15337 \]
15338
15339 \end_inset
15340
15341 This is how it looks when the limits type was changed to 
15342 \family sans
15343 \series bold
15344 Inline
15345 \family default
15346 \series default
15347 :
15348 \begin_inset Formula 
15349 \[
15350 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15351 \]
15352
15353 \end_inset
15354
15355 For integrals, except those ending with 
15356 \series bold
15357 op
15358 \series default
15359  like 
15360 \series bold
15361
15362 \backslash
15363 intop
15364 \series default
15365
15366 \series bold
15367
15368 \backslash
15369 ointop
15370 \series default
15371  etc., the limits are by default set beside the operator.
15372  But for multiple integrals the limits are often set below the operator.
15373  In the following example the limits type was therefore set to 
15374 \series bold
15375 Display
15376 \series default
15377  and so set below the integrals:
15378 \begin_inset Formula 
15379 \begin{equation}
15380 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15381 \end{equation}
15382
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset VSpace medskip
15390 \end_inset
15391
15392 To specify conditions for limits, the commands 
15393 \series bold
15394
15395 \backslash
15396 subarray
15397 \series default
15398
15399 \begin_inset Index idx
15400 status collapsed
15401
15402 \begin_layout Plain Layout
15403 Commands ! S ! 
15404 \backslash
15405 subarray
15406 \end_layout
15407
15408 \end_inset
15409
15410  and 
15411 \series bold
15412
15413 \backslash
15414 substack
15415 \series default
15416
15417 \begin_inset Index idx
15418 status collapsed
15419
15420 \begin_layout Plain Layout
15421 Commands ! S ! 
15422 \backslash
15423 substack
15424 \end_layout
15425
15426 \end_inset
15427
15428  are used.
15429  To create for example this expression 
15430 \begin_inset Formula 
15431 \begin{equation}
15432 \sum_{\begin{subarray}{c}
15433 0<k<1000\\
15434 \\
15435 k\,\in\,\mathbb{N}
15436 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15437 \end{equation}
15438
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \begin_layout Standard
15445 the following has to be done:
15446 \begin_inset Newline newline
15447 \end_inset
15448
15449 First the command 
15450 \series bold
15451
15452 \backslash
15453 sum
15454 \series default
15455 ^
15456 \series bold
15457 n
15458 \begin_inset space \textvisiblespace{}
15459 \end_inset
15460
15461 _
15462 \series default
15463  is typed in.
15464  One is now in a blue box under the summation operator and insert there
15465  the command 
15466 \series bold
15467
15468 \backslash
15469 subarray
15470 \begin_inset space \textvisiblespace{}
15471 \end_inset
15472
15473
15474 \series default
15475 .
15476  The blue box is now within a purple box and now several lines can be written
15477  among each other.
15478  A new line is created by inserting a line break (
15479 \begin_inset Info
15480 type  "shortcut"
15481 arg   "newline-insert newline"
15482 \end_inset
15483
15484 ).
15485  When now
15486 \begin_inset Newline newline
15487 \end_inset
15488
15489
15490 \series bold
15491 0<k<1000 Ctrl+Return
15492 \begin_inset Newline newline
15493 \end_inset
15494
15495
15496 \series default
15497 is typed in, a new box appears below for the new line.
15498 \end_layout
15499
15500 \begin_layout Standard
15501 The alignment of the lines can be changed to left aligned with the 
15502 \family sans
15503 table
15504 \family default
15505  
15506 \family sans
15507 toolbar
15508 \family default
15509  or the menu 
15510 \family sans
15511 Edit\SpecialChar \menuseparator
15512 Rows &Columns
15513 \family default
15514 .
15515  To get right alignment, 
15516 \series bold
15517
15518 \backslash
15519 hfill
15520 \begin_inset space \textvisiblespace{}
15521 \end_inset
15522
15523
15524 \series default
15525  is inserted at the beginning of the line.
15526 \end_layout
15527
15528 \begin_layout Standard
15529 The command 
15530 \series bold
15531
15532 \backslash
15533 substack
15534 \series default
15535  is equivalent to 
15536 \series bold
15537
15538 \backslash
15539 subarray
15540 \series default
15541  with the difference that the lines are always centered.
15542 \end_layout
15543
15544 \begin_layout Standard
15545 \begin_inset VSpace bigskip
15546 \end_inset
15547
15548 Like in formula 
15549 \begin_inset CommandInset ref
15550 LatexCommand eqref
15551 reference "eq:substack"
15552
15553 \end_inset
15554
15555  there can be too much space beside an operator, because the characters
15556  following the operator are set beside the limits.
15557  To avoid this the command 
15558 \series bold
15559
15560 \backslash
15561 mathclap
15562 \series default
15563
15564 \begin_inset Index idx
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568 Commands ! M ! 
15569 \backslash
15570 mathclap
15571 \end_layout
15572
15573 \end_inset
15574
15575  can be used.
15576  It sets the width of its content to 0
15577 \begin_inset space \thinspace{}
15578 \end_inset
15579
15580 pt.
15581 \begin_inset Newline newline
15582 \end_inset
15583
15584 Applied on formula 
15585 \begin_inset CommandInset ref
15586 LatexCommand eqref
15587 reference "eq:substack"
15588
15589 \end_inset
15590
15591 , one uses the command
15592 \end_layout
15593
15594 \begin_layout Standard
15595
15596 \series bold
15597
15598 \backslash
15599 sum_
15600 \backslash
15601 mathclap
15602 \backslash
15603 substack
15604 \begin_inset space \textvisiblespace{}
15605 \end_inset
15606
15607 0<k<1000 Ctrl+Return
15608 \end_layout
15609
15610 \begin_layout Standard
15611 to create the lower limit.
15612  The summand is now directly behind the summation operator:
15613 \begin_inset Formula 
15614 \[
15615 \sum_{\mathclap{\substack{0<k<1000\\
15616 \\
15617 k\,\in\,\mathbb{N}
15618 }
15619 }}^{n}k^{-2}
15620 \]
15621
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Standard
15628 \begin_inset VSpace bigskip
15629 \end_inset
15630
15631
15632 \end_layout
15633
15634 \begin_layout Standard
15635 When several consecutive operators have limits the typesetting of the limits
15636  looks often imperfect in the output, see this example:
15637 \begin_inset Formula 
15638 \[
15639 \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}
15640 \]
15641
15642 \end_inset
15643
15644 To improve the typesetting set in the document settings under 
15645 \family sans
15646 Math
15647 \begin_inset space ~
15648 \end_inset
15649
15650 Options
15651 \family default
15652  for the package 
15653 \series bold
15654 mathtools
15655 \series default
15656
15657 \begin_inset Index idx
15658 status collapsed
15659
15660 \begin_layout Plain Layout
15661 Packages ! mathtools
15662 \end_layout
15663
15664 \end_inset
15665
15666  the option 
15667 \family sans
15668 Load
15669 \begin_inset space ~
15670 \end_inset
15671
15672 always
15673 \family default
15674 .
15675  Then insert into your formula the command 
15676 \series bold
15677
15678 \backslash
15679 adjustlimits
15680 \series default
15681
15682 \begin_inset Index idx
15683 status collapsed
15684
15685 \begin_layout Plain Layout
15686 Commands ! A ! 
15687 \backslash
15688 adjustlimits
15689 \end_layout
15690
15691 \end_inset
15692
15693  directly before the first operator.
15694  The example will then look like this:
15695 \begin_inset Formula 
15696 \[
15697 \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}
15698 \]
15699
15700 \end_inset
15701
15702
15703 \end_layout
15704
15705 \begin_layout Standard
15706 \begin_inset VSpace bigskip
15707 \end_inset
15708
15709 How to use one limit for several operators is described in 
15710 \begin_inset CommandInset ref
15711 LatexCommand ref
15712 reference "sub:Self-defined-Operators"
15713
15714 \end_inset
15715
15716 .
15717 \end_layout
15718
15719 \begin_layout Subsection
15720 Decoration for Operators
15721 \begin_inset Index idx
15722 status collapsed
15723
15724 \begin_layout Plain Layout
15725 Operators ! Decoration
15726 \end_layout
15727
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734 With the commands 
15735 \series bold
15736
15737 \backslash
15738 overset
15739 \series default
15740
15741 \begin_inset Index idx
15742 status collapsed
15743
15744 \begin_layout Plain Layout
15745 Commands ! O ! 
15746 \backslash
15747 overset
15748 \end_layout
15749
15750 \end_inset
15751
15752  and 
15753 \series bold
15754
15755 \backslash
15756 underset
15757 \series default
15758
15759 \begin_inset Index idx
15760 status collapsed
15761
15762 \begin_layout Plain Layout
15763 Commands ! U ! 
15764 \backslash
15765 underset
15766 \end_layout
15767
15768 \end_inset
15769
15770  characters can be placed above or below an operator, respectively.
15771  With the command 
15772 \series bold
15773
15774 \backslash
15775 sideset
15776 \series default
15777
15778 \begin_inset Index idx
15779 status collapsed
15780
15781 \begin_layout Plain Layout
15782 Commands ! S ! 
15783 \backslash
15784 sideset
15785 \end_layout
15786
15787 \end_inset
15788
15789  characters can be set before and behind a big operator.
15790 \end_layout
15791
15792 \begin_layout Standard
15793 There are 4
15794 \begin_inset space ~
15795 \end_inset
15796
15797 variants of 
15798 \series bold
15799
15800 \backslash
15801 sideset
15802 \series default
15803 :
15804 \end_layout
15805
15806 \begin_layout Itemize
15807
15808 \series bold
15809
15810 \backslash
15811 sideset
15812 \series default
15813  is used to set characters at the corners of the operator
15814 \end_layout
15815
15816 \begin_layout Itemize
15817
15818 \series bold
15819
15820 \backslash
15821 sidesetn
15822 \series default
15823  is used to set characters before and/or behind the operator (this variant
15824  represents LaTeX's original 
15825 \series bold
15826
15827 \backslash
15828 sideset
15829 \series default
15830  command)
15831 \end_layout
15832
15833 \begin_layout Itemize
15834
15835 \series bold
15836
15837 \backslash
15838 sidesetl
15839 \series default
15840  is used to set characters at the left corners and/or behind the operator
15841 \end_layout
15842
15843 \begin_layout Itemize
15844
15845 \series bold
15846
15847 \backslash
15848 sidesetr
15849 \series default
15850  is used to set characters at the right corners and/or before the operator
15851 \end_layout
15852
15853 \begin_layout Standard
15854 For example the command 
15855 \series bold
15856
15857 \backslash
15858 sidesetn
15859 \begin_inset space \textvisiblespace{}
15860 \end_inset
15861
15862
15863 \backslash
15864 sum
15865 \begin_inset space \textvisiblespace{}
15866 \end_inset
15867
15868
15869 \begin_inset Formula $\to$
15870 \end_inset
15871
15872 '
15873 \begin_inset Formula $\to$
15874 \end_inset
15875
15876 _k=1
15877 \begin_inset space \textvisiblespace{}
15878 \end_inset
15879
15880
15881 \series default
15882 ^
15883 \series bold
15884 n
15885 \series default
15886  produces:
15887 \begin_inset Formula 
15888 \[
15889 \sideset{}{'}\sum_{k=1}^{n}
15890 \]
15891
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \begin_layout Standard
15898 \begin_inset Note Greyedout
15899 status open
15900
15901 \begin_layout Plain Layout
15902
15903 \series bold
15904 Note: 
15905 \backslash
15906 sideset
15907 \series default
15908  can only be used to decorate big operators, binary operators are not allowed.
15909 \end_layout
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917
15918 \series bold
15919
15920 \backslash
15921 overset
15922 \series default
15923  and 
15924 \series bold
15925
15926 \backslash
15927 underset
15928 \series default
15929  can also be used to decorate symbols and characters.
15930  For example, the command 
15931 \series bold
15932
15933 \backslash
15934 overset
15935 \begin_inset space \textvisiblespace{}
15936 \end_inset
15937
15938
15939 \backslash
15940 maltese
15941 \begin_inset space \textvisiblespace{}
15942 \end_inset
15943
15944
15945 \series default
15946
15947 \begin_inset Formula $\uparrow$
15948 \end_inset
15949
15950
15951 \series bold
15952 a
15953 \series default
15954  produces:
15955 \begin_inset Formula 
15956 \[
15957 \overset{a}{\maltese}
15958 \]
15959
15960 \end_inset
15961
15962
15963 \end_layout
15964
15965 \begin_layout Subsection
15966 Binary Operators
15967 \begin_inset CommandInset label
15968 LatexCommand label
15969 name "sub:Binary-Operators"
15970
15971 \end_inset
15972
15973
15974 \begin_inset Index idx
15975 status collapsed
15976
15977 \begin_layout Plain Layout
15978 Operators ! binary
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Standard
15987 Binary operators are surrounded by space when there is a character before
15988  and after them.
15989 \begin_inset VSpace medskip
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 \begin_inset space \hfill{}
15997 \end_inset
15998
15999
16000 \begin_inset Tabular
16001 <lyxtabular version="3" rows="13" columns="2">
16002 <features rotate="0" tabularvalignment="middle">
16003 <column alignment="center" valignment="top" width="0pt">
16004 <column alignment="center" valignment="top" width="0pt">
16005 <row>
16006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 Command
16011 \begin_inset Note Note
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015
16016 \series bold
16017
16018 \backslash
16019 raisebox
16020 \series default
16021  is only used as spacer.
16022 \end_layout
16023
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 Result
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 +
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 \begin_inset Formula $+$
16056 \end_inset
16057
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 -
16070 \end_layout
16071
16072 \end_inset
16073 </cell>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 \begin_inset Formula $-$
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 </row>
16087 <row>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092
16093 \backslash
16094 pm
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 \begin_inset Formula $\pm$
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 mp
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Formula $\mp$
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \backslash
16144 cdot
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\cdot$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \backslash
16169 times
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 \begin_inset Formula $\times$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \backslash
16194 div
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 \begin_inset Formula $\div$
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 <row>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 \begin_inset ERT
16218 status collapsed
16219
16220 \begin_layout Plain Layout
16221
16222
16223 \backslash
16224 raisebox{-1.2mm}{
16225 \end_layout
16226
16227 \end_inset
16228
16229 *
16230 \begin_inset ERT
16231 status collapsed
16232
16233 \begin_layout Plain Layout
16234
16235 }
16236 \end_layout
16237
16238 \end_inset
16239
16240
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $*$
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \backslash
16265 star
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 \begin_inset Formula $\star$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \backslash
16290 circ
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Formula $\circ$
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \backslash
16315 diamond
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 \begin_inset Formula $\diamond$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \backslash
16340 bullet
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Formula $\bullet$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 </lyxtabular>
16359
16360 \end_inset
16361
16362
16363 \begin_inset space \hfill{}
16364 \end_inset
16365
16366
16367 \begin_inset Tabular
16368 <lyxtabular version="3" rows="13" columns="2">
16369 <features rotate="0" tabularvalignment="middle">
16370 <column alignment="center" valignment="top" width="0pt">
16371 <column alignment="center" valignment="top" width="0pt">
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 Command
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 Result
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397
16398 \backslash
16399 nabla
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16405 \begin_inset Text
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Formula $\nabla$
16409 \end_inset
16410
16411
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 </row>
16417 <row>
16418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422
16423 \backslash
16424 bigtriangledown
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16430 \begin_inset Text
16431
16432 \begin_layout Plain Layout
16433 \begin_inset Formula $\bigtriangledown$
16434 \end_inset
16435
16436
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 </row>
16442 <row>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447
16448 \backslash
16449 bigtriangleup
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16455 \begin_inset Text
16456
16457 \begin_layout Plain Layout
16458 \begin_inset Formula $\bigtriangleup$
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472
16473 \backslash
16474 Box
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 \begin_inset Formula $\Box$
16484 \end_inset
16485
16486
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497
16498 \backslash
16499 cap 
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 \begin_inset Formula $\cap$
16509 \end_inset
16510
16511
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 </row>
16517 <row>
16518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522
16523 \backslash
16524 cup
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 \begin_inset Formula $\cup$
16534 \end_inset
16535
16536
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \backslash
16549 dagger
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 \begin_inset Formula $\dagger$
16559 \end_inset
16560
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \backslash
16574 ddagger
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\ddagger$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 wr
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\wr$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 bigcirc
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\bigcirc$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \backslash
16649 wedge
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\wedge$
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \backslash
16674 vee
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\vee$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 </lyxtabular>
16693
16694 \end_inset
16695
16696
16697 \begin_inset space \hfill{}
16698 \end_inset
16699
16700
16701 \begin_inset Tabular
16702 <lyxtabular version="3" rows="13" columns="2">
16703 <features rotate="0" tabularvalignment="middle">
16704 <column alignment="center" valignment="top" width="0pt">
16705 <column alignment="center" valignment="top" width="0pt">
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 Command
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 Result
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 <row>
16727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16728 \begin_inset Text
16729
16730 \begin_layout Plain Layout
16731
16732 \backslash
16733 oplus
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 \begin_inset Formula $\oplus$
16743 \end_inset
16744
16745
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 </row>
16751 <row>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756
16757 \backslash
16758 ominus
16759 \end_layout
16760
16761 \end_inset
16762 </cell>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767 \begin_inset Formula $\ominus$
16768 \end_inset
16769
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781
16782 \backslash
16783 otimes
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\otimes$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \backslash
16808 oslash
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 \begin_inset Formula $\oslash$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \backslash
16833 odot
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset Formula $\odot$
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \backslash
16858 amalg
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 \begin_inset Formula $\amalg$
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \backslash
16883 uplus
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Formula $\uplus$
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \backslash
16908 setminus
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $\setminus$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931
16932 \backslash
16933 sqcap
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $\sqcap$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 <row>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956
16957 \backslash
16958 sqcup
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16964 \begin_inset Text
16965
16966 \begin_layout Plain Layout
16967 \begin_inset Formula $\sqcup$
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 </row>
16976 <row>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981
16982 \backslash
16983 triangleleft
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 \begin_inset Formula $\triangleleft$
16993 \end_inset
16994
16995
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 </row>
17001 <row>
17002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006
17007 \backslash
17008 triangleright
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $\triangleright$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 </lyxtabular>
17027
17028 \end_inset
17029
17030
17031 \begin_inset space \hfill{}
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \begin_layout Standard
17038 All binary operators can also be inserted via the math toolbar button 
17039 \begin_inset Info
17040 type  "icon"
17041 arg   "math-insert \\pm"
17042 \end_inset
17043
17044 .
17045 \end_layout
17046
17047 \begin_layout Standard
17048 To typeset the Laplace operator also 
17049 \series bold
17050
17051 \backslash
17052 Delta
17053 \series default
17054  or 
17055 \series bold
17056
17057 \backslash
17058 nabla
17059 \series default
17060 ^
17061 \series bold
17062 2
17063 \series default
17064  (
17065 \begin_inset Formula $\nabla^{2}$
17066 \end_inset
17067
17068 ) can be used instead of 
17069 \series bold
17070
17071 \backslash
17072 bigtriangleup
17073 \series default
17074  .
17075 \end_layout
17076
17077 \begin_layout Standard
17078 The character 
17079 \family sans
17080 Menu Separator
17081 \family default
17082  from the menu 
17083 \family sans
17084 Insert\SpecialChar \menuseparator
17085 Special Character
17086 \family default
17087  is the operator 
17088 \series bold
17089
17090 \backslash
17091 triangleright
17092 \series default
17093 .
17094 \end_layout
17095
17096 \begin_layout Subsection
17097 Self-defined Operators
17098 \begin_inset CommandInset label
17099 LatexCommand label
17100 name "sub:Self-defined-Operators"
17101
17102 \end_inset
17103
17104
17105 \begin_inset Index idx
17106 status collapsed
17107
17108 \begin_layout Plain Layout
17109 Operators ! self-defined
17110 \end_layout
17111
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \begin_layout Standard
17118 With the help of the command 
17119 \series bold
17120
17121 \backslash
17122 DeclareMathOperator
17123 \series default
17124
17125 \begin_inset Index idx
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129 Commands ! D ! 
17130 \backslash
17131 dbinom@
17132 \backslash
17133 DeclareMathOperator
17134 \end_layout
17135
17136 \end_inset
17137
17138  custom operators can be defined in the LaTeX-preamble.
17139  Its command scheme is:
17140 \end_layout
17141
17142 \begin_layout Standard
17143
17144 \series bold
17145
17146 \backslash
17147 DeclareMathOperator{new command}{display}
17148 \end_layout
17149
17150 \begin_layout Standard
17151 Display can be characters or symbols that define how the operator looks
17152  in the output.
17153  To define a big operator a * is set behind the command.
17154  All self-defined big operators can have limits as described in 
17155 \begin_inset CommandInset ref
17156 LatexCommand ref
17157 reference "sub:Operator-Limits"
17158
17159 \end_inset
17160
17161 .
17162 \end_layout
17163
17164 \begin_layout Standard
17165 For example the LaTeX-preamble line
17166 \end_layout
17167
17168 \begin_layout Standard
17169
17170 \series bold
17171
17172 \backslash
17173 DeclareMathOperator*{
17174 \backslash
17175 Lozenge}{
17176 \backslash
17177 blacklozenge}
17178 \end_layout
17179
17180 \begin_layout Standard
17181 defines the command 
17182 \series bold
17183
17184 \backslash
17185 Lozenge
17186 \series default
17187 , that inserts a big operator consisting of the lozenge symbol from 
17188 \begin_inset CommandInset ref
17189 LatexCommand ref
17190 reference "sub:Miscellaneous-Symbols"
17191
17192 \end_inset
17193
17194 :
17195 \begin_inset Formula 
17196 \[
17197 \Lozenge_{n=1}^{\infty}
17198 \]
17199
17200 \end_inset
17201
17202 The command for this formula is: 
17203 \series bold
17204
17205 \backslash
17206 Lozenge
17207 \series default
17208 ^
17209 \series bold
17210
17211 \backslash
17212 infty
17213 \begin_inset Formula $\to$
17214 \end_inset
17215
17216 _n=1
17217 \end_layout
17218
17219 \begin_layout Standard
17220 \begin_inset VSpace bigskip
17221 \end_inset
17222
17223 When self-defined operators are not used several times in the document,
17224  they can also be defined with the commands 
17225 \series bold
17226
17227 \backslash
17228 mathop
17229 \series default
17230
17231 \begin_inset Index idx
17232 status collapsed
17233
17234 \begin_layout Plain Layout
17235 Commands ! M ! 
17236 \backslash
17237 mathop
17238 \end_layout
17239
17240 \end_inset
17241
17242  and 
17243 \series bold
17244
17245 \backslash
17246 mathbin
17247 \series default
17248
17249 \begin_inset Index idx
17250 status collapsed
17251
17252 \begin_layout Plain Layout
17253 Commands ! M ! 
17254 \backslash
17255 mathbin
17256 \end_layout
17257
17258 \end_inset
17259
17260 , which have the following scheme:
17261 \end_layout
17262
17263 \begin_layout Standard
17264
17265 \series bold
17266
17267 \backslash
17268 mathop{display}
17269 \series default
17270  and 
17271 \series bold
17272
17273 \backslash
17274 mathbin{display}
17275 \end_layout
17276
17277 \begin_layout Standard
17278
17279 \series bold
17280
17281 \backslash
17282 mathop
17283 \series default
17284  defines big operators, 
17285 \series bold
17286
17287 \backslash
17288 mathbin
17289 \series default
17290  binary operators.
17291 \end_layout
17292
17293 \begin_layout Standard
17294
17295 \series bold
17296
17297 \backslash
17298 mathop
17299 \series default
17300  can e.
17301 \begin_inset space \thinspace{}
17302 \end_inset
17303
17304 g.
17305 \begin_inset space \space{}
17306 \end_inset
17307
17308 be used to use one limit for several operators:
17309 \end_layout
17310
17311 \begin_layout Standard
17312 \begin_inset Formula 
17313 \[
17314 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17315 \]
17316
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \begin_layout Standard
17323 The command for the formula above is:
17324 \begin_inset Newline newline
17325 \end_inset
17326
17327
17328 \series bold
17329
17330 \backslash
17331 mathop{
17332 \backslash
17333 sum
17334 \backslash
17335 negmedspace
17336 \backslash
17337 sum
17338 \series default
17339
17340 \begin_inset space \textvisiblespace{}
17341 \end_inset
17342
17343
17344 \series bold
17345
17346 \begin_inset Formula $\to$
17347 \end_inset
17348
17349 ^N
17350 \series default
17351
17352 \begin_inset space \textvisiblespace{}
17353 \end_inset
17354
17355
17356 \series bold
17357 _i,j=1
17358 \end_layout
17359
17360 \begin_layout Section
17361 Fonts
17362 \begin_inset Index idx
17363 status collapsed
17364
17365 \begin_layout Plain Layout
17366 Fonts
17367 \end_layout
17368
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \begin_layout Subsection
17375 Font Styles
17376 \begin_inset CommandInset label
17377 LatexCommand label
17378 name "sub:Font-Styles"
17379
17380 \end_inset
17381
17382
17383 \begin_inset Index idx
17384 status collapsed
17385
17386 \begin_layout Plain Layout
17387 Font ! style
17388 \end_layout
17389
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 Latin letters in formulas can be set in one of the following font styles:
17397 \begin_inset VSpace -2mm
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 \align center
17405 \begin_inset Tabular
17406 <lyxtabular version="3" rows="7" columns="3">
17407 <features rotate="0" tabularvalignment="middle">
17408 <column alignment="center" valignment="top">
17409 <column alignment="center" valignment="top">
17410 <column alignment="center" valignment="top">
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 Command
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 Result
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 shortcut
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 mathbb
17448 \series bold
17449
17450 \begin_inset space \textvisiblespace{}
17451 \end_inset
17452
17453
17454 \series default
17455 ABC
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 \begin_inset Formula $\mathbb{ABC}$
17465 \end_inset
17466
17467
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Info
17477 type  "shortcuts"
17478 arg   "font-noun"
17479 \end_inset
17480
17481
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 </row>
17487 <row>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492
17493 \backslash
17494 mathbf
17495 \series bold
17496
17497 \begin_inset space \textvisiblespace{}
17498 \end_inset
17499
17500
17501 \series default
17502 AbC
17503 \end_layout
17504
17505 \end_inset
17506 </cell>
17507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 \begin_inset Formula $\mathbf{AbC}$
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Info
17524 type  "shortcuts"
17525 arg   "font-bold"
17526 \end_inset
17527
17528
17529 \end_layout
17530
17531 \end_inset
17532 </cell>
17533 </row>
17534 <row>
17535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17536 \begin_inset Text
17537
17538 \begin_layout Plain Layout
17539
17540 \backslash
17541 boldsymbol
17542 \series bold
17543
17544 \begin_inset space \textvisiblespace{}
17545 \end_inset
17546
17547
17548 \series default
17549 AbC
17550 \end_layout
17551
17552 \end_inset
17553 </cell>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 \begin_inset Formula $\boldsymbol{AbC}$
17559 \end_inset
17560
17561
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 \begin_inset Info
17571 type  "shortcuts"
17572 arg   "font-boldsymbol"
17573 \end_inset
17574
17575
17576 \end_layout
17577
17578 \end_inset
17579 </cell>
17580 </row>
17581 <row>
17582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17583 \begin_inset Text
17584
17585 \begin_layout Plain Layout
17586
17587 \backslash
17588 mathcal
17589 \series bold
17590
17591 \begin_inset space \textvisiblespace{}
17592 \end_inset
17593
17594
17595 \series default
17596 ABC
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605 \begin_inset Formula $\mathcal{ABC}$
17606 \end_inset
17607
17608
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 Info
17618 type  "shortcuts"
17619 arg   "font-emph"
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 </row>
17628 <row>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633
17634 \backslash
17635 mathfrak
17636 \series bold
17637
17638 \begin_inset space \textvisiblespace{}
17639 \end_inset
17640
17641
17642 \series default
17643 AbC
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652 \begin_inset Formula $\mathfrak{AbC}$
17653 \end_inset
17654
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 -
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 </row>
17670 <row>
17671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675
17676 \backslash
17677 mathscr
17678 \series bold
17679
17680 \begin_inset space \textvisiblespace{}
17681 \end_inset
17682
17683
17684 \series default
17685 AbC
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 \begin_inset Formula $\mathscr{AbC}$
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 -
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 </lyxtabular>
17713
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \begin_layout Standard
17720 \align center
17721 \begin_inset Tabular
17722 <lyxtabular version="3" rows="5" columns="3">
17723 <features rotate="0" tabularvalignment="middle">
17724 <column alignment="center" valignment="top">
17725 <column alignment="center" valignment="top">
17726 <column alignment="center" valignment="top">
17727 <row>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 Command
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 Result
17742 \end_layout
17743
17744 \end_inset
17745 </cell>
17746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17747 \begin_inset Text
17748
17749 \begin_layout Plain Layout
17750 shortcut
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 </row>
17756 <row>
17757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17758 \begin_inset Text
17759
17760 \begin_layout Plain Layout
17761
17762 \backslash
17763 mathit
17764 \series bold
17765
17766 \begin_inset space \textvisiblespace{}
17767 \end_inset
17768
17769
17770 \series default
17771 AbC
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780 \begin_inset Formula $\mathit{AbC}$
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 -
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 <row>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803
17804 \backslash
17805 mathrm
17806 \series bold
17807
17808 \begin_inset space \textvisiblespace{}
17809 \end_inset
17810
17811
17812 \series default
17813 AbC
17814 \end_layout
17815
17816 \end_inset
17817 </cell>
17818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17819 \begin_inset Text
17820
17821 \begin_layout Plain Layout
17822 \begin_inset Formula $\mathrm{AbC}$
17823 \end_inset
17824
17825
17826 \end_layout
17827
17828 \end_inset
17829 </cell>
17830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17831 \begin_inset Text
17832
17833 \begin_layout Plain Layout
17834 \begin_inset Info
17835 type  "shortcuts"
17836 arg   "font-roman"
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \end_inset
17843 </cell>
17844 </row>
17845 <row>
17846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \backslash
17852 mathsf
17853 \series bold
17854
17855 \begin_inset space \textvisiblespace{}
17856 \end_inset
17857
17858
17859 \series default
17860 AbC
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 \begin_inset Formula $\mathsf{AbC}$
17870 \end_inset
17871
17872
17873 \end_layout
17874
17875 \end_inset
17876 </cell>
17877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 \begin_inset Info
17882 type  "shortcuts"
17883 arg   "font-sans"
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 </row>
17892 <row>
17893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \backslash
17899 mathtt
17900 \series bold
17901
17902 \begin_inset space \textvisiblespace{}
17903 \end_inset
17904
17905
17906 \series default
17907 AbC
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 \begin_inset Formula $\mathtt{AbC}$
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928 \begin_inset Info
17929 type  "shortcuts"
17930 arg   "font-typewriter"
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 </row>
17939 </lyxtabular>
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Standard
17947 \begin_inset Note Greyedout
17948 status open
17949
17950 \begin_layout Plain Layout
17951
17952 \series bold
17953 Note:
17954 \series default
17955  The styles 
17956 \series bold
17957
17958 \backslash
17959 mathbb
17960 \series default
17961  and 
17962 \series bold
17963
17964 \backslash
17965 mathcal
17966 \series default
17967  can only be used for big letters.
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Predefined is the style 
17977 \series bold
17978
17979 \backslash
17980 mathnormal
17981 \series default
17982 .
17983 \end_layout
17984
17985 \begin_layout Standard
17986 The style commands work also for letters in mathematical constructs:
17987 \begin_inset Formula 
17988 \[
17989 \mathfrak{A=\frac{b}{C}}
17990 \]
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Characters in mathematical text don't appear in a math font style but in
17999  the text font style 
18000 \series bold
18001
18002 \backslash
18003 textrm
18004 \series default
18005 .
18006  That their style can't be set correctly via the text style dialog is a
18007  bug in LyX.
18008 \begin_inset Foot
18009 status collapsed
18010
18011 \begin_layout Plain Layout
18012 \begin_inset CommandInset href
18013 LatexCommand href
18014 name "LyX-bug #4629"
18015 target "http://www.lyx.org/trac/ticket/4629"
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \begin_layout Standard
18028 Instead of the style commands the dialog 
18029 \family sans
18030 Edit\SpecialChar \menuseparator
18031 Math\SpecialChar \menuseparator
18032 Text Style
18033 \family default
18034  or the toolbar button 
18035 \begin_inset Info
18036 type  "icon"
18037 arg   "math-insert \\font"
18038 \end_inset
18039
18040  can be used.
18041 \end_layout
18042
18043 \begin_layout Subsection
18044 Bold Formulas
18045 \begin_inset CommandInset label
18046 LatexCommand label
18047 name "sub:Bold-Formulas"
18048
18049 \end_inset
18050
18051
18052 \begin_inset Index idx
18053 status collapsed
18054
18055 \begin_layout Plain Layout
18056 Formula ! bold
18057 \end_layout
18058
18059 \end_inset
18060
18061
18062 \end_layout
18063
18064 \begin_layout Standard
18065 To make a complete formula bold, the command 
18066 \series bold
18067
18068 \backslash
18069 mathbf
18070 \series default
18071  from the previous subsection cannot be used, because it doesn't work for
18072  small Greek letters.
18073  Furthermore it prints Latin letters always upright, like in the following
18074  equation:
18075 \end_layout
18076
18077 \begin_layout Standard
18078 \begin_inset Formula 
18079 \[
18080 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18081 \]
18082
18083 \end_inset
18084
18085
18086 \end_layout
18087
18088 \begin_layout Standard
18089 To display the formula correctly, the command 
18090 \series bold
18091
18092 \backslash
18093 boldsymbol
18094 \series default
18095  is used:
18096 \begin_inset Formula 
18097 \[
18098 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18099 \]
18100
18101 \end_inset
18102
18103 It is also possible to set the formula in a 
18104 \series bold
18105 boldmath environment
18106 \series default
18107 .
18108  This environment is created by inserting the command 
18109 \series bold
18110
18111 \backslash
18112 boldmath
18113 \series default
18114
18115 \begin_inset Index idx
18116 status collapsed
18117
18118 \begin_layout Plain Layout
18119 Commands ! B ! 
18120 \backslash
18121 boldmath
18122 \end_layout
18123
18124 \end_inset
18125
18126  in TeX-mode.
18127  To end the environment, the command 
18128 \series bold
18129
18130 \backslash
18131 unboldmath
18132 \series default
18133
18134 \begin_inset Index idx
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138 Commands ! U ! 
18139 \backslash
18140 unboldmath
18141 \end_layout
18142
18143 \end_inset
18144
18145  is inserted in TeX-mode.
18146 \begin_inset ERT
18147 status collapsed
18148
18149 \begin_layout Plain Layout
18150
18151
18152 \backslash
18153 boldmath 
18154 \end_layout
18155
18156 \end_inset
18157
18158
18159 \begin_inset Formula 
18160 \[
18161 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18162 \]
18163
18164 \end_inset
18165
18166
18167 \begin_inset ERT
18168 status collapsed
18169
18170 \begin_layout Plain Layout
18171
18172
18173 \backslash
18174 unboldmath 
18175 \end_layout
18176
18177 \end_inset
18178
18179
18180 \end_layout
18181
18182 \begin_layout Subsection
18183 Colored Formulas
18184 \begin_inset Index idx
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188 Formula ! colored
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \end_layout
18195
18196 \begin_layout Standard
18197 Formulas can be colored like normal text: Highlight a formula or a formula
18198  part and use the 
18199 \family sans
18200 Text Style
18201 \family default
18202  dialog.
18203  Here is a formula in magenta:
18204 \begin_inset Formula 
18205 \[
18206 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18207 \]
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \begin_layout Standard
18215 You can also define your own colors as described in 
18216 \begin_inset CommandInset ref
18217 LatexCommand ref
18218 reference "sub:Colored-Boxes"
18219
18220 \end_inset
18221
18222 .
18223  They can be used with the TeX code command 
18224 \series bold
18225
18226 \backslash
18227 textcolor
18228 \series default
18229
18230 \begin_inset Index idx
18231 status collapsed
18232
18233 \begin_layout Plain Layout
18234 Commands ! T ! 
18235 \backslash
18236 textcolor
18237 \end_layout
18238
18239 \end_inset
18240
18241  in the scheme
18242 \end_layout
18243
18244 \begin_layout Standard
18245
18246 \series bold
18247
18248 \backslash
18249 textcolor{color}{characters or formula}
18250 \end_layout
18251
18252 \begin_layout Standard
18253 The following example was colored completely dark green and partly red:
18254 \end_layout
18255
18256 \begin_layout Standard
18257 \begin_inset ERT
18258 status collapsed
18259
18260 \begin_layout Plain Layout
18261
18262
18263 \backslash
18264 textcolor{darkgreen}{
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \begin_inset Formula 
18271 \[
18272 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18273 \]
18274
18275 \end_inset
18276
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283 }
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \end_layout
18290
18291 \begin_layout Standard
18292 Due to a bug in LyX only complete formulas can be colored with self-defined
18293  colors.
18294 \begin_inset Foot
18295 status collapsed
18296
18297 \begin_layout Plain Layout
18298 \begin_inset CommandInset href
18299 LatexCommand href
18300 name "LyX-bug #5269"
18301 target "http://www.lyx.org/trac/ticket/5269"
18302
18303 \end_inset
18304
18305
18306 \end_layout
18307
18308 \end_inset
18309
18310
18311 \end_layout
18312
18313 \begin_layout Subsection
18314 Font Sizes
18315 \begin_inset CommandInset label
18316 LatexCommand label
18317 name "sub:Font-Sizes"
18318
18319 \end_inset
18320
18321
18322 \begin_inset Index idx
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326 Font ! size
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 For characters in formulas there are, analog to characters in text, the
18336  following size commands:
18337 \end_layout
18338
18339 \begin_layout Standard
18340
18341 \series bold
18342
18343 \backslash
18344 Huge
18345 \series default
18346
18347 \series bold
18348
18349 \backslash
18350 huge
18351 \series default
18352
18353 \series bold
18354
18355 \backslash
18356 LARGE
18357 \series default
18358
18359 \series bold
18360
18361 \backslash
18362 Large
18363 \series default
18364
18365 \series bold
18366
18367 \backslash
18368 large
18369 \series default
18370
18371 \series bold
18372
18373 \backslash
18374 normalsize
18375 \series default
18376
18377 \series bold
18378
18379 \backslash
18380 small
18381 \series default
18382 ,
18383 \begin_inset Newline newline
18384 \end_inset
18385
18386
18387 \series bold
18388
18389 \backslash
18390 footnotesize
18391 \series default
18392
18393 \series bold
18394
18395 \backslash
18396 scriptsize
18397 \series default
18398  and 
18399 \series bold
18400
18401 \backslash
18402 tiny
18403 \end_layout
18404
18405 \begin_layout Standard
18406 The size produced by the commands depends on the document font size, which
18407  corresponds to the command 
18408 \series bold
18409
18410 \backslash
18411 normalsize
18412 \series default
18413 .
18414  The other commands produce smaller or larger sizes than 
18415 \series bold
18416
18417 \backslash
18418 normalsize
18419 \series default
18420 .
18421  The font size can however not exceed a certain value.
18422  Is for example the document font size 12
18423 \begin_inset space \thinspace{}
18424 \end_inset
18425
18426 pt, the command 
18427 \series bold
18428
18429 \backslash
18430 Huge
18431 \series default
18432  switches to the same size as 
18433 \series bold
18434
18435 \backslash
18436 huge
18437 \series default
18438 .
18439  
18440 \end_layout
18441
18442 \begin_layout Standard
18443 A size command is inserted in TeX-mode before the formula and sets the size
18444  for all following formula and text characters.
18445  To switch back to the initial size, the command 
18446 \series bold
18447
18448 \backslash
18449 normalsize
18450 \series default
18451  is inserted behind the formula in TeX-mode.
18452 \end_layout
18453
18454 \begin_layout Standard
18455 Within a formula the size can be changed using the following size commands
18456  or the toolbar button 
18457 \begin_inset Info
18458 type  "icon"
18459 arg   "math-insert \\style"
18460 \end_inset
18461
18462 :
18463 \end_layout
18464
18465 \begin_layout Standard
18466 \noindent
18467 \align center
18468 \begin_inset Tabular
18469 <lyxtabular version="3" rows="5" columns="2">
18470 <features rotate="0" tabularvalignment="middle">
18471 <column alignment="center" valignment="top">
18472 <column alignment="center" valignment="top">
18473 <row>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 Command
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18484 \begin_inset Text
18485
18486 \begin_layout Plain Layout
18487 Result
18488 \begin_inset Note Note
18489 status collapsed
18490
18491 \begin_layout Plain Layout
18492
18493 \series bold
18494
18495 \backslash
18496 raisebox
18497 \series default
18498  is only used as spacer.
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 </row>
18509 <row>
18510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514
18515 \backslash
18516 displaystyle
18517 \begin_inset Index idx
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521 Commands ! D ! 
18522 \backslash
18523 displaystyle
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 </row>
18546 <row>
18547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551
18552 \backslash
18553 textstyle
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569 </cell>
18570 </row>
18571 <row>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576
18577 \backslash
18578 scriptstyle
18579 \end_layout
18580
18581 \end_inset
18582 </cell>
18583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18584 \begin_inset Text
18585
18586 \begin_layout Plain Layout
18587 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 </row>
18596 <row>
18597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601
18602 \backslash
18603 scriptscriptstyle
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \end_inset
18619 </cell>
18620 </row>
18621 </lyxtabular>
18622
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \begin_layout Standard
18629 After entering these commands, a blue box appears in which the formula parts
18630  are inserted.
18631 \end_layout
18632
18633 \begin_layout Standard
18634 There is a further method to change the font size, that though only works
18635  for symbols or letters in mathematical text.
18636  To use it, one of the above text size commands is inserted in mathematical
18637  text.
18638  All following characters until the end of the mathematical text or until
18639  another size command will have the selected size.
18640  Two examples:
18641 \begin_inset VSpace -2mm
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 huge 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula 
18662 \[
18663 A=\frac{B}{c}\cdot\maltese
18664 \]
18665
18666 \end_inset
18667
18668
18669 \begin_inset Formula 
18670 \[
18671 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18672 \]
18673
18674 \end_inset
18675
18676
18677 \begin_inset ERT
18678 status collapsed
18679
18680 \begin_layout Plain Layout
18681
18682
18683 \backslash
18684 normalsize 
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset VSpace medskip
18694 \end_inset
18695
18696 Before both formulas the command 
18697 \series bold
18698
18699 \backslash
18700 huge
18701 \series default
18702  was inserted.
18703  The command for the second formula is:
18704 \begin_inset Newline newline
18705 \end_inset
18706
18707
18708 \series bold
18709
18710 \backslash
18711 maltese
18712 \begin_inset space \textvisiblespace{}
18713 \end_inset
18714
18715 A Alt+M M 
18716 \backslash
18717 Large
18718 \begin_inset space \textvisiblespace{}
18719 \end_inset
18720
18721
18722 \backslash
18723 maltese
18724 \begin_inset space \textvisiblespace{}
18725 \end_inset
18726
18727
18728 \backslash
18729 textit
18730 \begin_inset space \textvisiblespace{}
18731 \end_inset
18732
18733 A
18734 \begin_inset Formula $\to$
18735 \end_inset
18736
18737
18738 \begin_inset Formula $\to$
18739 \end_inset
18740
18741
18742 \begin_inset Newline newline
18743 \end_inset
18744
18745
18746 \begin_inset space \hspace*{}
18747 \length 1cm
18748 \end_inset
18749
18750 Alt+M
18751 \series default
18752  
18753 \series bold
18754
18755 \backslash
18756 tiny
18757 \begin_inset space \textvisiblespace{}
18758 \end_inset
18759
18760
18761 \backslash
18762 maltese
18763 \begin_inset space \textvisiblespace{}
18764 \end_inset
18765
18766
18767 \backslash
18768 textit
18769 \begin_inset space \textvisiblespace{}
18770 \end_inset
18771
18772 A
18773 \end_layout
18774
18775 \begin_layout Standard
18776 If a symbol cannot be displayed in different sizes, it will always be displayed
18777  in the default size.
18778 \end_layout
18779
18780 \begin_layout Section
18781 Greek Letters
18782 \begin_inset Index idx
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786 Greek letters
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Standard
18795 Greek letters can also be inserted via the toolbar button 
18796 \begin_inset Info
18797 type  "icon"
18798 arg   "math-insert \\alpha"
18799 \end_inset
18800
18801 .
18802  All international typesetting norms purport that Greek letters in math
18803  have to be typeset italic/slanted.
18804  In some languages, like French or Russian, they are nevertheless sometimes
18805  typeset upright.
18806 \end_layout
18807
18808 \begin_layout Subsection
18809 Small Letters
18810 \begin_inset Index idx
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Greek letters ! small
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Standard
18823 \begin_inset space \hfill{}
18824 \end_inset
18825
18826
18827 \begin_inset Tabular
18828 <lyxtabular version="3" rows="11" columns="2">
18829 <features rotate="0" tabularvalignment="middle">
18830 <column alignment="center" valignment="top" width="0pt">
18831 <column alignment="center" valignment="top" width="0pt">
18832 <row>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 Command
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 Result
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 alpha
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Formula $\alpha$
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \backslash
18884 beta
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Formula $\beta$
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 </row>
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \backslash
18909 gamma
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 \begin_inset Formula $\gamma$
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \backslash
18934 delta
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 \begin_inset Formula $\delta$
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \backslash
18959 epsilon
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 \begin_inset Formula $\epsilon$
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 </row>
18977 <row>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982
18983 \backslash
18984 varepsilon
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 \begin_inset Formula $\varepsilon$
18994 \end_inset
18995
18996
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 </row>
19002 <row>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007
19008 \backslash
19009 zeta
19010 \end_layout
19011
19012 \end_inset
19013 </cell>
19014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19015 \begin_inset Text
19016
19017 \begin_layout Plain Layout
19018 \begin_inset Formula $\zeta$
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 </row>
19027 <row>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \backslash
19034 eta
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 \begin_inset Formula $\eta$
19044 \end_inset
19045
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 </row>
19052 <row>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057
19058 \backslash
19059 theta
19060 \end_layout
19061
19062 \end_inset
19063 </cell>
19064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19065 \begin_inset Text
19066
19067 \begin_layout Plain Layout
19068 \begin_inset Formula $\theta$
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 <row>
19078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082
19083 \backslash
19084 vartheta
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093 \begin_inset Formula $\vartheta$
19094 \end_inset
19095
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 </row>
19102 </lyxtabular>
19103
19104 \end_inset
19105
19106
19107 \begin_inset space \hfill{}
19108 \end_inset
19109
19110
19111 \begin_inset Tabular
19112 <lyxtabular version="3" rows="12" columns="2">
19113 <features rotate="0" tabularvalignment="middle">
19114 <column alignment="center" valignment="top" width="0pt">
19115 <column alignment="center" valignment="top" width="0pt">
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121 Command
19122 \end_layout
19123
19124 \end_inset
19125 </cell>
19126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19127 \begin_inset Text
19128
19129 \begin_layout Plain Layout
19130 Result
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 iota
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 \begin_inset Formula $\iota$
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 </row>
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \backslash
19168 kappa
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 \begin_inset Formula $\kappa$
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 <row>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \backslash
19193 varkappa
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\varkappa$
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \backslash
19218 lambda
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\lambda$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \backslash
19243 mu
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 \begin_inset Formula $\mu$
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 <row>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \backslash
19268 nu
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277 \begin_inset Formula $\nu$
19278 \end_inset
19279
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291
19292 \backslash
19293 xi
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302 \begin_inset Formula $\xi$
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309 </cell>
19310 </row>
19311 <row>
19312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 o
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 \begin_inset Formula $o$
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \backslash
19341 pi
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\pi$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 varpi
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\varpi$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \backslash
19391 rho
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Formula $\rho$
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 </row>
19409 </lyxtabular>
19410
19411 \end_inset
19412
19413
19414 \begin_inset space \hfill{}
19415 \end_inset
19416
19417
19418 \begin_inset Tabular
19419 <lyxtabular version="3" rows="11" columns="2">
19420 <features rotate="0" tabularvalignment="middle">
19421 <column alignment="center" valignment="top" width="0pt">
19422 <column alignment="center" valignment="top" width="0pt">
19423 <row>
19424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428 Command
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437 Result
19438 \end_layout
19439
19440 \end_inset
19441 </cell>
19442 </row>
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448
19449 \backslash
19450 varrho
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\varrho$
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 </row>
19468 <row>
19469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19470 \begin_inset Text
19471
19472 \begin_layout Plain Layout
19473
19474 \backslash
19475 sigma
19476 \end_layout
19477
19478 \end_inset
19479 </cell>
19480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19481 \begin_inset Text
19482
19483 \begin_layout Plain Layout
19484 \begin_inset Formula $\sigma$
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \end_inset
19491 </cell>
19492 </row>
19493 <row>
19494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19495 \begin_inset Text
19496
19497 \begin_layout Plain Layout
19498
19499 \backslash
19500 varsigma
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 \begin_inset Formula $\varsigma$
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 </row>
19518 <row>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523
19524 \backslash
19525 tau
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19531 \begin_inset Text
19532
19533 \begin_layout Plain Layout
19534 \begin_inset Formula $\tau$
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548
19549 \backslash
19550 upsilon
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Formula $\upsilon$
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \end_inset
19566 </cell>
19567 </row>
19568 <row>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573
19574 \backslash
19575 phi
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 \begin_inset Formula $\phi$
19585 \end_inset
19586
19587
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 </row>
19593 <row>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598
19599 \backslash
19600 varphi
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609 \begin_inset Formula $\varphi$
19610 \end_inset
19611
19612
19613 \end_layout
19614
19615 \end_inset
19616 </cell>
19617 </row>
19618 <row>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623
19624 \backslash
19625 chi
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset Formula $\chi$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \backslash
19650 psi
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Formula $\psi$
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 <row>
19669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \backslash
19675 omega
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 \begin_inset Formula $\omega$
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 </lyxtabular>
19694
19695 \end_inset
19696
19697
19698 \begin_inset space \hfill{}
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \begin_layout Standard
19705 \begin_inset VSpace medskip
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \begin_layout Standard
19712 How to create special upright Greek letters is explained in 
19713 \begin_inset CommandInset ref
19714 LatexCommand ref
19715 reference "sub:Upright-small-Greek"
19716
19717 \end_inset
19718
19719 .
19720 \end_layout
19721
19722 \begin_layout Subsection
19723 Big Letters
19724 \begin_inset Index idx
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 Greek letters ! big
19729 \end_layout
19730
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \begin_layout Standard
19737 \begin_inset space \hfill{}
19738 \end_inset
19739
19740
19741 \begin_inset Tabular
19742 <lyxtabular version="3" rows="7" columns="2">
19743 <features rotate="0" tabularvalignment="middle">
19744 <column alignment="center" valignment="top" width="0pt">
19745 <column alignment="center" valignment="top" width="0pt">
19746 <row>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 Command
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 Result
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 <row>
19767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19768 \begin_inset Text
19769
19770 \begin_layout Plain Layout
19771
19772 \backslash
19773 Gamma
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782 \begin_inset Formula $\Gamma$
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 </row>
19791 <row>
19792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796
19797 \backslash
19798 Delta
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807 \begin_inset Formula $\Delta$
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 </row>
19816 <row>
19817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821
19822 \backslash
19823 Theta
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\Theta$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 Lambda
19849 \end_layout
19850
19851 \end_inset
19852 </cell>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 \begin_inset Formula $\Lambda$
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 Xi
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\Xi$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \backslash
19898 Pi
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Formula $\Pi$
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 </lyxtabular>
19917
19918 \end_inset
19919
19920
19921 \begin_inset space \hfill{}
19922 \end_inset
19923
19924
19925 \begin_inset Tabular
19926 <lyxtabular version="3" rows="6" columns="2">
19927 <features rotate="0" tabularvalignment="middle">
19928 <column alignment="center" valignment="top" width="0pt">
19929 <column alignment="center" valignment="top" width="0pt">
19930 <row>
19931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 Command
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 Result
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 <row>
19951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 Sigma
19958 \end_layout
19959
19960 \end_inset
19961 </cell>
19962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19963 \begin_inset Text
19964
19965 \begin_layout Plain Layout
19966 \begin_inset Formula $\Sigma$
19967 \end_inset
19968
19969
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 </row>
19975 <row>
19976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980
19981 \backslash
19982 Upsilon
19983 \end_layout
19984
19985 \end_inset
19986 </cell>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 \begin_inset Formula $\Upsilon$
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 </row>
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005
20006 \backslash
20007 Phi
20008 \end_layout
20009
20010 \end_inset
20011 </cell>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016 \begin_inset Formula $\Phi$
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 </row>
20025 <row>
20026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030
20031 \backslash
20032 Psi
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 \begin_inset Formula $\Psi$
20042 \end_inset
20043
20044
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055
20056 \backslash
20057 Omega
20058 \end_layout
20059
20060 \end_inset
20061 </cell>
20062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066 \begin_inset Formula $\Omega$
20067 \end_inset
20068
20069
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 </row>
20075 </lyxtabular>
20076
20077 \end_inset
20078
20079
20080 \begin_inset space \hfill{}
20081 \end_inset
20082
20083
20084 \end_layout
20085
20086 \begin_layout Standard
20087 \begin_inset VSpace medskip
20088 \end_inset
20089
20090 That the big Greek letters appear upright is caused by a design bug when
20091  TeX was developed.
20092  To get correct italic big letters, begin every command with 
20093 \series bold
20094 var
20095 \series default
20096 .
20097  For example the command 
20098 \series bold
20099
20100 \backslash
20101 varGamma
20102 \series default
20103  produces 
20104 \begin_inset Formula $\varGamma$
20105 \end_inset
20106
20107 .
20108  Another way is to load the package 
20109 \series bold
20110 fixmath
20111 \series default
20112
20113 \begin_inset Foot
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117
20118 \series bold
20119 fixmath
20120 \series default
20121  is part of the LaTeX-package 
20122 \series bold
20123 was
20124 \series default
20125
20126 \begin_inset Index idx
20127 status collapsed
20128
20129 \begin_layout Plain Layout
20130 Packages ! was
20131 \begin_inset ERT
20132 status collapsed
20133
20134 \begin_layout Plain Layout
20135
20136
20137 \backslash
20138 vspace{4mm}
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \end_inset
20147
20148 .
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \begin_inset Index idx
20155 status collapsed
20156
20157 \begin_layout Plain Layout
20158 Packages ! fixmath
20159 \end_layout
20160
20161 \end_inset
20162
20163  with the LaTeX-preamble line
20164 \end_layout
20165
20166 \begin_layout Standard
20167
20168 \series bold
20169
20170 \backslash
20171 usepackage{fixmath}
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Then all big Greek letters in a document will automatically be typeset italic.
20176 \end_layout
20177
20178 \begin_layout Subsection
20179 Bold Letters
20180 \begin_inset Index idx
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 Greek letters ! bold
20185 \end_layout
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Standard
20193 Greek letters cannot be set with different font styles like Latin letters.
20194  They can only be made bold with the command 
20195 \series bold
20196
20197 \backslash
20198 boldsymbol
20199 \series default
20200
20201 \begin_inset Index idx
20202 status collapsed
20203
20204 \begin_layout Plain Layout
20205 Commands ! B ! 
20206 \backslash
20207 boldsymbol
20208 \end_layout
20209
20210 \end_inset
20211
20212 .
20213 \end_layout
20214
20215 \begin_layout Standard
20216 \align center
20217 \begin_inset Tabular
20218 <lyxtabular version="3" rows="3" columns="2">
20219 <features rotate="0" tabularvalignment="middle">
20220 <column alignment="center" valignment="top">
20221 <column alignment="center" valignment="top">
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227 Command
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 Result
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 Upsilon
20250 \backslash
20251 boldsymbol
20252 \backslash
20253 Upsilon
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20263 \end_inset
20264
20265
20266 \end_layout
20267
20268 \end_inset
20269 </cell>
20270 </row>
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276
20277 \backslash
20278 theta
20279 \backslash
20280 boldsymbol
20281 \backslash
20282 theta
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\theta\boldsymbol{\theta}$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 </lyxtabular>
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Section
20308 Symbols
20309 \begin_inset ERT
20310 status collapsed
20311
20312 \begin_layout Plain Layout
20313
20314
20315 \backslash
20316 texorpdfstring{
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \begin_inset Foot
20323 status collapsed
20324
20325 \begin_layout Plain Layout
20326 A list with all symbols of most of the LaTeX-packages can be found in 
20327 \begin_inset CommandInset citation
20328 LatexCommand cite
20329 key "Symbols"
20330
20331 \end_inset
20332
20333 .
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344 }{}
20345 \end_layout
20346
20347 \end_inset
20348
20349
20350 \begin_inset Note Note
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20357 \end_layout
20358
20359 \begin_layout Plain Layout
20360 More about 
20361 \backslash
20362 texorpdfstring is in section 
20363 \begin_inset CommandInset ref
20364 LatexCommand ref
20365 reference "sub:Formulas-in-Section"
20366
20367 \end_inset
20368
20369 .
20370 \end_layout
20371
20372 \end_inset
20373
20374
20375 \begin_inset Index idx
20376 status collapsed
20377
20378 \begin_layout Plain Layout
20379 Symbols
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388 Many of the symbols listed in this section can also be inserted via the
20389  toolbar buttons 
20390 \begin_inset Info
20391 type  "icon"
20392 arg   "math-insert \\nabla"
20393 \end_inset
20394
20395  and 
20396 \begin_inset Info
20397 type  "icon"
20398 arg   "math-insert \\digamma"
20399 \end_inset
20400
20401 .
20402 \end_layout
20403
20404 \begin_layout Subsection
20405 Mathematical Symbols
20406 \begin_inset CommandInset label
20407 LatexCommand label
20408 name "sub:Mathematical-Symbols"
20409
20410 \end_inset
20411
20412
20413 \begin_inset Index idx
20414 status collapsed
20415
20416 \begin_layout Plain Layout
20417 Symbols ! mathematical
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \end_layout
20424
20425 \begin_layout Standard
20426 \begin_inset space \hfill{}
20427 \end_inset
20428
20429
20430 \begin_inset Tabular
20431 <lyxtabular version="3" rows="10" columns="2">
20432 <features rotate="0" tabularvalignment="middle">
20433 <column alignment="center" valignment="top" width="0pt">
20434 <column alignment="center" valignment="top" width="0pt">
20435 <row>
20436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 Command
20441 \end_layout
20442
20443 \end_inset
20444 </cell>
20445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449 Result
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 neg
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\neg$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 Im
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\Im$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 Re
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\Re$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 aleph
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\aleph$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 partial
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\partial$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 infty
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\infty$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 wp
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\wp$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 imath
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\imath$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 <row>
20656 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660
20661 \backslash
20662 jmath
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20668 \begin_inset Text
20669
20670 \begin_layout Plain Layout
20671 \begin_inset Formula $\jmath$
20672 \end_inset
20673
20674
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 </row>
20680 </lyxtabular>
20681
20682 \end_inset
20683
20684
20685 \begin_inset space \hfill{}
20686 \end_inset
20687
20688
20689 \begin_inset Tabular
20690 <lyxtabular version="3" rows="10" columns="2">
20691 <features rotate="0" tabularvalignment="middle">
20692 <column alignment="center" valignment="top" width="0pt">
20693 <column alignment="center" valignment="top" width="0pt">
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699 Command
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 Result
20709 \begin_inset Note Note
20710 status collapsed
20711
20712 \begin_layout Plain Layout
20713
20714 \series bold
20715
20716 \backslash
20717 raisebox
20718 \series default
20719  is only used as spacer.
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 forall
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\forall$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 <row>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760
20761 \backslash
20762 exists
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20768 \begin_inset Text
20769
20770 \begin_layout Plain Layout
20771 \begin_inset Formula $\exists$
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785
20786 \backslash
20787 nexists
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 \begin_inset Formula $\nexists$
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 emptyset
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\emptyset$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 varnothing
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\varnothing$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 dag
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\dag$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 ddag
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\ddag$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 <row>
20906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910
20911 \backslash
20912 complement
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 \begin_inset ERT
20922 status collapsed
20923
20924 \begin_layout Plain Layout
20925
20926
20927 \backslash
20928 raisebox{-0.8mm}{
20929 \end_layout
20930
20931 \end_inset
20932
20933
20934 \begin_inset Formula $\complement$
20935 \end_inset
20936
20937
20938 \begin_inset ERT
20939 status collapsed
20940
20941 \begin_layout Plain Layout
20942
20943 }
20944 \end_layout
20945
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 <row>
20955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959
20960 \backslash
20961 Bbbk
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 \begin_inset Formula $\Bbbk$
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 </row>
20979 </lyxtabular>
20980
20981 \end_inset
20982
20983
20984 \begin_inset space \hfill{}
20985 \end_inset
20986
20987
20988 \begin_inset Tabular
20989 <lyxtabular version="3" rows="10" columns="2">
20990 <features rotate="0" tabularvalignment="middle">
20991 <column alignment="center" valignment="top" width="0pt">
20992 <column alignment="center" valignment="top" width="0pt">
20993 <row>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998 Command
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Result
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 prime
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\prime$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 backprime
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\backprime$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 mho
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\mho$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 triangle
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\triangle$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 angle
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\angle$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 measuredangle
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\measuredangle$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 <row>
21164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168
21169 \backslash
21170 sphericalangle
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21176 \begin_inset Text
21177
21178 \begin_layout Plain Layout
21179 \begin_inset Formula $\sphericalangle$
21180 \end_inset
21181
21182
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 </row>
21188 <row>
21189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193
21194 \backslash
21195 top
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21201 \begin_inset Text
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Formula $\top$
21205 \end_inset
21206
21207
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 </row>
21213 <row>
21214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218
21219 \backslash
21220 bot
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21226 \begin_inset Text
21227
21228 \begin_layout Plain Layout
21229 \begin_inset Formula $\bot$
21230 \end_inset
21231
21232
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 </row>
21238 </lyxtabular>
21239
21240 \end_inset
21241
21242
21243 \begin_inset space \hfill{}
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \begin_layout Subsection
21250 Miscellaneous Symbols
21251 \begin_inset CommandInset label
21252 LatexCommand label
21253 name "sub:Miscellaneous-Symbols"
21254
21255 \end_inset
21256
21257
21258 \begin_inset Index idx
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Symbols ! miscellaneous
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \end_layout
21269
21270 \begin_layout Standard
21271 \noindent
21272 \align center
21273 \begin_inset Tabular
21274 <lyxtabular version="3" rows="10" columns="2">
21275 <features rotate="0" tabularvalignment="middle">
21276 <column alignment="center" valignment="top" width="0pt">
21277 <column alignment="center" valignment="top" width="0pt">
21278 <row>
21279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 Command
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 Result
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 </row>
21298 <row>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303
21304 \backslash
21305 flat
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Formula $\flat$
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 </row>
21323 <row>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328
21329 \backslash
21330 natural
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 \begin_inset Formula $\natural$
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 sharp
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\sharp$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 surd
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\surd$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 checkmark
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\checkmark$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 yen
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\yen$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 pounds
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\pounds$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 $
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\$$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 §
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510 \begin_inset Formula $§$
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517 </cell>
21518 </row>
21519 </lyxtabular>
21520
21521 \end_inset
21522
21523
21524 \begin_inset Tabular
21525 <lyxtabular version="3" rows="10" columns="2">
21526 <features rotate="0" tabularvalignment="middle">
21527 <column alignment="center" valignment="top">
21528 <column alignment="center" valignment="top">
21529 <row>
21530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 Command
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 Result
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \backslash
21556 hbar
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset Formula $\hbar$
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 </row>
21574 <row>
21575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579
21580 \backslash
21581 hslash
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $\hslash$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 <row>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604
21605 \backslash
21606 clubsuit
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 \begin_inset Formula $\clubsuit$
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 <row>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \backslash
21631 spadesuit
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Formula $\spadesuit$
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 </row>
21649 <row>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \backslash
21656 bigstar
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 \begin_inset Formula $\bigstar$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 blacklozenge
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $\blacklozenge$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 blacktriangle
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\blacktriangle$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 <row>
21725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21726 \begin_inset Text
21727
21728 \begin_layout Plain Layout
21729
21730 \backslash
21731 blacktiangledown
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740 \begin_inset Formula $\blacktriangledown$
21741 \end_inset
21742
21743
21744 \end_layout
21745
21746 \end_inset
21747 </cell>
21748 </row>
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754
21755 \backslash
21756 bullet
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 \begin_inset Formula $\bullet$
21766 \end_inset
21767
21768
21769 \end_layout
21770
21771 \end_inset
21772 </cell>
21773 </row>
21774 </lyxtabular>
21775
21776 \end_inset
21777
21778
21779 \begin_inset Tabular
21780 <lyxtabular version="3" rows="10" columns="2">
21781 <features rotate="0" tabularvalignment="middle">
21782 <column alignment="center" valignment="top" width="0pt">
21783 <column alignment="center" valignment="top" width="0pt">
21784 <row>
21785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 Command
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798 Result
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 diamondsuit
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\diamondsuit$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 Diamond
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\Diamond$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 heartsuit
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\heartsuit$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 P
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\P$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 <row>
21905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909
21910 \backslash
21911 copyright
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 \begin_inset Formula $\copyright$
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 </row>
21929 <row>
21930 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \backslash
21936 circledR
21937 \end_layout
21938
21939 \end_inset
21940 </cell>
21941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21942 \begin_inset Text
21943
21944 \begin_layout Plain Layout
21945 \begin_inset Formula $\circledR$
21946 \end_inset
21947
21948
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 maltese
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\maltese$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 diagup
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\diagup$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 diagdown
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\diagdown$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 </lyxtabular>
22030
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \begin_layout Standard
22037 \begin_inset VSpace medskip
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Standard
22044 Some symbols can be displayed in different sizes, see 
22045 \begin_inset CommandInset ref
22046 LatexCommand ref
22047 reference "sub:Font-Sizes"
22048
22049 \end_inset
22050
22051 .
22052 \end_layout
22053
22054 \begin_layout Subsection
22055 The Euro-Symbol €
22056 \begin_inset Index idx
22057 status collapsed
22058
22059 \begin_layout Plain Layout
22060 Symbols ! Euro-symbol
22061 \end_layout
22062
22063 \end_inset
22064
22065
22066 \begin_inset Index idx
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070
22071 \backslash
22072 @
22073 \begin_inset ERT
22074 status collapsed
22075
22076 \begin_layout Plain Layout
22077
22078
22079 \backslash
22080 officialeuro
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \begin_layout Standard
22094 To use the Euro symbol in formulas, the LaTeX-package 
22095 \series bold
22096 eurosym
22097 \series default
22098
22099 \begin_inset Index idx
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103 Packages ! eurosym
22104 \end_layout
22105
22106 \end_inset
22107
22108  must be installed and loaded with the LaTeX-preamble line
22109 \end_layout
22110
22111 \begin_layout Standard
22112
22113 \series bold
22114
22115 \backslash
22116 usepackage[gennarrow]{eurosym}
22117 \end_layout
22118
22119 \begin_layout Standard
22120 The Euro symbol can now be inserted with the command 
22121 \series bold
22122
22123 \backslash
22124 euro
22125 \series default
22126
22127 \begin_inset Index idx
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131 Commands ! E ! 
22132 \backslash
22133 euro
22134 \end_layout
22135
22136 \end_inset
22137
22138 .
22139 \end_layout
22140
22141 \begin_layout Standard
22142 The Euro symbol can directly be inserted with the € key in mathematical
22143  text, without having 
22144 \series bold
22145 eurosym
22146 \series default
22147  installed.
22148  When 
22149 \series bold
22150 eurosym
22151 \series default
22152  is installed, 
22153 \series bold
22154
22155 \backslash
22156 euro
22157 \series default
22158  can also be inserted in TeX-mode.
22159  The official currency symbol can then be inserted with the command 
22160 \series bold
22161
22162 \backslash
22163 officialeuro
22164 \series default
22165
22166 \begin_inset Index idx
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 Commands ! O ! 
22171 \backslash
22172 officialeuro
22173 \end_layout
22174
22175 \end_inset
22176
22177 , that is only available in TeX-mode.
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset ERT
22182 status collapsed
22183
22184 \begin_layout Plain Layout
22185
22186
22187 \backslash
22188 ifeurosym 
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \begin_inset Note Note
22195 status open
22196
22197 \begin_layout Plain Layout
22198 The following table will only be displayed when the LaTeX-package 
22199 \series bold
22200 eurosym
22201 \series default
22202  is installed.
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Standard
22211 An overview about the different Euro symbols:
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \align center
22216 \begin_inset Tabular
22217 <lyxtabular version="3" rows="4" columns="3">
22218 <features rotate="0" tabularvalignment="middle">
22219 <column alignment="center" valignment="top" width="0pt">
22220 <column alignment="center" valignment="top" width="0pt">
22221 <column alignment="center" valignment="top" width="0pt">
22222 <row>
22223 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 Command 
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 Result
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 formula
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 euro
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\euro$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 mathematical text
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 \begin_inset Formula $\mbox{€}$
22309 \end_inset
22310
22311
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 </row>
22317 <row>
22318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 TeX-mode
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 officialeuro
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 officialeuro
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 </lyxtabular>
22361
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \begin_layout Standard
22368 \begin_inset ERT
22369 status collapsed
22370
22371 \begin_layout Plain Layout
22372
22373
22374 \backslash
22375 else 
22376 \end_layout
22377
22378 \end_inset
22379
22380
22381 \begin_inset Note Note
22382 status open
22383
22384 \begin_layout Plain Layout
22385 The following will be displayed when the LaTeX-package 
22386 \series bold
22387 eurosym
22388 \series default
22389  is not installed:
22390 \end_layout
22391
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398 You need to install the LaTeX-package 
22399 \series bold
22400 eurosym
22401 \series default
22402  to see the rest of this subsection in the output.
22403 \end_layout
22404
22405 \begin_layout Standard
22406 \begin_inset ERT
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410
22411
22412 \backslash
22413 fi 
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \end_layout
22420
22421 \begin_layout Section
22422 Relations
22423 \begin_inset CommandInset label
22424 LatexCommand label
22425 name "sec:Relations"
22426
22427 \end_inset
22428
22429
22430 \begin_inset Index idx
22431 status collapsed
22432
22433 \begin_layout Plain Layout
22434 Relations
22435 \end_layout
22436
22437 \end_inset
22438
22439
22440 \begin_inset Index idx
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444 Comparisons|see
22445 \begin_inset ERT
22446 status collapsed
22447
22448 \begin_layout Plain Layout
22449
22450 {
22451 \end_layout
22452
22453 \end_inset
22454
22455 Relations
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461 }
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \begin_layout Standard
22475 All following relations can also be inserted via the toolbar button 
22476 \begin_inset Info
22477 type  "icon"
22478 arg   "math-insert \\leq"
22479 \end_inset
22480
22481 .
22482 \end_layout
22483
22484 \begin_layout Standard
22485 \begin_inset space \hfill{}
22486 \end_inset
22487
22488
22489 \begin_inset Tabular
22490 <lyxtabular version="3" rows="17" columns="2">
22491 <features rotate="0" tabularvalignment="middle">
22492 <column alignment="center" valignment="top" width="0pt">
22493 <column alignment="center" valignment="top" width="0pt">
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499 Command
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 Result
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 <
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528 \begin_inset Formula $<$
22529 \end_inset
22530
22531
22532 \end_layout
22533
22534 \end_inset
22535 </cell>
22536 </row>
22537 <row>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \backslash
22544 le
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553 \begin_inset Formula $\le$
22554 \end_inset
22555
22556
22557 \end_layout
22558
22559 \end_inset
22560 </cell>
22561 </row>
22562 <row>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \backslash
22569 ll
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578 \begin_inset Formula $\ll$
22579 \end_inset
22580
22581
22582 \end_layout
22583
22584 \end_inset
22585 </cell>
22586 </row>
22587 <row>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592
22593 \backslash
22594 prec
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 \begin_inset Formula $\prec$
22604 \end_inset
22605
22606
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 </row>
22612 <row>
22613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22614 \begin_inset Text
22615
22616 \begin_layout Plain Layout
22617
22618 \backslash
22619 preceq
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628 \begin_inset Formula $\preceq$
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 </row>
22637 <row>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \backslash
22644 subset
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653 \begin_inset Formula $\subset$
22654 \end_inset
22655
22656
22657 \end_layout
22658
22659 \end_inset
22660 </cell>
22661 </row>
22662 <row>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667
22668 \backslash
22669 subseteq
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 \begin_inset Formula $\subseteq$
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 </row>
22687 <row>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692
22693 \backslash
22694 sqsubseteq
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 \begin_inset Formula $\sqsubseteq$
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \backslash
22719 in
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 \begin_inset Formula $\in$
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 </row>
22737 <row>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742
22743 \backslash
22744 vdash
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 \begin_inset Formula $\vdash$
22754 \end_inset
22755
22756
22757 \end_layout
22758
22759 \end_inset
22760 </cell>
22761 </row>
22762 <row>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767
22768 \backslash
22769 smile
22770 \end_layout
22771
22772 \end_inset
22773 </cell>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778 \begin_inset Formula $\smile$
22779 \end_inset
22780
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 </row>
22787 <row>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \backslash
22794 lhd
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Formula $\lhd$
22804 \end_inset
22805
22806
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 </row>
22812 <row>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817
22818 \backslash
22819 unlhd
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828 \begin_inset Formula $\unlhd$
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 </row>
22837 <row>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842
22843 \backslash
22844 gtrless
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 \begin_inset Formula $\gtrless$
22854 \end_inset
22855
22856
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 </row>
22862 <row>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867
22868 \backslash
22869 mid
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Formula $\mid$
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 </row>
22887 <row>
22888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892
22893 \backslash
22894 nmid
22895 \end_layout
22896
22897 \end_inset
22898 </cell>
22899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 \begin_inset Formula $\nmid$
22904 \end_inset
22905
22906
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 </row>
22912 </lyxtabular>
22913
22914 \end_inset
22915
22916
22917 \begin_inset space \hfill{}
22918 \end_inset
22919
22920
22921 \begin_inset Tabular
22922 <lyxtabular version="3" rows="17" columns="2">
22923 <features rotate="0" tabularvalignment="middle">
22924 <column alignment="center" valignment="top" width="0pt">
22925 <column alignment="center" valignment="top" width="0pt">
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 Command
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 Result
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 </row>
22946 <row>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 =
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960 \begin_inset Formula $=$
22961 \end_inset
22962
22963
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 </row>
22969 <row>
22970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \backslash
22976 not=
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 \begin_inset Formula $\not=$
22986 \end_inset
22987
22988
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 </row>
22994 <row>
22995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999
23000 \backslash
23001 equiv
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010 \begin_inset Formula $\equiv$
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 </row>
23019 <row>
23020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024
23025 \backslash
23026 sim
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset Formula $\sim$
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049
23050 \backslash
23051 simeq
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Formula $\simeq$
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 </row>
23069 <row>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074
23075 \backslash
23076 approx
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 \begin_inset Formula $\approx$
23086 \end_inset
23087
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 </row>
23094 <row>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099
23100 \backslash
23101 cong
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 \begin_inset Formula $\cong$
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 </row>
23119 <row>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \backslash
23126 bowtie
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Formula $\bowtie$
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 </row>
23144 <row>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149
23150 \backslash
23151 notin
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 \begin_inset Formula $\notin$
23161 \end_inset
23162
23163
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 </row>
23169 <row>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174
23175 \backslash
23176 perp
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 \begin_inset Formula $\perp$
23186 \end_inset
23187
23188
23189 \end_layout
23190
23191 \end_inset
23192 </cell>
23193 </row>
23194 <row>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199
23200 \backslash
23201 propto
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 \begin_inset Formula $\propto$
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \end_inset
23217 </cell>
23218 </row>
23219 <row>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224
23225 \backslash
23226 asymp
23227 \end_layout
23228
23229 \end_inset
23230 </cell>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235 \begin_inset Formula $\asymp$
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 </row>
23244 <row>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249
23250 \backslash
23251 doteq
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260 \begin_inset Formula $\doteq$
23261 \end_inset
23262
23263
23264 \end_layout
23265
23266 \end_inset
23267 </cell>
23268 </row>
23269 <row>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274
23275 \backslash
23276 circeq
23277 \end_layout
23278
23279 \end_inset
23280 </cell>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285 \begin_inset Formula $\circeq$
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \end_inset
23292 </cell>
23293 </row>
23294 <row>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299
23300 \backslash
23301 models
23302 \end_layout
23303
23304 \end_inset
23305 </cell>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $\models$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 </row>
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324
23325 \backslash
23326 widehat=
23327 \end_layout
23328
23329 \end_inset
23330 </cell>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335 \begin_inset Formula $\widehat{=}$
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 </row>
23344 </lyxtabular>
23345
23346 \end_inset
23347
23348
23349 \begin_inset space \hfill{}
23350 \end_inset
23351
23352
23353 \begin_inset Tabular
23354 <lyxtabular version="3" rows="17" columns="2">
23355 <features rotate="0" tabularvalignment="middle">
23356 <column alignment="center" valignment="top" width="0pt">
23357 <column alignment="center" valignment="top" width="0pt">
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363 Command
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 Result
23373 \end_layout
23374
23375 \end_inset
23376 </cell>
23377 </row>
23378 <row>
23379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23380 \begin_inset Text
23381
23382 \begin_layout Plain Layout
23383 >
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $>$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 ge
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\ge$
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \backslash
23433 gg
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Formula $\gg$
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \backslash
23458 succ
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Formula $\succ$
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \backslash
23483 succeq
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Formula $\succeq$
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 supset
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\supset$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 supseteq
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\supseteq$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \backslash
23558 sqsupseteq
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Formula $\sqsupseteq$
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 <row>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581
23582 \backslash
23583 ni
23584 \end_layout
23585
23586 \end_inset
23587 </cell>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592 \begin_inset Formula $\ni$
23593 \end_inset
23594
23595
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 </row>
23601 <row>
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 dashv
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 $\dashv$
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
23632 \backslash
23633 frown
23634 \end_layout
23635
23636 \end_inset
23637 </cell>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642 \begin_inset Formula $\frown$
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \end_inset
23649 </cell>
23650 </row>
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656
23657 \backslash
23658 rhd
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 \begin_inset Formula $\rhd$
23668 \end_inset
23669
23670
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 </row>
23676 <row>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681
23682 \backslash
23683 unrhd
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 \begin_inset Formula $\unrhd$
23693 \end_inset
23694
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706
23707 \backslash
23708 lessgtr
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 \begin_inset Formula $\lessgtr$
23718 \end_inset
23719
23720
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 </row>
23726 <row>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731
23732 \backslash
23733 parallel
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset Formula $\parallel$
23743 \end_inset
23744
23745
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 </row>
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \backslash
23758 nparallel
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767 \begin_inset Formula $\nparallel$
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 </row>
23776 </lyxtabular>
23777
23778 \end_inset
23779
23780
23781 \begin_inset space \hfill{}
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Standard
23788 \begin_inset VSpace medskip
23789 \end_inset
23790
23791 The characters 
23792 \series bold
23793
23794 \backslash
23795 lhd
23796 \series default
23797  and 
23798 \series bold
23799
23800 \backslash
23801 rhd
23802 \series default
23803  are bigger than the equal looking operators 
23804 \series bold
23805
23806 \backslash
23807 triangleleft
23808 \series default
23809  and 
23810 \series bold
23811
23812 \backslash
23813 triangleright
23814 \series default
23815 , respectively.
23816 \end_layout
23817
23818 \begin_layout Standard
23819 LyX supports also many special relations.
23820  Use the toolbar button 
23821 \begin_inset Info
23822 type  "icon"
23823 arg   "math-insert \\leqq"
23824 \end_inset
23825
23826  to see a list of these relations.
23827 \end_layout
23828
23829 \begin_layout Standard
23830 Relations are, in contrary to symbols, always surrounded by space.
23831 \end_layout
23832
23833 \begin_layout Standard
23834 Relations with labels can be created with the command 
23835 \series bold
23836
23837 \backslash
23838 stackrel
23839 \series default
23840
23841 \begin_inset Index idx
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845 Commands ! S ! 
23846 \backslash
23847 stackrel
23848 \end_layout
23849
23850 \end_inset
23851
23852 :
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \align center
23857 \begin_inset Tabular
23858 <lyxtabular version="3" rows="2" columns="2">
23859 <features rotate="0" tabularvalignment="middle">
23860 <column alignment="center" valignment="top">
23861 <column alignment="center" valignment="top">
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 Command
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 Result
23877 \begin_inset Note Note
23878 status collapsed
23879
23880 \begin_layout Plain Layout
23881
23882 \series bold
23883
23884 \backslash
23885 raisebox
23886 \series default
23887  is only used as spacer.
23888 \end_layout
23889
23890 \end_inset
23891
23892
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 </row>
23898 <row>
23899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 A(r)
23904 \backslash
23905 stackrel
23906 \begin_inset space \textvisiblespace{}
23907 \end_inset
23908
23909 r
23910 \backslash
23911 to
23912 \backslash
23913 infty
23914 \begin_inset space \textvisiblespace{}
23915 \end_inset
23916
23917
23918 \begin_inset Formula $\downarrow$
23919 \end_inset
23920
23921
23922 \backslash
23923 approx
23924 \begin_inset space \textvisiblespace{}
23925 \end_inset
23926
23927
23928 \begin_inset space \textvisiblespace{}
23929 \end_inset
23930
23931 B
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 </row>
23949 </lyxtabular>
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Section
23957 Functions
23958 \end_layout
23959
23960 \begin_layout Subsection
23961 Predefined Functions
23962 \begin_inset CommandInset label
23963 LatexCommand label
23964 name "sub:Predefined-Functions"
23965
23966 \end_inset
23967
23968
23969 \begin_inset Index idx
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973 Functions ! predefined
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Standard
23982 In general, variables are set 
23983 \emph on
23984 italic
23985 \emph default
23986  in mathematical expressions, but not function names, because 
23987 \begin_inset Formula $sin$
23988 \end_inset
23989
23990  could be misunderstood as 
23991 \begin_inset Formula $s\cdot i\cdot n$
23992 \end_inset
23993
23994 .
23995  Therefore there are predefined functionswhich are additionally a bit separated
23996  from prefactors.
23997  They are inserted as commands starting with a backslash before their name.
23998 \end_layout
23999
24000 \begin_layout Standard
24001 \align center
24002 \begin_inset Tabular
24003 <lyxtabular version="3" rows="2" columns="4">
24004 <features rotate="0" tabularvalignment="middle">
24005 <column alignment="center" valignment="top" width="0pt">
24006 <column alignment="center" valignment="top" width="0pt">
24007 <column alignment="center" valignment="top" width="0pt">
24008 <column alignment="center" valignment="top" width="0pt">
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 Command
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 Result
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 Command
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 Result
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 Asin(x)+B
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 \begin_inset Formula $Asin(x)+B$
24062 \end_inset
24063
24064
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 A
24074 \backslash
24075 sin(x)+B
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084 \begin_inset Formula $A\sin(x)+B$
24085 \end_inset
24086
24087
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 </row>
24093 </lyxtabular>
24094
24095 \end_inset
24096
24097
24098 \end_layout
24099
24100 \begin_layout Standard
24101 The following functions are predefined:
24102 \end_layout
24103
24104 \begin_layout Standard
24105 \begin_inset VSpace -2mm
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \begin_layout Standard
24112 \align center
24113 \begin_inset Tabular
24114 <lyxtabular version="3" rows="9" columns="4">
24115 <features rotate="0" tabularvalignment="middle">
24116 <column alignment="center" valignment="top" width="0pt">
24117 <column alignment="center" valignment="top" width="0pt">
24118 <column alignment="center" valignment="top" width="0pt">
24119 <column alignment="center" valignment="top" width="0pt">
24120 <row>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 Command
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 Command
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 Command
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 Command
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 <row>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163
24164 \backslash
24165 sin
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174
24175 \backslash
24176 sinh
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185
24186 \backslash
24187 arcsin
24188 \end_layout
24189
24190 \end_inset
24191 </cell>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 sup
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 </row>
24204 <row>
24205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24206 \begin_inset Text
24207
24208 \begin_layout Plain Layout
24209
24210 \backslash
24211 cos
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 cosh
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 arccos
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 inf
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 tan
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266
24267 \backslash
24268 tanh
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 arctan
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 lim
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 cot
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312
24313 \backslash
24314 coth
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 arg
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 liminf
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 </row>
24342 <row>
24343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24344 \begin_inset Text
24345
24346 \begin_layout Plain Layout
24347
24348 \backslash
24349 sec
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24355 \begin_inset Text
24356
24357 \begin_layout Plain Layout
24358
24359 \backslash
24360 min
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 deg
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 limsup
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 </row>
24388 <row>
24389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24390 \begin_inset Text
24391
24392 \begin_layout Plain Layout
24393
24394 \backslash
24395 csc
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 max
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415
24416 \backslash
24417 det
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 Pr
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 <row>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 ln
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
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 exp
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24458 \begin_inset Text
24459
24460 \begin_layout Plain Layout
24461
24462 \backslash
24463 dim
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 hom
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 </row>
24480 <row>
24481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485
24486 \backslash
24487 lg
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 log
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507
24508 \backslash
24509 ker
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24515 \begin_inset Text
24516
24517 \begin_layout Plain Layout
24518
24519 \backslash
24520 gcd
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 </lyxtabular>
24527
24528 \end_inset
24529
24530
24531 \end_layout
24532
24533 \begin_layout Standard
24534 They can also be inserted with the math toolbar button 
24535 \begin_inset Info
24536 type  "icon"
24537 arg   "math-insert \\functions"
24538 \end_inset
24539
24540 .
24541 \end_layout
24542
24543 \begin_layout Subsection
24544 Self-defined Functions
24545 \begin_inset Index idx
24546 status collapsed
24547
24548 \begin_layout Plain Layout
24549 Functions ! self-defined
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \begin_layout Standard
24558 To use a function that is not predefined, like for example the sign function
24559  sgn(x), there are two possibilities:
24560 \end_layout
24561
24562 \begin_layout Itemize
24563 Define the function by inserting the following line to the LaTeX-preamble
24564 \begin_inset Foot
24565 status collapsed
24566
24567 \begin_layout Plain Layout
24568 For more about 
24569 \series bold
24570
24571 \backslash
24572 DeclareMathOperator
24573 \series default
24574  see 
24575 \begin_inset CommandInset ref
24576 LatexCommand ref
24577 reference "sub:Self-defined-Operators"
24578
24579 \end_inset
24580
24581 .
24582 \end_layout
24583
24584 \end_inset
24585
24586
24587 \begin_inset Newline newline
24588 \end_inset
24589
24590
24591 \begin_inset VSpace -3mm
24592 \end_inset
24593
24594
24595 \begin_inset Newline newline
24596 \end_inset
24597
24598
24599 \series bold
24600
24601 \backslash
24602 DeclareMathOperator{
24603 \backslash
24604 sgn}{sgn}
24605 \series default
24606
24607 \begin_inset Index idx
24608 status collapsed
24609
24610 \begin_layout Plain Layout
24611 Commands ! D ! 
24612 \backslash
24613 dbinom@
24614 \backslash
24615 DeclareMathOperator
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \begin_inset Newline newline
24622 \end_inset
24623
24624
24625 \begin_inset VSpace -2mm
24626 \end_inset
24627
24628
24629 \begin_inset Newline newline
24630 \end_inset
24631
24632 Now the new defined function can be called with the command 
24633 \series bold
24634
24635 \backslash
24636 sgn
24637 \series default
24638 .
24639 \end_layout
24640
24641 \begin_layout Itemize
24642 Write the formula as usual, mark the formula name, in our example the letters
24643  
24644 \emph on
24645 sgn
24646 \emph default
24647 , and change it to mathematical text.
24648  Finally, a space is inserted between prefactor and function.
24649 \end_layout
24650
24651 \begin_layout Standard
24652 The result is the same with both methods as with a predefined function
24653 \begin_inset Foot
24654 status collapsed
24655
24656 \begin_layout Plain Layout
24657 In LyX self-defined functions are displayed red, predefined ones black.
24658 \end_layout
24659
24660 \end_inset
24661
24662 :
24663 \end_layout
24664
24665 \begin_layout Standard
24666 \align center
24667 \begin_inset Tabular
24668 <lyxtabular version="3" rows="3" columns="2">
24669 <features rotate="0" tabularvalignment="middle">
24670 <column alignment="center" valignment="top" width="0pt">
24671 <column alignment="center" valignment="top" width="0pt">
24672 <row>
24673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677 Command
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 Result
24687 \end_layout
24688
24689 \end_inset
24690 </cell>
24691 </row>
24692 <row>
24693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24694 \begin_inset Text
24695
24696 \begin_layout Plain Layout
24697 A
24698 \backslash
24699 sgn(x)+B
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 \begin_inset Formula $A\sgn(x)+B$
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 </row>
24717 <row>
24718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 A
24723 \backslash
24724 ,
24725 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24726 \end_inset
24727
24728 (x)+B
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 </lyxtabular>
24747
24748 \end_inset
24749
24750
24751 \end_layout
24752
24753 \begin_layout Standard
24754 The first method is more suitable when the self-defined function should
24755  be used several times.
24756 \end_layout
24757
24758 \begin_layout Subsection
24759 Limits
24760 \begin_inset Index idx
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764 Limits
24765 \end_layout
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 For limits, in addition to the commands 
24774 \series bold
24775
24776 \backslash
24777 lim
24778 \series default
24779
24780 \begin_inset Index idx
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784 Commands ! L ! 
24785 \backslash
24786 lim
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \series bold
24793
24794 \backslash
24795 liminf
24796 \series default
24797  and 
24798 \series bold
24799
24800 \backslash
24801 limsup
24802 \series default
24803  the following functions are defined:
24804 \end_layout
24805
24806 \begin_layout Standard
24807 \align center
24808 \begin_inset Tabular
24809 <lyxtabular version="3" rows="5" columns="2">
24810 <features rotate="0" tabularvalignment="middle">
24811 <column alignment="center" valignment="top">
24812 <column alignment="center" valignment="top">
24813 <row>
24814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24815 \begin_inset Text
24816
24817 \begin_layout Plain Layout
24818 Command
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24824 \begin_inset Text
24825
24826 \begin_layout Plain Layout
24827 Result
24828 \begin_inset Note Note
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832
24833 \series bold
24834
24835 \backslash
24836 raisebox
24837 \series default
24838  is only used as spacer.
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 varliminf
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865 \begin_inset Formula $\varliminf$
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 </row>
24874 <row>
24875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879
24880 \backslash
24881 varlimsup
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 \begin_inset Formula $\varlimsup$
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 </row>
24899 <row>
24900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \backslash
24906 varprojlim
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 \begin_inset Formula $\varprojlim$
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 varinjlim
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 \begin_inset Formula $\varinjlim$
24941 \end_inset
24942
24943
24944 \begin_inset Formula $\raisebox{-2.5mm}{}$
24945 \end_inset
24946
24947
24948 \end_layout
24949
24950 \end_inset
24951 </cell>
24952 </row>
24953 </lyxtabular>
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset VSpace medskip
24962 \end_inset
24963
24964 The limit is created by inserting a subscript.
24965  It is set right beside the function in an inline formula:
24966 \end_layout
24967
24968 \begin_layout Standard
24969 \align center
24970 \begin_inset Tabular
24971 <lyxtabular version="3" rows="2" columns="2">
24972 <features rotate="0" tabularvalignment="middle">
24973 <column alignment="center" valignment="top" width="0pt">
24974 <column alignment="center" valignment="top" width="0pt">
24975 <row>
24976 <cell alignment="center" valignment="top" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 Command
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 \begin_inset space \hspace{}
24990 \length 1cm
24991 \end_inset
24992
24993 Result
24994 \begin_inset Note Note
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 The space and
24999 \series bold
25000  
25001 \backslash
25002 raisebox
25003 \series default
25004  are used here as spacer.
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 </row>
25015 <row>
25016 <cell alignment="center" valignment="top" usebox="none">
25017 \begin_inset Text
25018
25019 \begin_layout Plain Layout
25020
25021 \backslash
25022 lim_x
25023 \backslash
25024 to
25025 \begin_inset space \textvisiblespace{}
25026 \end_inset
25027
25028 A
25029 \begin_inset space \textvisiblespace{}
25030 \end_inset
25031
25032 x=B
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25042 \end_inset
25043
25044
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 </row>
25050 </lyxtabular>
25051
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 In a displayed formula the limit is set below the formula, as usual:
25059 \begin_inset Formula 
25060 \[
25061 \lim_{x\to A}x=B
25062 \]
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \begin_layout Standard
25070 \begin_inset VSpace medskip
25071 \end_inset
25072
25073
25074 \end_layout
25075
25076 \begin_layout Standard
25077 How to adjust the typesetting of the limits see 
25078 \begin_inset CommandInset ref
25079 LatexCommand ref
25080 reference "sub:Operator-Limits"
25081
25082 \end_inset
25083
25084 .
25085 \end_layout
25086
25087 \begin_layout Subsection
25088 Modulo-Functions
25089 \begin_inset Index idx
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 Functions ! modulo-
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 The modulo-function is special, because it exists in four variants.
25103  The variants in a displayed formula are:
25104 \begin_inset Formula 
25105 \begin{align*}
25106 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25107 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25108 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25109 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25110 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25111 \end{align*}
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 In an inline formula less space is set before the function names for all
25120  variants.
25121  By default the modulo-functions take only the first following character
25122  into account.
25123  To use more than one character, one has to put them into TeX-braces:
25124 \begin_inset Formula 
25125 \begin{align*}
25126 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25127 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25128 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25129 \end{align*}
25130
25131 \end_inset
25132
25133
25134 \end_layout
25135
25136 \begin_layout Section
25137 Special Characters
25138 \begin_inset Index idx
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 Special characters
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Subsection
25151 Special Characters in Mathematical Text
25152 \end_layout
25153
25154 \begin_layout Standard
25155 The following commands can only be used in mathematical text or in TeX-mode:
25156 \end_layout
25157
25158 \begin_layout Standard
25159 \begin_inset space \hfill{}
25160 \end_inset
25161
25162
25163 \begin_inset Tabular
25164 <lyxtabular version="3" rows="8" columns="2">
25165 <features rotate="0" tabularvalignment="middle">
25166 <column alignment="block" valignment="top">
25167 <column alignment="block" valignment="top">
25168 <row>
25169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25170 \begin_inset Text
25171
25172 \begin_layout Plain Layout
25173 Command
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182 Result
25183 \end_layout
25184
25185 \end_inset
25186 </cell>
25187 </row>
25188 <row>
25189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25190 \begin_inset Text
25191
25192 \begin_layout Plain Layout
25193
25194 \backslash
25195 oe
25196 \end_layout
25197
25198 \end_inset
25199 </cell>
25200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 \begin_inset Formula $\textrm{œ}$
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \end_inset
25211 </cell>
25212 </row>
25213 <row>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 OE
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25226 \begin_inset Text
25227
25228 \begin_layout Plain Layout
25229 \begin_inset Formula $\textrm{Œ}$
25230 \end_inset
25231
25232
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 </row>
25238 <row>
25239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25240 \begin_inset Text
25241
25242 \begin_layout Plain Layout
25243
25244 \backslash
25245 ae
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25251 \begin_inset Text
25252
25253 \begin_layout Plain Layout
25254 \begin_inset Formula $\textrm{æ}$
25255 \end_inset
25256
25257
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 <row>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 AE
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279 \begin_inset Formula $\textrm{Æ}$
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row>
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 aa
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304 \begin_inset Formula $\textrm{\aa}$
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 <row>
25314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318
25319 \backslash
25320 AA
25321 \begin_inset Index idx
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 @
25328 \begin_inset ERT
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332
25333
25334 \backslash
25335 textrm{
25336 \backslash
25337 AA}
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356 \begin_inset Formula $\textrm{Å}$
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370
25371 \backslash
25372 i
25373 \end_layout
25374
25375 \end_inset
25376 </cell>
25377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25378 \begin_inset Text
25379
25380 \begin_layout Plain Layout
25381 \begin_inset Formula $\textrm{ı}$
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 </row>
25390 </lyxtabular>
25391
25392 \end_inset
25393
25394
25395 \begin_inset space \hfill{}
25396 \end_inset
25397
25398
25399 \begin_inset Tabular
25400 <lyxtabular version="3" rows="8" columns="2">
25401 <features rotate="0" tabularvalignment="middle">
25402 <column alignment="block" valignment="top">
25403 <column alignment="center" valignment="top">
25404 <row>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 command
25410 \begin_inset Note Note
25411 status collapsed
25412
25413 \begin_layout Plain Layout
25414 The space of 0
25415 \begin_inset space \thinspace{}
25416 \end_inset
25417
25418 mm is used for separation, because otherwise the output will be ¡ and ¿
25419  respectively.
25420 \end_layout
25421
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" rightline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Plain Layout
25433 Result
25434 \end_layout
25435
25436 \end_inset
25437 </cell>
25438 </row>
25439 <row>
25440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25441 \begin_inset Text
25442
25443 \begin_layout Plain Layout
25444
25445 \backslash
25446 o
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 \begin_inset Formula $\textrm{ø}$
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \end_inset
25462 </cell>
25463 </row>
25464 <row>
25465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469
25470 \backslash
25471 O
25472 \end_layout
25473
25474 \end_inset
25475 </cell>
25476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25477 \begin_inset Text
25478
25479 \begin_layout Plain Layout
25480 \begin_inset Formula $\textrm{Ø}$
25481 \end_inset
25482
25483
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 </row>
25489 <row>
25490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25491 \begin_inset Text
25492
25493 \begin_layout Plain Layout
25494
25495 \backslash
25496 l
25497 \end_layout
25498
25499 \end_inset
25500 </cell>
25501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25502 \begin_inset Text
25503
25504 \begin_layout Plain Layout
25505 \begin_inset Formula $\textrm{ł}$
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 </row>
25514 <row>
25515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25516 \begin_inset Text
25517
25518 \begin_layout Plain Layout
25519
25520 \backslash
25521 L
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25527 \begin_inset Text
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Formula $\textrm{Ł}$
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 </row>
25539 <row>
25540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 !
25545 \begin_inset space \hspace{}
25546 \length 0mm
25547 \end_inset
25548
25549 `
25550 \begin_inset space \textvisiblespace{}
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 \begin_inset Formula $\textrm{!`}$
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 </row>
25571 <row>
25572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 ?
25577 \begin_inset space \hspace{}
25578 \length 0mm
25579 \end_inset
25580
25581 `
25582 \begin_inset space \textvisiblespace{}
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{?`}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608
25609 \backslash
25610 j
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\textrm{ȷ}$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 </lyxtabular>
25629
25630 \end_inset
25631
25632
25633 \begin_inset space \hfill{}
25634 \end_inset
25635
25636
25637 \end_layout
25638
25639 \begin_layout Standard
25640 The characters 
25641 \begin_inset Formula $\textrm{\textrm{Å}}$
25642 \end_inset
25643
25644  and 
25645 \begin_inset Formula $\textrm{\textrm{Ø}}$
25646 \end_inset
25647
25648  can also be inserted via the math toolbar button 
25649 \begin_inset Info
25650 type  "icon"
25651 arg   "math-insert \\digamma"
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 An exception are the commands 
25659 \series bold
25660 !
25661 \begin_inset space \hspace{}
25662 \length 0mm
25663 \end_inset
25664
25665 `
25666 \series default
25667  and 
25668 \series bold
25669 ?
25670 \begin_inset space \hspace{}
25671 \length 0mm
25672 \end_inset
25673
25674 `
25675 \series default
25676 , because they can be inserted in LyX directly to text.
25677 \end_layout
25678
25679 \begin_layout Subsection
25680 Accents in Text
25681 \begin_inset CommandInset label
25682 LatexCommand label
25683 name "sub:Accents-in-Text"
25684
25685 \end_inset
25686
25687
25688 \begin_inset Index idx
25689 status collapsed
25690
25691 \begin_layout Plain Layout
25692 Accents ! in text
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \end_layout
25699
25700 \begin_layout Standard
25701 With the following commands all letters can be accented.
25702  The commands must be inserted in TeX-mode.
25703 \end_layout
25704
25705 \begin_layout Standard
25706 \begin_inset space \hfill{}
25707 \end_inset
25708
25709
25710 \begin_inset Tabular
25711 <lyxtabular version="3" rows="8" columns="2">
25712 <features rotate="0" tabularvalignment="middle">
25713 <column alignment="block" valignment="top">
25714 <column alignment="block" valignment="top">
25715 <row>
25716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 Command
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 Result
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 </row>
25735 <row>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740
25741 \backslash
25742
25743 \begin_inset Quotes grd
25744 \end_inset
25745
25746 e
25747 \end_layout
25748
25749 \end_inset
25750 </cell>
25751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755 \begin_inset ERT
25756 status collapsed
25757
25758 \begin_layout Plain Layout
25759
25760
25761 \backslash
25762 "e
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 </row>
25773 <row>
25774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778
25779 \backslash
25780 `e
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789 \begin_inset ERT
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793
25794
25795 \backslash
25796 `e
25797 \end_layout
25798
25799 \end_inset
25800
25801
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 </row>
25807 <row>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812
25813 \backslash
25814 ^
25815 \begin_inset space \textvisiblespace{}
25816 \end_inset
25817
25818 e
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Plain Layout
25827 \begin_inset ERT
25828 status collapsed
25829
25830 \begin_layout Plain Layout
25831
25832
25833 \backslash
25834 ^e
25835 \end_layout
25836
25837 \end_inset
25838
25839
25840 \end_layout
25841
25842 \end_inset
25843 </cell>
25844 </row>
25845 <row>
25846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850
25851 \backslash
25852 =e
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25858 \begin_inset Text
25859
25860 \begin_layout Plain Layout
25861 \begin_inset ERT
25862 status collapsed
25863
25864 \begin_layout Plain Layout
25865
25866
25867 \backslash
25868 =e
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884
25885 \backslash
25886 u
25887 \begin_inset space \textvisiblespace{}
25888 \end_inset
25889
25890 e
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25896 \begin_inset Text
25897
25898 \begin_layout Plain Layout
25899 \begin_inset ERT
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903
25904
25905 \backslash
25906 u e
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 </row>
25917 <row>
25918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922
25923 \backslash
25924 b
25925 \begin_inset space \textvisiblespace{}
25926 \end_inset
25927
25928 e
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25934 \begin_inset Text
25935
25936 \begin_layout Plain Layout
25937 \begin_inset ERT
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941
25942
25943 \backslash
25944 b e
25945 \end_layout
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 </row>
25955 <row>
25956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960
25961 \backslash
25962 t
25963 \begin_inset space \textvisiblespace{}
25964 \end_inset
25965
25966 ee
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25972 \begin_inset Text
25973
25974 \begin_layout Plain Layout
25975 \begin_inset ERT
25976 status collapsed
25977
25978 \begin_layout Plain Layout
25979
25980
25981 \backslash
25982 t ee
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \end_inset
25991 </cell>
25992 </row>
25993 </lyxtabular>
25994
25995 \end_inset
25996
25997
25998 \begin_inset space \hfill{}
25999 \end_inset
26000
26001
26002 \begin_inset Tabular
26003 <lyxtabular version="3" rows="8" columns="2">
26004 <features rotate="0" tabularvalignment="middle">
26005 <column alignment="block" valignment="top">
26006 <column alignment="center" valignment="top">
26007 <row>
26008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012 Command
26013 \end_layout
26014
26015 \end_inset
26016 </cell>
26017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26018 \begin_inset Text
26019
26020 \begin_layout Plain Layout
26021 Result
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 </row>
26027 <row>
26028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032
26033 \backslash
26034 H
26035 \begin_inset space \textvisiblespace{}
26036 \end_inset
26037
26038 e
26039 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 \begin_inset ERT
26048 status collapsed
26049
26050 \begin_layout Plain Layout
26051
26052
26053 \backslash
26054 H e
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 </row>
26065 <row>
26066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070
26071 \backslash
26072 'e
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081 \begin_inset ERT
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085
26086
26087 \backslash
26088 'e
26089 \end_layout
26090
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 </row>
26099 <row>
26100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104
26105 \backslash
26106 ~e
26107 \begin_inset Index idx
26108 status collapsed
26109
26110 \begin_layout Plain Layout
26111 Tilde
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26122 \begin_inset Text
26123
26124 \begin_layout Plain Layout
26125 \begin_inset ERT
26126 status collapsed
26127
26128 \begin_layout Plain Layout
26129
26130
26131 \backslash
26132 ~e
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 <row>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148
26149 \backslash
26150 .e
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159 \begin_inset ERT
26160 status collapsed
26161
26162 \begin_layout Plain Layout
26163
26164
26165 \backslash
26166 .e
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \end_inset
26175 </cell>
26176 </row>
26177 <row>
26178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182
26183 \backslash
26184 v
26185 \begin_inset space \textvisiblespace{}
26186 \end_inset
26187
26188 e
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 \begin_inset ERT
26198 status collapsed
26199
26200 \begin_layout Plain Layout
26201
26202
26203 \backslash
26204 v e
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213 </cell>
26214 </row>
26215 <row>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220
26221 \backslash
26222 d
26223 \begin_inset space \textvisiblespace{}
26224 \end_inset
26225
26226 e
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset ERT
26236 status collapsed
26237
26238 \begin_layout Plain Layout
26239
26240
26241 \backslash
26242 d e
26243 \end_layout
26244
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 c
26261 \begin_inset space \textvisiblespace{}
26262 \end_inset
26263
26264 e
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 \begin_inset ERT
26274 status collapsed
26275
26276 \begin_layout Plain Layout
26277
26278
26279 \backslash
26280 c e
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 </row>
26291 </lyxtabular>
26292
26293 \end_inset
26294
26295
26296 \begin_inset space \hfill{}
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \begin_layout Standard
26303 \begin_inset VSpace medskip
26304 \end_inset
26305
26306 With the command 
26307 \series bold
26308
26309 \backslash
26310 t
26311 \series default
26312  also two different characters can be accented.
26313  The command 
26314 \series bold
26315
26316 \backslash
26317 t
26318 \begin_inset space \textvisiblespace{}
26319 \end_inset
26320
26321 sz
26322 \series default
26323  creates: 
26324 \begin_inset ERT
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329
26330 \backslash
26331 t sz
26332 \end_layout
26333
26334 \end_inset
26335
26336
26337 \end_layout
26338
26339 \begin_layout Standard
26340 The accents 
26341 \series bold
26342 `
26343 \series default
26344  , 
26345 \series bold
26346 '
26347 \series default
26348  and 
26349 \series bold
26350 ^
26351 \series default
26352  can in combination with vowels directly be inserted with the keyboard without
26353  using TeX-mode.
26354  The same applies for the tilde
26355 \begin_inset Foot
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 This only applies for keyboards where the tilde is defined as accent.
26360 \end_layout
26361
26362 \end_inset
26363
26364  
26365 \series bold
26366 ~
26367 \series default
26368  in combination with 
26369 \emph on
26370 a
26371 \emph default
26372  , 
26373 \emph on
26374 n
26375 \emph default
26376  , or 
26377 \emph on
26378 o
26379 \emph default
26380 .
26381 \end_layout
26382
26383 \begin_layout Standard
26384 The commands 
26385 \series bold
26386
26387 \backslash
26388 b
26389 \series default
26390  , 
26391 \series bold
26392
26393 \backslash
26394 c
26395 \series default
26396  , 
26397 \series bold
26398
26399 \backslash
26400 d
26401 \series default
26402  , 
26403 \series bold
26404
26405 \backslash
26406 H
26407 \series default
26408  , 
26409 \series bold
26410
26411 \backslash
26412 t
26413 \series default
26414  , 
26415 \series bold
26416
26417 \backslash
26418 u
26419 \series default
26420  , 
26421 \series bold
26422
26423 \backslash
26424 v
26425 \series default
26426  and accents that are inserted directly with the keyboard are also available
26427  in mathematical text.
26428  For the other accents there are special math commands to be used in formulas,
26429  see 
26430 \begin_inset CommandInset ref
26431 LatexCommand ref
26432 reference "sub:Accents-for-one"
26433
26434 \end_inset
26435
26436 .
26437 \end_layout
26438
26439 \begin_layout Standard
26440 \begin_inset VSpace bigskip
26441 \end_inset
26442
26443 Furthermore, with the command 
26444 \series bold
26445
26446 \backslash
26447 textcircled
26448 \series default
26449
26450 \begin_inset Index idx
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454 Commands ! T ! 
26455 \backslash
26456 textcircled
26457 \end_layout
26458
26459 \end_inset
26460
26461  all numbers and letters can be set into a circle, quasi accented with a
26462  circle, similar to the copyright symbol.
26463 \end_layout
26464
26465 \begin_layout Standard
26466 \align center
26467 \begin_inset Tabular
26468 <lyxtabular version="3" rows="3" columns="2">
26469 <features rotate="0" tabularvalignment="middle">
26470 <column alignment="center" valignment="top">
26471 <column alignment="center" valignment="top">
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477 Command
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 Result
26487 \begin_inset Note Note
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491
26492 \series bold
26493
26494 \backslash
26495 raisebox
26496 \series default
26497  is only used as spacer.
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 </row>
26508 <row>
26509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513
26514 \backslash
26515 textcircled{w}
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524 \begin_inset ERT
26525 status collapsed
26526
26527 \begin_layout Plain Layout
26528
26529
26530 \backslash
26531 textcircled{w}
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 <row>
26543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26544 \begin_inset Text
26545
26546 \begin_layout Plain Layout
26547
26548 \backslash
26549 Large 
26550 \backslash
26551 textcircled{
26552 \backslash
26553 normalsize
26554 \backslash
26555 protect
26556 \backslash
26557 raisebox{-1.5pt}{W}}
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 \begin_inset Formula $\raisebox{4.5mm}{}$
26567 \end_inset
26568
26569
26570 \begin_inset ERT
26571 status collapsed
26572
26573 \begin_layout Plain Layout
26574
26575
26576 \backslash
26577 Large 
26578 \backslash
26579 textcircled{
26580 \backslash
26581 normalsize
26582 \backslash
26583 protect
26584 \backslash
26585 raisebox{-1.5pt}W}
26586 \end_layout
26587
26588 \end_inset
26589
26590
26591 \begin_inset Formula $\raisebox{-2mm}{}$
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 </lyxtabular>
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \begin_layout Standard
26608 One has to take care that the character fits in the circle.
26609  
26610 \series bold
26611
26612 \backslash
26613 Large
26614 \series default
26615
26616 \begin_inset Foot
26617 status collapsed
26618
26619 \begin_layout Plain Layout
26620 see 
26621 \begin_inset CommandInset ref
26622 LatexCommand ref
26623 reference "sub:Font-Sizes"
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631
26632  specifies thereby the size of the circle.
26633  With the help of 
26634 \series bold
26635
26636 \backslash
26637 raisebox
26638 \series default
26639
26640 \begin_inset Foot
26641 status collapsed
26642
26643 \begin_layout Plain Layout
26644 see 
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "sub:Boxes-without-Frame"
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \end_inset
26655
26656  the character can be centered.
26657 \end_layout
26658
26659 \begin_layout Subsection
26660 Old-style Figures
26661 \begin_inset Index idx
26662 status collapsed
26663
26664 \begin_layout Plain Layout
26665 Old-style Figures
26666 \end_layout
26667
26668 \end_inset
26669
26670
26671 \end_layout
26672
26673 \begin_layout Standard
26674 Old-style figures (also known as old-style numerals) are created with the
26675  command 
26676 \series bold
26677
26678 \backslash
26679 oldstylenums
26680 \series default
26681
26682 \begin_inset Index idx
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686 Commands ! O ! 
26687 \backslash
26688 oldstylenums
26689 \end_layout
26690
26691 \end_inset
26692
26693 .
26694  The command can be used in formulas and in TeX-mode.
26695  The command scheme is:
26696 \end_layout
26697
26698 \begin_layout Standard
26699
26700 \series bold
26701
26702 \backslash
26703 oldstylenums{number}
26704 \end_layout
26705
26706 \begin_layout Standard
26707 The command 
26708 \series bold
26709
26710 \backslash
26711 oldstylenums{0123456789
26712 \series default
26713  produces: 
26714 \begin_inset Formula $\oldstylenums{0123456789}$
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \begin_layout Section
26721 Formula Styles
26722 \begin_inset CommandInset label
26723 LatexCommand label
26724 name "sec:Formula-Styles"
26725
26726 \end_inset
26727
26728
26729 \begin_inset Index idx
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733 Formula ! styles
26734 \end_layout
26735
26736 \end_inset
26737
26738
26739 \end_layout
26740
26741 \begin_layout Itemize
26742 There are two different alignment styles:
26743 \end_layout
26744
26745 \begin_deeper
26746 \begin_layout Description
26747 Centered is the predefined standard
26748 \end_layout
26749
26750 \begin_layout Description
26751 Indented for this the option 
26752 \series bold
26753 fleqn
26754 \series default
26755  must be inserted in the menu 
26756 \family sans
26757 Document\SpecialChar \menuseparator
26758 Settings
26759 \family default
26760  under 
26761 \family sans
26762 Document
26763 \begin_inset space ~
26764 \end_inset
26765
26766 Class
26767 \end_layout
26768
26769 \begin_layout Standard
26770 When 
26771 \series bold
26772 Indented
26773 \series default
26774  is used, the indentation can be adjusted with the length 
26775 \series bold
26776
26777 \backslash
26778 mathindent
26779 \series default
26780
26781 \begin_inset Index idx
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785 Commands ! M ! 
26786 \backslash
26787 mathindent
26788 \end_layout
26789
26790 \end_inset
26791
26792 .
26793  Should the distance be 15
26794 \begin_inset space \thinspace{}
26795 \end_inset
26796
26797 mm, the following command line is inserted in the LaTeX-preamble
26798 \end_layout
26799
26800 \begin_layout Standard
26801
26802 \series bold
26803
26804 \backslash
26805 setlength{
26806 \backslash
26807 mathindent}{15mm}
26808 \end_layout
26809
26810 \begin_layout Standard
26811 When no length is specified, the predefined value of 30
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 pt will be used.
26816 \end_layout
26817
26818 \end_deeper
26819 \begin_layout Itemize
26820 And two different numbering styles:
26821 \end_layout
26822
26823 \begin_deeper
26824 \begin_layout Description
26825 Right is the predefined standard
26826 \end_layout
26827
26828 \begin_layout Description
26829 Left for this the option 
26830 \series bold
26831 leqno
26832 \series default
26833  must be inserted in the menu 
26834 \family sans
26835 Document\SpecialChar \menuseparator
26836 Settings
26837 \family default
26838  under 
26839 \family sans
26840 Document
26841 \begin_inset space ~
26842 \end_inset
26843
26844 Class
26845 \end_layout
26846
26847 \end_deeper
26848 \begin_layout Standard
26849
26850 \series bold
26851 fleqn
26852 \series default
26853  and 
26854 \series bold
26855 leqno
26856 \series default
26857  can also be used together.
26858  In this case both options are inserted, separated by a comma.
26859 \end_layout
26860
26861 \begin_layout Standard
26862 The chosen styles are used for all displayed formulas of the document.
26863  When both, centered and indented formulas should be created in a document,
26864  the style 
26865 \series bold
26866 Centered
26867 \series default
26868  is used.
26869  The indented formulas are then set in a flalign environment, see 
26870 \begin_inset CommandInset ref
26871 LatexCommand ref
26872 reference "sub:Flalign-Environment"
26873
26874 \end_inset
26875
26876 .
26877 \end_layout
26878
26879 \begin_layout Section
26880 Multiline Formulas
26881 \begin_inset CommandInset label
26882 LatexCommand label
26883 name "sec:Multiline-Formulas"
26884
26885 \end_inset
26886
26887
26888 \begin_inset Index idx
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892 Formula ! multiline
26893 \end_layout
26894
26895 \end_inset
26896
26897
26898 \end_layout
26899
26900 \begin_layout Subsection
26901 General
26902 \end_layout
26903
26904 \begin_layout Standard
26905 In LyX multiline formulas are created by pressing 
26906 \begin_inset Info
26907 type  "shortcut"
26908 arg   "newline-insert newline"
26909 \end_inset
26910
26911  inside a formula.
26912  This creates either an 
26913 \series bold
26914 eqnarray environment
26915 \series default
26916  that is described in 
26917 \begin_inset CommandInset ref
26918 LatexCommand ref
26919 reference "sub:Eqnarray-Environment"
26920
26921 \end_inset
26922
26923  or, when the option 
26924 \family sans
26925 Use AMS math package
26926 \family default
26927  in the document settings is selected, an 
26928 \series bold
26929 align environment
26930 \series default
26931  that is described in 
26932 \begin_inset CommandInset ref
26933 LatexCommand ref
26934 reference "sub:Standard-align-Environment"
26935
26936 \end_inset
26937
26938 .
26939  The align environment is recommended because it provides in any case a
26940  typographically correct output.
26941 \end_layout
26942
26943 \begin_layout Standard
26944 There are other multiline formula environments that can be created via the
26945  menu 
26946 \family sans
26947 Insert\SpecialChar \menuseparator
26948 Math
26949 \family default
26950 .
26951  These environments are described in the following sections.
26952 \end_layout
26953
26954 \begin_layout Standard
26955 In all multiline formula environments a new line is created by pressing
26956  
26957 \begin_inset Info
26958 type  "shortcut"
26959 arg   "newline-insert newline"
26960 \end_inset
26961
26962 .
26963  To add or delete lines, the math toolbar buttons 
26964 \begin_inset Info
26965 type  "icon"
26966 arg   "inset-modify tabular append-row"
26967 \end_inset
26968
26969  or 
26970 \begin_inset Info
26971 type  "icon"
26972 arg   "inset-modify tabular delete-row"
26973 \end_inset
26974
26975 , respectively, or the menu 
26976 \family sans
26977 Edit\SpecialChar \menuseparator
26978 Rows & Columns
26979 \family default
26980  can be used.
26981 \end_layout
26982
26983 \begin_layout Subsubsection
26984 Line Separation
26985 \begin_inset CommandInset label
26986 LatexCommand label
26987 name "sub:Line-Separation"
26988
26989 \end_inset
26990
26991
26992 \begin_inset Index idx
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 Formula ! multiline ! Line separation
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 There is sometimes not enough space in multiline formulas between the lines:
27006 \begin_inset Formula 
27007 \begin{eqnarray*}
27008 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}\\
27009 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
27010 \end{eqnarray*}
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Standard
27018 In LaTeX additional line space is specified as optional argument of the
27019  new line command.
27020  This is not yet possible in LyX
27021 \begin_inset Foot
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025 see 
27026 \begin_inset CommandInset href
27027 LatexCommand href
27028 name "LyX-bug #1505"
27029 target "http://www.lyx.org/trac/ticket/1505"
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \end_inset
27037
27038 , therefore the whole formula must be inserted in TeX-mode.
27039  To add in our example space, the command 
27040 \series bold
27041
27042 \backslash
27043
27044 \backslash
27045 [3mm]
27046 \series default
27047  is inserted at the end of the first line.
27048  One gets: 
27049 \begin_inset ERT
27050 status collapsed
27051
27052 \begin_layout Plain Layout
27053
27054
27055 \backslash
27056 begin{eqnarray*}
27057 \end_layout
27058
27059 \begin_layout Plain Layout
27060
27061 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27062  = & 
27063 \backslash
27064 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27065 \backslash
27066
27067 \backslash
27068 [3mm]
27069 \end_layout
27070
27071 \begin_layout Plain Layout
27072
27073 4x^{2}
27074 \backslash
27075 left(B^{2}+x_{0}^{2}
27076 \backslash
27077 right)+4x_{0}x
27078 \backslash
27079 left(D-B^{2}
27080 \backslash
27081 right)+B^{2}
27082 \backslash
27083 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27084 \backslash
27085 right) & = & 0
27086 \end_layout
27087
27088 \begin_layout Plain Layout
27089
27090
27091 \backslash
27092 end{eqnarray*}
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 \begin_inset VSpace bigskip
27102 \end_inset
27103
27104 To set the line separation for all lines in a formula, the length 
27105 \series bold
27106
27107 \backslash
27108 jot
27109 \series default
27110
27111 \begin_inset Index idx
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 Commands ! J ! 
27116 \backslash
27117 jot
27118 \end_layout
27119
27120 \end_inset
27121
27122  is changed.
27123  The definition is: 
27124 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27125 \end_inset
27126
27127 .
27128  Predefined for 
27129 \series bold
27130
27131 \backslash
27132 jot
27133 \series default
27134  is the value 3
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 pt.
27139  To create 3
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 mm additional line separation as in the previous example, the command
27144 \end_layout
27145
27146 \begin_layout Standard
27147
27148 \series bold
27149
27150 \backslash
27151 setlength{
27152 \backslash
27153 jot}{3mm+3pt}
27154 \end_layout
27155
27156 \begin_layout Standard
27157 is inserted in TeX-mode before the formula.
27158  This requires that the LaTeX-package 
27159 \series bold
27160 calc
27161 \series default
27162
27163 \begin_inset Foot
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168 \series bold
27169 calc
27170 \series default
27171  is part of every LaTeX standard installation.
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \begin_inset Index idx
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181 Packages ! calc
27182 \end_layout
27183
27184 \end_inset
27185
27186  was loaded in LaTeX-preamble with the line
27187 \end_layout
27188
27189 \begin_layout Standard
27190
27191 \series bold
27192
27193 \backslash
27194 usepackage{calc}
27195 \end_layout
27196
27197 \begin_layout Standard
27198 One gets: 
27199 \begin_inset ERT
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203
27204
27205 \backslash
27206 setlength{
27207 \backslash
27208 jot}{3mm+3pt}
27209 \end_layout
27210
27211 \end_inset
27212
27213
27214 \begin_inset Formula 
27215 \begin{eqnarray*}
27216 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}\\
27217 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
27218 \end{eqnarray*}
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \begin_layout Standard
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 setlength{
27234 \backslash
27235 jot}{3pt}
27236 \end_layout
27237
27238 \end_inset
27239
27240  To get back to the predefined distance, 
27241 \series bold
27242
27243 \backslash
27244 jot
27245 \series default
27246  is set to the value 3
27247 \begin_inset space \thinspace{}
27248 \end_inset
27249
27250 pt.
27251 \end_layout
27252
27253 \begin_layout Subsubsection
27254 Column Separation
27255 \begin_inset CommandInset label
27256 LatexCommand label
27257 name "sub:Column-Separation"
27258
27259 \end_inset
27260
27261
27262 \begin_inset Index idx
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266 Formula ! multiline ! Column separation
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \end_layout
27273
27274 \begin_layout Standard
27275 Multiline formulas form a matrix.
27276  A formula in the eqnarray environment is for example a matrix with three
27277  columns.
27278  By changing the column separation in this environment, the space beside
27279  the relation sign can be changed.
27280 \end_layout
27281
27282 \begin_layout Standard
27283 The column separation is specified with the length 
27284 \series bold
27285
27286 \backslash
27287 arraycolsep
27288 \series default
27289
27290 \begin_inset Index idx
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 Commands ! A ! 
27295 \backslash
27296 arraycolsep
27297 \end_layout
27298
27299 \end_inset
27300
27301  according to:
27302 \begin_inset Newline newline
27303 \end_inset
27304
27305 column separation = 2
27306 \begin_inset space \thinspace{}
27307 \end_inset
27308
27309
27310 \series bold
27311
27312 \backslash
27313 arraycolsep
27314 \series default
27315
27316 \begin_inset Newline newline
27317 \end_inset
27318
27319 Thus, the command
27320 \end_layout
27321
27322 \begin_layout Standard
27323
27324 \series bold
27325
27326 \backslash
27327 setlength{
27328 \backslash
27329 arraycolsep}{1cm}
27330 \end_layout
27331
27332 \begin_layout Standard
27333 inserted in TeX-mode, sets for all following formulas a column separation
27334  of 2
27335 \begin_inset space \thinspace{}
27336 \end_inset
27337
27338 cm.
27339  To get back to the predefined distance, 
27340 \series bold
27341
27342 \backslash
27343 arraycolsep
27344 \series default
27345  is set to 5
27346 \begin_inset space \thinspace{}
27347 \end_inset
27348
27349 pt.
27350 \end_layout
27351
27352 \begin_layout Standard
27353 A formula with 2
27354 \begin_inset space \thinspace{}
27355 \end_inset
27356
27357 cm column separation:
27358 \begin_inset ERT
27359 status collapsed
27360
27361 \begin_layout Plain Layout
27362
27363
27364 \backslash
27365 setlength{
27366 \backslash
27367 arraycolsep}{1cm}
27368 \end_layout
27369
27370 \end_inset
27371
27372
27373 \begin_inset Formula 
27374 \begin{eqnarray*}
27375 A & = & B\\
27376 C & \ne & A
27377 \end{eqnarray*}
27378
27379 \end_inset
27380
27381 A formula with the predefined column separation for matrices of 10
27382 \begin_inset space \thinspace{}
27383 \end_inset
27384
27385 pt:
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 setlength{
27394 \backslash
27395 arraycolsep}{5pt}
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \begin_inset Formula 
27402 \begin{eqnarray*}
27403 A & = & B\\
27404 C & \ne & A
27405 \end{eqnarray*}
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \begin_layout Subsubsection
27413 Long Formulas
27414 \begin_inset Index idx
27415 status collapsed
27416
27417 \begin_layout Plain Layout
27418 Formula ! long
27419 \end_layout
27420
27421 \end_inset
27422
27423
27424 \end_layout
27425
27426 \begin_layout Standard
27427 Long formulas can be typeset using these methods:
27428 \end_layout
27429
27430 \begin_layout Itemize
27431 When one side of the equation is much shorter than the line width, this
27432  one is chosen for the left side and the right side is typeset over two
27433  lines:
27434 \begin_inset Formula 
27435 \begin{eqnarray}
27436 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 \\
27437  &  & -\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}
27438 \end{eqnarray}
27439
27440 \end_inset
27441
27442 The minus sign at the beginning of the second line does normally not appear
27443  as an operator because it is the first character of the line.
27444  Thus it would not be surrounded by space and could not be distinguished
27445  from the fraction bar.
27446  To avoid this, 3
27447 \begin_inset space \thinspace{}
27448 \end_inset
27449
27450 pt space was inserted behind the minus sign with the command 
27451 \series bold
27452
27453 \backslash
27454 hspace
27455 \series default
27456 .
27457 \begin_inset Foot
27458 status collapsed
27459
27460 \begin_layout Plain Layout
27461 for more about 
27462 \series bold
27463
27464 \backslash
27465 hspace
27466 \series default
27467  see 
27468 \begin_inset CommandInset ref
27469 LatexCommand ref
27470 reference "sub:Variable-Space"
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \begin_inset Index idx
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 Commands ! H ! 
27485 \backslash
27486 hspace
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \begin_layout Itemize
27495 When both sides of the equation are too long, the command 
27496 \series bold
27497
27498 \backslash
27499 lefteqn
27500 \series default
27501
27502 \begin_inset Index idx
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 Commands ! L ! 
27507 \backslash
27508 lefteqn
27509 \end_layout
27510
27511 \end_inset
27512
27513  is used.
27514  It is inserted in the first column of the first line and causes all further
27515  insertions to overwrite the following columns:
27516 \begin_inset Formula 
27517 \begin{eqnarray}
27518 \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 \\
27519  &  & -\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 \\
27520  &  & =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}
27521 \end{eqnarray}
27522
27523 \end_inset
27524
27525 After the insertion of 
27526 \series bold
27527
27528 \backslash
27529 lefteqn
27530 \series default
27531 , the cursor is in a purple box that is a bit shifted to the left from the
27532  blue one.
27533  In this the formula is inserted.
27534 \begin_inset Newline newline
27535 \end_inset
27536
27537 The content of the further lines is inserted to the second or another formula
27538  column.
27539  The greater the column number where it was inserted, the larger the indentation.
27540 \begin_inset VSpace medskip
27541 \end_inset
27542
27543
27544 \begin_inset Newline newline
27545 \end_inset
27546
27547
27548 \begin_inset Note Greyedout
27549 status open
27550
27551 \begin_layout Plain Layout
27552 Note the following when using 
27553 \series bold
27554
27555 \backslash
27556 lefteqn
27557 \series default
27558 :
27559 \end_layout
27560
27561 \begin_layout Itemize
27562 The formula doesn't use the full page width.
27563  When e.
27564 \begin_inset space \thinspace{}
27565 \end_inset
27566
27567 g.
27568 \begin_inset space \space{}
27569 \end_inset
27570
27571 the term 
27572 \begin_inset Formula $-B^{2}$
27573 \end_inset
27574
27575  is added to the first line in the above example, it would have been outside
27576  the page margin.
27577  To better use the width, negative space can be inserted at the beginning
27578  of the first line.
27579 \end_layout
27580
27581 \begin_layout Itemize
27582 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27583  line.
27584 \begin_inset Foot
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 \begin_inset CommandInset href
27589 LatexCommand href
27590 name "LyX-bug #1429"
27591 target "http://www.lyx.org/trac/ticket/1429"
27592
27593 \end_inset
27594
27595
27596 \end_layout
27597
27598 \end_inset
27599
27600  One can only set the cursor at the beginning of the line and move it with
27601  the arrow keys.
27602 \end_layout
27603
27604 \end_inset
27605
27606
27607 \end_layout
27608
27609 \begin_layout Itemize
27610 Other methods to set long formulas are offered by the environments described
27611  in 
27612 \begin_inset CommandInset ref
27613 LatexCommand ref
27614 reference "sub:Multline-Environment"
27615
27616 \end_inset
27617
27618  and 
27619 \begin_inset CommandInset ref
27620 LatexCommand ref
27621 reference "sub:Multiline-Formula-Parts"
27622
27623 \end_inset
27624
27625 .
27626 \end_layout
27627
27628 \begin_layout Subsubsection
27629 Multiline Brackets
27630 \begin_inset CommandInset label
27631 LatexCommand label
27632 name "sub:Multiline-Brackets"
27633
27634 \end_inset
27635
27636
27637 \begin_inset Index idx
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 Brackets ! for multiline expressions
27642 \end_layout
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 For brackets spanning multiple lines the following problem occurs:
27651 \begin_inset Formula 
27652 \begin{eqnarray*}
27653 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27654  &  & \left.\cdots+B-D\right]
27655 \end{eqnarray*}
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 The closing bracket is smaller than the opening bracket because brackets
27664  with variable size may not span multiple lines.
27665 \end_layout
27666
27667 \begin_layout Standard
27668 To set the bracket size for the second line correctly, the first line is
27669  ended with 
27670 \series bold
27671
27672 \backslash
27673 right.
27674 \series default
27675
27676 \begin_inset Index idx
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 Commands ! R ! 
27681 \backslash
27682 right
27683 \end_layout
27684
27685 \end_inset
27686
27687  and the second line with 
27688 \series bold
27689
27690 \backslash
27691 left.
27692 \begin_inset Foot
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 for more about 
27697 \series bold
27698
27699 \backslash
27700 left
27701 \series default
27702  and 
27703 \series bold
27704
27705 \backslash
27706 right
27707 \series default
27708  see 
27709 \begin_inset CommandInset ref
27710 LatexCommand ref
27711 reference "sub:Automatic-Bracket-Size"
27712
27713 \end_inset
27714
27715
27716 \end_layout
27717
27718 \end_inset
27719
27720
27721 \series default
27722
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Commands ! L ! 
27728 \backslash
27729 left
27730 \end_layout
27731
27732 \end_inset
27733
27734 .
27735  After 
27736 \series bold
27737
27738 \backslash
27739 left.
27740
27741 \series default
27742  the command 
27743 \series bold
27744
27745 \backslash
27746 vphantom
27747 \series default
27748
27749 \begin_inset space \textvisiblespace{}
27750 \end_inset
27751
27752
27753 \series bold
27754
27755 \backslash
27756 prod
27757 \series default
27758 ^
27759 \begin_inset space \textvisiblespace{}
27760 \end_inset
27761
27762
27763 \series bold
27764
27765 \backslash
27766 infty
27767 \series default
27768
27769 \begin_inset space \textvisiblespace{}
27770 \end_inset
27771
27772
27773 \series bold
27774
27775 \begin_inset Formula $\downarrow$
27776 \end_inset
27777
27778 _R=1}
27779 \series default
27780
27781 \begin_inset Index idx
27782 status collapsed
27783
27784 \begin_layout Plain Layout
27785 Commands ! V ! 
27786 \backslash
27787 vphantom
27788 \end_layout
27789
27790 \end_inset
27791
27792  is inserted, because the multiplication operator with its limits is the
27793  largest symbol in the first line and this should be the size for the bracket
27794  in the second line.
27795 \end_layout
27796
27797 \begin_layout Standard
27798 The result is this:
27799 \begin_inset Formula 
27800 \begin{eqnarray*}
27801 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27802  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27803 \end{eqnarray*}
27804
27805 \end_inset
27806
27807
27808 \end_layout
27809
27810 \begin_layout Subsection
27811 Align Environments
27812 \end_layout
27813
27814 \begin_layout Standard
27815 Align environments can be used for every kind of multiline formulas.
27816  They are especially useful to set several formulas side by side.
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Align environments consist of columns.
27821  The odd columns are right aligned, the even ones left aligned.
27822  Every line in an Align environment can be numbered.
27823 \end_layout
27824
27825 \begin_layout Standard
27826 Align environments are created via the menu 
27827 \family sans
27828 Insert\SpecialChar \menuseparator
27829 Math
27830 \family default
27831 .
27832  With the menu 
27833 \family sans
27834 Edit\SpecialChar \menuseparator
27835 Math\SpecialChar \menuseparator
27836 Change Formula Type
27837 \family default
27838  already existing formulas can be converted to Align environments.
27839 \end_layout
27840
27841 \begin_layout Standard
27842 To add or delete columns, the math toolbar buttons 
27843 \begin_inset Info
27844 type  "icon"
27845 arg   "inset-modify tabular append-column"
27846 \end_inset
27847
27848  or 
27849 \begin_inset Info
27850 type  "icon"
27851 arg   "inset-modify tabular delete-column"
27852 \end_inset
27853
27854 , respectively, or the menu 
27855 \family sans
27856 Edit\SpecialChar \menuseparator
27857 Rows & Columns
27858 \family default
27859  can be used.
27860 \end_layout
27861
27862 \begin_layout Subsubsection
27863 Standard align Environment
27864 \begin_inset CommandInset label
27865 LatexCommand label
27866 name "sub:Standard-align-Environment"
27867
27868 \end_inset
27869
27870
27871 \begin_inset Index idx
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875 Formula ! multiline ! align environment
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 This Align environment is created by pressing 
27885 \begin_inset Info
27886 type  "shortcut"
27887 arg   "newline-insert newline"
27888 \end_inset
27889
27890  in a formula or by the menu 
27891 \family sans
27892 Insert\SpecialChar \menuseparator
27893 Math\SpecialChar \menuseparator
27894 AMS align Environment
27895 \family default
27896 .
27897 \end_layout
27898
27899 \begin_layout Standard
27900 An example for two formulas set side by side, that are created with a four
27901  column align environment:
27902 \begin_inset Formula 
27903 \begin{align*}
27904 A & =\sin(B) & C & =D\\
27905 C & \ne A & B & \ne D
27906 \end{align*}
27907
27908 \end_inset
27909
27910 As it can be seen, the formulas in this environment are placed so as if
27911  there would be a 
27912 \series bold
27913
27914 \backslash
27915 hfill
27916 \begin_inset Foot
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 more about 
27921 \series bold
27922
27923 \backslash
27924 hfill
27925 \series default
27926  see 
27927 \begin_inset CommandInset ref
27928 LatexCommand ref
27929 reference "sub:Variable-Space"
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937
27938
27939 \series default
27940  before the first and after every even column.
27941  When the formula style 
27942 \series bold
27943 Indented
27944 \begin_inset Foot
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 formula styles see 
27949 \begin_inset CommandInset ref
27950 LatexCommand ref
27951 reference "sec:Formula-Styles"
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \series default
27962  is used, the formula is set without the 
27963 \series bold
27964
27965 \backslash
27966 hfill
27967 \series default
27968  before the first column.
27969 \end_layout
27970
27971 \begin_layout Subsubsection
27972 Alignat Environment
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 Formula ! multiline ! alignat environment
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 The alignat environment has no predefined column separation.
27987  It can be inserted manually with the spaces that are described 
27988 \begin_inset CommandInset ref
27989 LatexCommand ref
27990 reference "sub:Space"
27991
27992 \end_inset
27993
27994 .
27995 \end_layout
27996
27997 \begin_layout Standard
27998 The above example in the alignat environment where 1
27999 \begin_inset space \thinspace{}
28000 \end_inset
28001
28002 cm space was inserted at the beginning of the second formula:
28003 \begin_inset Formula 
28004 \begin{alignat*}{2}
28005 A & =\sin(B) & \hspace{1cm}C & =D\\
28006 C & \ne A & B & \ne D
28007 \end{alignat*}
28008
28009 \end_inset
28010
28011 Because the column separation can be set separately for every column, this
28012  environment is especially suitable to set three and more formulas side
28013  by side.
28014 \end_layout
28015
28016 \begin_layout Subsubsection
28017 Flalign Environment
28018 \begin_inset CommandInset label
28019 LatexCommand label
28020 name "sub:Flalign-Environment"
28021
28022 \end_inset
28023
28024
28025 \begin_inset Index idx
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 Formula ! multiline ! flalign environment
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \begin_layout Standard
28038 In this environment the first two columns are always set as much as possible
28039  to the left and the last two ones to the right.
28040  An example:
28041 \begin_inset Formula 
28042 \begin{flalign*}
28043 A & =1 & B & =2 & C & =3\\
28044 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28045 \end{flalign*}
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Standard
28053 By creating a flalign environment with an odd number of columns where an
28054  empty TeX-brace is inserted to the last column, several formulas in a document
28055  can be set to the left, although the formula style 
28056 \series bold
28057 Centered
28058 \series default
28059  is used.
28060  As example the indented formula 
28061 \begin_inset CommandInset ref
28062 LatexCommand eqref
28063 reference "eq:VolInt"
28064
28065 \end_inset
28066
28067 :
28068 \begin_inset Formula 
28069 \begin{flalign}
28070 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28071 \end{flalign}
28072
28073 \end_inset
28074
28075 The first two columns contain the formula.
28076  To indent it as with the formula style 
28077 \series bold
28078 Indented
28079 \series default
28080 , 30
28081 \begin_inset space \thinspace{}
28082 \end_inset
28083
28084 pt space was inserted at the beginning of the first column.
28085 \end_layout
28086
28087 \begin_layout Subsection
28088 Eqnarray Environment
28089 \begin_inset CommandInset label
28090 LatexCommand label
28091 name "sub:Eqnarray-Environment"
28092
28093 \end_inset
28094
28095
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 Formula ! multiline ! eqnarray environment
28101 \end_layout
28102
28103 \end_inset
28104
28105
28106 \end_layout
28107
28108 \begin_layout Standard
28109 When this environment has been created, three blue boxes appear.
28110  The content of the first box is right aligned, the content of the last
28111  one left aligned.
28112  The content of the middle box appears centered and a bit smaller, because
28113  it is designed to insert there only relation characters.
28114 \begin_inset Formula 
28115 \begin{eqnarray*}
28116 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28117 AB & AB & AB\\
28118 A & = & A
28119 \end{eqnarray*}
28120
28121 \end_inset
28122
28123
28124 \end_layout
28125
28126 \begin_layout Subsection
28127 Gather Environment
28128 \begin_inset Index idx
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 Formula ! multiline ! gather environment
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Standard
28141 This environment consists of only one centered column.
28142  Every line can be numbered.
28143 \begin_inset Formula 
28144 \begin{gather}
28145 A=1\\
28146 X=\textrm{-}1
28147 \end{gather}
28148
28149 \end_inset
28150
28151
28152 \end_layout
28153
28154 \begin_layout Subsection
28155 Multline Environment
28156 \begin_inset CommandInset label
28157 LatexCommand label
28158 name "sub:Multline-Environment"
28159
28160 \end_inset
28161
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 Formula ! multiline ! multline environment
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 The multline environment consists, like the gather environment, of only
28177  one column.
28178  But the first line is left aligned, the last one right aligned.
28179  All other lines are centered.
28180  Therefore this environment is suitable for long formulas.
28181  As example formula 
28182 \begin_inset CommandInset ref
28183 LatexCommand eqref
28184 reference "eq:lefteqn"
28185
28186 \end_inset
28187
28188  in the multline environment:
28189 \begin_inset Formula 
28190 \begin{multline}
28191 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}\\
28192 -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}\\
28193 =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}}
28194 \end{multline}
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 In the output only the last (first) line of a multline environment appears
28203  numbered when the document numbering is right (left).
28204 \begin_inset Foot
28205 status collapsed
28206
28207 \begin_layout Plain Layout
28208 numbering styles see 
28209 \begin_inset CommandInset ref
28210 LatexCommand ref
28211 reference "sec:Formula-Styles"
28212
28213 \end_inset
28214
28215
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \begin_layout Standard
28224 With the commands 
28225 \series bold
28226
28227 \backslash
28228 shoveright
28229 \series default
28230
28231 \begin_inset Index idx
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235 Commands ! S ! 
28236 \backslash
28237 shoveright
28238 \end_layout
28239
28240 \end_inset
28241
28242  and 
28243 \series bold
28244
28245 \backslash
28246 shoveleft
28247 \series default
28248
28249 \begin_inset Index idx
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 Commands ! S ! 
28254 \backslash
28255 shoveleft
28256 \end_layout
28257
28258 \end_inset
28259
28260  a centered line can be right or left aligned, respectively.
28261  The commands are used as follows:
28262 \end_layout
28263
28264 \begin_layout Standard
28265
28266 \series bold
28267
28268 \backslash
28269 shoveright{line content}
28270 \series default
28271  and 
28272 \series bold
28273
28274 \backslash
28275 shoveleft{line content}
28276 \end_layout
28277
28278 \begin_layout Standard
28279 \begin_inset VSpace medskip
28280 \end_inset
28281
28282 The length 
28283 \series bold
28284
28285 \backslash
28286 multlinegap
28287 \series default
28288
28289 \begin_inset Index idx
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 Commands ! M ! 
28294 \backslash
28295 multlinegap
28296 \end_layout
28297
28298 \end_inset
28299
28300  specifies the distance of the first line from the left page margin.
28301  Predefined is the length 0
28302 \begin_inset space \thinspace{}
28303 \end_inset
28304
28305 pt.
28306 \end_layout
28307
28308 \begin_layout Standard
28309 As example the above formula where the command
28310 \end_layout
28311
28312 \begin_layout Standard
28313
28314 \series bold
28315
28316 \backslash
28317 setlength{
28318 \backslash
28319 multlinegap}{2cm}
28320 \end_layout
28321
28322 \begin_layout Standard
28323 was inserted in TeX-mode before:
28324 \begin_inset ERT
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328
28329
28330 \backslash
28331 setlength{
28332 \backslash
28333 multlinegap}{2cm}
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \begin_inset Formula 
28340 \begin{multline}
28341 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}\\
28342 \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}}\\
28343 =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}}
28344 \end{multline}
28345
28346 \end_inset
28347
28348
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354
28355 \backslash
28356 setlength{
28357 \backslash
28358 multlinegap}{0pt}
28359 \end_layout
28360
28361 \end_inset
28362
28363 The second line was left aligned using 
28364 \series bold
28365
28366 \backslash
28367 shoveleft
28368 \series default
28369 .
28370 \end_layout
28371
28372 \begin_layout Subsection
28373 Multiline Formula Parts
28374 \begin_inset CommandInset label
28375 LatexCommand label
28376 name "sub:Multiline-Formula-Parts"
28377
28378 \end_inset
28379
28380
28381 \begin_inset Index idx
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385 Formula ! multiline ! formula parts
28386 \end_layout
28387
28388 \end_inset
28389
28390
28391 \end_layout
28392
28393 \begin_layout Standard
28394 To display only parts of a formula with multiple lines, one of the following
28395  environments is used: 
28396 \series bold
28397 aligned
28398 \series default
28399
28400 \series bold
28401 alignedat
28402 \series default
28403
28404 \series bold
28405 gathered
28406 \series default
28407  or 
28408 \series bold
28409 split
28410 \series default
28411 .
28412  They can be inserted via the menu 
28413 \family sans
28414 Insert\SpecialChar \menuseparator
28415 Math
28416 \family default
28417  or by using the commands described in this section.
28418 \end_layout
28419
28420 \begin_layout Standard
28421 The first three have the same properties as the corresponding multiline
28422  formula environments, but it is possible to set further formula parts beside
28423  them.
28424  An example:
28425 \begin_inset Formula 
28426 \[
28427 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28428 \Delta E\Delta t & \ge\frac{\hbar}{2}
28429 \end{aligned}
28430 \right\} \textrm{Uncertainty relations}
28431 \]
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Standard
28439 To get this formula, a displayed formula is created where the command 
28440 \series bold
28441
28442 \backslash
28443 aligned
28444 \series default
28445
28446 \begin_inset Index idx
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 Commands ! A ! 
28451 \backslash
28452 aligned
28453 \end_layout
28454
28455 \end_inset
28456
28457  is inserted.
28458  A purple box appears around the blue formula box where now columns and
28459  lines can be added.
28460  Outside the multiline environment other formula parts can be set, like
28461  the brace.
28462 \end_layout
28463
28464 \begin_layout Standard
28465 The aligned environment is also suitable for long formulas whose lines are
28466  horizontally aligned.
28467  Using aligned in a displayed formula has the advantage that the formula
28468  number is vertically centered behind the lines.
28469  As example formula 
28470 \begin_inset CommandInset ref
28471 LatexCommand eqref
28472 reference "eq:shortlong"
28473
28474 \end_inset
28475
28476  in the aligned environment:
28477 \begin_inset Formula 
28478 \begin{equation}
28479 \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}|}\\
28480  & -\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}|}
28481 \end{aligned}
28482 \end{equation}
28483
28484 \end_inset
28485
28486
28487 \end_layout
28488
28489 \begin_layout Standard
28490 To use the environments 
28491 \series bold
28492 alignedat
28493 \series default
28494
28495 \series bold
28496 gathered
28497 \series default
28498 , or 
28499 \series bold
28500 split
28501 \series default
28502 , the command 
28503 \series bold
28504
28505 \backslash
28506 alignedat
28507 \series default
28508 ,
28509 \begin_inset Index idx
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Commands ! A ! 
28514 \backslash
28515 alignedat
28516 \end_layout
28517
28518 \end_inset
28519
28520  
28521 \series bold
28522
28523 \backslash
28524 gathered
28525 \series default
28526
28527 \begin_inset Index idx
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Commands ! G ! 
28532 \backslash
28533 gathered
28534 \end_layout
28535
28536 \end_inset
28537
28538 , or 
28539 \series bold
28540
28541 \backslash
28542 split
28543 \series default
28544
28545 \begin_inset Index idx
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 Commands ! S ! 
28550 \backslash
28551 split
28552 \end_layout
28553
28554 \end_inset
28555
28556  are inserted, respectively.
28557  The split environment has the same properties as the aligned environment
28558  but it can only have two columns.
28559 \end_layout
28560
28561 \begin_layout Subsection
28562 Text in multiline Formulas
28563 \begin_inset CommandInset label
28564 LatexCommand label
28565 name "sub:Text-in-multiline"
28566
28567 \end_inset
28568
28569
28570 \begin_inset Index idx
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 Text ! in formulas
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \begin_inset Index idx
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584 Formula ! multiline ! text
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 In the Align environments, and the multline and gather environment, text
28594  can be inserted that will appear in a separate line and doesn't affect
28595  the column alignment.
28596  To do this, the command 
28597 \series bold
28598
28599 \backslash
28600 intertext
28601 \series default
28602
28603 \begin_inset Index idx
28604 status collapsed
28605
28606 \begin_layout Plain Layout
28607 Commands ! I ! 
28608 \backslash
28609 intertext
28610 \end_layout
28611
28612 \end_inset
28613
28614  is used in the following scheme:
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 intertext{text}
28623 \end_layout
28624
28625 \begin_layout Standard
28626 The text should not be longer than a line because it cannot be hyphenated.
28627  As LyX doesn't yet support 
28628 \series bold
28629
28630 \backslash
28631 intertext
28632 \series default
28633  directly, the text is written as mathematical text.
28634  
28635 \series bold
28636
28637 \backslash
28638 intertext
28639 \series default
28640  must hereby be at the beginning of a line and appears in the output above
28641  this line.
28642  An example where the text was inserted at the beginning of the second line:
28643 \begin_inset Formula 
28644 \begin{align}
28645 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28646 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28647 \end{align}
28648
28649 \end_inset
28650
28651
28652 \end_layout
28653
28654 \begin_layout Section
28655 Formula Numbering
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Formula numbering
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \begin_inset Index idx
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670 Formula ! numbering|see
28671 \begin_inset ERT
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675
28676 {
28677 \end_layout
28678
28679 \end_inset
28680
28681 Formula numbering
28682 \begin_inset ERT
28683 status collapsed
28684
28685 \begin_layout Plain Layout
28686
28687 }
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Subsection
28701 General
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Numbered formulas can be created with the menu 
28706 \family sans
28707 Insert\SpecialChar \menuseparator
28708 Math\SpecialChar \menuseparator
28709 Numbered
28710 \begin_inset space ~
28711 \end_inset
28712
28713 Formula
28714 \family default
28715  (shortcut 
28716 \family sans
28717 Ctrl+Alt
28718 \begin_inset space ~
28719 \end_inset
28720
28721 N
28722 \family default
28723 ).
28724  Existing formulas can be numbered with the menu 
28725 \family sans
28726 Edit\SpecialChar \menuseparator
28727 Math\SpecialChar \menuseparator
28728 Toggle
28729 \begin_inset space ~
28730 \end_inset
28731
28732 Numbering
28733 \family default
28734  (shortcut 
28735 \begin_inset Info
28736 type  "shortcut"
28737 arg   "math-number-toggle"
28738 \end_inset
28739
28740 ).
28741  The formula number is displayed in LyX behind the formula as a number sign
28742  in parentheses.
28743  The number sign is replaced in the output by the formula number.
28744 \end_layout
28745
28746 \begin_layout Standard
28747 When numbering is turned on in multiline formulas, all lines will be numbered.
28748  But the numbering can be controlled with the menu 
28749 \family sans
28750 Edit\SpecialChar \menuseparator
28751 Math\SpecialChar \menuseparator
28752 Toggle
28753 \begin_inset space ~
28754 \end_inset
28755
28756 Numbering
28757 \begin_inset space ~
28758 \end_inset
28759
28760 of
28761 \begin_inset space ~
28762 \end_inset
28763
28764 Line
28765 \family default
28766  (shortcut 
28767 \begin_inset Info
28768 type  "shortcut"
28769 arg   "math-number-line-toggle"
28770 \end_inset
28771
28772 ) for every line.
28773 \end_layout
28774
28775 \begin_layout Standard
28776 Except for inline formulas, all formulas can be numbered with two different
28777  styles, see 
28778 \begin_inset CommandInset ref
28779 LatexCommand ref
28780 reference "sec:Formula-Styles"
28781
28782 \end_inset
28783
28784 .
28785 \end_layout
28786
28787 \begin_layout Subsection
28788 Cross-References
28789 \begin_inset Index idx
28790 status collapsed
28791
28792 \begin_layout Plain Layout
28793 Cross-references ! to formulas
28794 \end_layout
28795
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \begin_layout Standard
28802 All labeled formulas can be cross-referenced.
28803  A label is added by the menu 
28804 \family sans
28805 Insert\SpecialChar \menuseparator
28806 Label
28807 \family default
28808  or the toolbar button 
28809 \begin_inset Info
28810 type  "icon"
28811 arg   "label-insert"
28812 \end_inset
28813
28814 .
28815  The cursor must hereby be inside a displayed formula.
28816  Alternatively you can right-click on the formula and choose 
28817 \family sans
28818 Equation Label
28819 \family default
28820 .
28821  A dialog pops up displaying the prefix 
28822 \series bold
28823 eq:
28824 \series default
28825  in a text field.
28826  The label is inserted there behind the prefix.
28827  The predefined prefix means 
28828 \begin_inset Quotes eld
28829 \end_inset
28830
28831 equation
28832 \begin_inset Quotes erd
28833 \end_inset
28834
28835  and makes it easier to find labels in large documents because it marks
28836  it as formula label to divide it from e.
28837 \begin_inset space \thinspace{}
28838 \end_inset
28839
28840 g.
28841 \begin_inset space \space{}
28842 \end_inset
28843
28844 section labels.
28845  To change a label, the menu 
28846 \family sans
28847 Insert\SpecialChar \menuseparator
28848 Label
28849 \family default
28850  is used again or you right-click on a formula and then on 
28851 \family sans
28852 Equation Label
28853 \family default
28854 .
28855 \end_layout
28856
28857 \begin_layout Standard
28858 The name of the label is displayed in LyX within two parentheses behind
28859  formula.
28860  A formula with a label is always numbered.
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Cross-references are inserted via the menu 
28865 \family sans
28866 Insert\SpecialChar \menuseparator
28867 Cross-Reference
28868 \family default
28869  or with the toolbar button 
28870 \begin_inset Info
28871 type  "icon"
28872 arg   "dialog-show-new-inset ref"
28873 \end_inset
28874
28875 .
28876  A formula cross-reference appears in the output as formula number.
28877  When in the cross-reference dialog window the format 
28878 \series bold
28879 (<reference>)
28880 \series default
28881  is chosen, the cross-reference appears in the output as formula number
28882  in parentheses.
28883 \begin_inset Newline newline
28884 \end_inset
28885
28886 By right-clicking on a cross-reference in LyX, one jumps to the formula
28887  that is referenced.
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Here are as examples cross-references to formulas of the following subsections:
28892 \begin_inset Note Note
28893 status open
28894
28895 \begin_layout Plain Layout
28896 Note the different cross-reference types.
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 The equations 
28906 \begin_inset CommandInset ref
28907 LatexCommand eqref
28908 reference "eq:tag"
28909
28910 \end_inset
28911
28912  and 
28913 \begin_inset CommandInset ref
28914 LatexCommand eqref
28915 reference "eq:c"
28916
28917 \end_inset
28918
28919  are equivalent.
28920  In (
28921 \begin_inset CommandInset ref
28922 LatexCommand ref
28923 reference "eq:Lat"
28924
28925 \end_inset
28926
28927 ) big Latin letters are used for the numbering in contrary to (
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "eq:Rom"
28931
28932 \end_inset
28933
28934 ).
28935 \end_layout
28936
28937 \begin_layout Standard
28938 \begin_inset VSpace medskip
28939 \end_inset
28940
28941 When the argument of 
28942 \series bold
28943
28944 \backslash
28945 tag
28946 \begin_inset Foot
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950
28951 \series bold
28952
28953 \backslash
28954 tag
28955 \series default
28956  is described in 
28957 \begin_inset CommandInset ref
28958 LatexCommand ref
28959 reference "sub:User-defined-Numbering"
28960
28961 \end_inset
28962
28963 .
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \series default
28970  contains a box like in 
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sub:Paragraph-Boxes"
28974
28975 \end_inset
28976
28977 , the formula cannot be referenced.
28978 \end_layout
28979
28980 \begin_layout Subsection
28981 Subnumbering
28982 \begin_inset Index idx
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986 Formula numbering ! subnumbering
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 With the help of the commands 
28996 \series bold
28997
28998 \backslash
28999 begin{subequations}
29000 \series default
29001  and 
29002 \series bold
29003
29004 \backslash
29005 end{subequations}
29006 \series default
29007  formulas can be subnumbered.
29008  Both commands are inserted in TeX-mode.
29009 \end_layout
29010
29011 \begin_layout Standard
29012 An example:
29013 \begin_inset Formula 
29014 \begin{equation}
29015 A=C-B\label{eq:a}
29016 \end{equation}
29017
29018 \end_inset
29019
29020
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 addtocounter{equation}{-1}
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \begin_inset ERT
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038
29039
29040 \backslash
29041 begin{subequations}
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset VSpace -5mm
29048 \end_inset
29049
29050
29051 \begin_inset Formula 
29052 \begin{equation}
29053 B=C-A\label{eq:b}
29054 \end{equation}
29055
29056 \end_inset
29057
29058
29059 \begin_inset Formula 
29060 \begin{equation}
29061 C=A+B\label{eq:c}
29062 \end{equation}
29063
29064 \end_inset
29065
29066
29067 \end_layout
29068
29069 \begin_layout Standard
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 end{subequations}
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \end_layout
29084
29085 \begin_layout Standard
29086 To create the example, the following is done:
29087 \end_layout
29088
29089 \begin_layout Enumerate
29090 first formula is inserted
29091 \end_layout
29092
29093 \begin_layout Enumerate
29094
29095 \series bold
29096
29097 \backslash
29098 addtocounter{equation}{-1} 
29099 \backslash
29100 begin{subequations}
29101 \begin_inset Index idx
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 Commands ! A ! 
29106 \backslash
29107 addtocounter
29108 \end_layout
29109
29110 \end_inset
29111
29112
29113 \begin_inset Newline newline
29114 \end_inset
29115
29116
29117 \series default
29118 is inserted after the first formula
29119 \end_layout
29120
29121 \begin_layout Enumerate
29122 second formula is inserted
29123 \end_layout
29124
29125 \begin_layout Enumerate
29126 third formula is inserted
29127 \end_layout
29128
29129 \begin_layout Enumerate
29130
29131 \series bold
29132
29133 \backslash
29134 end{subequations}
29135 \series default
29136  is inserted after the third formula
29137 \end_layout
29138
29139 \begin_layout Standard
29140 Every formula between the commands 
29141 \series bold
29142
29143 \backslash
29144 begin
29145 \series default
29146  and 
29147 \series bold
29148
29149 \backslash
29150 end
29151 \series default
29152  is subnumbered as a, b, 
29153 \begin_inset Newline linebreak
29154 \end_inset
29155
29156 c, \SpecialChar \ldots{}
29157  For multiline formulas every line will be subnumbered.
29158  All subnumbered formulas are treated as 
29159 \emph on
29160 one
29161 \emph default
29162  numbered formula.
29163  But as every numbered formula increases the counter 
29164 \series bold
29165 equation
29166 \series default
29167  by one, the command 
29168 \series bold
29169
29170 \backslash
29171 addtocounter
29172 \series default
29173  is needed to decrease it.
29174  Otherwise the formulas 
29175 \begin_inset CommandInset ref
29176 LatexCommand eqref
29177 reference "eq:a"
29178
29179 \end_inset
29180
29181
29182 \begin_inset CommandInset ref
29183 LatexCommand eqref
29184 reference "eq:b"
29185
29186 \end_inset
29187
29188
29189 \begin_inset CommandInset ref
29190 LatexCommand eqref
29191 reference "eq:c"
29192
29193 \end_inset
29194
29195  would be numbered as 
29196 \begin_inset CommandInset ref
29197 LatexCommand eqref
29198 reference "eq:a"
29199
29200 \end_inset
29201
29202
29203 \begin_inset CommandInset ref
29204 LatexCommand eqref
29205 reference "eq:d"
29206
29207 \end_inset
29208
29209
29210 \begin_inset CommandInset ref
29211 LatexCommand eqref
29212 reference "eq:f"
29213
29214 \end_inset
29215
29216 .
29217 \end_layout
29218
29219 \begin_layout Standard
29220 By inserting the commands in TeX-mode, a space is created between the first
29221  two formulas.
29222  To revert this -5
29223 \begin_inset space \thinspace{}
29224 \end_inset
29225
29226 mm vertical space is inserted after the command 
29227 \series bold
29228
29229 \backslash
29230 begin{subequations}
29231 \series default
29232 .
29233  When the formula style 
29234 \series bold
29235 Indented
29236 \begin_inset Foot
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 formula styles see 
29241 \begin_inset CommandInset ref
29242 LatexCommand ref
29243 reference "sec:Formula-Styles"
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \series default
29254  is used, -7
29255 \begin_inset space \thinspace{}
29256 \end_inset
29257
29258 mm space is inserted instead.
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Here is an example for a multiline formula where the numbering was turned
29263  off for the second line:
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 begin{subequations}
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \begin_inset Formula 
29278 \begin{eqnarray}
29279 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29280  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29281  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29282 \end{eqnarray}
29283
29284 \end_inset
29285
29286
29287 \begin_inset ERT
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291
29292
29293 \backslash
29294 end{subequations}
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Subsection
29303 User-defined Numbering
29304 \begin_inset CommandInset label
29305 LatexCommand label
29306 name "sub:User-defined-Numbering"
29307
29308 \end_inset
29309
29310
29311 \begin_inset Index idx
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315 Formula numbering ! user-defined
29316 \end_layout
29317
29318 \end_inset
29319
29320
29321 \end_layout
29322
29323 \begin_layout Standard
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Formula numbering ! self-defined delimiters
29329 \end_layout
29330
29331 \end_inset
29332
29333 With the standard numbering parentheses are set around the formula number.
29334  To replace the parentheses for example by vertical bars, the following
29335  line is added to the LaTeX-preamble:
29336 \end_layout
29337
29338 \begin_layout Standard
29339
29340 \series bold
29341
29342 \backslash
29343 def
29344 \backslash
29345 tagform@#1{
29346 \backslash
29347 maketag@@@{|#1|}}
29348 \series default
29349
29350 \begin_inset Note Note
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354 This macro is already declared in the LaTeX-preamble for testing.
29355  To activate it, remove the percent sign at the beginning.
29356 \end_layout
29357
29358 \end_inset
29359
29360
29361 \end_layout
29362
29363 \begin_layout Standard
29364 To use other characters, the vertical bars besides the 
29365 \series bold
29366 #1
29367 \series default
29368  are replaced by one ore more characters.
29369  To get only the formula number the vertical bars are omitted.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 \begin_inset VSpace bigskip
29374 \end_inset
29375
29376 When there should be an expression of your choice instead of the consecutive
29377  formula number in parentheses behind the formula, the command 
29378 \series bold
29379
29380 \backslash
29381 tag
29382 \series default
29383
29384 \begin_inset Index idx
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Commands ! T ! 
29389 \backslash
29390 tag
29391 \end_layout
29392
29393 \end_inset
29394
29395  is used:
29396 \begin_inset Formula 
29397 \begin{equation}
29398 A+B=C\tag{something}\label{eq:tag}
29399 \end{equation}
29400
29401 \end_inset
29402
29403 In this example the command 
29404 \series bold
29405
29406 \backslash
29407 tag
29408 \begin_inset space \textvisiblespace{}
29409 \end_inset
29410
29411 something
29412 \series default
29413  was inserted in the formula.
29414 \end_layout
29415
29416 \begin_layout Standard
29417 When the command 
29418 \series bold
29419
29420 \backslash
29421 tag*
29422 \begin_inset space \textvisiblespace{}
29423 \end_inset
29424
29425 something
29426 \series default
29427  is inserted instead, the star prevents the parentheses around the expression:
29428 \begin_inset Formula 
29429 \[
29430 A+B=C\tag*{something}
29431 \]
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 \begin_inset VSpace bigskip
29440 \end_inset
29441
29442 To restart the formula numbering with new document parts or sections, the
29443  following command is used:
29444 \end_layout
29445
29446 \begin_layout Standard
29447
29448 \series bold
29449
29450 \backslash
29451 @addtoreset{equation}{part}
29452 \series default
29453
29454 \begin_inset Index idx
29455 status collapsed
29456
29457 \begin_layout Plain Layout
29458 Commands ! 
29459 \begin_inset ERT
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463
29464 "
29465 \end_layout
29466
29467 \end_inset
29468
29469 @
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475 "
29476 \end_layout
29477
29478 \end_inset
29479
29480  ! 
29481 \backslash
29482
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488 "
29489 \end_layout
29490
29491 \end_inset
29492
29493 @
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499 "
29500 \end_layout
29501
29502 \end_inset
29503
29504 addtoreset
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \begin_inset Newline newline
29511 \end_inset
29512
29513 resp.
29514 \begin_inset Newline newline
29515 \end_inset
29516
29517
29518 \series bold
29519
29520 \backslash
29521 @addtoreset{equation}{section}
29522 \end_layout
29523
29524 \begin_layout Standard
29525 To be able to use these commands in TeX-mode, the 
29526 \begin_inset Quotes eld
29527 \end_inset
29528
29529 @
29530 \begin_inset Quotes erd
29531 \end_inset
29532
29533  character has to be made 
29534 \begin_inset Quotes eld
29535 \end_inset
29536
29537 active
29538 \begin_inset Quotes erd
29539 \end_inset
29540
29541  for LaTeX using the command 
29542 \series bold
29543
29544 \backslash
29545 makeatletter.
29546
29547 \series default
29548  The command 
29549 \series bold
29550
29551 \backslash
29552 makeatother
29553 \series default
29554  reverts this.
29555  So the command sequence in TeX-mode is:
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 makeatletter
29564 \begin_inset Newline newline
29565 \end_inset
29566
29567
29568 \backslash
29569 @addtoreset{equation}{section}
29570 \begin_inset Newline newline
29571 \end_inset
29572
29573
29574 \backslash
29575 makeatother
29576 \end_layout
29577
29578 \begin_layout Standard
29579 In the LaTeX-preamble 
29580 \series bold
29581
29582 \backslash
29583 makeatletter
29584 \series default
29585  and 
29586 \series bold
29587
29588 \backslash
29589 makeatother
29590 \series default
29591  can be omitted as they are automatically internally inserted by LyX.
29592 \end_layout
29593
29594 \begin_layout Standard
29595 To revert 
29596 \series bold
29597
29598 \backslash
29599 @addtoreset
29600 \series default
29601 , the file 
29602 \series bold
29603 remreset.sty
29604 \series default
29605
29606 \begin_inset Foot
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611 \series bold
29612 remreset
29613 \series default
29614  is part of the LaTeX-package 
29615 \series bold
29616 carlisle
29617 \series default
29618
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 Packages ! carlisle
29624 \end_layout
29625
29626 \end_inset
29627
29628  that is part of every LaTeX standard installation.
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \begin_inset Index idx
29635 status collapsed
29636
29637 \begin_layout Plain Layout
29638 Packages ! remreset
29639 \end_layout
29640
29641 \end_inset
29642
29643  has to be loaded in the LaTeX-preamble with the line
29644 \end_layout
29645
29646 \begin_layout Standard
29647
29648 \series bold
29649
29650 \backslash
29651 usepackage{remreset}
29652 \end_layout
29653
29654 \begin_layout Standard
29655 Then the command 
29656 \series bold
29657
29658 \backslash
29659 @removefromreset
29660 \series default
29661
29662 \begin_inset Index idx
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 Commands ! 
29667 \begin_inset ERT
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671
29672 "
29673 \end_layout
29674
29675 \end_inset
29676
29677 @
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683 "
29684 \end_layout
29685
29686 \end_inset
29687
29688  ! 
29689 \backslash
29690
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696 "
29697 \end_layout
29698
29699 \end_inset
29700
29701 @
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707 "
29708 \end_layout
29709
29710 \end_inset
29711
29712 removefromreset
29713 \end_layout
29714
29715 \end_inset
29716
29717  can be used with the same scheme as 
29718 \series bold
29719
29720 \backslash
29721 @addtoreset
29722 \series default
29723 .
29724 \end_layout
29725
29726 \begin_layout Standard
29727 \begin_inset VSpace bigskip
29728 \end_inset
29729
29730 Sometimes formulas should be numbered in the following form:
29731 \end_layout
29732
29733 \begin_layout Standard
29734
29735 \family typewriter
29736 (section number.formula number)
29737 \end_layout
29738
29739 \begin_layout Standard
29740 The formula number should start with every section with 
29741 \begin_inset Quotes eld
29742 \end_inset
29743
29744 1
29745 \begin_inset Quotes erd
29746 \end_inset
29747
29748 .
29749 \end_layout
29750
29751 \begin_layout Standard
29752 For this case there is the command 
29753 \series bold
29754
29755 \backslash
29756 numberwithin
29757 \series default
29758
29759 \begin_inset Index idx
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Commands ! N ! 
29764 \backslash
29765 numberwithin
29766 \end_layout
29767
29768 \end_inset
29769
29770 , which is used with the following scheme:
29771 \end_layout
29772
29773 \begin_layout Standard
29774
29775 \series bold
29776
29777 \backslash
29778 numberwithin{counter}{sectioning}
29779 \end_layout
29780
29781 \begin_layout Standard
29782 Counter denotes what kind of numbering is affected, sectioning denotes what
29783  number is before the dot.
29784 \end_layout
29785
29786 \begin_layout Standard
29787 Thus in our case the following LaTeX-preamble or TeX code line is used:
29788 \end_layout
29789
29790 \begin_layout Standard
29791
29792 \series bold
29793
29794 \backslash
29795 numberwithin{equation}{section}
29796 \end_layout
29797
29798 \begin_layout Standard
29799 This is the result:
29800 \begin_inset ERT
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804
29805
29806 \backslash
29807 numberwithin{equation}{section}
29808 \end_layout
29809
29810 \end_inset
29811
29812
29813 \begin_inset Formula 
29814 \begin{equation}
29815 A+B=C
29816 \end{equation}
29817
29818 \end_inset
29819
29820
29821 \end_layout
29822
29823 \begin_layout Standard
29824 To number e.
29825 \begin_inset space \thinspace{}
29826 \end_inset
29827
29828 g.
29829 \begin_inset space \space{}
29830 \end_inset
29831
29832 tables so that the number of the part is the sectioning,
29833 \begin_inset Newline newline
29834 \end_inset
29835
29836
29837 \series bold
29838
29839 \backslash
29840 numberwithin{table}{part}
29841 \series default
29842  is used.
29843 \end_layout
29844
29845 \begin_layout Standard
29846 To go back to the standard numbering or to prevent this kind of numbering
29847  when it is defined by the document class, the following command is inserted
29848  as TeX code or to the LaTeX-preamble:
29849 \end_layout
29850
29851 \begin_layout Standard
29852
29853 \series bold
29854
29855 \backslash
29856 renewcommand{
29857 \backslash
29858 theequation}{
29859 \backslash
29860 arabic{equation}}
29861 \begin_inset Index idx
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 Commands ! A ! 
29866 \backslash
29867 arabic
29868 \end_layout
29869
29870 \end_inset
29871
29872
29873 \series default
29874
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880
29881 \backslash
29882 renewcommand{
29883 \backslash
29884 theequation}{
29885 \backslash
29886 arabic{equation}}
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \series bold
29893
29894 \begin_inset Newline newline
29895 \end_inset
29896
29897
29898 \series default
29899 or
29900 \series bold
29901
29902 \begin_inset Newline newline
29903 \end_inset
29904
29905
29906 \backslash
29907 renewcommand{
29908 \backslash
29909 thetable}{
29910 \backslash
29911 arabic{table}}
29912 \end_layout
29913
29914 \begin_layout Standard
29915
29916 \series bold
29917
29918 \backslash
29919 numberwithin
29920 \series default
29921  uses internally the command 
29922 \series bold
29923
29924 \backslash
29925 @addtoreset
29926 \series default
29927 , described above, that also needs to be reverted.
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 makeatletter
29936 \end_layout
29937
29938 \begin_layout Plain Layout
29939
29940
29941 \backslash
29942 @removefromreset{equation}{section}
29943 \end_layout
29944
29945 \begin_layout Plain Layout
29946
29947
29948 \backslash
29949 makeatother
29950 \end_layout
29951
29952 \end_inset
29953
29954
29955 \end_layout
29956
29957 \begin_layout Subsection
29958 Numbering with Roman Numbers and Letters
29959 \begin_inset Index idx
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963 Formula numbering ! with letters
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset Index idx
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Formula numbering ! with Roman numbers
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Standard
29982 Formulas can also be numbered with Roman numbers and Latin letters.
29983  To number for example with small Roman numbers, the command
29984 \end_layout
29985
29986 \begin_layout Standard
29987
29988 \series bold
29989
29990 \backslash
29991 renewcommand{
29992 \backslash
29993 theequation}{
29994 \backslash
29995 roman{equation}}
29996 \end_layout
29997
29998 \begin_layout Standard
29999 is inserted before the formula in TeX-mode.
30000  
30001 \series bold
30002
30003 \backslash
30004 renewcommand
30005 \series default
30006
30007 \begin_inset Index idx
30008 status collapsed
30009
30010 \begin_layout Plain Layout
30011 Commands ! R ! 
30012 \backslash
30013 renewcommand
30014 \end_layout
30015
30016 \end_inset
30017
30018  redefines the predefined command 
30019 \series bold
30020
30021 \backslash
30022 theequation
30023 \series default
30024  to the command 
30025 \series bold
30026
30027 \backslash
30028 roman{equation}
30029 \series default
30030 .
30031 \begin_inset Foot
30032 status collapsed
30033
30034 \begin_layout Plain Layout
30035 The command 
30036 \series bold
30037
30038 \backslash
30039 renewcommand
30040 \series default
30041  has the same scheme like the command 
30042 \series bold
30043
30044 \backslash
30045 newcommand
30046 \series default
30047  that is described in 
30048 \begin_inset CommandInset ref
30049 LatexCommand ref
30050 reference "sub:The-Command-newcommand"
30051
30052 \end_inset
30053
30054 .
30055 \end_layout
30056
30057 \end_inset
30058
30059  
30060 \series bold
30061 equation
30062 \series default
30063  is the formula counter.
30064  When the command 
30065 \series bold
30066
30067 \backslash
30068 the
30069 \series default
30070  is used as prefix for a counter, the value of the counter is output as
30071  Arabic number.
30072  When a formula is numbered, LaTeX sets internally the command 
30073 \series bold
30074
30075 \backslash
30076 theequation
30077 \series default
30078  behind the formula.
30079  
30080 \series bold
30081
30082 \backslash
30083 roman{equation}
30084 \begin_inset Index idx
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 Commands ! R ! 
30089 \backslash
30090 roman
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \series default
30097  outputs the counter as small Roman number.
30098 \end_layout
30099
30100 \begin_layout Standard
30101 All formulas behind the command 
30102 \series bold
30103
30104 \backslash
30105 renew
30106 \series default
30107 c
30108 \series bold
30109 ommand
30110 \series default
30111  are now numbered Roman.
30112  To switch to numbering with big Roman numbers, the command is inserted
30113  again, but 
30114 \series bold
30115
30116 \backslash
30117 roman
30118 \series default
30119  is replaced by 
30120 \series bold
30121
30122 \backslash
30123 Roman
30124 \series default
30125
30126 \begin_inset Index idx
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Commands ! R ! 
30131 \backslash
30132 roman@
30133 \backslash
30134 Roman
30135 \end_layout
30136
30137 \end_inset
30138
30139 .
30140  To 
30141 \begin_inset Quotes eld
30142 \end_inset
30143
30144 number
30145 \begin_inset Quotes erd
30146 \end_inset
30147
30148  with small Latin letters there is the command 
30149 \series bold
30150
30151 \backslash
30152 alph
30153 \series default
30154
30155 \begin_inset Index idx
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159 Commands ! A ! 
30160 \backslash
30161 alph
30162 \end_layout
30163
30164 \end_inset
30165
30166 , for big ones there is the command 
30167 \series bold
30168
30169 \backslash
30170 Alph
30171 \series default
30172
30173 \begin_inset Index idx
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177 Commands ! A ! 
30178 \backslash
30179 alph@
30180 \backslash
30181 Alph
30182 \end_layout
30183
30184 \end_inset
30185
30186 .
30187 \end_layout
30188
30189 \begin_layout Standard
30190 \begin_inset Note Greyedout
30191 status open
30192
30193 \begin_layout Plain Layout
30194
30195 \series bold
30196 \color none
30197 Note:
30198 \series default
30199  Only maximal 26
30200 \begin_inset space ~
30201 \end_inset
30202
30203 formulas can be numbered with Latin letters in one document.
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 renewcommand{
30220 \backslash
30221 theequation}{
30222 \backslash
30223 roman{equation}}
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \begin_layout Standard
30232 \begin_inset Formula 
30233 \begin{equation}
30234 A=\textrm{small roman}
30235 \end{equation}
30236
30237 \end_inset
30238
30239
30240 \begin_inset ERT
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244
30245
30246 \backslash
30247 renewcommand{
30248 \backslash
30249 theequation}{
30250 \backslash
30251 Roman{equation}}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset Formula 
30258 \begin{equation}
30259 B=\textrm{big Roman}\label{eq:Rom}
30260 \end{equation}
30261
30262 \end_inset
30263
30264
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270
30271 \backslash
30272 renewcommand{
30273 \backslash
30274 theequation}{
30275 \backslash
30276 alph{equation}}
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Formula 
30283 \begin{equation}
30284 C=\textrm{small Latin}
30285 \end{equation}
30286
30287 \end_inset
30288
30289
30290 \begin_inset ERT
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294
30295
30296 \backslash
30297 renewcommand{
30298 \backslash
30299 theequation}{
30300 \backslash
30301 Alph{equation}}
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \begin_inset Formula 
30308 \begin{equation}
30309 D=\textrm{big Latin}\label{eq:Lat}
30310 \end{equation}
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 To switch back to the default numbering, insert the command:
30319 \end_layout
30320
30321 \begin_layout Standard
30322
30323 \series bold
30324
30325 \backslash
30326 renewcommand{
30327 \backslash
30328 theequation}{
30329 \backslash
30330 arabic{equation}}
30331 \begin_inset Index idx
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 Commands ! A ! 
30336 \backslash
30337 arabic
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 renewcommand{
30354 \backslash
30355 theequation}{
30356 \backslash
30357 arabic{equation}}
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \begin_inset Formula 
30364 \begin{equation}
30365 E=\textrm{Arabic}
30366 \end{equation}
30367
30368 \end_inset
30369
30370
30371 \end_layout
30372
30373 \begin_layout Standard
30374 \begin_inset VSpace medskip
30375 \end_inset
30376
30377 As you see, formulas are numbered serially independent from the numbering
30378  style.
30379  When then numbering should start with 
30380 \begin_inset Quotes eld
30381 \end_inset
30382
30383 1
30384 \begin_inset Quotes erd
30385 \end_inset
30386
30387  when the style is changed, new equation counters have to be defined.
30388  A description about this can be found in the file 
30389 \begin_inset CommandInset href
30390 LatexCommand href
30391 name "Formula-numbering.lyx"
30392 target "run:Formula-numbering.lyx"
30393
30394 \end_inset
30395
30396 .
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset Newpage newpage
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Section
30407 Chemical Symbols and Equations
30408 \begin_inset CommandInset label
30409 LatexCommand label
30410 name "sub:Chemical-Symbols-and"
30411
30412 \end_inset
30413
30414
30415 \begin_inset Index idx
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 Chemical characters ! Symbols
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \begin_inset Index idx
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429 Chemical equations
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \begin_inset Index idx
30436 status collapsed
30437
30438 \begin_layout Plain Layout
30439 Symbols ! chemical
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \end_layout
30446
30447 \begin_layout Standard
30448 An example text from chemistry:
30449 \end_layout
30450
30451 \begin_layout Quote
30452 The 
30453 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30454 \end_inset
30455
30456 -ion reacts with two 
30457 \begin_inset Formula $\mathrm{Na^{+}}$
30458 \end_inset
30459
30460 -ions to sodium sulfate 
30461 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30462 \end_inset
30463
30464 .
30465  The chemical equation for this is:
30466 \begin_inset Formula 
30467 \begin{equation}
30468 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30469 \end{equation}
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Standard
30477 This chemical equation can directly be created as formula.
30478  To avoid that the symbols appear italic, everything is highlighted and
30479  changed by the shortcut 
30480 \begin_inset Info
30481 type  "shortcut"
30482 arg   "font-roman"
30483 \end_inset
30484
30485  to the upright font style.
30486 \begin_inset Foot
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 font styles
30491 \series bold
30492  
30493 \series default
30494 see 
30495 \begin_inset CommandInset ref
30496 LatexCommand ref
30497 reference "sub:Font-Styles"
30498
30499 \end_inset
30500
30501
30502 \end_layout
30503
30504 \end_inset
30505
30506
30507 \end_layout
30508
30509 \begin_layout Standard
30510 A more convenient way to typeset chemical formulas is to use the command
30511  
30512 \series bold
30513
30514 \backslash
30515 ce
30516 \series default
30517
30518 \begin_inset Index idx
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 Commands ! C ! 
30523 \backslash
30524 ce
30525 \end_layout
30526
30527 \end_inset
30528
30529  that is available when the LaTeX-package 
30530 \series bold
30531 mhchem
30532 \series default
30533
30534 \begin_inset Index idx
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538 Packages ! mhchem
30539 \end_layout
30540
30541 \end_inset
30542
30543  is installed.
30544  After inserting 
30545 \series bold
30546
30547 \backslash
30548 ce
30549 \series default
30550  to a formula a new blue box appears where chemical formulas can be inserted
30551  in an intuitive way.
30552 \end_layout
30553
30554 \begin_layout Standard
30555 \align center
30556 \begin_inset Tabular
30557 <lyxtabular version="3" rows="9" columns="2">
30558 <features rotate="0" tabularvalignment="middle">
30559 <column alignment="center" valignment="top">
30560 <column alignment="center" valignment="top">
30561 <row>
30562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566 Command
30567 \end_layout
30568
30569 \end_inset
30570 </cell>
30571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30572 \begin_inset Text
30573
30574 \begin_layout Plain Layout
30575 Result
30576 \begin_inset Note Note
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581 \series bold
30582
30583 \backslash
30584 raisebox
30585 \series default
30586  is only used as spacer.
30587 \end_layout
30588
30589 \end_inset
30590
30591
30592 \end_layout
30593
30594 \end_inset
30595 </cell>
30596 </row>
30597 <row>
30598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602
30603 \backslash
30604 ce
30605 \begin_inset space \textvisiblespace{}
30606 \end_inset
30607
30608 H2CO3
30609 \end_layout
30610
30611 \end_inset
30612 </cell>
30613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30614 \begin_inset Text
30615
30616 \begin_layout Plain Layout
30617 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \end_inset
30624 </cell>
30625 </row>
30626 <row>
30627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30628 \begin_inset Text
30629
30630 \begin_layout Plain Layout
30631
30632 \backslash
30633 ce
30634 \begin_inset space \textvisiblespace{}
30635 \end_inset
30636
30637 SO4^2-
30638 \end_layout
30639
30640 \end_inset
30641 </cell>
30642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30643 \begin_inset Text
30644
30645 \begin_layout Plain Layout
30646 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30647 \end_inset
30648
30649
30650 \end_layout
30651
30652 \end_inset
30653 </cell>
30654 </row>
30655 <row>
30656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30657 \begin_inset Text
30658
30659 \begin_layout Plain Layout
30660
30661 \backslash
30662 ce
30663 \begin_inset space \textvisiblespace{}
30664 \end_inset
30665
30666 (NH4)2S
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30672 \begin_inset Text
30673
30674 \begin_layout Plain Layout
30675 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 </row>
30684 <row>
30685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30686 \begin_inset Text
30687
30688 \begin_layout Plain Layout
30689
30690 \backslash
30691 ce
30692 \begin_inset space \textvisiblespace{}
30693 \end_inset
30694
30695 KCr(SO4)2.12H2O
30696 \end_layout
30697
30698 \end_inset
30699 </cell>
30700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30701 \begin_inset Text
30702
30703 \begin_layout Plain Layout
30704 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \end_inset
30711 </cell>
30712 </row>
30713 <row>
30714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30715 \begin_inset Text
30716
30717 \begin_layout Plain Layout
30718
30719 \backslash
30720 ce
30721 \begin_inset space \textvisiblespace{}
30722 \end_inset
30723
30724 A-B
30725 \backslash
30726 dbond
30727 \begin_inset space \textvisiblespace{}
30728 \end_inset
30729
30730 C
30731 \backslash
30732 tbond
30733 \begin_inset space \textvisiblespace{}
30734 \end_inset
30735
30736 D
30737 \end_layout
30738
30739 \end_inset
30740 </cell>
30741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30742 \begin_inset Text
30743
30744 \begin_layout Plain Layout
30745 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30746 \end_inset
30747
30748
30749 \end_layout
30750
30751 \end_inset
30752 </cell>
30753 </row>
30754 <row>
30755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759
30760 \backslash
30761 ce
30762 \begin_inset space \textvisiblespace{}
30763 \end_inset
30764
30765 ^227
30766 \begin_inset Formula $\downarrow$
30767 \end_inset
30768
30769 _90
30770 \begin_inset Formula $\to$
30771 \end_inset
30772
30773 Th+
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 </row>
30791 <row>
30792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796
30797 \backslash
30798 ce
30799 \begin_inset space \textvisiblespace{}
30800 \end_inset
30801
30802 CO2
30803 \begin_inset space \textvisiblespace{}
30804 \end_inset
30805
30806 +
30807 \begin_inset space \textvisiblespace{}
30808 \end_inset
30809
30810 C
30811 \begin_inset space \textvisiblespace{}
30812 \end_inset
30813
30814 <=>
30815 \begin_inset space \textvisiblespace{}
30816 \end_inset
30817
30818 2CO
30819 \end_layout
30820
30821 \end_inset
30822 </cell>
30823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30824 \begin_inset Text
30825
30826 \begin_layout Plain Layout
30827 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30828 \end_inset
30829
30830
30831 \end_layout
30832
30833 \end_inset
30834 </cell>
30835 </row>
30836 <row>
30837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30838 \begin_inset Text
30839
30840 \begin_layout Plain Layout
30841
30842 \backslash
30843 ce
30844 \begin_inset space \textvisiblespace{}
30845 \end_inset
30846
30847 CO2
30848 \begin_inset space \textvisiblespace{}
30849 \end_inset
30850
30851 +
30852 \begin_inset space \textvisiblespace{}
30853 \end_inset
30854
30855 C
30856 \begin_inset space \textvisiblespace{}
30857 \end_inset
30858
30859 ->[
30860 \backslash
30861 alpha][
30862 \backslash
30863 beta]
30864 \begin_inset space \textvisiblespace{}
30865 \end_inset
30866
30867 2CO}
30868 \end_layout
30869
30870 \end_inset
30871 </cell>
30872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30873 \begin_inset Text
30874
30875 \begin_layout Plain Layout
30876 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \end_inset
30883 </cell>
30884 </row>
30885 </lyxtabular>
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Standard
30893 \begin_inset Note Greyedout
30894 status open
30895
30896 \begin_layout Plain Layout
30897
30898 \series bold
30899 \color none
30900 Note:
30901 \series default
30902  Inserting a formula to a 
30903 \series bold
30904
30905 \backslash
30906 ce
30907 \series default
30908  box will lead to LaTeX errors due to a LyX bug.
30909 \color inherit
30910
30911 \begin_inset Foot
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915 \begin_inset CommandInset href
30916 LatexCommand href
30917 name "LyX-bug #8566"
30918 target "http://www.lyx.org/trac/ticket/8566"
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \color none
30929  In this case TeX code has to be used like for 
30930 \series bold
30931
30932 \backslash
30933 ce{$
30934 \backslash
30935 mu
30936 \backslash
30937 hyphen$Cl}
30938 \series default
30939
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 ce{$
30948 \backslash
30949 mu
30950 \backslash
30951 hyphen$Cl}
30952 \end_layout
30953
30954 \end_inset
30955
30956  
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \begin_layout Standard
30965 \begin_inset Note Greyedout
30966 status open
30967
30968 \begin_layout Plain Layout
30969
30970 \series bold
30971 \color none
30972 Note:
30973 \series default
30974  It is not possible in LyX to use the character ^ to get an up-arrow as
30975  described in the 
30976 \series bold
30977 mhchem
30978 \series default
30979  manual.
30980  One instead uses a negative thin space followed by the command 
30981 \series bold
30982
30983 \backslash
30984 uparrow
30985 \series default
30986
30987 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Using 
31000 \series bold
31001
31002 \backslash
31003 ce
31004 \series default
31005  the command for equation
31006 \begin_inset space ~
31007 \end_inset
31008
31009
31010 \begin_inset CommandInset ref
31011 LatexCommand eqref
31012 reference "eq:chem-reaction"
31013
31014 \end_inset
31015
31016  is:
31017 \begin_inset Newline newline
31018 \end_inset
31019
31020
31021 \series bold
31022  
31023 \backslash
31024 ce
31025 \begin_inset space \textvisiblespace{}
31026 \end_inset
31027
31028 2Na+
31029 \begin_inset space \textvisiblespace{}
31030 \end_inset
31031
31032 +
31033 \begin_inset space \textvisiblespace{}
31034 \end_inset
31035
31036 SO4^2-
31037 \begin_inset space \textvisiblespace{}
31038 \end_inset
31039
31040
31041 \begin_inset space \textvisiblespace{}
31042 \end_inset
31043
31044 ->
31045 \begin_inset space \textvisiblespace{}
31046 \end_inset
31047
31048 Na2SO4
31049 \end_layout
31050
31051 \begin_layout Standard
31052 To create multiline chemical equations first a multiline formula is created
31053  as described in 
31054 \begin_inset CommandInset ref
31055 LatexCommand ref
31056 reference "sec:Multiline-Formulas"
31057
31058 \end_inset
31059
31060 .
31061  Afterwards the command 
31062 \series bold
31063
31064 \backslash
31065 ce
31066 \series default
31067  is used in every small blue box of the formula.
31068  
31069 \begin_inset CommandInset ref
31070 LatexCommand eqref
31071 reference "eq:TEOS-reaction-1"
31072
31073 \end_inset
31074
31075  and 
31076 \begin_inset CommandInset ref
31077 LatexCommand eqref
31078 reference "eq:TEOS-reaction-2"
31079
31080 \end_inset
31081
31082  are an example of a multi-stage chemical reaction where every equation
31083  has its own number.
31084 \begin_inset Formula 
31085 \begin{eqnarray}
31086 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31087 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31088 \end{eqnarray}
31089
31090 \end_inset
31091
31092
31093 \end_layout
31094
31095 \begin_layout Standard
31096 Besides 
31097 \series bold
31098
31099 \backslash
31100 ce
31101 \series default
31102  the 
31103 \series bold
31104 mhchem
31105 \series default
31106  package provides the command 
31107 \series bold
31108
31109 \backslash
31110 cf
31111 \series default
31112
31113 \begin_inset Index idx
31114 status collapsed
31115
31116 \begin_layout Plain Layout
31117 Commands ! C ! 
31118 \backslash
31119 cf
31120 \end_layout
31121
31122 \end_inset
31123
31124  that has to be used for special cases.
31125  For more information about 
31126 \series bold
31127
31128 \backslash
31129 cf
31130 \series default
31131  and more examples have a look at the documentation of 
31132 \series bold
31133 mhchem
31134 \series default
31135
31136 \begin_inset CommandInset citation
31137 LatexCommand cite
31138 key "mhchem"
31139
31140 \end_inset
31141
31142 .
31143 \end_layout
31144
31145 \begin_layout Section
31146 Diagrams
31147 \end_layout
31148
31149 \begin_layout Standard
31150 LyX supports two types of commutative diagrams: 
31151 \series bold
31152 amscd
31153 \series default
31154  and 
31155 \series bold
31156 xymatrix
31157 \series default
31158  that are explained in the following.
31159 \end_layout
31160
31161 \begin_layout Subsection
31162 Amscd Diagrams
31163 \begin_inset Index idx
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 Diagrams ! amscd
31168 \end_layout
31169
31170 \end_inset
31171
31172
31173 \end_layout
31174
31175 \begin_layout Standard
31176 Diagrams of this type visualize relations by vertical and horizontal lines
31177  or arrows:
31178 \begin_inset Formula 
31179 \[
31180 \begin{CD}A@>>>B@>>>C\\
31181 @AAA@.@VVV\\
31182 F@<<<E@<<<D
31183 \end{CD}
31184 \]
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 To get them, the command 
31193 \series bold
31194
31195 \backslash
31196 CD
31197 \begin_inset Index idx
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 Commands ! C ! 
31202 \backslash
31203 CD
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \series default
31210  is inserted to a formula.
31211  A blue box appears with two dashed lines where further commands can be
31212  inserted.
31213  With 
31214 \begin_inset Info
31215 type  "shortcut"
31216 arg   "newline-insert newline"
31217 \end_inset
31218
31219  a new line is created.
31220  Horizontal relations are inserted in odd, vertical in even formula lines.
31221 \end_layout
31222
31223 \begin_layout Standard
31224 To create the relations there are the following commands:
31225 \end_layout
31226
31227 \begin_layout Itemize
31228
31229 \series bold
31230 @<<<
31231 \series default
31232  creates a left arrow, 
31233 \series bold
31234 @>>>
31235 \series default
31236  a right arrow and 
31237 \series bold
31238 @=
31239 \series default
31240  a long equal sign
31241 \end_layout
31242
31243 \begin_layout Itemize
31244
31245 \series bold
31246 @AAA
31247 \series default
31248  creates an up arrow, 
31249 \series bold
31250 @VVV
31251 \series default
31252  a down arrow and 
31253 \series bold
31254 @|
31255 \series default
31256  a vertical equal sign
31257 \end_layout
31258
31259 \begin_layout Itemize
31260
31261 \series bold
31262 @.
31263
31264 \series default
31265  is a placeholder for non-existent relations
31266 \end_layout
31267
31268 \begin_layout Standard
31269 All arrows can be labeled as follows:
31270 \end_layout
31271
31272 \begin_layout Itemize
31273 If text inserted between the first and second < or >, resp., it is placed
31274  above the arrow.
31275  When it is inserted between the second and third one, it appears under
31276  the arrow.
31277 \end_layout
31278
31279 \begin_layout Itemize
31280 When text for vertical arrows is inserted between the first and second A
31281  or V, resp., it is placed left beside the arrow.
31282  When it is inserted between the second and third one, it appears right
31283  beside the arrow.
31284  If the text contains an A or V, these letters must be set into a TeX-brace.
31285 \end_layout
31286
31287 \begin_layout Standard
31288 As example a diagram with all possible relations:
31289 \end_layout
31290
31291 \begin_layout Standard
31292 \begin_inset Formula 
31293 \[
31294 \begin{CD}A@>j>>B@>>k>C@=F\\
31295 @AmAA@.@VV{V}V@|\\
31296 D@<<j<E@>k>>F@=C
31297 \end{CD}
31298 \]
31299
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 The command for this is:
31307 \begin_inset Newline newline
31308 \end_inset
31309
31310
31311 \series bold
31312
31313 \backslash
31314 CD
31315 \begin_inset space \textvisiblespace{}
31316 \end_inset
31317
31318 A@>j>>B@>>k>C@=F Ctrl+Return
31319 \begin_inset Newline newline
31320 \end_inset
31321
31322
31323 \begin_inset Phantom HPhantom
31324 status open
31325
31326 \begin_layout Plain Layout
31327
31328 \series bold
31329
31330 \backslash
31331 CD
31332 \begin_inset space \textvisiblespace{}
31333 \end_inset
31334
31335
31336 \end_layout
31337
31338 \end_inset
31339
31340 @AmAA@.@VV
31341 \backslash
31342 {V
31343 \series default
31344
31345 \begin_inset Formula $\to$
31346 \end_inset
31347
31348
31349 \series bold
31350 V@| Ctrl+Return
31351 \begin_inset Newline newline
31352 \end_inset
31353
31354
31355 \begin_inset Phantom HPhantom
31356 status open
31357
31358 \begin_layout Plain Layout
31359
31360 \series bold
31361
31362 \backslash
31363 CD
31364 \begin_inset space \textvisiblespace{}
31365 \end_inset
31366
31367
31368 \end_layout
31369
31370 \end_inset
31371
31372 D@<<j<E@>k>>F@=C
31373 \end_layout
31374
31375 \begin_layout Subsection
31376 Xymatrix Diagrams
31377 \begin_inset Index idx
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Diagrams ! xymatrix
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Standard
31390 To be able to use xymatrices, the LaTeX-package 
31391 \series bold
31392 xypic
31393 \series default
31394  must be installed.
31395  A xymatrix is created by inserting the command 
31396 \series bold
31397
31398 \backslash
31399 xymatrix
31400 \series default
31401  in a formula.
31402  Then you are able to add new matrix columns and rows like for normal matrices,
31403  see 
31404 \begin_inset CommandInset ref
31405 LatexCommand ref
31406 reference "sec:Matrices"
31407
31408 \end_inset
31409
31410 .
31411 \end_layout
31412
31413 \begin_layout Standard
31414 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
31415  and much more.
31416  All possibilities to create commutative diagrams and decorations are explained
31417  in detail in the 
31418 \emph on
31419 XY-pic manual
31420 \emph default
31421  that you find in the menu 
31422 \family sans
31423 Help\SpecialChar \menuseparator
31424 Specific
31425 \begin_inset space ~
31426 \end_inset
31427
31428 Manuals
31429 \family default
31430 .
31431 \end_layout
31432
31433 \begin_layout Subsection
31434
31435 \noun on
31436 Feynman
31437 \noun default
31438  Diagrams
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Diagrams ! Feynman
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 To be able to use 
31453 \noun on
31454 Feynman
31455 \noun default
31456 -diagrams, the LaTeX-package 
31457 \series bold
31458 feyn
31459 \series default
31460  must be installed.
31461  A 
31462 \noun on
31463 Feynman
31464 \noun default
31465 -diagram is created by inserting the command 
31466 \series bold
31467
31468 \backslash
31469 Diagram
31470 \series default
31471  in a formula.
31472  Then you are able to add new matrix columns and rows like for normal matrices,
31473  see 
31474 \begin_inset CommandInset ref
31475 LatexCommand ref
31476 reference "sec:Matrices"
31477
31478 \end_inset
31479
31480 .
31481 \end_layout
31482
31483 \begin_layout Standard
31484 Examples how to create 
31485 \noun on
31486 Feynman-
31487 \noun default
31488 diagrams in LyX is given in the 
31489 \emph on
31490 Feynman-diagram manual
31491 \emph default
31492  that you find in the menu 
31493 \family sans
31494 Help\SpecialChar \menuseparator
31495 Specific
31496 \begin_inset space ~
31497 \end_inset
31498
31499 Manuals
31500 \family default
31501 .
31502 \end_layout
31503
31504 \begin_layout Standard
31505 \begin_inset Newpage newpage
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Section
31512 User-defined Commands
31513 \begin_inset Index idx
31514 status collapsed
31515
31516 \begin_layout Plain Layout
31517 User-defined commands
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset Note Greyedout
31527 status open
31528
31529 \begin_layout Plain Layout
31530
31531 \series bold
31532 Note:
31533 \series default
31534  The names of user-defined commands and macros may only consist of Latin
31535  letters.
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Subsection
31544 The Command 
31545 \backslash
31546 newcommand
31547 \begin_inset CommandInset label
31548 LatexCommand label
31549 name "sub:The-Command-newcommand"
31550
31551 \end_inset
31552
31553
31554 \begin_inset Index idx
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558 User-defined commands ! 
31559 \backslash
31560 newcommand
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \begin_inset Index idx
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Commands ! N ! 
31571 \backslash
31572 newcommand
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 Many LaTeX-commands are too long to be used frequently.
31582  But it is possible to define with the command 
31583 \series bold
31584
31585 \backslash
31586 newcommand
31587 \series default
31588  new shorter commands.
31589 \end_layout
31590
31591 \begin_layout Standard
31592 The command scheme of 
31593 \series bold
31594
31595 \backslash
31596 newcommand
31597 \series default
31598  is:
31599 \end_layout
31600
31601 \begin_layout Standard
31602
31603 \series bold
31604
31605 \backslash
31606 newcommand{new command name}[number of arguments][optional
31607 \series default
31608  
31609 \series bold
31610 value]
31611 \begin_inset Newline newline
31612 \end_inset
31613
31614
31615 \begin_inset Phantom HPhantom
31616 status open
31617
31618 \begin_layout Plain Layout
31619
31620 \series bold
31621
31622 \backslash
31623 newcommand
31624 \end_layout
31625
31626 \end_inset
31627
31628 {command definition}
31629 \end_layout
31630
31631 \begin_layout Standard
31632 \begin_inset Note Greyedout
31633 status open
31634
31635 \begin_layout Plain Layout
31636
31637 \series bold
31638 Note:
31639 \series default
31640  Assure that the name of the new command is not already used in your document
31641  or by LaTeX-packages that you use.
31642  When you for example define the command 
31643 \series bold
31644
31645 \backslash
31646 le
31647 \series default
31648  for 
31649 \series bold
31650
31651 \backslash
31652 Leftarrow
31653 \series default
31654 , you get an error message because 
31655 \series bold
31656
31657 \backslash
31658 le
31659 \series default
31660  is already defined as command for 
31661 \begin_inset Quotes eld
31662 \end_inset
31663
31664
31665 \begin_inset Formula $\le$
31666 \end_inset
31667
31668
31669 \begin_inset Quotes erd
31670 \end_inset
31671
31672 .
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Standard
31681 The number of arguments is an integer in the range 0
31682 \begin_inset space \thinspace{}
31683 \end_inset
31684
31685 -
31686 \begin_inset space \thinspace{}
31687 \end_inset
31688
31689 9 and specifies how many arguments the new command should have.
31690  With the optional value a value for an optional argument can be predefined.
31691  When this is done, the 
31692 \emph on
31693 first
31694 \emph default
31695  
31696 \emph on
31697 a
31698 \emph default
31699 rgument of the new command is automatically an optional one.
31700 \end_layout
31701
31702 \begin_layout Standard
31703 Here are some examples:
31704 \end_layout
31705
31706 \begin_layout Itemize
31707 To define the command 
31708 \series bold
31709
31710 \backslash
31711 gr
31712 \series default
31713  for 
31714 \series bold
31715
31716 \backslash
31717 Longrightarrow
31718 \series default
31719 , the LaTeX-preamble line is:
31720 \begin_inset VSpace medskip
31721 \end_inset
31722
31723
31724 \begin_inset Newline newline
31725 \end_inset
31726
31727
31728 \series bold
31729
31730 \backslash
31731 newcommand{
31732 \backslash
31733 gr}{
31734 \backslash
31735 Longrightarrow}
31736 \end_layout
31737
31738 \begin_layout Itemize
31739 To define the command 
31740 \series bold
31741
31742 \backslash
31743 us
31744 \series default
31745  for 
31746 \series bold
31747
31748 \backslash
31749 underline
31750 \series default
31751 , the argument (that should be underlined) must be taken into account.
31752  For this the preamble line is:
31753 \begin_inset VSpace medskip
31754 \end_inset
31755
31756
31757 \begin_inset Newline newline
31758 \end_inset
31759
31760
31761 \series bold
31762
31763 \backslash
31764 newcommand{
31765 \backslash
31766 us}[1]{
31767 \backslash
31768 underline{#1}}
31769 \series default
31770
31771 \begin_inset VSpace medskip
31772 \end_inset
31773
31774
31775 \begin_inset Newline newline
31776 \end_inset
31777
31778 The character 
31779 \series bold
31780 #
31781 \series default
31782  acts as argument placeholder, the 
31783 \series bold
31784 1
31785 \series default
31786  behind it denotes that it is the placeholder for the first argument.
31787 \end_layout
31788
31789 \begin_layout Itemize
31790 For 
31791 \series bold
31792
31793 \backslash
31794 framebox
31795 \series default
31796  one can e.
31797 \begin_inset space \thinspace{}
31798 \end_inset
31799
31800 g.
31801 \begin_inset space \space{}
31802 \end_inset
31803
31804 define the command 
31805 \series bold
31806
31807 \backslash
31808 fb
31809 \series default
31810 :
31811 \begin_inset VSpace medskip
31812 \end_inset
31813
31814
31815 \begin_inset Newline newline
31816 \end_inset
31817
31818
31819 \series bold
31820
31821 \backslash
31822 newcommand{
31823 \backslash
31824 fb}[3]{
31825 \backslash
31826 framebox#1#2{$#3$}}
31827 \series default
31828
31829 \begin_inset VSpace medskip
31830 \end_inset
31831
31832
31833 \begin_inset Newline newline
31834 \end_inset
31835
31836 The two Dollar signs creates the extra formula needed for 
31837 \series bold
31838
31839 \backslash
31840 framebox
31841 \series default
31842 , see 
31843 \begin_inset CommandInset ref
31844 LatexCommand ref
31845 reference "sub:Boxes-with-Frame"
31846
31847 \end_inset
31848
31849 .
31850 \end_layout
31851
31852 \begin_layout Itemize
31853 To create a new command for 
31854 \series bold
31855
31856 \backslash
31857 fcolorbox
31858 \series default
31859  where the color for the box need not be specified, the argument for the
31860  color is defined optional:
31861 \begin_inset VSpace medskip
31862 \end_inset
31863
31864
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \series bold
31870
31871 \backslash
31872 newcommand{
31873 \backslash
31874 cb}[3][white]{
31875 \backslash
31876 fcolorbox{#2}{#1}{$#3$}}
31877 \series default
31878
31879 \begin_inset VSpace medskip
31880 \end_inset
31881
31882
31883 \begin_inset Newline newline
31884 \end_inset
31885
31886 When the color is not specified when using 
31887 \series bold
31888
31889 \backslash
31890 cb
31891 \series default
31892 , the predefined color 
31893 \series bold
31894 white
31895 \series default
31896  will be used.
31897 \end_layout
31898
31899 \begin_layout Standard
31900 A test of the new defined commands:
31901 \end_layout
31902
31903 \begin_layout Standard
31904 \align center
31905 \begin_inset Tabular
31906 <lyxtabular version="3" rows="6" columns="2">
31907 <features rotate="0" tabularvalignment="middle">
31908 <column alignment="center" valignment="top">
31909 <column alignment="center" valignment="top">
31910 <row>
31911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31912 \begin_inset Text
31913
31914 \begin_layout Plain Layout
31915 Command
31916 \end_layout
31917
31918 \end_inset
31919 </cell>
31920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 Result
31925 \begin_inset Note Note
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930 \series bold
31931
31932 \backslash
31933 raisebox
31934 \series default
31935  is only used as spacer.
31936 \end_layout
31937
31938 \end_inset
31939
31940
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 </row>
31946 <row>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951 A
31952 \backslash
31953 gr
31954 \begin_inset space \textvisiblespace{}
31955 \end_inset
31956
31957 B
31958 \end_layout
31959
31960 \end_inset
31961 </cell>
31962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31963 \begin_inset Text
31964
31965 \begin_layout Plain Layout
31966 \begin_inset Formula $A\gr B$
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \end_inset
31973 </cell>
31974 </row>
31975 <row>
31976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31977 \begin_inset Text
31978
31979 \begin_layout Plain Layout
31980
31981 \backslash
31982 us{ABcd
31983 \end_layout
31984
31985 \end_inset
31986 </cell>
31987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31988 \begin_inset Text
31989
31990 \begin_layout Plain Layout
31991 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31992 \end_inset
31993
31994
31995 \end_layout
31996
31997 \end_inset
31998 </cell>
31999 </row>
32000 <row>
32001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32002 \begin_inset Text
32003
32004 \begin_layout Plain Layout
32005
32006 \backslash
32007 fb{[2cm]
32008 \begin_inset Formula $\to$
32009 \end_inset
32010
32011
32012 \backslash
32013 {
32014 \begin_inset Formula $\to$
32015 \end_inset
32016
32017
32018 \backslash
32019 {
32020 \backslash
32021 int
32022 \begin_inset space \textvisiblespace{}
32023 \end_inset
32024
32025 A=B
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 </row>
32043 <row>
32044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048
32049 \backslash
32050 cb{red
32051 \begin_inset Formula $\to$
32052 \end_inset
32053
32054
32055 \backslash
32056 {
32057 \backslash
32058 int
32059 \begin_inset space \textvisiblespace{}
32060 \end_inset
32061
32062 A=B
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 </row>
32080 <row>
32081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085
32086 \backslash
32087 cb[green]
32088 \backslash
32089 {red
32090 \begin_inset Formula $\to$
32091 \end_inset
32092
32093
32094 \backslash
32095 {
32096 \backslash
32097 int
32098 \begin_inset space \textvisiblespace{}
32099 \end_inset
32100
32101 A=B
32102 \end_layout
32103
32104 \end_inset
32105 </cell>
32106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32107 \begin_inset Text
32108
32109 \begin_layout Plain Layout
32110 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32111 \end_inset
32112
32113
32114 \end_layout
32115
32116 \end_inset
32117 </cell>
32118 </row>
32119 </lyxtabular>
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Subsection
32127 Math Macros
32128 \begin_inset Index idx
32129 status collapsed
32130
32131 \begin_layout Plain Layout
32132 User-defined commands! Math macros
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \begin_inset Index idx
32139 status collapsed
32140
32141 \begin_layout Plain Layout
32142 Macros
32143 \end_layout
32144
32145 \end_inset
32146
32147
32148 \end_layout
32149
32150 \begin_layout Standard
32151 User-defined commands are especially convenient for complex expressions.
32152  When you are for example dealing with a document that has quadratic equations,
32153  the same solution type occurs several times.
32154  The general form of a quadratic equation is
32155 \begin_inset Formula 
32156 \[
32157 0=\lambda^{2}+p\lambda+q
32158 \]
32159
32160 \end_inset
32161
32162 The general form of the solution is
32163 \begin_inset Formula 
32164 \[
32165 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32166 \]
32167
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \begin_layout Standard
32174 To define a command for the solution formula where only the three parameters
32175  
32176 \begin_inset Formula $\lambda$
32177 \end_inset
32178
32179
32180 \begin_inset Formula $p$
32181 \end_inset
32182
32183  and 
32184 \begin_inset Formula $q$
32185 \end_inset
32186
32187  need to be specified and the index of 
32188 \begin_inset Formula $\lambda$
32189 \end_inset
32190
32191  can be given optionally, the LaTeX-preamble line is
32192 \begin_inset Newline newline
32193 \end_inset
32194
32195
32196 \series bold
32197
32198 \backslash
32199 newcommand{
32200 \backslash
32201 qG}[4][1,
32202 \backslash
32203 ,2]{#2_{#1}=-
32204 \backslash
32205 frac{#3}{2}
32206 \backslash
32207 pm
32208 \begin_inset Newline newline
32209 \end_inset
32210
32211
32212 \begin_inset Phantom HPhantom
32213 status open
32214
32215 \begin_layout Plain Layout
32216
32217 \series bold
32218
32219 \backslash
32220 newcommand
32221 \end_layout
32222
32223 \end_inset
32224
32225
32226 \backslash
32227 sqrt{
32228 \backslash
32229 frac{#3^{2}}{4}-#4}}
32230 \end_layout
32231
32232 \begin_layout Standard
32233 To create with this the solution formula, the command
32234 \begin_inset Newline newline
32235 \end_inset
32236
32237
32238 \series bold
32239
32240 \backslash
32241 qG{
32242 \backslash
32243 lambda
32244 \begin_inset Formula $\to$
32245 \end_inset
32246
32247
32248 \backslash
32249 {p
32250 \begin_inset Formula $\to$
32251 \end_inset
32252
32253
32254 \backslash
32255 {q
32256 \series default
32257  is inserted to a formula
32258 \series bold
32259 .
32260 \end_layout
32261
32262 \begin_layout Standard
32263 The definition of the new command is unintuitive because one has to know
32264  the schemes of all used LaTeX commands, e.
32265 \begin_inset space \thinspace{}
32266 \end_inset
32267
32268 g.
32269 \begin_inset space \space{}
32270 \end_inset
32271
32272 that a fraction is inserted in LaTeX as 
32273 \series bold
32274
32275 \backslash
32276 frac{numerator}{denominator}
32277 \series default
32278 .
32279  Furthermore one can easily forget a brace in the definition and cannot
32280  see in LyX what the new command is doing.
32281  To avoid these problems LyX offers the possibility to use math macros instead
32282  of the command 
32283 \series bold
32284
32285 \backslash
32286 newcommand
32287 \series default
32288 .
32289 \end_layout
32290
32291 \begin_layout Standard
32292 A math macro is created by using the menu 
32293 \family sans
32294 Insert\SpecialChar \menuseparator
32295 Math\SpecialChar \menuseparator
32296 Macro
32297 \family default
32298  or the toolbar button 
32299 \begin_inset Info
32300 type  "icon"
32301 arg   "math-macro newmacroname_newcommand"
32302 \end_inset
32303
32304 .
32305  The math macro toolbar appears together with the following box where the
32306  macro is defined:
32307 \begin_inset Newline newline
32308 \end_inset
32309
32310
32311 \begin_inset space \hspace*{\fill}
32312 \end_inset
32313
32314
32315 \begin_inset Graphics
32316         filename clipart/macrobox.png
32317
32318 \end_inset
32319
32320
32321 \begin_inset space \hspace*{\fill}
32322 \end_inset
32323
32324
32325 \begin_inset Newline newline
32326 \end_inset
32327
32328
32329 \begin_inset FormulaMacro
32330 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32331 \end_inset
32332
32333
32334 \backslash
32335 newmacroname is the default name of the macro that should be changed to
32336  something sensible.
32337  The wanted formula is inserted in the first blue box.
32338  An argument placeholder is inserted with the command 
32339 \series bold
32340
32341 \backslash
32342 #argumentnumber
32343 \series default
32344 , e.
32345 \begin_inset space \thinspace{}
32346 \end_inset
32347
32348 g
32349 \begin_inset space \space{}
32350 \end_inset
32351
32352
32353 \series bold
32354
32355 \backslash
32356 #1
32357 \series default
32358  or by using the macro toolbar button 
32359 \begin_inset Info
32360 type  "icon"
32361 arg   "math-macro-add-param"
32362 \end_inset
32363
32364 .
32365  Argument placeholders are displayed red.
32366  A maximum of 9
32367 \begin_inset space ~
32368 \end_inset
32369
32370 arguments are possible.
32371  Optional arguments are created with the toolbar button 
32372 \begin_inset Info
32373 type  "icon"
32374 arg   "math-macro-add-optional-param"
32375 \end_inset
32376
32377 .
32378  The first non-optional argument can be transformed to an optional one with
32379  the toolbar button 
32380 \begin_inset Info
32381 type  "icon"
32382 arg   "math-macro-make-optional"
32383 \end_inset
32384
32385 .
32386  In the second blue box the appearance of the macro in LyX can be defined.
32387  Normally you want to see it as it is defined, so the box is kept empty.
32388  But when you have created a macro that needs lot of space on the screen,
32389  you can insert in the box for example
32390 \begin_inset Newline newline
32391 \end_inset
32392
32393
32394 \series bold
32395 qG: 
32396 \backslash
32397 #1
32398 \series default
32399  
32400 \series bold
32401 ,
32402 \series default
32403  
32404 \series bold
32405
32406 \backslash
32407 #2
32408 \series default
32409  
32410 \series bold
32411 ,
32412 \series default
32413  
32414 \series bold
32415
32416 \backslash
32417 #3, 
32418 \backslash
32419 #4
32420 \begin_inset Newline newline
32421 \end_inset
32422
32423
32424 \series default
32425 For the macro only the arguments with the macro name in front of them will
32426  then be displayed in LyX, leading to a better overview.
32427  The formula appears in the output as defined in the first box.
32428 \begin_inset Newline newline
32429 \end_inset
32430
32431 The appearance of macros in formulas can furthermore be changed for single
32432  macros by setting the cursor in the macro and using the menu 
32433 \family sans
32434 View\SpecialChar \menuseparator
32435 (Un)fold
32436 \begin_inset space ~
32437 \end_inset
32438
32439 Math
32440 \begin_inset space ~
32441 \end_inset
32442
32443 Macro
32444 \family default
32445 .
32446 \end_layout
32447
32448 \begin_layout Standard
32449 To use a macro, the macro name is inserted as command to a formula, in our
32450  case 
32451 \series bold
32452
32453 \backslash
32454 qG
32455 \series default
32456 .
32457  Our macro looks in LyX like this:
32458 \begin_inset Newline newline
32459 \end_inset
32460
32461
32462 \begin_inset space \hspace*{\fill}
32463 \end_inset
32464
32465
32466 \begin_inset Graphics
32467         filename clipart/macrouse.png
32468
32469 \end_inset
32470
32471
32472 \begin_inset space \hspace*{\fill}
32473 \end_inset
32474
32475
32476 \begin_inset Newline newline
32477 \end_inset
32478
32479 Here is our macro example with the arguments 
32480 \begin_inset Formula $x$
32481 \end_inset
32482
32483
32484 \begin_inset Formula $\ln(x)$
32485 \end_inset
32486
32487  and 
32488 \begin_inset Formula $B$
32489 \end_inset
32490
32491 :
32492 \end_layout
32493
32494 \begin_layout Standard
32495 \begin_inset Formula 
32496 \[
32497 \qG x{\ln(x)}B
32498 \]
32499
32500 \end_inset
32501
32502
32503 \end_layout
32504
32505 \begin_layout Standard
32506 LyX offers in the menu 
32507 \family sans
32508 Tools\SpecialChar \menuseparator
32509 Preferences\SpecialChar \menuseparator
32510 Editing\SpecialChar \menuseparator
32511 Control
32512 \family default
32513  different styles to edit macros.
32514  To find the style that suits you the most, choose a style and set the cursor
32515  in a macro formula to see the difference.
32516 \end_layout
32517
32518 \begin_layout Standard
32519 A math macro is transformed internally to a 
32520 \series bold
32521
32522 \backslash
32523 newcommand
32524 \series default
32525  command when exporting the document.
32526  The created 
32527 \series bold
32528
32529 \backslash
32530 newcommand
32531 \series default
32532  command is not placed in the LaTeX-preamble, therefore macros can only
32533  be used in formulas that are in the document below the macro definition
32534  box.
32535 \end_layout
32536
32537 \begin_layout Standard
32538 Math macros can also be directly created from a 
32539 \series bold
32540
32541 \backslash
32542 newcommand
32543 \series default
32544  command.
32545  When writing for example the command
32546 \series bold
32547
32548 \begin_inset Newline newline
32549 \end_inset
32550
32551
32552 \backslash
32553 newcommand{
32554 \backslash
32555 larrow}[2]{
32556 \backslash
32557 xleftarrow[#2]{#1}}
32558 \begin_inset Newline newline
32559 \end_inset
32560
32561
32562 \series default
32563 in LyX as normal text, highlighting it completely and using then the shortcut
32564  
32565 \family sans
32566 Ctrl+M
32567 \family default
32568 , the command will be transformed to a math macro.
32569  Using this method you need to be careful that the 
32570 \series bold
32571
32572 \backslash
32573 newcommand
32574 \series default
32575  command is typed correctly, otherwise you get a faulty macro leading to
32576  LaTeX errors.
32577 \end_layout
32578
32579 \begin_layout Standard
32580 Math macros currently have the problem that further formulas in macro definition
32581 s are handled wrongly.
32582  Therefore the example 
32583 \series bold
32584
32585 \backslash
32586 fb
32587 \series default
32588  from 
32589 \begin_inset CommandInset ref
32590 LatexCommand ref
32591 reference "sub:The-Command-newcommand"
32592
32593 \end_inset
32594
32595  cannot be created as macro.
32596 \end_layout
32597
32598 \begin_layout Standard
32599 When the cursor is in a macro definition box, you will see the macro toolbar
32600  in LyX:
32601 \end_layout
32602
32603 \begin_layout Standard
32604 \begin_inset VSpace defskip
32605 \end_inset
32606
32607
32608 \end_layout
32609
32610 \begin_layout Standard
32611 \begin_inset Graphics
32612         filename clipart/MacroToolbar.png
32613
32614 \end_inset
32615
32616
32617 \begin_inset Index idx
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Macros ! Toolbar
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Standard
32630 \begin_inset VSpace defskip
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637 The macro toolbar contains from left to right the following buttons:
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \begin_inset VSpace defskip
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \begin_layout Standard
32648 \begin_inset Tabular
32649 <lyxtabular version="3" rows="9" columns="2">
32650 <features rotate="0" islongtable="true" longtabularalignment="center">
32651 <column alignment="left" valignment="top">
32652 <column alignment="left" valignment="top" width="85col%">
32653 <row interlinespace="2.5mm">
32654 <cell alignment="center" valignment="top" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 \begin_inset Info
32659 type  "icon"
32660 arg   "math-macro-remove-param"
32661 \end_inset
32662
32663
32664 \end_layout
32665
32666 \end_inset
32667 </cell>
32668 <cell alignment="center" valignment="top" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672
32673 \family sans
32674 Edit\SpecialChar \menuseparator
32675 Math\SpecialChar \menuseparator
32676 Macro
32677 \begin_inset space ~
32678 \end_inset
32679
32680 Definition\SpecialChar \menuseparator
32681 Remove Last Argument
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 </row>
32687 <row interlinespace="2.5mm">
32688 <cell alignment="center" valignment="top" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 \begin_inset Info
32693 type  "icon"
32694 arg   "math-macro-add-param"
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \end_inset
32701 </cell>
32702 <cell alignment="center" valignment="top" usebox="none">
32703 \begin_inset Text
32704
32705 \begin_layout Plain Layout
32706
32707 \family sans
32708 Edit\SpecialChar \menuseparator
32709 Math\SpecialChar \menuseparator
32710 Macro
32711 \begin_inset space ~
32712 \end_inset
32713
32714 Definition\SpecialChar \menuseparator
32715 Append Argument
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 </row>
32721 <row interlinespace="2.5mm">
32722 <cell alignment="center" valignment="top" usebox="none">
32723 \begin_inset Text
32724
32725 \begin_layout Plain Layout
32726 \begin_inset Info
32727 type  "icon"
32728 arg   "math-macro-make-optional"
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740
32741 \family sans
32742 Edit\SpecialChar \menuseparator
32743 Math\SpecialChar \menuseparator
32744 Macro
32745 \begin_inset space ~
32746 \end_inset
32747
32748 Definition\SpecialChar \menuseparator
32749 Transform First Non-Optional to
32750 \begin_inset Newline newline
32751 \end_inset
32752
32753
32754 \begin_inset Phantom HPhantom
32755 status open
32756
32757 \begin_layout Plain Layout
32758
32759 \family sans
32760 Edit\SpecialChar \menuseparator
32761 Math\SpecialChar \menuseparator
32762 Macro
32763 \begin_inset space ~
32764 \end_inset
32765
32766 Definition\SpecialChar \menuseparator
32767
32768 \end_layout
32769
32770 \end_inset
32771
32772 Optional Argument
32773 \end_layout
32774
32775 \end_inset
32776 </cell>
32777 </row>
32778 <row interlinespace="2.5mm">
32779 <cell alignment="center" valignment="top" usebox="none">
32780 \begin_inset Text
32781
32782 \begin_layout Plain Layout
32783 \begin_inset Info
32784 type  "icon"
32785 arg   "math-macro-make-nonoptional"
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \end_inset
32792 </cell>
32793 <cell alignment="center" valignment="top" usebox="none">
32794 \begin_inset Text
32795
32796 \begin_layout Plain Layout
32797
32798 \family sans
32799 Edit\SpecialChar \menuseparator
32800 Math\SpecialChar \menuseparator
32801 Macro
32802 \begin_inset space ~
32803 \end_inset
32804
32805 Definition\SpecialChar \menuseparator
32806 Transform Last Optional to
32807 \begin_inset Newline newline
32808 \end_inset
32809
32810
32811 \begin_inset Phantom HPhantom
32812 status open
32813
32814 \begin_layout Plain Layout
32815
32816 \family sans
32817 Edit\SpecialChar \menuseparator
32818 Math\SpecialChar \menuseparator
32819 Macro
32820 \begin_inset space ~
32821 \end_inset
32822
32823 Definition\SpecialChar \menuseparator
32824
32825 \end_layout
32826
32827 \end_inset
32828
32829 Non-Optional Argument
32830 \end_layout
32831
32832 \end_inset
32833 </cell>
32834 </row>
32835 <row interlinespace="2.5mm">
32836 <cell alignment="center" valignment="top" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840 \begin_inset Info
32841 type  "icon"
32842 arg   "math-macro-remove-optional-param"
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 <cell alignment="center" valignment="top" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854
32855 \family sans
32856 Edit\SpecialChar \menuseparator
32857 Math\SpecialChar \menuseparator
32858 Macro
32859 \begin_inset space ~
32860 \end_inset
32861
32862 Definition\SpecialChar \menuseparator
32863 Remove Optional Argument
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 </row>
32869 <row interlinespace="2.5mm">
32870 <cell alignment="center" valignment="top" usebox="none">
32871 \begin_inset Text
32872
32873 \begin_layout Plain Layout
32874 \begin_inset Info
32875 type  "icon"
32876 arg   "math-macro-add-optional-param"
32877 \end_inset
32878
32879
32880 \end_layout
32881
32882 \end_inset
32883 </cell>
32884 <cell alignment="center" valignment="top" usebox="none">
32885 \begin_inset Text
32886
32887 \begin_layout Plain Layout
32888
32889 \family sans
32890 Edit\SpecialChar \menuseparator
32891 Math\SpecialChar \menuseparator
32892 Macro
32893 \begin_inset space ~
32894 \end_inset
32895
32896 Definition\SpecialChar \menuseparator
32897 Insert Optional Argument
32898 \end_layout
32899
32900 \end_inset
32901 </cell>
32902 </row>
32903 <row interlinespace="2.5mm">
32904 <cell alignment="center" valignment="top" usebox="none">
32905 \begin_inset Text
32906
32907 \begin_layout Plain Layout
32908 \begin_inset Info
32909 type  "icon"
32910 arg   "math-macro-remove-greedy-param"
32911 \end_inset
32912
32913
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 <cell alignment="center" valignment="top" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922
32923 \family sans
32924 Edit\SpecialChar \menuseparator
32925 Math\SpecialChar \menuseparator
32926 Macro
32927 \begin_inset space ~
32928 \end_inset
32929
32930 Definition\SpecialChar \menuseparator
32931 Remove Last Argument
32932 \begin_inset Newline newline
32933 \end_inset
32934
32935
32936 \begin_inset Phantom HPhantom
32937 status open
32938
32939 \begin_layout Plain Layout
32940
32941 \family sans
32942 Edit\SpecialChar \menuseparator
32943 Math\SpecialChar \menuseparator
32944 Macro
32945 \begin_inset space ~
32946 \end_inset
32947
32948 Definition\SpecialChar \menuseparator
32949
32950 \end_layout
32951
32952 \end_inset
32953
32954 Spitting Out To The Right
32955 \end_layout
32956
32957 \end_inset
32958 </cell>
32959 </row>
32960 <row interlinespace="2.5mm">
32961 <cell alignment="center" valignment="top" usebox="none">
32962 \begin_inset Text
32963
32964 \begin_layout Plain Layout
32965 \begin_inset Info
32966 type  "icon"
32967 arg   "math-macro-append-greedy-param"
32968 \end_inset
32969
32970
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 <cell alignment="center" valignment="top" usebox="none">
32976 \begin_inset Text
32977
32978 \begin_layout Plain Layout
32979
32980 \family sans
32981 Edit\SpecialChar \menuseparator
32982 Math\SpecialChar \menuseparator
32983 Macro
32984 \begin_inset space ~
32985 \end_inset
32986
32987 Definition\SpecialChar \menuseparator
32988 Append Argument
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992
32993 \begin_inset Phantom HPhantom
32994 status open
32995
32996 \begin_layout Plain Layout
32997
32998 \family sans
32999 Edit\SpecialChar \menuseparator
33000 Math\SpecialChar \menuseparator
33001 Macro
33002 \begin_inset space ~
33003 \end_inset
33004
33005 Definition\SpecialChar \menuseparator
33006
33007 \end_layout
33008
33009 \end_inset
33010
33011 Eating From The Right
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row interlinespace="2.5mm">
33018 <cell alignment="center" valignment="top" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 \begin_inset Info
33023 type  "icon"
33024 arg   "math-macro-add-greedy-optional-param"
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036
33037 \family sans
33038 Edit\SpecialChar \menuseparator
33039 Math\SpecialChar \menuseparator
33040 Macro
33041 \begin_inset space ~
33042 \end_inset
33043
33044 Definition\SpecialChar \menuseparator
33045 Append Optional Argument
33046 \begin_inset Newline newline
33047 \end_inset
33048
33049
33050 \begin_inset Phantom HPhantom
33051 status open
33052
33053 \begin_layout Plain Layout
33054
33055 \family sans
33056 Edit\SpecialChar \menuseparator
33057 Math\SpecialChar \menuseparator
33058 Macro
33059 \begin_inset space ~
33060 \end_inset
33061
33062 Definition\SpecialChar \menuseparator
33063
33064 \end_layout
33065
33066 \end_inset
33067
33068 Eating From The Right
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 </lyxtabular>
33075
33076 \end_inset
33077
33078
33079 \end_layout
33080
33081 \begin_layout Section
33082 Computer Algebra Systems
33083 \end_layout
33084
33085 \begin_layout Standard
33086 LyX offers the exchange between mathematical expressions written in LyX's
33087  math editor and external applications or user defined scripts.
33088  Currently supported applications are 
33089 \family sans
33090 Maple
33091 \family default
33092
33093 \family sans
33094 Mathematica
33095 \family default
33096
33097 \family sans
33098 Maxima
33099 \family default
33100  and 
33101 \family sans
33102 Octave
33103 \family default
33104 .
33105  Note that the set of supported mathematical constructs is limited only
33106  to very simple cases.
33107 \end_layout
33108
33109 \begin_layout Subsection
33110 Usage
33111 \end_layout
33112
33113 \begin_layout Standard
33114 Write some expression in a formula, go to the 
33115 \family sans
33116 Edit\SpecialChar \menuseparator
33117 Math\SpecialChar \menuseparator
33118 Use Computer Algebra System
33119 \family default
33120  menu and choose the application you have installed on the computer.
33121  After that the result of computation should show on the right side of the
33122  expression together with the 
33123 \begin_inset Quotes eld
33124 \end_inset
33125
33126 =
33127 \begin_inset Quotes erd
33128 \end_inset
33129
33130  operator.
33131 \end_layout
33132
33133 \begin_layout Standard
33134 Here are few simple examples (with results from 
33135 \family typewriter
33136 Maxima
33137 \family default
33138 ) to show what kind of computations can be performed:
33139 \end_layout
33140
33141 \begin_layout Itemize
33142 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Itemize
33149 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Itemize
33156 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \begin_layout Itemize
33163 \begin_inset Formula $\det\left[\begin{array}{ccc}
33164 1 & 6 & 7\\
33165 2 & 5 & 8\\
33166 3 & 4 & 17
33167 \end{array}\right]=-56$
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \begin_layout Itemize
33174 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33175 \end_inset
33176
33177
33178 \end_layout
33179
33180 \begin_layout Subsection
33181 Keyboard shortcut
33182 \end_layout
33183
33184 \begin_layout Standard
33185 Currently there is no keyboard shortcut for calling the algebra applications.
33186  One can easily bind a shortcut to the 
33187 \family sans
33188 math-extern
33189 \family default
33190  LyX function (see the 
33191 \family sans
33192 \emph on
33193 LyX Functions
33194 \family default
33195 \emph default
33196  manual).
33197  One could e.
33198 \begin_inset space \thinspace{}
33199 \end_inset
33200
33201 g.
33202 \begin_inset space \space{}
33203 \end_inset
33204
33205 bind the 
33206 \family sans
33207 Return
33208 \family default
33209  key inside the math editor.
33210  To bind it to 
33211 \family typewriter
33212 Maxima
33213 \family default
33214  one would use this shortcut definition command:
33215 \end_layout
33216
33217 \begin_layout Standard
33218
33219 \series bold
33220 command-alternatives break-paragraph;math-extern maxima
33221 \end_layout
33222
33223 \begin_layout Section
33224 Miscellaneous
33225 \begin_inset Index idx
33226 status collapsed
33227
33228 \begin_layout Plain Layout
33229 Miscellaneous
33230 \end_layout
33231
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Subsection
33238 Negative Numbers
33239 \begin_inset Index idx
33240 status collapsed
33241
33242 \begin_layout Plain Layout
33243 Numbers ! negative
33244 \end_layout
33245
33246 \end_inset
33247
33248
33249 \end_layout
33250
33251 \begin_layout Standard
33252 Negative numbers often look ugly in formulas because the minus sign before
33253  the number is set with the same length as the minus operator sign.
33254  When writing the negative number in normal text, the minus sign appears
33255  correctly.
33256 \end_layout
33257
33258 \begin_layout Standard
33259 Thus, the problem disappears when converting the minus sign to mathematical
33260  text.
33261 \end_layout
33262
33263 \begin_layout Standard
33264 An example to visualize the problem:
33265 \end_layout
33266
33267 \begin_layout Standard
33268 \align center
33269 \begin_inset Tabular
33270 <lyxtabular version="3" rows="3" columns="2">
33271 <features rotate="0" tabularvalignment="middle">
33272 <column alignment="right" valignment="top">
33273 <column alignment="left" valignment="top">
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 normal text:
33280 \end_layout
33281
33282 \end_inset
33283 </cell>
33284 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33285 \begin_inset Text
33286
33287 \begin_layout Plain Layout
33288 x = -2
33289 \end_layout
33290
33291 \end_inset
33292 </cell>
33293 </row>
33294 <row>
33295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33296 \begin_inset Text
33297
33298 \begin_layout Plain Layout
33299 formula:
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 \begin_inset Formula $x=-2$
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 </row>
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 solution:
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 \begin_inset Formula $x=\textrm{-}2$
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 </lyxtabular>
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Subsection
33348 Comma as decimal Separator
33349 \begin_inset Index idx
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 Comma
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Standard
33362 In LaTeX a comma inside a formula is used, according to the English convention,
33363  as number group separator.
33364  So there will be space added behind all commas in formulas.
33365 \end_layout
33366
33367 \begin_layout Standard
33368 To avoid this, the comma is highlighted and changed to mathematical text
33369  (shortcut 
33370 \begin_inset Info
33371 type  "shortcut"
33372 arg   "math-mode"
33373 \end_inset
33374
33375 ).
33376 \end_layout
33377
33378 \begin_layout Standard
33379 To use all formula commas in the document as decimal separator, the file
33380  
33381 \series bold
33382 icomma.sty
33383 \series default
33384
33385 \begin_inset Foot
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389
33390 \series bold
33391 icomma
33392 \series default
33393  is part of the LaTeX-package 
33394 \series bold
33395 was
33396 \series default
33397
33398 \begin_inset Index idx
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 Packages ! was
33403 \begin_inset ERT
33404 status collapsed
33405
33406 \begin_layout Plain Layout
33407
33408
33409 \backslash
33410 vspace{4mm}
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \end_inset
33419
33420 .
33421 \end_layout
33422
33423 \end_inset
33424
33425
33426 \begin_inset Index idx
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 Packages ! icomma
33431 \end_layout
33432
33433 \end_inset
33434
33435  is loaded with the LaTeX-preamble line
33436 \end_layout
33437
33438 \begin_layout Standard
33439
33440 \series bold
33441
33442 \backslash
33443 usepackage{icomma}
33444 \end_layout
33445
33446 \begin_layout Subsection
33447 Physical Vectors
33448 \begin_inset CommandInset label
33449 LatexCommand label
33450 name "sub:Physical-Vectors"
33451
33452 \end_inset
33453
33454
33455 \begin_inset Index idx
33456 status collapsed
33457
33458 \begin_layout Plain Layout
33459 Vectors ! physical
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \begin_layout Standard
33468 Predefined vectors are offered by the LaTeX-package 
33469 \series bold
33470 braket
33471 \series default
33472
33473 \begin_inset Index idx
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Packages ! braket
33478 \end_layout
33479
33480 \end_inset
33481
33482  that is loaded with the LaTeX-preamble line
33483 \end_layout
33484
33485 \begin_layout Standard
33486
33487 \series bold
33488
33489 \backslash
33490 usepackage{braket}
33491 \end_layout
33492
33493 \begin_layout Standard
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499
33500 \backslash
33501 ifbraket 
33502 \end_layout
33503
33504 \end_inset
33505
33506
33507 \begin_inset Note Note
33508 status open
33509
33510 \begin_layout Plain Layout
33511 The following table will only be displayed when the LaTeX-package 
33512 \series bold
33513 braket
33514 \series default
33515  is installed.
33516 \end_layout
33517
33518 \end_inset
33519
33520
33521 \end_layout
33522
33523 \begin_layout Standard
33524 The following commands are defined:
33525 \end_layout
33526
33527 \begin_layout Standard
33528 \align center
33529 \begin_inset Tabular
33530 <lyxtabular version="3" rows="4" columns="2">
33531 <features rotate="0" tabularvalignment="middle">
33532 <column alignment="center" valignment="top">
33533 <column alignment="center" valignment="top">
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 Command
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 Result
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 </row>
33554 <row>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559
33560 \backslash
33561 Bra{
33562 \backslash
33563 psi
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 \begin_inset Formula $\Bra{\psi}$
33573 \end_inset
33574
33575
33576 \end_layout
33577
33578 \end_inset
33579 </cell>
33580 </row>
33581 <row>
33582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586
33587 \backslash
33588 Ket{
33589 \backslash
33590 psi
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 \begin_inset Formula $\Ket{\psi}$
33600 \end_inset
33601
33602
33603 \end_layout
33604
33605 \end_inset
33606 </cell>
33607 </row>
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
33614 \backslash
33615 Braket{
33616 \backslash
33617 psi|
33618 \backslash
33619 phi
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33625 \begin_inset Text
33626
33627 \begin_layout Plain Layout
33628 \begin_inset Formula $\Braket{\psi|\phi}$
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \end_inset
33635 </cell>
33636 </row>
33637 </lyxtabular>
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 The command 
33646 \series bold
33647
33648 \backslash
33649 Braket
33650 \series default
33651  assures that all vertical bars are set in the size of the surrounding brackets:
33652 \begin_inset Formula 
33653 \[
33654 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33655 \]
33656
33657 \end_inset
33658
33659
33660 \begin_inset ERT
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664
33665
33666 \backslash
33667 else 
33668 \end_layout
33669
33670 \end_inset
33671
33672
33673 \begin_inset Note Note
33674 status open
33675
33676 \begin_layout Plain Layout
33677 The following will be displayed when the LaTeX-package 
33678 \series bold
33679 braket
33680 \series default
33681  is not installed:
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 You need to install the LaTeX-package 
33691 \series bold
33692 braket
33693 \series default
33694  to see the rest of this subsection in the output.
33695 \end_layout
33696
33697 \begin_layout Standard
33698 \begin_inset ERT
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702
33703
33704 \backslash
33705 fi 
33706 \end_layout
33707
33708 \end_inset
33709
33710
33711 \end_layout
33712
33713 \begin_layout Standard
33714 The effect of 
33715 \series bold
33716
33717 \backslash
33718 Braket
33719 \series default
33720  can also be achieved using the command 
33721 \series bold
33722
33723 \backslash
33724 middle
33725 \series default
33726 , that is described in 
33727 \begin_inset CommandInset ref
33728 LatexCommand ref
33729 reference "sub:Automatic-Bracket-Size"
33730
33731 \end_inset
33732
33733 .
33734 \end_layout
33735
33736 \begin_layout Subsection
33737 Self-defined Fractions
33738 \begin_inset CommandInset label
33739 LatexCommand label
33740 name "sub:Self-defined-Fractions"
33741
33742 \end_inset
33743
33744
33745 \begin_inset Index idx
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749 Fractions ! self-defined
33750 \end_layout
33751
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \begin_layout Standard
33758 To define custom commands for fractions, the command 
33759 \series bold
33760
33761 \backslash
33762 genfrac
33763 \series default
33764
33765 \begin_inset Index idx
33766 status collapsed
33767
33768 \begin_layout Plain Layout
33769 Commands ! G ! 
33770 \backslash
33771 genfrac
33772 \begin_inset ERT
33773 status collapsed
33774
33775 \begin_layout Plain Layout
33776
33777
33778 \backslash
33779 vspace{4mm}
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \end_inset
33788
33789  is used in the following scheme:
33790 \end_layout
33791
33792 \begin_layout Standard
33793
33794 \series bold
33795
33796 \backslash
33797 genfrac{left
33798 \series default
33799  
33800 \series bold
33801 bracket}{right
33802 \series default
33803  
33804 \series bold
33805 bracket}{fraction bar thickness}{style}
33806 \begin_inset Newline newline
33807 \end_inset
33808
33809
33810 \begin_inset Phantom HPhantom
33811 status open
33812
33813 \begin_layout Plain Layout
33814
33815 \series bold
33816
33817 \backslash
33818 genfrac
33819 \end_layout
33820
33821 \end_inset
33822
33823 {numerator}{denominator}
33824 \end_layout
33825
33826 \begin_layout Standard
33827 The style is a number in the range of 0
33828 \begin_inset space \thinspace{}
33829 \end_inset
33830
33831 -
33832 \begin_inset space \thinspace{}
33833 \end_inset
33834
33835 3.
33836 \end_layout
33837
33838 \begin_layout Standard
33839 \align center
33840 \begin_inset Tabular
33841 <lyxtabular version="3" rows="5" columns="2">
33842 <features rotate="0" tabularvalignment="middle">
33843 <column alignment="center" valignment="top">
33844 <column alignment="center" valignment="top">
33845 <row>
33846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850 Number
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 Style (Size)
33860 \end_layout
33861
33862 \end_inset
33863 </cell>
33864 </row>
33865 <row>
33866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33867 \begin_inset Text
33868
33869 \begin_layout Plain Layout
33870 0
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879 display style formula
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 </row>
33885 <row>
33886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33887 \begin_inset Text
33888
33889 \begin_layout Plain Layout
33890 1
33891 \end_layout
33892
33893 \end_inset
33894 </cell>
33895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 inline formula
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row>
33906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 2
33911 \end_layout
33912
33913 \end_inset
33914 </cell>
33915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33916 \begin_inset Text
33917
33918 \begin_layout Plain Layout
33919 small
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 <row>
33926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33927 \begin_inset Text
33928
33929 \begin_layout Plain Layout
33930 3
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33936 \begin_inset Text
33937
33938 \begin_layout Plain Layout
33939 tiny
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 </row>
33945 </lyxtabular>
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Standard
33953 When no style is given, the size is adjusted to the surrounding environment
33954  like for the command 
33955 \series bold
33956
33957 \backslash
33958 frac
33959 \series default
33960 .
33961 \end_layout
33962
33963 \begin_layout Standard
33964 When no fraction bar thickness is given, the predefined value of 0.4
33965 \begin_inset space \thinspace{}
33966 \end_inset
33967
33968 pt will be used.
33969 \end_layout
33970
33971 \begin_layout Standard
33972 \begin_inset VSpace medskip
33973 \end_inset
33974
33975 For example, the commands 
33976 \series bold
33977
33978 \backslash
33979 dfrac
33980 \series default
33981  and 
33982 \series bold
33983
33984 \backslash
33985 tbinom
33986 \series default
33987  from 
33988 \begin_inset CommandInset ref
33989 LatexCommand ref
33990 reference "sub:Fractions"
33991
33992 \end_inset
33993
33994  are defined with the commands
33995 \end_layout
33996
33997 \begin_layout Standard
33998
33999 \series bold
34000
34001 \backslash
34002 newcommand{
34003 \backslash
34004 dfrac}[2]{
34005 \backslash
34006 genfrac{}{}{}{0}{#1}{#2}}
34007 \end_layout
34008
34009 \begin_layout Standard
34010 and
34011 \end_layout
34012
34013 \begin_layout Standard
34014
34015 \series bold
34016
34017 \backslash
34018 newcommand{
34019 \backslash
34020 tbinom}[2]{
34021 \backslash
34022 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34023 \end_layout
34024
34025 \begin_layout Standard
34026 \begin_inset VSpace medskip
34027 \end_inset
34028
34029 To define a fraction where the fraction bar thickness can be given as optional
34030  argument, the following line is inserted to the LaTeX-preamble:
34031 \end_layout
34032
34033 \begin_layout Standard
34034
34035 \series bold
34036
34037 \backslash
34038 newcommand{
34039 \backslash
34040 fracS}[3][]{
34041 \backslash
34042 genfrac{}{}{#1}{}{#2}{#3}}
34043 \end_layout
34044
34045 \begin_layout Standard
34046 A test:
34047 \begin_inset Formula 
34048 \begin{align*}
34049 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34050 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34051 \end{align*}
34052
34053 \end_inset
34054
34055 As one can see, the distance of the numerator and the denominator to the
34056  fraction bar is round about three times the bar thickness.
34057 \end_layout
34058
34059 \begin_layout Subsection
34060 Canceled Formulas
34061 \begin_inset Index idx
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065 Formula ! canceled
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Standard
34074 There are four ways to cancel formulas or parts of formulas:
34075 \end_layout
34076
34077 \begin_layout Standard
34078 \begin_inset ERT
34079 status collapsed
34080
34081 \begin_layout Plain Layout
34082
34083
34084 \backslash
34085 ifcancel 
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \begin_inset Note Note
34092 status open
34093
34094 \begin_layout Plain Layout
34095 The following table will only be displayed when the LaTeX-package 
34096 \series bold
34097 cancel
34098 \series default
34099  is installed.
34100 \end_layout
34101
34102 \end_inset
34103
34104
34105 \end_layout
34106
34107 \begin_layout Standard
34108 \align center
34109 \begin_inset Tabular
34110 <lyxtabular version="3" rows="5" columns="2">
34111 <features rotate="0" tabularvalignment="middle">
34112 <column alignment="center" valignment="top">
34113 <column alignment="center" valignment="top">
34114 <row>
34115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34116 \begin_inset Text
34117
34118 \begin_layout Plain Layout
34119 Command
34120 \end_layout
34121
34122 \end_inset
34123 </cell>
34124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34125 \begin_inset Text
34126
34127 \begin_layout Plain Layout
34128 Result
34129 \begin_inset Note Note
34130 status collapsed
34131
34132 \begin_layout Plain Layout
34133 The space and
34134 \series bold
34135  
34136 \backslash
34137 raisebox
34138 \series default
34139  are used here as spacer.
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \end_inset
34148 </cell>
34149 </row>
34150 <row>
34151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34152 \begin_inset Text
34153
34154 \begin_layout Plain Layout
34155
34156 \backslash
34157 cancel
34158 \begin_inset space \textvisiblespace{}
34159 \end_inset
34160
34161
34162 \backslash
34163 int
34164 \begin_inset space \textvisiblespace{}
34165 \end_inset
34166
34167 A=B
34168 \end_layout
34169
34170 \end_inset
34171 </cell>
34172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 </row>
34185 <row>
34186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190
34191 \backslash
34192 bcancel
34193 \begin_inset space \textvisiblespace{}
34194 \end_inset
34195
34196
34197 \backslash
34198 int
34199 \begin_inset space \textvisiblespace{}
34200 \end_inset
34201
34202 A=B
34203 \end_layout
34204
34205 \end_inset
34206 </cell>
34207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34208 \begin_inset Text
34209
34210 \begin_layout Plain Layout
34211 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 <row>
34221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225
34226 \backslash
34227 xcancel
34228 \begin_inset space \textvisiblespace{}
34229 \end_inset
34230
34231
34232 \backslash
34233 int
34234 \begin_inset space \textvisiblespace{}
34235 \end_inset
34236
34237 A=B
34238 \end_layout
34239
34240 \end_inset
34241 </cell>
34242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34243 \begin_inset Text
34244
34245 \begin_layout Plain Layout
34246 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \end_inset
34253 </cell>
34254 </row>
34255 <row>
34256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34257 \begin_inset Text
34258
34259 \begin_layout Plain Layout
34260
34261 \backslash
34262 cancelto
34263 \begin_inset space \textvisiblespace{}
34264 \end_inset
34265
34266
34267 \backslash
34268 int
34269 \begin_inset space \textvisiblespace{}
34270 \end_inset
34271
34272 A=B
34273 \begin_inset Formula $\to$
34274 \end_inset
34275
34276 1
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 </row>
34294 </lyxtabular>
34295
34296 \end_inset
34297
34298
34299 \end_layout
34300
34301 \begin_layout Standard
34302
34303 \series bold
34304
34305 \backslash
34306 cancelto
34307 \series default
34308  is especially suitable to visualize the reduction of fractions within formulas:
34309 \begin_inset Formula 
34310 \[
34311 \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}}}
34312 \]
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 To change the size of 
34321 \series bold
34322
34323 \backslash
34324 cancelto
34325 \series default
34326 's 
34327 \begin_inset Quotes eld
34328 \end_inset
34329
34330 subscript
34331 \begin_inset Quotes erd
34332 \end_inset
34333
34334  value one can add the LaTeX-preamble line
34335 \end_layout
34336
34337 \begin_layout Standard
34338
34339 \series bold
34340
34341 \backslash
34342 PassOptionsToPackage{option}{cancel}
34343 \end_layout
34344
34345 \begin_layout Standard
34346 where 
34347 \series bold
34348 option
34349 \series default
34350  is either 
34351 \series bold
34352 samesize
34353 \series default
34354  which leads to the same size as for the canceled value, or 
34355 \series bold
34356 Smaller
34357 \series default
34358  which makes is it a bit smaller than normal.
34359 \end_layout
34360
34361 \begin_layout Standard
34362 To color the cancellation bar one adds this command as TeX code:
34363 \end_layout
34364
34365 \begin_layout Standard
34366
34367 \series bold
34368
34369 \backslash
34370 renewcommand{
34371 \backslash
34372 CancelColor}{
34373 \backslash
34374 color{red}}
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380 red
34381 \series default
34382  can be replaced by a color of your choice.
34383 \end_layout
34384
34385 \begin_layout Standard
34386 \begin_inset ERT
34387 status collapsed
34388
34389 \begin_layout Plain Layout
34390
34391
34392 \backslash
34393 renewcommand{
34394 \backslash
34395 CancelColor}{
34396 \backslash
34397 color{red}}
34398 \end_layout
34399
34400 \end_inset
34401
34402
34403 \end_layout
34404
34405 \begin_layout Standard
34406 \begin_inset Formula 
34407 \[
34408 \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}}}
34409 \]
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 \begin_inset ERT
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421
34422
34423 \backslash
34424 renewcommand{
34425 \backslash
34426 CancelColor}{
34427 \backslash
34428 color{black}}
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Note Note
34435 status open
34436
34437 \begin_layout Plain Layout
34438 reset the color
34439 \end_layout
34440
34441 \end_inset
34442
34443
34444 \end_layout
34445
34446 \begin_layout Standard
34447 For further customizations, see the documentation of the package 
34448 \series bold
34449 cancel
34450 \series default
34451
34452 \begin_inset CommandInset citation
34453 LatexCommand cite
34454 key "cancel"
34455
34456 \end_inset
34457
34458 .
34459 \begin_inset Index idx
34460 status collapsed
34461
34462 \begin_layout Plain Layout
34463 Packages ! cancel
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \begin_inset ERT
34473 status collapsed
34474
34475 \begin_layout Plain Layout
34476
34477
34478 \backslash
34479 else 
34480 \end_layout
34481
34482 \end_inset
34483
34484
34485 \begin_inset Note Note
34486 status open
34487
34488 \begin_layout Plain Layout
34489 The following will be displayed when the LaTeX-package 
34490 \series bold
34491 cancel
34492 \series default
34493  is not installed:
34494 \end_layout
34495
34496 \end_inset
34497
34498
34499 \end_layout
34500
34501 \begin_layout Standard
34502 You need to install the LaTeX-package 
34503 \series bold
34504 cancel
34505 \series default
34506  to see the rest of this subsection in the output.
34507 \end_layout
34508
34509 \begin_layout Standard
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515
34516 \backslash
34517 fi 
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset Newpage newpage
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Subsection
34533 Formulas in Section Headings
34534 \begin_inset CommandInset label
34535 LatexCommand label
34536 name "sub:Formulas-in-Section"
34537
34538 \end_inset
34539
34540
34541 \begin_inset Index idx
34542 status collapsed
34543
34544 \begin_layout Plain Layout
34545 Formula ! in section headings
34546 \end_layout
34547
34548 \end_inset
34549
34550
34551 \end_layout
34552
34553 \begin_layout Standard
34554 When formulas are used in section headings, the following has to be taken
34555  into account:
34556 \end_layout
34557
34558 \begin_layout Standard
34559 \begin_inset Note Greyedout
34560 status open
34561
34562 \begin_layout Plain Layout
34563 When 
34564 \series bold
34565 hyperref
34566 \series default
34567
34568 \begin_inset Index idx
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 Packages ! hyperref
34573 \end_layout
34574
34575 \end_inset
34576
34577  support is enabled in the document settings dialog under 
34578 \family sans
34579 PDF
34580 \begin_inset space ~
34581 \end_inset
34582
34583 Properties
34584 \family default
34585 , PDF-bookmarks are created for every section heading in the table of contents.
34586  If a section heading contains formulas, they are incorrectly displayed
34587  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34588 s.
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 Both problems can be solved by inserting at the end of the section heading
34598  a short title with the menu 
34599 \family sans
34600 Insert\SpecialChar \menuseparator
34601 Short
34602 \begin_inset space ~
34603 \end_inset
34604
34605 Title
34606 \family default
34607 .
34608  Short titles are used as alternative for multiline section headings to
34609  keep the table of contents clearly arranged.
34610  Only the short title appears in the table of contents and therefore also
34611  in the PDF-bookmark.
34612 \end_layout
34613
34614 \begin_layout Standard
34615 When formulas should be used in the table of contents but 
34616 \series bold
34617 hyperref
34618 \series default
34619  is used, one can use the following command in TeX-mode:
34620 \end_layout
34621
34622 \begin_layout Standard
34623
34624 \series bold
34625
34626 \backslash
34627 texorpdfstring{part}{alternative}
34628 \begin_inset Index idx
34629 status collapsed
34630
34631 \begin_layout Plain Layout
34632 Commands ! T ! 
34633 \backslash
34634 texorpdfstring
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34644  This can be characters, formulas, footnotes, but also cross-references.
34645  The alternative is used instead of the part for the bookmark.
34646 \end_layout
34647
34648 \begin_layout Standard
34649 Here are two example headings:
34650 \begin_inset VSpace -3mm
34651 \end_inset
34652
34653
34654 \begin_inset ERT
34655 status collapsed
34656
34657 \begin_layout Plain Layout
34658
34659
34660 \backslash
34661 boldmath 
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \end_layout
34668
34669 \begin_layout Subsubsection
34670 Heading without formula in table of contents 
34671 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34672 \end_inset
34673
34674
34675 \begin_inset Argument 1
34676 status collapsed
34677
34678 \begin_layout Plain Layout
34679 Heading without formula in table of contents
34680 \end_layout
34681
34682 \end_inset
34683
34684
34685 \end_layout
34686
34687 \begin_layout Subsubsection
34688 Heading with formula in table of contents
34689 \begin_inset ERT
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694
34695 \backslash
34696 texorpdfstring{
34697 \end_layout
34698
34699 \end_inset
34700
34701  
34702 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34703 \end_inset
34704
34705
34706 \begin_inset ERT
34707 status collapsed
34708
34709 \begin_layout Plain Layout
34710
34711 }{}
34712 \end_layout
34713
34714 \end_inset
34715
34716
34717 \end_layout
34718
34719 \begin_layout Standard
34720 \begin_inset ERT
34721 status collapsed
34722
34723 \begin_layout Plain Layout
34724
34725
34726 \backslash
34727 unboldmath 
34728 \end_layout
34729
34730 \end_inset
34731
34732 In the first heading a short title was used, in the second one 
34733 \series bold
34734
34735 \backslash
34736 texorpdfstring
34737 \series default
34738 .
34739 \end_layout
34740
34741 \begin_layout Standard
34742 To get the same formatting as for the other headings, the complete heading
34743  was set into a 
34744 \series bold
34745 boldmath
34746 \series default
34747  environment
34748 \begin_inset Foot
34749 status collapsed
34750
34751 \begin_layout Plain Layout
34752 see 
34753 \begin_inset CommandInset ref
34754 LatexCommand ref
34755 reference "sub:Bold-Formulas"
34756
34757 \end_inset
34758
34759
34760 \end_layout
34761
34762 \end_inset
34763
34764 .
34765 \end_layout
34766
34767 \begin_layout Subsection
34768 Formulas in multi-column Text
34769 \begin_inset Index idx
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773 Formula ! in multi-column text
34774 \end_layout
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Standard
34782 Formulas in multi-column text are often too wide to fit into a column and
34783  thus need to be set over the whole page width.
34784  This is done by using the LaTeX-package 
34785 \series bold
34786 multicol
34787 \series default
34788
34789 \begin_inset Foot
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793
34794 \series bold
34795 multicol
34796 \series default
34797  is part of every LaTeX standard installation.
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \begin_inset Index idx
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807 Packages ! multicol
34808 \end_layout
34809
34810 \end_inset
34811
34812 , that is loaded with the LaTeX-preamble line
34813 \end_layout
34814
34815 \begin_layout Standard
34816
34817 \series bold
34818
34819 \backslash
34820 usepackage{multicol}
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset Note Greyedout
34825 status open
34826
34827 \begin_layout Plain Layout
34828 Note that in this case the setting 
34829 \family sans
34830 Two-column
34831 \begin_inset space ~
34832 \end_inset
34833
34834 document
34835 \family default
34836  in the menu 
34837 \family sans
34838 Document\SpecialChar \menuseparator
34839 Settings
34840 \family default
34841  under 
34842 \family sans
34843 Text
34844 \begin_inset space ~
34845 \end_inset
34846
34847 Layout
34848 \family default
34849 \emph on
34850  
34851 \emph default
34852 must 
34853 \emph on
34854 not
34855 \emph default
34856  be selected.
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \begin_layout Standard
34865 Before the multi-column text the command
34866 \end_layout
34867
34868 \begin_layout Standard
34869
34870 \series bold
34871
34872 \backslash
34873 begin{multicols}{column number}
34874 \end_layout
34875
34876 \begin_layout Standard
34877 is written in TeX-mode.
34878  The column number is a number in the range of 2
34879 \begin_inset space \thinspace{}
34880 \end_inset
34881
34882 -
34883 \begin_inset space \thinspace{}
34884 \end_inset
34885
34886 10.
34887  Before the formula the multi-column text is ended by inserting the command
34888 \end_layout
34889
34890 \begin_layout Standard
34891
34892 \series bold
34893
34894 \backslash
34895 end{multicols}
34896 \end_layout
34897
34898 \begin_layout Standard
34899 in TeX-mode.
34900 \end_layout
34901
34902 \begin_layout Standard
34903 Due to the command some space is automatically added before the formula.
34904  To revert this, -6
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 mm vertical space is inserted before the formula.
34909  When the formula style 
34910 \series bold
34911 Indented
34912 \begin_inset Foot
34913 status collapsed
34914
34915 \begin_layout Plain Layout
34916 formula styles see 
34917 \begin_inset CommandInset ref
34918 LatexCommand ref
34919 reference "sec:Formula-Styles"
34920
34921 \end_inset
34922
34923
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \series default
34930  is used, -9
34931 \begin_inset space \thinspace{}
34932 \end_inset
34933
34934 mm space is inserted instead.
34935 \end_layout
34936
34937 \begin_layout Standard
34938 As example a multi-column text with a displayed formula:
34939 \end_layout
34940
34941 \begin_layout Standard
34942
34943 \lang german
34944 \begin_inset ERT
34945 status collapsed
34946
34947 \begin_layout Plain Layout
34948
34949
34950 \backslash
34951 begin{multicols}{2}
34952 \end_layout
34953
34954 \end_inset
34955
34956 Das Spektrum wird fouriertransformiert.
34957  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34958 , Lösungsmittel) zu trennen.
34959  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34960  nun das Aussehen des Ausgangssignals.
34961  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34962  über alle Phasen integrieren muss.
34963  Sei nun 
34964 \begin_inset Formula $S$
34965 \end_inset
34966
34967  unser normiertes Ausgangssignal und 
34968 \begin_inset Formula $P$
34969 \end_inset
34970
34971  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34972 \begin_inset ERT
34973 status collapsed
34974
34975 \begin_layout Plain Layout
34976
34977
34978 \backslash
34979 end{multicols}
34980 \end_layout
34981
34982 \end_inset
34983
34984
34985 \begin_inset VSpace -6mm
34986 \end_inset
34987
34988
34989 \begin_inset Formula 
34990 \begin{equation}
34991 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34992 \end{equation}
34993
34994 \end_inset
34995
34996
34997 \begin_inset ERT
34998 status collapsed
34999
35000 \begin_layout Plain Layout
35001
35002
35003 \backslash
35004 begin{multicols}{2}
35005 \end_layout
35006
35007 \end_inset
35008
35009 wobei 
35010 \begin_inset Formula $S_{0}$
35011 \end_inset
35012
35013  das Signal ohne Gradient ist und die Normierungsbedingung 
35014 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35015 \end_inset
35016
35017  gilt.
35018  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35019  Direkt nach dem 
35020 \begin_inset Formula $\nicefrac{\pi}{2}$
35021 \end_inset
35022
35023
35024 \begin_inset space \thinspace{}
35025 \end_inset
35026
35027 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35028  das Signal zusätzlich abschwächt.
35029  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35030  
35031 \begin_inset Formula $T_{2}$
35032 \end_inset
35033
35034 -Zeit.
35035 \end_layout
35036
35037 \begin_layout Standard
35038
35039 \lang german
35040 \begin_inset ERT
35041 status collapsed
35042
35043 \begin_layout Plain Layout
35044
35045
35046 \backslash
35047 end{multicols}
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Subsection
35056 Formulas with Description of Variables
35057 \begin_inset Index idx
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 Formula ! with description of variables
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 To describe variables within a formula, like in formula 
35071 \begin_inset CommandInset ref
35072 LatexCommand eqref
35073 reference "eq:within"
35074
35075 \end_inset
35076
35077 , a 2
35078 \series bold
35079 ×
35080 \series default
35081
35082 \begin_inset Formula $n$
35083 \end_inset
35084
35085
35086 \begin_inset space ~
35087 \end_inset
35088
35089 matrix is used with left aligned columns for the 
35090 \begin_inset Formula $n$
35091 \end_inset
35092
35093  used variables.
35094 \begin_inset Foot
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098 matrices see 
35099 \begin_inset CommandInset ref
35100 LatexCommand ref
35101 reference "sec:Matrices"
35102
35103 \end_inset
35104
35105
35106 \end_layout
35107
35108 \end_inset
35109
35110  To set the description in a smaller size, before the matrix e.
35111 \begin_inset space \thinspace{}
35112 \end_inset
35113
35114 g.
35115 \begin_inset space \space{}
35116 \end_inset
35117
35118 the command 
35119 \series bold
35120
35121 \backslash
35122 footnotesize
35123 \series default
35124  is inserted.
35125 \begin_inset Foot
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 font sizes see 
35130 \begin_inset CommandInset ref
35131 LatexCommand ref
35132 reference "sub:Font-Sizes"
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Standard
35145 When the formula style 
35146 \series bold
35147 Indented
35148 \begin_inset Foot
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152 formula styles see 
35153 \begin_inset CommandInset ref
35154 LatexCommand ref
35155 reference "sec:Formula-Styles"
35156
35157 \end_inset
35158
35159
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \series default
35166  is used, a 
35167 \series bold
35168
35169 \backslash
35170 hfill
35171 \series default
35172
35173 \begin_inset Foot
35174 status collapsed
35175
35176 \begin_layout Plain Layout
35177
35178 \series bold
35179
35180 \backslash
35181 hfill
35182 \series default
35183  only works in formulas with the style 
35184 \series bold
35185 Indented
35186 \series default
35187 , see 
35188 \begin_inset CommandInset ref
35189 LatexCommand ref
35190 reference "sub:Variable-Space"
35191
35192 \end_inset
35193
35194 .
35195 \end_layout
35196
35197 \end_inset
35198
35199  is inserted before and after the matrix to have the same separation of
35200  the matrix from the equation and the side margin.
35201 \end_layout
35202
35203 \begin_layout Standard
35204 When the formula style 
35205 \series bold
35206 Centered
35207 \series default
35208  is used, the method described in 
35209 \begin_inset CommandInset ref
35210 LatexCommand ref
35211 reference "sub:Flalign-Environment"
35212
35213 \end_inset
35214
35215  is used to indent formulas.
35216  Formula 
35217 \begin_inset CommandInset ref
35218 LatexCommand eqref
35219 reference "eq:within"
35220
35221 \end_inset
35222
35223  consists of five columns where in the first two columns contain the equation,
35224  the third the matrix and the last one an empty TeX-brace.
35225 \begin_inset Formula 
35226 \begin{flalign}
35227 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35228 \rho & \textrm{density}\\
35229 V & \textrm{volume}\\
35230 g & \textrm{gravitational acceleration}
35231 \end{array} &  & {}\label{eq:within}
35232 \end{flalign}
35233
35234 \end_inset
35235
35236
35237 \end_layout
35238
35239 \begin_layout Subsection
35240 Upright small Greek Letters
35241 \begin_inset CommandInset label
35242 LatexCommand label
35243 name "sub:Upright-small-Greek"
35244
35245 \end_inset
35246
35247
35248 \begin_inset Index idx
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252 Greek letters ! upright
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Standard
35261 Most of the math fonts only provide italic small Greek letters.
35262  But for symbols of elementary particles like pions and neutrinos, upright
35263  Greek letters are needed.
35264  The file 
35265 \series bold
35266 upgreek.sty
35267 \series default
35268
35269 \begin_inset Foot
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274 \series bold
35275 upgreek
35276 \series default
35277  is part of the LaTeX-package 
35278 \series bold
35279 was
35280 \series default
35281
35282 \begin_inset Index idx
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286 Packages ! was
35287 \begin_inset ERT
35288 status collapsed
35289
35290 \begin_layout Plain Layout
35291
35292
35293 \backslash
35294 vspace{4mm}
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \end_layout
35301
35302 \end_inset
35303
35304 .
35305 \end_layout
35306
35307 \end_inset
35308
35309
35310 \begin_inset Index idx
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314 Packages ! upgreek
35315 \end_layout
35316
35317 \end_inset
35318
35319  that is loaded with the LaTeX-preamble line
35320 \end_layout
35321
35322 \begin_layout Standard
35323
35324 \series bold
35325
35326 \backslash
35327 usepackage{upgreek}
35328 \end_layout
35329
35330 \begin_layout Standard
35331 provides them.
35332  
35333 \begin_inset ERT
35334 status collapsed
35335
35336 \begin_layout Plain Layout
35337
35338
35339 \backslash
35340 ifupgreek 
35341 \end_layout
35342
35343 \end_inset
35344
35345
35346 \begin_inset Note Note
35347 status open
35348
35349 \begin_layout Plain Layout
35350 The following table will only be displayed when the LaTeX-package 
35351 \series bold
35352 upgreek
35353 \series default
35354  is installed:
35355 \end_layout
35356
35357 \end_inset
35358
35359  They are created when the command for a small Greek letter is started with
35360  
35361 \series bold
35362 up
35363 \series default
35364 .
35365  For example the command 
35366 \series bold
35367
35368 \backslash
35369 uptau
35370 \series default
35371  creates this: 
35372 \begin_inset Formula $\uptau$
35373 \end_inset
35374
35375
35376 \end_layout
35377
35378 \begin_layout Standard
35379 With these commands reactions of elementary particles can be typeset:
35380 \begin_inset Formula 
35381 \[
35382 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35383 \]
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 The upright letters are more bold and wider than the italic ones.
35392  They should therefore not be used for units like 
35393 \begin_inset Quotes eld
35394 \end_inset
35395
35396 µm
35397 \begin_inset Quotes erd
35398 \end_inset
35399
35400 .
35401 \end_layout
35402
35403 \begin_layout Standard
35404 \begin_inset ERT
35405 status collapsed
35406
35407 \begin_layout Plain Layout
35408
35409
35410 \backslash
35411 else 
35412 \end_layout
35413
35414 \end_inset
35415
35416
35417 \begin_inset Note Note
35418 status open
35419
35420 \begin_layout Plain Layout
35421 The following will be displayed when the LaTeX-package 
35422 \series bold
35423 upgreek
35424 \series default
35425  is not installed:
35426 \end_layout
35427
35428 \end_inset
35429
35430
35431 \end_layout
35432
35433 \begin_layout Standard
35434 You need to install the LaTeX-package 
35435 \series bold
35436 upgreek
35437 \series default
35438  to see the rest of this subsection in the output.
35439 \end_layout
35440
35441 \begin_layout Standard
35442 \begin_inset ERT
35443 status collapsed
35444
35445 \begin_layout Plain Layout
35446
35447
35448 \backslash
35449 fi 
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Subsection
35458 Text Characters in Formulas
35459 \begin_inset CommandInset label
35460 LatexCommand label
35461 name "sub:Text-Characters-in"
35462
35463 \end_inset
35464
35465
35466 \begin_inset Index idx
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470 Text ! in formulas
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \end_layout
35477
35478 \begin_layout Standard
35479 In some cases you might want to insert text characters directly into formulas.
35480  When for example the centered dot · is often used in formulas like 
35481 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35482 \end_inset
35483
35484 , one would have to insert the command 
35485 \series bold
35486
35487 \backslash
35488 cdot
35489 \series default
35490
35491 \begin_inset Foot
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495 see 
35496 \begin_inset CommandInset ref
35497 LatexCommand ref
35498 reference "sub:Binary-Operators"
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \end_inset
35506
35507  all the time, because this character is defined in all encodings as text
35508  character.
35509  But the encoding can be changed by this LaTeX-preamble line:
35510 \end_layout
35511
35512 \begin_layout Standard
35513
35514 \series bold
35515
35516 \backslash
35517 Declare Inputtext{183}{
35518 \backslash
35519 ifmmode
35520 \backslash
35521 cdot
35522 \backslash
35523 else
35524 \backslash
35525 textperiodcentered
35526 \backslash
35527 f\SpecialChar \textcompwordmark{}
35528 i}
35529 \end_layout
35530
35531 \begin_layout Standard
35532 The character encoding (menu 
35533 \family sans
35534 Document\SpecialChar \menuseparator
35535 Settings\SpecialChar \menuseparator
35536 Language
35537 \family default
35538 ) specifies what character appears when a keyboard key is pressed.
35539  When the key for the character '·' is pressed, internally the command 
35540 \series bold
35541
35542 \backslash
35543 textperiodcentered
35544 \series default
35545  is used.
35546  But this command is not available in a formula so that you would get LaTeX-erro
35547 rs.
35548  With the changed encoding the right command is chosen automatically, depending
35549  on if the character was inserted into a formula or not.
35550 \end_layout
35551
35552 \begin_layout Standard
35553 The encoding of several characters is saved in definition files.
35554  For example the encoding 
35555 \series bold
35556 latin9
35557 \series default
35558  is defined in the file 
35559 \series bold
35560 latin9.def
35561 \series default
35562  which is in the installation folder of LaTeX.
35563  Encodings should only be changed via the LaTeX-preamble and not in the
35564  definition files.
35565  Otherwise documents could not be edited by other LyX users working on other
35566  computers.
35567 \end_layout
35568
35569 \begin_layout Standard
35570 \begin_inset VSpace medskip
35571 \end_inset
35572
35573 Besides the centered dot, in this document the degree sign ° is defined
35574  with the following LaTeX-preamble line so that it can be directly inserted
35575  into a formula:
35576 \end_layout
35577
35578 \begin_layout Standard
35579
35580 \series bold
35581
35582 \backslash
35583 DeclareInputtext{176}{
35584 \backslash
35585 ifmmode^
35586 \backslash
35587 circ
35588 \backslash
35589 else
35590 \backslash
35591 textdegree
35592 \backslash
35593 f\SpecialChar \textcompwordmark{}
35594 i}
35595 \end_layout
35596
35597 \begin_layout Standard
35598 \begin_inset Newpage newpage
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \begin_layout Section
35605 \start_of_appendix
35606 Typographic Advice
35607 \begin_inset Index idx
35608 status collapsed
35609
35610 \begin_layout Plain Layout
35611 Typographic advice
35612 \end_layout
35613
35614 \end_inset
35615
35616
35617 \end_layout
35618
35619 \begin_layout Standard
35620 This section is a summary of the most important typographic rules, listed
35621  in ISO norms.
35622 \begin_inset Foot
35623 status collapsed
35624
35625 \begin_layout Plain Layout
35626 This collection was partly taken from the German semi-official dictionary
35627  called 
35628 \begin_inset Quotes eld
35629 \end_inset
35630
35631 Duden
35632 \begin_inset Quotes erd
35633 \end_inset
35634
35635  
35636 \begin_inset CommandInset citation
35637 LatexCommand cite
35638 key "Duden"
35639
35640 \end_inset
35641
35642  that lists some of the ISO rules.
35643  More rules are listed in 
35644 \begin_inset CommandInset citation
35645 LatexCommand cite
35646 key "Checklist"
35647
35648 \end_inset
35649
35650 .
35651 \end_layout
35652
35653 \end_inset
35654
35655
35656 \end_layout
35657
35658 \begin_layout Itemize
35659 Physical units are 
35660 \emph on
35661 always
35662 \emph default
35663  set upright
35664 \begin_inset Foot
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668 done with font styles, see 
35669 \begin_inset CommandInset ref
35670 LatexCommand ref
35671 reference "sub:Font-Styles"
35672
35673 \end_inset
35674
35675
35676 \end_layout
35677
35678 \end_inset
35679
35680 , no matter if they appear in italic text: 30
35681 \begin_inset space \thinspace{}
35682 \end_inset
35683
35684 km/h
35685 \begin_inset Newline newline
35686 \end_inset
35687
35688 Between the value and the unit is the smallest space, see 
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "sub:Predefined-Space"
35692
35693 \end_inset
35694
35695 .
35696 \begin_inset Newline newline
35697 \end_inset
35698
35699 This convention is automatically fulfilled when the command 
35700 \series bold
35701
35702 \backslash
35703 unittwo
35704 \series default
35705  is used.
35706  When it is entered to a formula, two boxes appear.
35707  In the first one the value is inserted, in the second one the unit, and
35708  one gets as above: 
35709 \begin_inset Formula $\unit[30]{km/h}$
35710 \end_inset
35711
35712
35713 \begin_inset space \thinspace{}
35714 \end_inset
35715
35716 .
35717  Note that 
35718 \series bold
35719
35720 \backslash
35721 unittwo
35722 \series default
35723  is not a real LaTeX command but the command 
35724 \series bold
35725
35726 \backslash
35727 unit[value]{unit}
35728 \series default
35729 , therefore you cannot use it in TeX code.
35730 \end_layout
35731
35732 \begin_layout Itemize
35733 Percent and perthousand signs are set like physical units:
35734 \begin_inset Newline newline
35735 \end_inset
35736
35737 1.2
35738 \begin_inset space \thinspace{}
35739 \end_inset
35740
35741 ‰ alcohol in blood
35742 \end_layout
35743
35744 \begin_layout Itemize
35745 The degree sign follows directly on the value: 15°, but not when it is used
35746  in units: 15
35747 \begin_inset space \thinspace{}
35748 \end_inset
35749
35750 °C
35751 \end_layout
35752
35753 \begin_layout Itemize
35754 In numbers with more than four digits the smallest space is inserted before
35755  every third digit to group them: 
35756 \family roman
35757 \series medium
35758 \shape up
35759 \size normal
35760 \emph off
35761 \bar no
35762 \noun off
35763 \color none
35764 18
35765 \begin_inset space \thinspace{}
35766 \end_inset
35767
35768 473
35769 \begin_inset space \thinspace{}
35770 \end_inset
35771
35772 588
35773 \end_layout
35774
35775 \begin_layout Itemize
35776 For dimensions like 120×90×40
35777 \begin_inset space \thinspace{}
35778 \end_inset
35779
35780 cm the multiplication sign 
35781 \begin_inset Quotes eld
35782 \end_inset
35783
35784 ×
35785 \begin_inset Quotes erd
35786 \end_inset
35787
35788  is used.
35789  It is available either via the command 
35790 \series bold
35791
35792 \backslash
35793 times
35794 \series default
35795  or via the menu 
35796 \family sans
35797 Insert\SpecialChar \menuseparator
35798 Special Character\SpecialChar \menuseparator
35799 Symbols
35800 \family default
35801 .
35802 \end_layout
35803
35804 \begin_layout Itemize
35805 Functions with names consisting of several letters are set upright to avoid
35806  confusions, see 
35807 \begin_inset CommandInset ref
35808 LatexCommand ref
35809 reference "sub:Predefined-Functions"
35810
35811 \end_inset
35812
35813 .
35814 \end_layout
35815
35816 \begin_layout Itemize
35817 Indices consisting of several letters, are set upright: 
35818 \begin_inset Formula $E_{\mathrm{kin}}$
35819 \end_inset
35820
35821
35822 \begin_inset Newline newline
35823 \end_inset
35824
35825 Components of matrices are set italic: 
35826 \begin_inset Formula $\hat{H}_{kl}$
35827 \end_inset
35828
35829
35830 \end_layout
35831
35832 \begin_layout Itemize
35833 The differentiation/integration operator 'd', the Euler's number 'e' and
35834  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35835  other variables.
35836 \end_layout
35837
35838 \begin_layout Itemize
35839 The character that denotes a 
35840 \noun on
35841 Fourier
35842 \noun default
35843  transformation is inserted either by the command 
35844 \series bold
35845
35846 \backslash
35847 mathscr
35848 \begin_inset space \textvisiblespace{}
35849 \end_inset
35850
35851 F
35852 \series default
35853  or via the menu 
35854 \family sans
35855 Insert\SpecialChar \menuseparator
35856 Special Character\SpecialChar \menuseparator
35857 Symbols\SpecialChar \menuseparator
35858 Letterlike
35859 \begin_inset space ~
35860 \end_inset
35861
35862 Symbols
35863 \family default
35864
35865 \begin_inset Formula $\mathscr{F}$
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Standard
35872 \begin_inset Newpage newpage
35873 \end_inset
35874
35875
35876 \end_layout
35877
35878 \begin_layout Section
35879 Synonyms
35880 \begin_inset Index idx
35881 status collapsed
35882
35883 \begin_layout Plain Layout
35884 Synonyms
35885 \end_layout
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \begin_layout Standard
35893 Some characters and symbols can be created with several commands.
35894  Here is a list of the synonym commands:
35895 \end_layout
35896
35897 \begin_layout Standard
35898 \begin_inset VSpace bigskip
35899 \end_inset
35900
35901
35902 \begin_inset space \hfill{}
35903 \end_inset
35904
35905
35906 \begin_inset Tabular
35907 <lyxtabular version="3" rows="12" columns="2">
35908 <features rotate="0" tabularvalignment="middle">
35909 <column alignment="center" valignment="top" width="0pt">
35910 <column alignment="center" valignment="top" width="0pt">
35911 <row>
35912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35913 \begin_inset Text
35914
35915 \begin_layout Plain Layout
35916 Command
35917 \end_layout
35918
35919 \end_inset
35920 </cell>
35921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Plain Layout
35925 equivalent to
35926 \begin_inset Note Note
35927 status collapsed
35928
35929 \begin_layout Plain Layout
35930
35931 \series bold
35932
35933 \backslash
35934 raisebox
35935 \series default
35936  is only used as spacer.
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \end_inset
35945 </cell>
35946 </row>
35947 <row>
35948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35949 \begin_inset Text
35950
35951 \begin_layout Plain Layout
35952
35953 \backslash
35954 ast
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Plain Layout
35963 \begin_inset ERT
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967
35968
35969 \backslash
35970 raisebox{-1.2mm}{
35971 \end_layout
35972
35973 \end_inset
35974
35975 *
35976 \begin_inset ERT
35977 status collapsed
35978
35979 \begin_layout Plain Layout
35980
35981 }
35982 \end_layout
35983
35984 \end_inset
35985
35986
35987 \end_layout
35988
35989 \end_inset
35990 </cell>
35991 </row>
35992 <row>
35993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35994 \begin_inset Text
35995
35996 \begin_layout Plain Layout
35997
35998 \backslash
35999 choose
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008
36009 \backslash
36010 binom
36011 \end_layout
36012
36013 \end_inset
36014 </cell>
36015 </row>
36016 <row>
36017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36018 \begin_inset Text
36019
36020 \begin_layout Plain Layout
36021
36022 \backslash
36023 geq
36024 \end_layout
36025
36026 \end_inset
36027 </cell>
36028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36029 \begin_inset Text
36030
36031 \begin_layout Plain Layout
36032
36033 \backslash
36034 ge
36035 \end_layout
36036
36037 \end_inset
36038 </cell>
36039 </row>
36040 <row>
36041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36042 \begin_inset Text
36043
36044 \begin_layout Plain Layout
36045
36046 \backslash
36047 lbrace
36048 \end_layout
36049
36050 \end_inset
36051 </cell>
36052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36053 \begin_inset Text
36054
36055 \begin_layout Plain Layout
36056 {
36057 \end_layout
36058
36059 \end_inset
36060 </cell>
36061 </row>
36062 <row>
36063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36064 \begin_inset Text
36065
36066 \begin_layout Plain Layout
36067
36068 \backslash
36069 lbracket
36070 \end_layout
36071
36072 \end_inset
36073 </cell>
36074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36075 \begin_inset Text
36076
36077 \begin_layout Plain Layout
36078 [
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 </row>
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089
36090 \backslash
36091 leftarrow
36092 \end_layout
36093
36094 \end_inset
36095 </cell>
36096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36097 \begin_inset Text
36098
36099 \begin_layout Plain Layout
36100
36101 \backslash
36102 gets
36103 \end_layout
36104
36105 \end_inset
36106 </cell>
36107 </row>
36108 <row>
36109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36110 \begin_inset Text
36111
36112 \begin_layout Plain Layout
36113
36114 \backslash
36115 leq
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124
36125 \backslash
36126 le
36127 \end_layout
36128
36129 \end_inset
36130 </cell>
36131 </row>
36132 <row>
36133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36134 \begin_inset Text
36135
36136 \begin_layout Plain Layout
36137
36138 \backslash
36139 lor
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36145 \begin_inset Text
36146
36147 \begin_layout Plain Layout
36148
36149 \backslash
36150 vee
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 </row>
36156 <row>
36157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161
36162 \backslash
36163 neq
36164 \end_layout
36165
36166 \end_inset
36167 </cell>
36168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36169 \begin_inset Text
36170
36171 \begin_layout Plain Layout
36172
36173 \backslash
36174 not=
36175 \end_layout
36176
36177 \end_inset
36178 </cell>
36179 </row>
36180 <row>
36181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36182 \begin_inset Text
36183
36184 \begin_layout Plain Layout
36185
36186 \backslash
36187 slash
36188 \end_layout
36189
36190 \end_inset
36191 </cell>
36192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36193 \begin_inset Text
36194
36195 \begin_layout Plain Layout
36196 /
36197 \end_layout
36198
36199 \end_inset
36200 </cell>
36201 </row>
36202 <row>
36203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36204 \begin_inset Text
36205
36206 \begin_layout Plain Layout
36207
36208 \backslash
36209 vert
36210 \end_layout
36211
36212 \end_inset
36213 </cell>
36214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36215 \begin_inset Text
36216
36217 \begin_layout Plain Layout
36218 |
36219 \end_layout
36220
36221 \end_inset
36222 </cell>
36223 </row>
36224 </lyxtabular>
36225
36226 \end_inset
36227
36228
36229 \begin_inset space \hfill{}
36230 \end_inset
36231
36232
36233 \begin_inset Tabular
36234 <lyxtabular version="3" rows="12" columns="2">
36235 <features rotate="0" tabularvalignment="middle">
36236 <column alignment="center" valignment="top" width="0pt">
36237 <column alignment="center" valignment="top" width="0pt">
36238 <row>
36239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36240 \begin_inset Text
36241
36242 \begin_layout Plain Layout
36243 Command
36244 \end_layout
36245
36246 \end_inset
36247 </cell>
36248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36249 \begin_inset Text
36250
36251 \begin_layout Plain Layout
36252 equivalent to
36253 \end_layout
36254
36255 \end_inset
36256 </cell>
36257 </row>
36258 <row>
36259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36260 \begin_inset Text
36261
36262 \begin_layout Plain Layout
36263
36264 \backslash
36265 backslash
36266 \end_layout
36267
36268 \end_inset
36269 </cell>
36270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274
36275 \backslash
36276
36277 \backslash
36278
36279 \end_layout
36280
36281 \end_inset
36282 </cell>
36283 </row>
36284 <row>
36285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36286 \begin_inset Text
36287
36288 \begin_layout Plain Layout
36289
36290 \backslash
36291 dasharrow
36292 \end_layout
36293
36294 \end_inset
36295 </cell>
36296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36297 \begin_inset Text
36298
36299 \begin_layout Plain Layout
36300
36301 \backslash
36302 dashrightarrow
36303 \end_layout
36304
36305 \end_inset
36306 </cell>
36307 </row>
36308 <row>
36309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36310 \begin_inset Text
36311
36312 \begin_layout Plain Layout
36313
36314 \backslash
36315 land
36316 \end_layout
36317
36318 \end_inset
36319 </cell>
36320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36321 \begin_inset Text
36322
36323 \begin_layout Plain Layout
36324
36325 \backslash
36326 wedge
36327 \end_layout
36328
36329 \end_inset
36330 </cell>
36331 </row>
36332 <row>
36333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36334 \begin_inset Text
36335
36336 \begin_layout Plain Layout
36337
36338 \backslash
36339 rbrace
36340 \end_layout
36341
36342 \end_inset
36343 </cell>
36344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36345 \begin_inset Text
36346
36347 \begin_layout Plain Layout
36348 }
36349 \end_layout
36350
36351 \end_inset
36352 </cell>
36353 </row>
36354 <row>
36355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36356 \begin_inset Text
36357
36358 \begin_layout Plain Layout
36359
36360 \backslash
36361 rbracket
36362 \end_layout
36363
36364 \end_inset
36365 </cell>
36366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36367 \begin_inset Text
36368
36369 \begin_layout Plain Layout
36370 ]
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 </row>
36376 <row>
36377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36378 \begin_inset Text
36379
36380 \begin_layout Plain Layout
36381
36382 \backslash
36383 rightarrow
36384 \end_layout
36385
36386 \end_inset
36387 </cell>
36388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36389 \begin_inset Text
36390
36391 \begin_layout Plain Layout
36392
36393 \backslash
36394 to
36395 \end_layout
36396
36397 \end_inset
36398 </cell>
36399 </row>
36400 <row>
36401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36402 \begin_inset Text
36403
36404 \begin_layout Plain Layout
36405
36406 \backslash
36407 lnot
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36413 \begin_inset Text
36414
36415 \begin_layout Plain Layout
36416
36417 \backslash
36418 neg
36419 \end_layout
36420
36421 \end_inset
36422 </cell>
36423 </row>
36424 <row>
36425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36426 \begin_inset Text
36427
36428 \begin_layout Plain Layout
36429
36430 \backslash
36431 ne
36432 \end_layout
36433
36434 \end_inset
36435 </cell>
36436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36437 \begin_inset Text
36438
36439 \begin_layout Plain Layout
36440
36441 \backslash
36442 not=
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 </row>
36448 <row>
36449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36450 \begin_inset Text
36451
36452 \begin_layout Plain Layout
36453
36454 \backslash
36455 owns
36456 \end_layout
36457
36458 \end_inset
36459 </cell>
36460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Plain Layout
36464
36465 \backslash
36466 ni
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 </row>
36472 <row>
36473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36474 \begin_inset Text
36475
36476 \begin_layout Plain Layout
36477
36478 \backslash
36479 square
36480 \end_layout
36481
36482 \end_inset
36483 </cell>
36484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488
36489 \backslash
36490 Box
36491 \end_layout
36492
36493 \end_inset
36494 </cell>
36495 </row>
36496 <row>
36497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36498 \begin_inset Text
36499
36500 \begin_layout Plain Layout
36501
36502 \backslash
36503 Vert
36504 \end_layout
36505
36506 \end_inset
36507 </cell>
36508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36509 \begin_inset Text
36510
36511 \begin_layout Plain Layout
36512
36513 \backslash
36514 |
36515 \end_layout
36516
36517 \end_inset
36518 </cell>
36519 </row>
36520 </lyxtabular>
36521
36522 \end_inset
36523
36524
36525 \begin_inset space \hfill{}
36526 \end_inset
36527
36528
36529 \end_layout
36530
36531 \begin_layout Standard
36532 \begin_inset Newpage newpage
36533 \end_inset
36534
36535
36536 \end_layout
36537
36538 \begin_layout Bibliography
36539 \begin_inset CommandInset bibitem
36540 LatexCommand bibitem
36541 key "TLC2"
36542
36543 \end_inset
36544
36545
36546 \shape smallcaps
36547 Mittelbach, F.
36548  ; Goossens, M.
36549 \shape default
36550
36551 \shape italic
36552 The LaTeX Companion
36553 \shape default
36554 .
36555  Addison Wesley, 2004
36556 \end_layout
36557
36558 \begin_layout Bibliography
36559 \begin_inset CommandInset bibitem
36560 LatexCommand bibitem
36561 key "Mathmode"
36562
36563 \end_inset
36564
36565
36566 \begin_inset CommandInset href
36567 LatexCommand href
36568 name "Description"
36569 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36570
36571 \end_inset
36572
36573  of LaTeX's math abilities
36574 \end_layout
36575
36576 \begin_layout Bibliography
36577 \begin_inset CommandInset bibitem
36578 LatexCommand bibitem
36579 key "AMS"
36580
36581 \end_inset
36582
36583
36584 \begin_inset CommandInset href
36585 LatexCommand href
36586 name "Description"
36587 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36588
36589 \end_inset
36590
36591  of 
36592 \begin_inset ERT
36593 status collapsed
36594
36595 \begin_layout Plain Layout
36596
36597
36598 \backslash
36599 AmS
36600 \end_layout
36601
36602 \end_inset
36603
36604 -LaTeX
36605 \end_layout
36606
36607 \begin_layout Bibliography
36608 \begin_inset CommandInset bibitem
36609 LatexCommand bibitem
36610 key "Symbols"
36611
36612 \end_inset
36613
36614
36615 \begin_inset CommandInset href
36616 LatexCommand href
36617 name "List"
36618 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36619
36620 \end_inset
36621
36622  of all symbols available with LaTeX-packages
36623 \end_layout
36624
36625 \begin_layout Bibliography
36626 \begin_inset CommandInset bibitem
36627 LatexCommand bibitem
36628 key "cancel"
36629
36630 \end_inset
36631
36632
36633 \begin_inset CommandInset href
36634 LatexCommand href
36635 name "Documentation"
36636 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36637
36638 \end_inset
36639
36640  of the LaTeX-package 
36641 \series bold
36642 cancel
36643 \series default
36644
36645 \begin_inset Index idx
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649 Packages ! cancel
36650 \end_layout
36651
36652 \end_inset
36653
36654
36655 \end_layout
36656
36657 \begin_layout Bibliography
36658 \begin_inset CommandInset bibitem
36659 LatexCommand bibitem
36660 key "hyperref"
36661
36662 \end_inset
36663
36664
36665 \begin_inset CommandInset href
36666 LatexCommand href
36667 name "Documentation"
36668 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36669
36670 \end_inset
36671
36672  of the LaTeX-package 
36673 \series bold
36674 hyperref
36675 \series default
36676
36677 \begin_inset Index idx
36678 status collapsed
36679
36680 \begin_layout Plain Layout
36681 Packages ! hyperref
36682 \end_layout
36683
36684 \end_inset
36685
36686
36687 \end_layout
36688
36689 \begin_layout Bibliography
36690 \begin_inset CommandInset bibitem
36691 LatexCommand bibitem
36692 key "mhchem"
36693
36694 \end_inset
36695
36696
36697 \begin_inset CommandInset href
36698 LatexCommand href
36699 name "Documentation"
36700 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36701
36702 \end_inset
36703
36704  of the LaTeX-package 
36705 \series bold
36706 mhchem
36707 \series default
36708
36709 \begin_inset Index idx
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 Packages ! mhchem
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \begin_layout Bibliography
36722 \begin_inset CommandInset bibitem
36723 LatexCommand bibitem
36724 key "Mathclap"
36725
36726 \end_inset
36727
36728
36729 \begin_inset CommandInset href
36730 LatexCommand href
36731 name "Description"
36732 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36733
36734 \end_inset
36735
36736  of the command 
36737 \series bold
36738
36739 \backslash
36740 mathclap
36741 \series default
36742 , described in 
36743 \begin_inset CommandInset ref
36744 LatexCommand ref
36745 reference "sub:Operator-Limits"
36746
36747 \end_inset
36748
36749
36750 \begin_inset Index idx
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754 Commands ! M ! 
36755 \backslash
36756 mathclap
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \begin_layout Bibliography
36765 \begin_inset CommandInset bibitem
36766 LatexCommand bibitem
36767 key "Duden"
36768
36769 \end_inset
36770
36771
36772 \emph on
36773 Duden Band 1
36774 \emph default
36775 .
36776  22.
36777  Auflage, Duden 2001
36778 \end_layout
36779
36780 \begin_layout Bibliography
36781 \begin_inset CommandInset bibitem
36782 LatexCommand bibitem
36783 key "Checklist"
36784
36785 \end_inset
36786
36787
36788 \begin_inset CommandInset href
36789 LatexCommand href
36790 name "Check list"
36791 target "http://physics.nist.gov/Document/checklist.pdf"
36792
36793 \end_inset
36794
36795  for reviewing manuscripts
36796 \end_layout
36797
36798 \begin_layout Standard
36799 \begin_inset CommandInset index_print
36800 LatexCommand printindex
36801 type "idx"
36802
36803 \end_inset
36804
36805
36806 \end_layout
36807
36808 \end_body
36809 \end_document