]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: describe new support for cancel
[features.git] / lib / doc / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % solves the following problem:
27 % If the dection number consits of too many numerals the section heading
28 % will be printed in the TOC without a space between it and the section number.
29 % As solution more space between the number and the heading is inserted:
30 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
31 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
32
33 % increase link area for cross-references and autoname them,
34 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
35 \@ifundefined{extrasenglish}{\usepackage[english]{babel}}{}
36 \addto\extrasenglish{%
37  \renewcommand*{\equationautorefname}[1]{}%
38  \renewcommand{\sectionautorefname}{sec.\negthinspace}%
39  \renewcommand{\subsectionautorefname}{sec.\negthinspace}%
40  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}%
41 }
42
43 % don't load packages twice
44 % see first footnote in sec. 9.3
45 \@ifundefined{textcolor}{\usepackage{color}}{}
46
47 % the pages of the TOC are numbered roman
48 % and a PDF-bookmark for the TOC is added
49 \pagenumbering{roman}
50 \let\myTOC\tableofcontents
51 \renewcommand{\tableofcontents}{%
52  \vspace{1cm}
53  \pdfbookmark[1]{\contentsname}{}
54  \myTOC
55  \cleardoublepage
56  \pagenumbering{arabic}}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % provides caption formatting
63 \setkomafont{captionlabel}{\bfseries}
64
65 % used in sec. 24.5
66 \usepackage[samesize]{cancel}
67
68 % enables calculation of values
69 \usepackage{calc}
70
71 % for multiple columns used in sec. 24.7
72 \usepackage{multicol}
73
74 % needed in sec. 19.4
75 \usepackage{remreset}
76
77 % for the Fourier transformation symbol
78 \usepackage{mathrsfs}
79
80 % define a color, used in sec.9.3
81 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
82
83 % declare operators (see sec. 10.4 and sec. 15.2)
84 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
85 \DeclareMathOperator{\sgn}{sgn}
86
87 % example definitions for sec. 20.1 
88 \newcommand{\gr}{\Longrightarrow}
89 \newcommand{\us}[1]{\underline{#1}}
90 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
91 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
92 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
93
94 % example macro from sec. 19.4
95 %\def\tagform@#1{\maketag@@@{|#1|}}
96
97 % macro from sec. 10.2
98 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
99 \def\mathclap {\mathpalette \mathclapinternal}
100 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
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 0
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, mhchem
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 Graphics
495         filename ../images/math-mode.png
496         scale 85
497
498 \end_inset
499
500 .
501 \begin_inset Newline newline
502 \end_inset
503
504 To create a display style formula
505 \begin_inset Index idx
506 status collapsed
507
508 \begin_layout Plain Layout
509 Formula ! display style
510 \end_layout
511
512 \end_inset
513
514  which will appear bigger, has a different format, and will be in a separate
515  paragraph, use one of these shortcuts: 
516 \begin_inset Info
517 type  "shortcuts"
518 arg   "math-display"
519 \end_inset
520
521 .
522 \end_layout
523
524 \begin_layout Standard
525 To change a display style formula to an inline formula, set the cursor into
526  the formula and use one of the shortcuts 
527 \begin_inset Info
528 type  "shortcuts"
529 arg   "math-mode"
530 \end_inset
531
532  or the menu 
533 \family sans
534 Edit\SpecialChar \menuseparator
535 Math\SpecialChar \menuseparator
536 Change formula type
537 \family default
538 .
539  The same way is used to change an inline formula to a display style formula.
540 \end_layout
541
542 \begin_layout Standard
543 To display parts of an inline formula in the size of a display style formula,
544  enter the command 
545 \series bold
546
547 \backslash
548 displaystyle
549 \series default
550
551 \begin_inset Index idx
552 status collapsed
553
554 \begin_layout Plain Layout
555 Commands ! D ! 
556 \backslash
557 displaystyle
558 \end_layout
559
560 \end_inset
561
562  to a formula.
563  Then a new blue box appears in which the desired formula part is inserted.
564 \end_layout
565
566 \begin_layout Standard
567 Only inline formulas are allowed inside tables.
568 \end_layout
569
570 \begin_layout Standard
571 The 
572 \family sans
573 math toolbar
574 \family default
575  can be turned on in the menu 
576 \family sans
577 View\SpecialChar \menuseparator
578 Toolbars
579 \family default
580 .
581  When you click there on 
582 \begin_inset Quotes eld
583 \end_inset
584
585 Math
586 \begin_inset Quotes erd
587 \end_inset
588
589  the toolbar will be shown permanently at the bottom; this state is visualized
590  in the 
591 \family sans
592 Toolbars
593 \family default
594  menu with a checkmark.
595  When you click in this state again on 
596 \begin_inset Quotes eld
597 \end_inset
598
599 Math
600 \begin_inset Quotes erd
601 \end_inset
602
603  in the 
604 \family sans
605 Toolbars
606 \family default
607  menu, the 
608 \family sans
609 math toolbar
610 \family default
611  is only shown when the cursor is within a formula; this state is visualized
612  by the renaming of the menu entry from 
613 \begin_inset Quotes eld
614 \end_inset
615
616 Math
617 \begin_inset Quotes erd
618 \end_inset
619
620  to 
621 \begin_inset Quotes eld
622 \end_inset
623
624 Math
625 \begin_inset space ~
626 \end_inset
627
628 (auto)
629 \begin_inset Quotes erd
630 \end_inset
631
632 .
633 \end_layout
634
635 \begin_layout Standard
636 The TeX-mode
637 \begin_inset Index idx
638 status collapsed
639
640 \begin_layout Plain Layout
641 T@TeX-mode
642 \end_layout
643
644 \end_inset
645
646  is invoked by pressing the toolbar button 
647 \begin_inset Graphics
648         filename ../images/ert-insert.png
649         scale 85
650
651 \end_inset
652
653  or by using the menu 
654 \family sans
655 Insert\SpecialChar \menuseparator
656 Te
657 \begin_inset ERT
658 status collapsed
659
660 \begin_layout Plain Layout
661
662 {}
663 \end_layout
664
665 \end_inset
666
667 X Code
668 \family default
669  (shortcut 
670 \begin_inset Info
671 type  "shortcut"
672 arg   "ert-insert"
673 \end_inset
674
675 ).
676 \begin_inset Note Note
677 status collapsed
678
679 \begin_layout Plain Layout
680 In LyX there are three 
681 \begin_inset Quotes eld
682 \end_inset
683
684 proper names
685 \begin_inset Quotes erd
686 \end_inset
687
688  that appear in the output with sub- and superscript letters: TeX, LaTeX
689  and LyX
690 \end_layout
691
692 \begin_layout Plain Layout
693 To avoid that these names are recognized as proper names, a TeX-brace pair
694  is inserted.
695 \end_layout
696
697 \end_inset
698
699
700 \end_layout
701
702 \begin_layout Standard
703 To change the LaTeX-preamble
704 \begin_inset Index idx
705 status collapsed
706
707 \begin_layout Plain Layout
708 L@LaTeX-preamble
709 \end_layout
710
711 \end_inset
712
713 , use the menu 
714 \family sans
715 Document\SpecialChar \menuseparator
716 Settings\SpecialChar \menuseparator
717 LaT
718 \begin_inset ERT
719 status collapsed
720
721 \begin_layout Plain Layout
722
723 {}
724 \end_layout
725
726 \end_inset
727
728 eX
729 \family default
730  
731 \family sans
732 Preamble
733 \family default
734 .
735 \end_layout
736
737 \begin_layout Standard
738 To edit matrices, case differentiations and multiline formulas subsequently,
739  use the menus 
740 \family sans
741 Edit\SpecialChar \menuseparator
742 Math
743 \family default
744  and 
745 \family sans
746 Edit\SpecialChar \menuseparator
747 Rows
748 \begin_inset space \thinspace{}
749 \end_inset
750
751 &
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 Columns,
756 \family default
757  or the 
758 \family sans
759 table toolbar
760 \family default
761 .
762  When lines and columns are swapped via the menu, the column or line where
763  the cursor is in is exchanged with the column to the right or the line
764  below, respectively.
765  Is the cursor in the last column or row, the exchange is done with the
766  column to the left or the line above.
767 \end_layout
768
769 \begin_layout Standard
770 To write text in formulas
771 \begin_inset Foot
772 status collapsed
773
774 \begin_layout Plain Layout
775 For multiline formulas the command 
776 \series bold
777
778 \backslash
779 intertext
780 \series default
781  is used, see 
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "sub:Text-in-multiline"
785
786 \end_inset
787
788 .
789 \end_layout
790
791 \end_inset
792
793  
794 \emph on
795 mathematical text
796 \emph default
797
798 \begin_inset Index idx
799 status collapsed
800
801 \begin_layout Plain Layout
802 Text ! in formulas
803 \end_layout
804
805 \end_inset
806
807
808 \begin_inset Index idx
809 status collapsed
810
811 \begin_layout Plain Layout
812 Mathematical text
813 \end_layout
814
815 \end_inset
816
817  is used.
818  This mode is invoked with the shortcut 
819 \begin_inset Info
820 type  "shortcut"
821 arg   "font-default"
822 \end_inset
823
824  or by the insertion of the command 
825 \series bold
826
827 \backslash
828 text
829 \series default
830
831 \begin_inset Index idx
832 status collapsed
833
834 \begin_layout Plain Layout
835 Commands ! T ! 
836 \backslash
837 text
838 \end_layout
839
840 \end_inset
841
842 .
843  The text appears black in LyX and can therefore be distinguished from the
844  other formula parts which appear blue.
845  In the output mathematical text is set upright, in contrary to other formula
846  parts.
847 \end_layout
848
849 \begin_layout Subsection*
850 Command Scheme
851 \end_layout
852
853 \begin_layout Standard
854 Most of the LaTeX-commands for math constructs have the following scheme:
855 \end_layout
856
857 \begin_layout Standard
858
859 \series bold
860
861 \backslash
862 commandname[optional
863 \series default
864  
865 \series bold
866 argument]{required
867 \series default
868  
869 \series bold
870 argument}
871 \end_layout
872
873 \begin_layout Standard
874 A command always starts with a backslash 
875 \begin_inset Quotes gld
876 \end_inset
877
878
879 \series bold
880
881 \backslash
882
883 \series default
884
885 \begin_inset Quotes grd
886 \end_inset
887
888 .
889  To omit optional arguments, also omit the associated brackets.
890  The braces around the required arguments are named in this document as
891  TeX-braces
892 \begin_inset Index idx
893 status collapsed
894
895 \begin_layout Plain Layout
896 T@TeX-braces
897 \end_layout
898
899 \end_inset
900
901 .
902  If you add in a formula a left brace to a command name, LyX automatically
903  creates a TeX-brace.
904  In all other cases TeX-braces are created in formulas with the command
905  
906 \series bold
907
908 \backslash
909 {
910 \series default
911 .
912  TeX-braces appear red in LyX, in contrary to normal braces which appear
913  blue.
914  In TeX-mode no command is needed to get TeX-braces.
915  TeX-braces don't appear in the output.
916 \end_layout
917
918 \begin_layout Standard
919 When commands without arguments, like commands for symbols are entered in
920  TeX-mode, a space character must 
921 \emph on
922 always
923 \emph default
924  be behind the command to end it.
925  This space doesn't appear in the output.
926  When the space should appear in the output, the space must be followed
927  by a protected space in normal text.
928 \end_layout
929
930 \begin_layout Standard
931 A protected space is inserted with 
932 \begin_inset Info
933 type  "shortcuts"
934 arg   "command-alternatives space-insert protected ; math-space"
935 \end_inset
936
937 .
938 \end_layout
939
940 \begin_layout Subsection*
941 \begin_inset Newpage newpage
942 \end_inset
943
944 Syntax Explanation
945 \end_layout
946
947 \begin_layout Itemize
948 The symbol 
949 \begin_inset space \textvisiblespace{}
950 \end_inset
951
952  denotes a space character to be input.
953 \end_layout
954
955 \begin_layout Itemize
956 An arrow like 
957 \begin_inset Formula $\to$
958 \end_inset
959
960  denotes the usage of the corresponding arrow key on the keyboard.
961  The 
962 \family sans
963 Tab
964 \family default
965  key can often be used instead of 
966 \begin_inset Formula $\to$
967 \end_inset
968
969  and 
970 \begin_inset Formula $\downarrow$
971 \end_inset
972
973 , and 
974 \family sans
975 Shift+Tab
976 \family default
977  instead of 
978 \begin_inset Formula $\leftarrow$
979 \end_inset
980
981  and 
982 \begin_inset Formula $\uparrow$
983 \end_inset
984
985 .
986 \end_layout
987
988 \begin_layout Subsection*
989 Available units
990 \end_layout
991
992 \begin_layout Standard
993 \align center
994 \begin_inset Float table
995 placement H
996 wide false
997 sideways false
998 status open
999
1000 \begin_layout Plain Layout
1001 \align center
1002 \begin_inset Caption Standard
1003
1004 \begin_layout Plain Layout
1005 \begin_inset CommandInset label
1006 LatexCommand label
1007 name "tab:Available-units"
1008
1009 \end_inset
1010
1011 Available units
1012 \end_layout
1013
1014 \end_inset
1015
1016
1017 \end_layout
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Tabular
1022 <lyxtabular version="3" rows="13" columns="2">
1023 <features rotate="0" tabularvalignment="middle">
1024 <column alignment="center" valignment="top">
1025 <column alignment="center" valignment="top">
1026 <row>
1027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1028 \begin_inset Text
1029
1030 \begin_layout Plain Layout
1031 Unit
1032 \end_layout
1033
1034 \end_inset
1035 </cell>
1036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1037 \begin_inset Text
1038
1039 \begin_layout Plain Layout
1040 Name / Description
1041 \end_layout
1042
1043 \end_inset
1044 </cell>
1045 </row>
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 mm
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Millimeter
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 cm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Centimeter
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 in
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Inch (1
1101 \begin_inset space \thinspace{}
1102 \end_inset
1103
1104 in = 2,54
1105 \begin_inset space \thinspace{}
1106 \end_inset
1107
1108 cm)
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 pt
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Point (72.27
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 pt = 1
1133 \begin_inset space \thinspace{}
1134 \end_inset
1135
1136 in)
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 </row>
1142 <row>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 pc
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1153 \begin_inset Text
1154
1155 \begin_layout Plain Layout
1156 Pica (1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 pc = 12
1161 \begin_inset space \thinspace{}
1162 \end_inset
1163
1164 pt)
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 sp
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 scaled point (65536
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 sp = 1
1189 \begin_inset space \thinspace{}
1190 \end_inset
1191
1192 pt)
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 </row>
1198 <row>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 bp
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1209 \begin_inset Text
1210
1211 \begin_layout Plain Layout
1212 big point (72
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 bp = 1
1217 \begin_inset space \thinspace{}
1218 \end_inset
1219
1220 in)
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 </row>
1226 <row>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 dd
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1237 \begin_inset Text
1238
1239 \begin_layout Plain Layout
1240 Didot (1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 dd 
1245 \begin_inset Formula $\approx$
1246 \end_inset
1247
1248  0.376
1249 \begin_inset space \thinspace{}
1250 \end_inset
1251
1252 mm)
1253 \end_layout
1254
1255 \end_inset
1256 </cell>
1257 </row>
1258 <row>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 cc
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1269 \begin_inset Text
1270
1271 \begin_layout Plain Layout
1272 Cicero (1
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 cc = 12
1277 \begin_inset space \thinspace{}
1278 \end_inset
1279
1280 dd)
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 </row>
1286 <row>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 ex
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1297 \begin_inset Text
1298
1299 \begin_layout Plain Layout
1300 Height of letter 
1301 \emph on
1302
1303 \begin_inset Quotes eld
1304 \end_inset
1305
1306 x
1307 \emph default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312  in the current font
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 width of letter 
1333 \begin_inset Quotes eld
1334 \end_inset
1335
1336
1337 \emph on
1338 M
1339 \emph default
1340
1341 \begin_inset Quotes erd
1342 \end_inset
1343
1344  in the current font
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 </row>
1350 <row>
1351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 mu
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1361 \begin_inset Text
1362
1363 \begin_layout Plain Layout
1364 math unit (1
1365 \begin_inset space \thinspace{}
1366 \end_inset
1367
1368 mu = 
1369 \begin_inset Formula $\nicefrac{1}{18}$
1370 \end_inset
1371
1372
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 em)
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 </row>
1382 </lyxtabular>
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Standard
1395 \begin_inset Newpage newpage
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \begin_layout Section
1402 Basic Functions
1403 \end_layout
1404
1405 \begin_layout Subsection
1406 Exponents
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 Exponents
1412 \end_layout
1413
1414 \end_inset
1415
1416  and Indices
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Indices
1422 \end_layout
1423
1424 \end_inset
1425
1426
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Superscripts|see
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 {
1438 \end_layout
1439
1440 \end_inset
1441
1442 Exponents
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 }
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 Subscripts|see
1464 \begin_inset ERT
1465 status collapsed
1466
1467 \begin_layout Plain Layout
1468
1469 {
1470 \end_layout
1471
1472 \end_inset
1473
1474 Indices
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 }
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \end_inset
1489
1490
1491 \end_layout
1492
1493 \begin_layout Standard
1494 Indices are created with an underscore 
1495 \begin_inset Quotes eld
1496 \end_inset
1497
1498 _
1499 \begin_inset Quotes erd
1500 \end_inset
1501
1502  or via the math toolbar button 
1503 \begin_inset Graphics
1504         filename ../images/math-subscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509 , exponents with a caret 
1510 \begin_inset Quotes eld
1511 \end_inset
1512
1513 ^
1514 \begin_inset Quotes erd
1515 \end_inset
1516
1517  or via the math toolbar button 
1518 \begin_inset Graphics
1519         filename ../images/math-superscript.png
1520         scale 85
1521
1522 \end_inset
1523
1524 .
1525 \end_layout
1526
1527 \begin_layout Standard
1528 \align center
1529 \begin_inset Tabular
1530 <lyxtabular version="3" rows="4" columns="2">
1531 <features rotate="0" tabularvalignment="middle">
1532 <column alignment="center" valignment="top" width="0pt">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 command
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 Result
1549 \begin_inset Note Note
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 \series bold
1555
1556 \backslash
1557 raisebox
1558 \series default
1559  is only used as spacer.
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 </row>
1570 <row>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 B_V
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $B_{V}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B^V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^
1622 \begin_inset space \textvisiblespace{}
1623 \end_inset
1624
1625 A
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 </row>
1643 </lyxtabular>
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 As the caret is in some languages an accent, vowels will be accentuated
1652  in this case and not set as exponents
1653 \begin_inset Foot
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Depending on the used keyboard settings this can also happen for characters
1658  other than vowels.
1659 \end_layout
1660
1661 \end_inset
1662
1663 .
1664  To get exponents in this case, press 
1665 \family sans
1666 Space
1667 \family default
1668  after the caret as in the last example.
1669 \end_layout
1670
1671 \begin_layout Subsection
1672 Fractions
1673 \begin_inset CommandInset label
1674 LatexCommand label
1675 name "sub:Fractions"
1676
1677 \end_inset
1678
1679
1680 \begin_inset Index idx
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Fractions
1685 \end_layout
1686
1687 \end_inset
1688
1689
1690 \end_layout
1691
1692 \begin_layout Standard
1693 Fractions are generated with the command 
1694 \series bold
1695
1696 \backslash
1697 frac
1698 \series default
1699
1700 \begin_inset Index idx
1701 status collapsed
1702
1703 \begin_layout Plain Layout
1704 Commands ! F ! 
1705 \backslash
1706 frac
1707 \end_layout
1708
1709 \end_inset
1710
1711  or via the math toolbar button 
1712 \begin_inset Graphics
1713         filename ../images/math/frac.png
1714         scale 50
1715
1716 \end_inset
1717
1718 .
1719  The font size is adjusted automatically, depending on whether the fraction
1720  is in an inline or display style formula.
1721  With the math toolbar button 
1722 \begin_inset Graphics
1723         filename ../images/math/frac-square.png
1724         scale 85
1725
1726 \end_inset
1727
1728  you can select different fraction types.
1729 \end_layout
1730
1731 \begin_layout Standard
1732 With the command 
1733 \series bold
1734
1735 \backslash
1736 dfrac
1737 \series default
1738
1739 \begin_inset Index idx
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 Commands ! D ! 
1744 \backslash
1745 dfrac
1746 \end_layout
1747
1748 \end_inset
1749
1750  a fraction can be created that always has the size of a display style formula.
1751  With 
1752 \series bold
1753
1754 \backslash
1755 tfrac
1756 \series default
1757
1758 \begin_inset Index idx
1759 status collapsed
1760
1761 \begin_layout Plain Layout
1762 Commands ! T ! 
1763 \backslash
1764 tfrac
1765 \end_layout
1766
1767 \end_inset
1768
1769  the fraction appears always with the size of an inline formula.
1770  An example:
1771 \end_layout
1772
1773 \begin_layout Standard
1774 A line with the fraction 
1775 \begin_inset Formula $\frac{1}{2}$
1776 \end_inset
1777
1778  that was created with the command 
1779 \series bold
1780
1781 \backslash
1782 frac
1783 \series default
1784 .
1785 \end_layout
1786
1787 \begin_layout Standard
1788 A line with the fraction 
1789 \begin_inset Formula $\dfrac{1}{2}$
1790 \end_inset
1791
1792  that was created with the command 
1793 \series bold
1794
1795 \backslash
1796 dfrac
1797 \series default
1798 .
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="2">
1805 <features rotate="0" tabularvalignment="middle">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <column alignment="center" valignment="top" width="0pt">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 Command
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Result
1823 \begin_inset Note Note
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827
1828 \series bold
1829
1830 \backslash
1831 raisebox
1832 \series default
1833  is only used as spacer.
1834 \end_layout
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \backslash
1851 frac
1852 \begin_inset space \textvisiblespace{}
1853 \end_inset
1854
1855 A
1856 \begin_inset Formula $\downarrow$
1857 \end_inset
1858
1859 B
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \begin_inset space \textvisiblespace{}
1886 \end_inset
1887
1888 A
1889 \begin_inset Formula $\downarrow$
1890 \end_inset
1891
1892 B
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1902 \end_inset
1903
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 <row>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \backslash
1917 dfrac
1918 \begin_inset space \textvisiblespace{}
1919 \end_inset
1920
1921 e^
1922 \backslash
1923 frac
1924 \begin_inset space \textvisiblespace{}
1925 \end_inset
1926
1927 1
1928 \begin_inset Formula $\downarrow$
1929 \end_inset
1930
1931 2
1932 \begin_inset Formula $\downarrow\downarrow$
1933 \end_inset
1934
1935 3
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1941 \begin_inset Text
1942
1943 \begin_layout Plain Layout
1944 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1945 \end_inset
1946
1947
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 </row>
1953 </lyxtabular>
1954
1955 \end_inset
1956
1957
1958 \end_layout
1959
1960 \begin_layout Standard
1961 \begin_inset VSpace bigskip
1962 \end_inset
1963
1964
1965 \begin_inset Newpage newpage
1966 \end_inset
1967
1968 For nested fractions the command 
1969 \series bold
1970
1971 \backslash
1972 cfrac
1973 \series default
1974
1975 \begin_inset Index idx
1976 status collapsed
1977
1978 \begin_layout Plain Layout
1979 Commands ! C ! 
1980 \backslash
1981 cfrac
1982 \end_layout
1983
1984 \end_inset
1985
1986  can be used.
1987  Here is an example:
1988 \begin_inset VSpace -3mm
1989 \end_inset
1990
1991
1992 \end_layout
1993
1994 \begin_layout Standard
1995 \begin_inset Formula 
1996 \begin{align*}
1997 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
1998 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1999 \end{align*}
2000
2001 \end_inset
2002
2003
2004 \end_layout
2005
2006 \begin_layout Standard
2007 The command for the example above is:
2008 \end_layout
2009
2010 \begin_layout Standard
2011
2012 \series bold
2013
2014 \backslash
2015 cfrac
2016 \begin_inset space \textvisiblespace{}
2017 \end_inset
2018
2019 A
2020 \begin_inset Formula $\downarrow$
2021 \end_inset
2022
2023 B+
2024 \backslash
2025 cfrac
2026 \begin_inset space \textvisiblespace{}
2027 \end_inset
2028
2029 C+
2030 \backslash
2031 cfrac
2032 \begin_inset space \textvisiblespace{}
2033 \end_inset
2034
2035 E
2036 \begin_inset Formula $\downarrow$
2037 \end_inset
2038
2039 F
2040 \begin_inset Formula $\downarrow$
2041 \end_inset
2042
2043 D
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset VSpace medskip
2048 \end_inset
2049
2050
2051 \end_layout
2052
2053 \begin_layout Standard
2054
2055 \series bold
2056
2057 \backslash
2058 cfrac
2059 \series default
2060  sets the fraction always in the size of a displayed formula, also when
2061  it is part of another fraction.
2062 \end_layout
2063
2064 \begin_layout Standard
2065 It is possible to specify the alignment of the numerator.
2066  The command 
2067 \series bold
2068
2069 \backslash
2070 cfracleft
2071 \series default
2072  is used to left align it, the command 
2073 \series bold
2074
2075 \backslash
2076 cfracright
2077 \series default
2078  to right-align it.
2079  
2080 \series bold
2081
2082 \backslash
2083 cfrac
2084 \series default
2085  centers the numerator.
2086  These fractions demonstrate the different alignments:
2087 \end_layout
2088
2089 \begin_layout Standard
2090
2091 \series bold
2092 \begin_inset Formula 
2093 \[
2094 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2095 \]
2096
2097 \end_inset
2098
2099
2100 \end_layout
2101
2102 \begin_layout Standard
2103 \begin_inset Note Greyedout
2104 status open
2105
2106 \begin_layout Plain Layout
2107
2108 \series bold
2109 Note:
2110 \series default
2111  
2112 \series bold
2113
2114 \backslash
2115 cfracleft
2116 \series default
2117  and 
2118 \series bold
2119
2120 \backslash
2121 cfracright
2122 \series default
2123  are no real LaTeX commands but represent the command 
2124 \series bold
2125
2126 \backslash
2127 cfrac[alignment]{numerator}{denominator}
2128 \series default
2129  .
2130  Therefore you cannot use them in TeX code.
2131 \end_layout
2132
2133 \end_inset
2134
2135
2136 \end_layout
2137
2138 \begin_layout Standard
2139 \begin_inset VSpace medskip
2140 \end_inset
2141
2142 It is often advantageous to combine 
2143 \series bold
2144
2145 \backslash
2146 cfrac
2147 \series default
2148  and 
2149 \series bold
2150
2151 \backslash
2152 frac
2153 \series default
2154 :
2155 \begin_inset Formula 
2156 \[
2157 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2158 \]
2159
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \begin_layout Standard
2166 For inline fractions with a sloped fraction stroke you can use the command
2167  
2168 \series bold
2169
2170 \backslash
2171 nicefrac
2172 \series default
2173
2174 \begin_inset Index idx
2175 status collapsed
2176
2177 \begin_layout Plain Layout
2178 Commands ! N ! 
2179 \backslash
2180 nicefrac
2181 \end_layout
2182
2183 \end_inset
2184
2185
2186 \begin_inset Formula $\nicefrac{5}{31}$
2187 \end_inset
2188
2189  or 
2190 \series bold
2191
2192 \backslash
2193 unitfrac
2194 \series default
2195
2196 \begin_inset Index idx
2197 status collapsed
2198
2199 \begin_layout Plain Layout
2200 Commands ! U ! 
2201 \backslash
2202 unitfrac
2203 \end_layout
2204
2205 \end_inset
2206
2207
2208 \begin_inset Formula $\unitfrac{5}{31}$
2209 \end_inset
2210
2211  There is furthermore the command 
2212 \series bold
2213
2214 \backslash
2215 unitfracthree
2216 \series default
2217  that offers to write a fraction in combination with a number: 
2218 \begin_inset Formula $\unitfrac[2]{1}{3}$
2219 \end_inset
2220
2221
2222 \end_layout
2223
2224 \begin_layout Standard
2225 \begin_inset Note Greyedout
2226 status open
2227
2228 \begin_layout Plain Layout
2229
2230 \series bold
2231 Note:
2232 \series default
2233  
2234 \series bold
2235
2236 \backslash
2237 unitfracthree
2238 \series default
2239  is not a real LaTeX command but the command
2240 \begin_inset Newline newline
2241 \end_inset
2242
2243
2244 \series bold
2245
2246 \backslash
2247 unitfrac[number]{numerator}{denominator}
2248 \series default
2249  .
2250  Therefore you cannot use it in TeX code.
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 How to define own fractions where the fraction stroke can be changed, is
2260  explained in 
2261 \begin_inset CommandInset ref
2262 LatexCommand ref
2263 reference "sub:Self-defined-Fractions"
2264
2265 \end_inset
2266
2267 .
2268 \end_layout
2269
2270 \begin_layout Standard
2271 \begin_inset Newpage newpage
2272 \end_inset
2273
2274
2275 \end_layout
2276
2277 \begin_layout Subsection
2278 Roots
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Roots
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \end_layout
2290
2291 \begin_layout Standard
2292 Square roots are created with 
2293 \series bold
2294
2295 \backslash
2296 sqrt
2297 \series default
2298
2299 \begin_inset Index idx
2300 status collapsed
2301
2302 \begin_layout Plain Layout
2303 Commands ! S ! 
2304 \backslash
2305 sqrt
2306 \end_layout
2307
2308 \end_inset
2309
2310  or the math toolbar button 
2311 \begin_inset Graphics
2312         filename ../images/math/sqrt.png
2313         scale 85
2314
2315 \end_inset
2316
2317 , all other roots with the command 
2318 \series bold
2319
2320 \backslash
2321 root
2322 \series default
2323
2324 \begin_inset Index idx
2325 status collapsed
2326
2327 \begin_layout Plain Layout
2328 Commands ! R ! 
2329 \backslash
2330 root
2331 \end_layout
2332
2333 \end_inset
2334
2335  or with the math toolbar button 
2336 \begin_inset Graphics
2337         filename ../images/math/root.png
2338         scale 85
2339
2340 \end_inset
2341
2342 .
2343 \end_layout
2344
2345 \begin_layout Standard
2346 \align center
2347 \begin_inset Tabular
2348 <lyxtabular version="3" rows="3" columns="2">
2349 <features rotate="0" tabularvalignment="middle">
2350 <column alignment="center" valignment="top" width="0pt">
2351 <column alignment="center" valignment="top" width="0pt">
2352 <row>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357 Command
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 Result
2367 \begin_inset Note Note
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371
2372 \series bold
2373
2374 \backslash
2375 raisebox
2376 \series default
2377  is only used as spacer.
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393
2394 \backslash
2395 sqrt
2396 \begin_inset space \textvisiblespace{}
2397 \end_inset
2398
2399 A-B
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2409 \end_inset
2410
2411
2412 \end_layout
2413
2414 \end_inset
2415 </cell>
2416 </row>
2417 <row>
2418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2419 \begin_inset Text
2420
2421 \begin_layout Plain Layout
2422
2423 \backslash
2424 root
2425 \begin_inset space \textvisiblespace{}
2426 \end_inset
2427
2428 3
2429 \begin_inset Formula $\downarrow$
2430 \end_inset
2431
2432 A-B
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2442 \end_inset
2443
2444
2445 \end_layout
2446
2447 \end_inset
2448 </cell>
2449 </row>
2450 </lyxtabular>
2451
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \begin_layout Standard
2458 A square root can also be created with 
2459 \series bold
2460
2461 \backslash
2462 root
2463 \series default
2464  when the root index field is left empty.
2465 \end_layout
2466
2467 \begin_layout Standard
2468 With certain indices the distance to the root is too small, like in this
2469  formula: 
2470 \begin_inset Formula $\sqrt[\beta]{B}$
2471 \end_inset
2472
2473
2474 \begin_inset Newline newline
2475 \end_inset
2476
2477 The 
2478 \begin_inset Formula $\beta$
2479 \end_inset
2480
2481  touches the root.
2482  To avoid this, the commands 
2483 \series bold
2484
2485 \backslash
2486 leftroot
2487 \series default
2488
2489 \begin_inset Index idx
2490 status collapsed
2491
2492 \begin_layout Plain Layout
2493 Commands ! L ! 
2494 \backslash
2495 leftroot
2496 \end_layout
2497
2498 \end_inset
2499
2500  and 
2501 \series bold
2502
2503 \backslash
2504 uproot
2505 \series default
2506
2507 \begin_inset Index idx
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511 Commands ! U ! 
2512 \backslash
2513 uproot
2514 \end_layout
2515
2516 \end_inset
2517
2518  are used with the following scheme:
2519 \end_layout
2520
2521 \begin_layout Standard
2522
2523 \series bold
2524
2525 \backslash
2526 leftroot{distance}
2527 \series default
2528  and 
2529 \series bold
2530
2531 \backslash
2532 uproot{distance}
2533 \end_layout
2534
2535 \begin_layout Standard
2536 Distance is the number of Big Points (unit bp; 
2537 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2538 \end_inset
2539
2540 ), that the index should be moved to the left or top, resp..
2541  The commands are written to the index.
2542  This way the command
2543 \begin_inset Newline newline
2544 \end_inset
2545
2546
2547 \series bold
2548
2549 \backslash
2550 root
2551 \backslash
2552 leftroot{-1
2553 \begin_inset Formula $\to$
2554 \end_inset
2555
2556
2557 \backslash
2558 uproot{2
2559 \begin_inset Formula $\to$
2560 \end_inset
2561
2562
2563 \backslash
2564 beta
2565 \begin_inset space \textvisiblespace{}
2566 \end_inset
2567
2568
2569 \begin_inset Formula $\to$
2570 \end_inset
2571
2572 B
2573 \begin_inset Newline newline
2574 \end_inset
2575
2576
2577 \series default
2578 produces a correct typeset formula: 
2579 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2580 \end_inset
2581
2582
2583 \end_layout
2584
2585 \begin_layout Subsection
2586 Binomial Coefficients
2587 \begin_inset Index idx
2588 status collapsed
2589
2590 \begin_layout Plain Layout
2591 Binomial coefficients
2592 \end_layout
2593
2594 \end_inset
2595
2596
2597 \end_layout
2598
2599 \begin_layout Standard
2600 Binomial coefficients are inserted with the command 
2601 \series bold
2602
2603 \backslash
2604 binom
2605 \series default
2606
2607 \begin_inset Index idx
2608 status collapsed
2609
2610 \begin_layout Plain Layout
2611 Commands ! B ! 
2612 \backslash
2613 binom
2614 \end_layout
2615
2616 \end_inset
2617
2618  or with the submenu of the math toolbar button 
2619 \begin_inset Graphics
2620         filename ../images/math/frac-square.png
2621         scale 85
2622
2623 \end_inset
2624
2625 .
2626  As with fractions (
2627 \series bold
2628
2629 \backslash
2630 frac
2631 \series default
2632 ) in addition to 
2633 \series bold
2634
2635 \backslash
2636 binom
2637 \series default
2638  there are the commands 
2639 \series bold
2640
2641 \backslash
2642 dbinom
2643 \series default
2644
2645 \begin_inset Index idx
2646 status collapsed
2647
2648 \begin_layout Plain Layout
2649 Commands ! D ! 
2650 \backslash
2651 dbinom
2652 \end_layout
2653
2654 \end_inset
2655
2656  and 
2657 \series bold
2658
2659 \backslash
2660 tbinom
2661 \series default
2662
2663 \begin_inset Index idx
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 Commands ! T ! 
2668 \backslash
2669 tbinom
2670 \end_layout
2671
2672 \end_inset
2673
2674 .
2675  For other brackets around binomial coeficients there are the commands 
2676 \series bold
2677
2678 \backslash
2679 brace
2680 \series default
2681
2682 \begin_inset Index idx
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 Commands ! B ! 
2687 \backslash
2688 brace
2689 \end_layout
2690
2691 \end_inset
2692
2693  and 
2694 \series bold
2695
2696 \backslash
2697 brack
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 Commands ! B ! 
2705 \backslash
2706 brack
2707 \end_layout
2708
2709 \end_inset
2710
2711 .
2712 \end_layout
2713
2714 \begin_layout Standard
2715 \align center
2716 \begin_inset Tabular
2717 <lyxtabular version="3" rows="6" columns="2">
2718 <features rotate="0" tabularvalignment="middle">
2719 <column alignment="center" valignment="top" width="0pt">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <row>
2722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2723 \begin_inset Text
2724
2725 \begin_layout Plain Layout
2726 Command
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 Result
2736 \begin_inset Note Note
2737 status collapsed
2738
2739 \begin_layout Plain Layout
2740
2741 \series bold
2742
2743 \backslash
2744 raisebox
2745 \series default
2746  is only used as spacer.
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 </row>
2757 <row>
2758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2759 \begin_inset Text
2760
2761 \begin_layout Plain Layout
2762
2763 \backslash
2764 binom
2765 \begin_inset space \textvisiblespace{}
2766 \end_inset
2767
2768 A
2769 \begin_inset Formula $\downarrow$
2770 \end_inset
2771
2772 B
2773 \end_layout
2774
2775 \end_inset
2776 </cell>
2777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2778 \begin_inset Text
2779
2780 \begin_layout Plain Layout
2781 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2782 \end_inset
2783
2784
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 </row>
2790 <row>
2791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2792 \begin_inset Text
2793
2794 \begin_layout Plain Layout
2795
2796 \backslash
2797 dbinom
2798 \begin_inset space \textvisiblespace{}
2799 \end_inset
2800
2801 A
2802 \begin_inset Formula $\downarrow$
2803 \end_inset
2804
2805 B
2806 \end_layout
2807
2808 \end_inset
2809 </cell>
2810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2811 \begin_inset Text
2812
2813 \begin_layout Plain Layout
2814 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2815 \end_inset
2816
2817
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 </row>
2823 <row>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828
2829 \backslash
2830 tbinom
2831 \begin_inset space \textvisiblespace{}
2832 \end_inset
2833
2834 A
2835 \begin_inset Formula $\downarrow$
2836 \end_inset
2837
2838 B
2839 \end_layout
2840
2841 \end_inset
2842 </cell>
2843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2844 \begin_inset Text
2845
2846 \begin_layout Plain Layout
2847 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2848 \end_inset
2849
2850
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 </row>
2856 <row>
2857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2858 \begin_inset Text
2859
2860 \begin_layout Plain Layout
2861
2862 \backslash
2863 brack
2864 \begin_inset space \textvisiblespace{}
2865 \end_inset
2866
2867 A
2868 \begin_inset Formula $\downarrow$
2869 \end_inset
2870
2871 B
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 </row>
2889 <row>
2890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \backslash
2896 brace
2897 \begin_inset space \textvisiblespace{}
2898 \end_inset
2899
2900 A
2901 \begin_inset Formula $\downarrow$
2902 \end_inset
2903
2904 B
2905 \end_layout
2906
2907 \end_inset
2908 </cell>
2909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2910 \begin_inset Text
2911
2912 \begin_layout Plain Layout
2913 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2914 \end_inset
2915
2916
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 </row>
2922 </lyxtabular>
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Subsection
2930 Case Differentiations
2931 \begin_inset Index idx
2932 status collapsed
2933
2934 \begin_layout Plain Layout
2935 Case differentiations 
2936 \end_layout
2937
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \align center
2945 \begin_inset Tabular
2946 <lyxtabular version="3" rows="3" columns="2">
2947 <features rotate="0" tabularvalignment="middle">
2948 <column alignment="center" valignment="top" width="0pt">
2949 <column alignment="center" valignment="top" width="0pt">
2950 <row>
2951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2952 \begin_inset Text
2953
2954 \begin_layout Plain Layout
2955 Command
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 Result
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 </row>
2970 <row>
2971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \backslash
2977 cases
2978 \begin_inset space \textvisiblespace{}
2979 \end_inset
2980
2981 A
2982 \begin_inset Formula $\to$
2983 \end_inset
2984
2985 B>0
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 Commands ! C ! 
2991 \backslash
2992 cases
2993 \end_layout
2994
2995 \end_inset
2996
2997
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\begin{cases}
3007 A & B>0\end{cases}$
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \backslash
3023 cases
3024 \begin_inset space \textvisiblespace{}
3025 \end_inset
3026
3027
3028 \begin_inset Info
3029 type  "shortcut"
3030 arg   "newline-insert newline"
3031 \end_inset
3032
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Formula $\begin{cases}
3043 A & \textrm{for }x>0\\
3044 B & \textrm{for }x=0
3045 \end{cases}$
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 </lyxtabular>
3055
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \begin_layout Standard
3062 After inserting 
3063 \series bold
3064
3065 \backslash
3066 cases
3067 \series default
3068  or pressing the math toolbar button 
3069 \begin_inset Graphics
3070         filename ../images/math/cases.png
3071         scale 85
3072
3073 \end_inset
3074
3075  you can create new lines with the shortcut 
3076 \begin_inset Info
3077 type  "shortcut"
3078 arg   "newline-insert newline"
3079 \end_inset
3080
3081  or the table toolbar button 
3082 \begin_inset Graphics
3083         filename ../images/tabular-feature_append-row.png
3084         scale 85
3085
3086 \end_inset
3087
3088 .
3089 \end_layout
3090
3091 \begin_layout Standard
3092 The command 
3093 \series bold
3094
3095 \backslash
3096 cases
3097 \series default
3098  is also available via the menu 
3099 \family sans
3100 Insert\SpecialChar \menuseparator
3101 Math\SpecialChar \menuseparator
3102 Cases-Environment
3103 \family default
3104 .
3105 \end_layout
3106
3107 \begin_layout Subsection
3108 Negations
3109 \begin_inset Index idx
3110 status collapsed
3111
3112 \begin_layout Plain Layout
3113 Negations
3114 \end_layout
3115
3116 \end_inset
3117
3118
3119 \end_layout
3120
3121 \begin_layout Standard
3122 By inserting 
3123 \series bold
3124
3125 \backslash
3126 not
3127 \series default
3128
3129 \begin_inset Index idx
3130 status collapsed
3131
3132 \begin_layout Plain Layout
3133 Commands ! N ! 
3134 \backslash
3135 not
3136 \end_layout
3137
3138 \end_inset
3139
3140  every character can be displayed canceled.
3141  The characters are quasi accentuated by a slash.
3142 \end_layout
3143
3144 \begin_layout Standard
3145 \align center
3146 \begin_inset Tabular
3147 <lyxtabular version="3" rows="4" columns="2">
3148 <features rotate="0" tabularvalignment="middle">
3149 <column alignment="center" valignment="top" width="0pt">
3150 <column alignment="center" valignment="top" width="0pt">
3151 <row>
3152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3153 \begin_inset Text
3154
3155 \begin_layout Plain Layout
3156 Command
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 Result
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \backslash
3178 not=
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187 \begin_inset Formula $\not=$
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \backslash
3203 not 
3204 \backslash
3205 le
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214 \begin_inset Formula $\not\le$
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 </row>
3223 <row>
3224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228
3229 \backslash
3230 not 
3231 \backslash
3232 parallel
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241 \begin_inset Formula $\not\parallel$
3242 \end_inset
3243
3244
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 </lyxtabular>
3251
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \begin_layout Standard
3258 The last example shows that not all negations look good.
3259  Therefore there are special commands for some negations (see 
3260 \begin_inset CommandInset ref
3261 LatexCommand ref
3262 reference "sub:Mathematical-Symbols"
3263
3264 \end_inset
3265
3266  and 
3267 \begin_inset CommandInset ref
3268 LatexCommand ref
3269 reference "sec:Relations"
3270
3271 \end_inset
3272
3273 ).
3274 \end_layout
3275
3276 \begin_layout Subsection
3277 Placeholders
3278 \begin_inset CommandInset label
3279 LatexCommand label
3280 name "sub:Placeholders"
3281
3282 \end_inset
3283
3284
3285 \begin_inset Index idx
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 Placeholders
3290 \end_layout
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Chemical characters ! Isotopes
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 Isotopes|see
3310 \begin_inset ERT
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314
3315 {
3316 \end_layout
3317
3318 \end_inset
3319
3320 Chemical characters
3321 \begin_inset ERT
3322 status collapsed
3323
3324 \begin_layout Plain Layout
3325
3326 }
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \end_layout
3333
3334 \end_inset
3335
3336
3337 \end_layout
3338
3339 \begin_layout Standard
3340 When displaying e.
3341 \begin_inset space \thinspace{}
3342 \end_inset
3343
3344 g.
3345 \begin_inset space \space{}
3346 \end_inset
3347
3348 isotopes
3349 \begin_inset Foot
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353 Typesetting isotopes and chemical symbols is described in 
3354 \begin_inset CommandInset ref
3355 LatexCommand ref
3356 reference "sub:Chemical-Symbols-and"
3357
3358 \end_inset
3359
3360 .
3361 \end_layout
3362
3363 \end_inset
3364
3365  the following problem occurs:
3366 \end_layout
3367
3368 \begin_layout Standard
3369 \align center
3370 \begin_inset Tabular
3371 <lyxtabular version="3" rows="2" columns="2">
3372 <features rotate="0" tabularvalignment="middle">
3373 <column alignment="center" valignment="top" width="0pt">
3374 <column alignment="center" valignment="top" width="0pt">
3375 <row>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Indices created with sub- and superscripts:
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 correct indices:
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3413 \end_inset
3414
3415
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 </lyxtabular>
3422
3423 \end_inset
3424
3425
3426 \begin_inset Note Note
3427 status collapsed
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432
3433 \backslash
3434 raisebox
3435 \series default
3436  is only used as spacer.
3437 \end_layout
3438
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \begin_layout Standard
3445 The shorter index is by default placed below or above the first character
3446  of the longer index.
3447  To avoid this there is the command 
3448 \series bold
3449
3450 \backslash
3451 phantom
3452 \series default
3453
3454 \begin_inset Index idx
3455 status collapsed
3456
3457 \begin_layout Plain Layout
3458 Commands ! P ! 
3459 \backslash
3460 phantom
3461 \end_layout
3462
3463 \end_inset
3464
3465  or the math toolbar button
3466 \begin_inset space \thinspace{}
3467 \end_inset
3468
3469
3470 \begin_inset Foot
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 can be found in the submenu of the toolbar button 
3475 \begin_inset Graphics
3476         filename ../images/math/space.png
3477         scale 85
3478
3479 \end_inset
3480
3481
3482 \end_layout
3483
3484 \end_inset
3485
3486  
3487 \begin_inset Graphics
3488         filename ../images/math/phantom.png
3489         scale 85
3490
3491 \end_inset
3492
3493  that creates one or more phantom characters.
3494  When inserting 
3495 \series bold
3496
3497 \backslash
3498 phantom
3499 \series default
3500  a small blue box appears that is superposed with two red arrows.
3501  The arrows indicate that the complete width and height of the box content
3502  will be created as placeholder.
3503  Phantom characters are accordingly placeholders with the size of the characters.
3504 \end_layout
3505
3506 \begin_layout Standard
3507 \align center
3508 \begin_inset Tabular
3509 <lyxtabular version="3" rows="4" columns="2">
3510 <features rotate="0" tabularvalignment="middle">
3511 <column alignment="center" valignment="top">
3512 <column alignment="center" valignment="top">
3513 <row>
3514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3515 \begin_inset Text
3516
3517 \begin_layout Plain Layout
3518 Command
3519 \end_layout
3520
3521 \end_inset
3522 </cell>
3523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527 Result
3528 \begin_inset Note Note
3529 status collapsed
3530
3531 \begin_layout Plain Layout
3532
3533 \series bold
3534
3535 \backslash
3536 raisebox
3537 \series default
3538  is only used as spacer.
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 ^19
3555 \begin_inset space \textvisiblespace{}
3556 \end_inset
3557
3558 _
3559 \backslash
3560 phantom
3561 \begin_inset space \textvisiblespace{}
3562 \end_inset
3563
3564 1
3565 \begin_inset Formula $\to$
3566 \end_inset
3567
3568 9
3569 \begin_inset space \textvisiblespace{}
3570 \end_inset
3571
3572 F
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3582 \end_inset
3583
3584
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 </row>
3590 <row>
3591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 ^235
3596 \begin_inset space \textvisiblespace{}
3597 \end_inset
3598
3599 _
3600 \backslash
3601 phantom
3602 \begin_inset space \textvisiblespace{}
3603 \end_inset
3604
3605 23
3606 \begin_inset Formula $\to$
3607 \end_inset
3608
3609 9
3610 \begin_inset space \textvisiblespace{}
3611 \end_inset
3612
3613 F
3614 \end_layout
3615
3616 \end_inset
3617 </cell>
3618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3619 \begin_inset Text
3620
3621 \begin_layout Plain Layout
3622 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3623 \end_inset
3624
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \backslash
3638 Lambda^
3639 \begin_inset space \textvisiblespace{}
3640 \end_inset
3641
3642
3643 \backslash
3644 phantom
3645 \begin_inset space \textvisiblespace{}
3646 \end_inset
3647
3648 ii
3649 \begin_inset Formula $\to$
3650 \end_inset
3651
3652 t
3653 \begin_inset space \textvisiblespace{}
3654 \end_inset
3655
3656 _MMt
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3666 \end_inset
3667
3668
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 </lyxtabular>
3675
3676 \end_inset
3677
3678
3679 \end_layout
3680
3681 \begin_layout Standard
3682 Furthermore there are the commands 
3683 \series bold
3684
3685 \backslash
3686 vphantom
3687 \series default
3688
3689 \begin_inset Index idx
3690 status collapsed
3691
3692 \begin_layout Plain Layout
3693 Commands ! V ! 
3694 \backslash
3695 vphantom
3696 \end_layout
3697
3698 \end_inset
3699
3700  (toolbar button 
3701 \begin_inset space ~
3702 \end_inset
3703
3704
3705 \begin_inset Graphics
3706         filename ../images/math/vphantom.png
3707         scale 85
3708
3709 \end_inset
3710
3711 ) and 
3712 \series bold
3713
3714 \backslash
3715 hphantom
3716 \series default
3717
3718 \begin_inset Index idx
3719 status collapsed
3720
3721 \begin_layout Plain Layout
3722 Commands ! H ! 
3723 \backslash
3724 hphantom
3725 \end_layout
3726
3727 \end_inset
3728
3729  (toolbar button 
3730 \begin_inset space ~
3731 \end_inset
3732
3733
3734 \begin_inset Graphics
3735         filename ../images/math/hphantom.png
3736         scale 85
3737
3738 \end_inset
3739
3740 ).
3741  
3742 \series bold
3743
3744 \backslash
3745 hphantom
3746 \series default
3747  creates only space for the maximal height of the characters in the box
3748  but not for its width.
3749  
3750 \series bold
3751
3752 \backslash
3753 vphantom
3754 \series default
3755  creates only space for the width of the box content.
3756  Therefore  the boxes of both commands have only one red arrow.
3757 \end_layout
3758
3759 \begin_layout Standard
3760 For example the command 
3761 \series bold
3762
3763 \backslash
3764 vphantom
3765 \begin_inset space \textvisiblespace{}
3766 \end_inset
3767
3768 a
3769 \backslash
3770 int
3771 \series default
3772  creates space for the height of the integral sign,
3773 \begin_inset Foot
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777 The command 
3778 \series bold
3779
3780 \backslash
3781 int
3782 \series default
3783  creates an integral sign, see 
3784 \begin_inset CommandInset ref
3785 LatexCommand ref
3786 reference "sub:Big-Operators"
3787
3788 \end_inset
3789
3790 .
3791 \end_layout
3792
3793 \end_inset
3794
3795  because this is the larger character.
3796  An example application is in 
3797 \begin_inset CommandInset ref
3798 LatexCommand ref
3799 reference "sub:Multiline-Brackets"
3800
3801 \end_inset
3802
3803 .
3804 \end_layout
3805
3806 \begin_layout Standard
3807 Placeholders can also be used for text when they are inserted via the menu
3808  
3809 \family sans
3810 Insert\SpecialChar \menuseparator
3811 Formatting\SpecialChar \menuseparator
3812 Phantom
3813 \family default
3814 :
3815 \end_layout
3816
3817 \begin_layout Standard
3818 This is a sentence.
3819 \begin_inset Newline newline
3820 \end_inset
3821
3822
3823 \begin_inset Phantom Phantom
3824 status open
3825
3826 \begin_layout Plain Layout
3827 This
3828 \end_layout
3829
3830 \end_inset
3831
3832  is a sentence.
3833 \end_layout
3834
3835 \begin_layout Subsection
3836 Lines
3837 \begin_inset Index idx
3838 status collapsed
3839
3840 \begin_layout Plain Layout
3841 Lines
3842 \end_layout
3843
3844 \end_inset
3845
3846
3847 \begin_inset Index idx
3848 status collapsed
3849
3850 \begin_layout Plain Layout
3851 Formula ! underlined
3852 \end_layout
3853
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \begin_layout Standard
3860 \align center
3861 \begin_inset Tabular
3862 <lyxtabular version="3" rows="4" columns="2">
3863 <features rotate="0" tabularvalignment="middle">
3864 <column alignment="center" valignment="top" width="0pt">
3865 <column alignment="center" valignment="top" width="0pt">
3866 <row>
3867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Command
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 Result
3881 \begin_inset Note Note
3882 status collapsed
3883
3884 \begin_layout Plain Layout
3885
3886 \series bold
3887
3888 \backslash
3889 raisebox
3890 \series default
3891  is only used as spacer.
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \backslash
3909 overline
3910 \begin_inset space \textvisiblespace{}
3911 \end_inset
3912
3913 A+B
3914 \begin_inset Index idx
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918 Commands ! O ! 
3919 \backslash
3920 overline
3921 \end_layout
3922
3923 \end_inset
3924
3925
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 <row>
3944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948
3949 \backslash
3950 underline
3951 \begin_inset space \textvisiblespace{}
3952 \end_inset
3953
3954 A+B
3955 \begin_inset Index idx
3956 status collapsed
3957
3958 \begin_layout Plain Layout
3959 Commands ! U ! 
3960 \backslash
3961 underline
3962 \end_layout
3963
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3976 \end_inset
3977
3978
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \backslash
3991 overline
3992 \begin_inset space \textvisiblespace{}
3993 \end_inset
3994
3995
3996 \backslash
3997 underline
3998 \begin_inset space \textvisiblespace{}
3999 \end_inset
4000
4001 A+B
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 </row>
4019 </lyxtabular>
4020
4021 \end_inset
4022
4023
4024 \end_layout
4025
4026 \begin_layout Standard
4027 In the last example it doesn't matter if first 
4028 \series bold
4029
4030 \backslash
4031 overline
4032 \series default
4033  or 
4034 \series bold
4035
4036 \backslash
4037 underline
4038 \series default
4039  is inserted.
4040 \end_layout
4041
4042 \begin_layout Standard
4043 To double underline use 
4044 \series bold
4045
4046 \backslash
4047 underline
4048 \series default
4049  twice.
4050 \end_layout
4051
4052 \begin_layout Standard
4053 It is possible to place up to 6 lines above or below characters.
4054 \end_layout
4055
4056 \begin_layout Standard
4057 \begin_inset VSpace bigskip
4058 \end_inset
4059
4060 Custom lines can be created using the command 
4061 \series bold
4062
4063 \backslash
4064 rule
4065 \series default
4066
4067 \begin_inset Index idx
4068 status collapsed
4069
4070 \begin_layout Plain Layout
4071 Commands ! R ! 
4072 \backslash
4073 rule
4074 \end_layout
4075
4076 \end_inset
4077
4078  which has the following scheme:
4079 \end_layout
4080
4081 \begin_layout Standard
4082
4083 \series bold
4084
4085 \backslash
4086 rule[vertical offset]{length}{thickness}
4087 \end_layout
4088
4089 \begin_layout Standard
4090 The optional vertical offset shifts the line upwards (or downwards, when
4091  the value is negative).
4092  The units listed in 
4093 \begin_inset CommandInset ref
4094 LatexCommand ref
4095 reference "tab:Available-units"
4096
4097 \end_inset
4098
4099  can be used for the values.
4100  Here are two example lines created with the commands
4101 \begin_inset Newline newline
4102 \end_inset
4103
4104
4105 \series bold
4106
4107 \backslash
4108 rule[-2ex]{3cm}{2pt}
4109 \series default
4110  and 
4111 \series bold
4112
4113 \backslash
4114 rule{2cm}{1pt}
4115 \series default
4116 :
4117 \end_layout
4118
4119 \begin_layout Standard
4120 This is a sentence 
4121 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4122 \end_inset
4123
4124  with two lines.
4125 \end_layout
4126
4127 \begin_layout Standard
4128
4129 \series bold
4130
4131 \backslash
4132 rule
4133 \series default
4134  can also be used for text when a line is inserted via the menu 
4135 \family sans
4136 Insert\SpecialChar \menuseparator
4137 Formatting\SpecialChar \menuseparator
4138 Horizontal
4139 \begin_inset space ~
4140 \end_inset
4141
4142 Line
4143 \family default
4144 :
4145 \end_layout
4146
4147 \begin_layout Standard
4148 This is a sentence 
4149 \begin_inset CommandInset line
4150 LatexCommand rule
4151 offset "0.5ex"
4152 width "3cm"
4153 height "1pt"
4154
4155 \end_inset
4156
4157  with one line.
4158 \end_layout
4159
4160 \begin_layout Subsection
4161 Ellipses
4162 \begin_inset CommandInset label
4163 LatexCommand label
4164 name "sub:Ellipses"
4165
4166 \end_inset
4167
4168
4169 \begin_inset Index idx
4170 status collapsed
4171
4172 \begin_layout Plain Layout
4173 Ellipses
4174 \end_layout
4175
4176 \end_inset
4177
4178
4179 \end_layout
4180
4181 \begin_layout Standard
4182 There are different types of ellipses available.
4183 \begin_inset Foot
4184 status collapsed
4185
4186 \begin_layout Plain Layout
4187 In the math toolbar in the submenu of the button 
4188 \begin_inset Graphics
4189         filename ../images/math/ldots.png
4190         scale 85
4191
4192 \end_inset
4193
4194
4195 \end_layout
4196
4197 \end_inset
4198
4199  For listings dots at the baseline are used (
4200 \series bold
4201
4202 \backslash
4203 ldots
4204 \series default
4205
4206 \begin_inset Index idx
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 Commands ! L ! 
4211 \backslash
4212 ldots
4213 \end_layout
4214
4215 \end_inset
4216
4217 ), while for operations dots are needed that are on the same height as the
4218  operators (
4219 \series bold
4220
4221 \backslash
4222 cdots
4223 \series default
4224
4225 \begin_inset Index idx
4226 status collapsed
4227
4228 \begin_layout Plain Layout
4229 Commands ! C ! 
4230 \backslash
4231 cdots
4232 \end_layout
4233
4234 \end_inset
4235
4236 ).
4237  When using the command 
4238 \series bold
4239
4240 \backslash
4241 dots
4242 \series default
4243
4244 \begin_inset Index idx
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 Commands ! D ! 
4249 \backslash
4250 dots
4251 \end_layout
4252
4253 \end_inset
4254
4255 , LaTeX decides on the basis of the next character what type is used.
4256 \end_layout
4257
4258 \begin_layout Standard
4259 \align center
4260 \begin_inset Tabular
4261 <lyxtabular version="3" rows="9" columns="2">
4262 <features rotate="0" tabularvalignment="middle">
4263 <column alignment="center" valignment="top" width="0pt">
4264 <column alignment="center" valignment="top" width="0pt">
4265 <row>
4266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Command
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Result
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 A_1
4291 \begin_inset space \textvisiblespace{}
4292 \end_inset
4293
4294 ,
4295 \backslash
4296 dots
4297 \begin_inset space \textvisiblespace{}
4298 \end_inset
4299
4300 ,A_n
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 \begin_inset Formula $A_{1},\dots,A_{n}$
4310 \end_inset
4311
4312
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 A_1
4324 \begin_inset space \textvisiblespace{}
4325 \end_inset
4326
4327 +
4328 \backslash
4329 dots
4330 \begin_inset space \textvisiblespace{}
4331 \end_inset
4332
4333 +A_n
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 \begin_inset Formula $A_{1}+\dots+A_{n}$
4343 \end_inset
4344
4345
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 <row>
4352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 A_1
4357 \begin_inset space \textvisiblespace{}
4358 \end_inset
4359
4360 ,
4361 \backslash
4362 ldots
4363 \begin_inset space \textvisiblespace{}
4364 \end_inset
4365
4366 ,A_n
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 \begin_inset Formula $A_{1},\ldots,A_{n}$
4376 \end_inset
4377
4378
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 A_1
4390 \begin_inset space \textvisiblespace{}
4391 \end_inset
4392
4393 +
4394 \backslash
4395 cdots
4396 \begin_inset space \textvisiblespace{}
4397 \end_inset
4398
4399 +A_n
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4409 \end_inset
4410
4411
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \backslash
4424 vdots
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 \begin_inset Formula $\vdots$
4434 \end_inset
4435
4436
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \backslash
4449 ddots
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 \begin_inset Formula $\ddots$
4459 \end_inset
4460
4461
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \backslash
4474 iddots
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 \begin_inset Formula $\iddots$
4484 \end_inset
4485
4486
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 </row>
4492 <row>
4493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 3×3
4498 \begin_inset space \thinspace{}
4499 \end_inset
4500
4501 matrix with the different dots
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $\begin{array}{ccc}
4511 A_{11} & \cdots & A_{1m}\\
4512 \vdots & \ddots & \vdots\\
4513 A_{n1} & \cdots & A_{nm}
4514 \end{array}$
4515 \end_inset
4516
4517
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 </row>
4523 </lyxtabular>
4524
4525 \end_inset
4526
4527
4528 \end_layout
4529
4530 \begin_layout Standard
4531 The ellipses available in menu 
4532 \family sans
4533 Insert\SpecialChar \menuseparator
4534 Special
4535 \begin_inset space ~
4536 \end_inset
4537
4538 Character
4539 \family default
4540  are 
4541 \series bold
4542
4543 \backslash
4544 ldots
4545 \series default
4546 .
4547 \end_layout
4548
4549 \begin_layout Standard
4550 \begin_inset VSpace medskip
4551 \end_inset
4552
4553 To use 
4554 \series bold
4555
4556 \backslash
4557 iddots
4558 \series default
4559 , one of the options 
4560 \family sans
4561 Use mathdots package (automatically)
4562 \family default
4563  must be set in the document settings under 
4564 \family sans
4565 Math
4566 \begin_inset space ~
4567 \end_inset
4568
4569 Options
4570 \family default
4571 .
4572 \begin_inset Newline newline
4573 \end_inset
4574
4575 Using the option 
4576 \family sans
4577 Use mathdots package
4578 \family default
4579  will improve the appearance of all dots in the documents if their font
4580  style or size is not the default.
4581 \end_layout
4582
4583 \begin_layout Standard
4584 \begin_inset VSpace medskip
4585 \end_inset
4586
4587 Specially for matrices there are ellipses that span over several columns.
4588  They are created with the command 
4589 \series bold
4590
4591 \backslash
4592 hdotsfor
4593 \series default
4594
4595 \begin_inset Index idx
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599 Commands ! H ! 
4600 \backslash
4601 hdotsfor
4602 \end_layout
4603
4604 \end_inset
4605
4606 , that has the following scheme:
4607 \end_layout
4608
4609 \begin_layout Standard
4610
4611 \series bold
4612
4613 \backslash
4614 hdotsfor[distance]{number of columns}
4615 \end_layout
4616
4617 \begin_layout Standard
4618 The number of columns specifies how many columns should be spanned.
4619  Distance is a factor for the distance between the dots.
4620 \end_layout
4621
4622 \begin_layout Standard
4623 In the following matrix the command 
4624 \series bold
4625
4626 \backslash
4627 hdotsfor[2]{4}
4628 \series default
4629  was inserted in the first box of the second line, to get an ellipsis with
4630  a dot distance twice as long as with the command 
4631 \series bold
4632
4633 \backslash
4634 dots
4635 \series default
4636 :
4637 \begin_inset Formula 
4638 \[
4639 \left(\begin{array}{cccc}
4640 A & B & C & D\\
4641 \hdotsfor[2]{4}\\
4642 q & w & e & r
4643 \end{array}\right)
4644 \]
4645
4646 \end_inset
4647
4648 Note that the matrix fields that should be spanned must be empty, otherwise
4649  you get LaTeX-errors.
4650 \end_layout
4651
4652 \begin_layout Standard
4653 \begin_inset VSpace bigskip
4654 \end_inset
4655
4656 Furthermore you can fill with the command 
4657 \series bold
4658
4659 \backslash
4660 dotfill
4661 \series default
4662
4663 \begin_inset Index idx
4664 status collapsed
4665
4666 \begin_layout Plain Layout
4667 Commands ! D ! 
4668 \backslash
4669 dotfill
4670 \end_layout
4671
4672 \end_inset
4673
4674  the rest of a line with dots.
4675  The effect of these commands is the same as with 
4676 \series bold
4677
4678 \backslash
4679 hfill
4680 \series default
4681 , see 
4682 \begin_inset CommandInset ref
4683 LatexCommand ref
4684 reference "sub:Variable-Space"
4685
4686 \end_inset
4687
4688 .
4689 \end_layout
4690
4691 \begin_layout Standard
4692 For example the command 
4693 \series bold
4694 A
4695 \backslash
4696 dotfill
4697 \begin_inset space \textvisiblespace{}
4698 \end_inset
4699
4700 B
4701 \series default
4702  produces
4703 \end_layout
4704
4705 \begin_layout Standard
4706 \begin_inset Formula $A\dotfill B$
4707 \end_inset
4708
4709
4710 \end_layout
4711
4712 \begin_layout Standard
4713 Similar to
4714 \series bold
4715  
4716 \backslash
4717 dotfill
4718 \series default
4719  there is for a line the command 
4720 \series bold
4721
4722 \backslash
4723 hrulefill
4724 \series default
4725
4726 \begin_inset Index idx
4727 status collapsed
4728
4729 \begin_layout Plain Layout
4730 Commands ! H ! 
4731 \backslash
4732 hrulefill
4733 \end_layout
4734
4735 \end_inset
4736
4737 :
4738 \end_layout
4739
4740 \begin_layout Standard
4741 \begin_inset Formula $A\hrulefill B$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \begin_layout Standard
4748 To use the commands for text, they have to be inserted in TeX-mode.
4749 \end_layout
4750
4751 \begin_layout Section
4752 Matrices
4753 \begin_inset CommandInset label
4754 LatexCommand label
4755 name "sec:Matrices"
4756
4757 \end_inset
4758
4759
4760 \begin_inset Index idx
4761 status collapsed
4762
4763 \begin_layout Plain Layout
4764 Matrices
4765 \end_layout
4766
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \begin_layout Standard
4773 Matrices can be inserted via the math toolbar button 
4774 \begin_inset Graphics
4775         filename ../images/dialog-show_mathmatrix.png
4776         scale 85
4777
4778 \end_inset
4779
4780  or the menu 
4781 \family sans
4782 Insert\SpecialChar \menuseparator
4783 Math\SpecialChar \menuseparator
4784 Matrix
4785 \family default
4786 .
4787  In the matrix dialog you can specify the number of columns and rows, the
4788  alignment and the decoration.
4789  The vertical alignment is only of importance for matrices in inline formulas:
4790 \end_layout
4791
4792 \begin_layout Standard
4793 The first matrix is top 
4794 \begin_inset Formula $\begin{array}[t]{cccc}
4795 A & D & G & J\\
4796 B & E & H & K\\
4797 C & F & I & L
4798 \end{array}$
4799 \end_inset
4800
4801 , the second middle 
4802 \begin_inset Formula $\begin{array}{cccc}
4803 A & D & G & J\\
4804 B & E & H & K\\
4805 C & F & I & L
4806 \end{array}$
4807 \end_inset
4808
4809  and the third bottom 
4810 \begin_inset Formula $\begin{array}[b]{cccc}
4811 A & D & G & J\\
4812 B & E & H & K\\
4813 C & F & I & L
4814 \end{array}$
4815 \end_inset
4816
4817  aligned.
4818 \end_layout
4819
4820 \begin_layout Standard
4821 The horizontal alignment specifies how the column entries should be aligned.
4822  It is set by entering a letter for every column.
4823  
4824 \emph on
4825 l
4826 \emph default
4827  denotes left aligned, 
4828 \emph on
4829 c
4830 \emph default
4831  centered and 
4832 \emph on
4833 r
4834 \emph default
4835  right aligned.
4836  To create for example a 4
4837 \series bold
4838 ×
4839 \series default
4840 4
4841 \begin_inset space ~
4842 \end_inset
4843
4844 matrix where the first column is left aligned, the second and third are
4845  centered and the last one is right aligned, one enters for the horizontal
4846  alignment 
4847 \series bold
4848 lccr
4849 \series default
4850 .
4851  Normally in a matrix all columns are centered, therefore the default for
4852  every column is a 
4853 \series bold
4854 c
4855 \series default
4856 .
4857 \end_layout
4858
4859 \begin_layout Standard
4860 Horizontal alignment:
4861 \end_layout
4862
4863 \begin_layout Standard
4864
4865 \series bold
4866 lll
4867 \series default
4868  : 
4869 \begin_inset Formula $\begin{array}{lll}
4870 10000 & D & G\\
4871 B & 10000 & H\\
4872 C & F & 10000
4873 \end{array}$
4874 \end_inset
4875
4876  , 
4877 \series bold
4878 ccc
4879 \series default
4880  : 
4881 \begin_inset Formula $\begin{array}{ccc}
4882 10000 & D & G\\
4883 B & 10000 & H\\
4884 C & F & 10000
4885 \end{array}$
4886 \end_inset
4887
4888  , 
4889 \series bold
4890 rrr
4891 \series default
4892  : 
4893 \begin_inset Formula $\begin{array}{rrr}
4894 10000 & D & G\\
4895 B & 10000 & H\\
4896 C & F & 10000
4897 \end{array}$
4898 \end_inset
4899
4900
4901 \end_layout
4902
4903 \begin_layout Standard
4904 To add or delete rows and columns subsequently, the math toolbar buttons
4905  
4906 \begin_inset Graphics
4907         filename ../images/tabular-feature_append-row.png
4908         scale 85
4909
4910 \end_inset
4911
4912
4913 \begin_inset Graphics
4914         filename ../images/tabular-feature_delete-row.png
4915         scale 85
4916
4917 \end_inset
4918
4919 , etc.
4920 \begin_inset space \thinspace{}
4921 \end_inset
4922
4923 , or the menu 
4924 \family sans
4925 Edit\SpecialChar \menuseparator
4926 Rows & Columns
4927 \family default
4928  can be used.
4929  New rows can also be created with 
4930 \begin_inset Info
4931 type  "shortcut"
4932 arg   "newline-insert newline"
4933 \end_inset
4934
4935 .
4936 \end_layout
4937
4938 \begin_layout Standard
4939 \begin_inset VSpace bigskip
4940 \end_inset
4941
4942 The 
4943 \family sans
4944 Decoration
4945 \family default
4946  adds parentheses in the selected style around the matrix.
4947  Alternatively, parentheses can can either be created with the commands
4948  
4949 \series bold
4950
4951 \backslash
4952 left
4953 \series default
4954
4955 \begin_inset Index idx
4956 status collapsed
4957
4958 \begin_layout Plain Layout
4959 Commands ! L ! 
4960 \backslash
4961 left
4962 \end_layout
4963
4964 \end_inset
4965
4966  and 
4967 \series bold
4968
4969 \backslash
4970 right
4971 \series default
4972
4973 \begin_inset Index idx
4974 status collapsed
4975
4976 \begin_layout Plain Layout
4977 Commands ! R ! 
4978 \backslash
4979 right
4980 \end_layout
4981
4982 \end_inset
4983
4984  (shortcut 
4985 \family sans
4986 Alt+M
4987 \begin_inset space ~
4988 \end_inset
4989
4990 Parenthesis
4991 \family default
4992 ), see 
4993 \begin_inset CommandInset ref
4994 LatexCommand ref
4995 reference "sub:Automatic-Bracket-Size"
4996
4997 \end_inset
4998
4999 , or by using the following commands:
5000 \begin_inset VSpace medskip
5001 \end_inset
5002
5003
5004 \end_layout
5005
5006 \begin_layout Standard
5007 \begin_inset space \hfill{}
5008 \end_inset
5009
5010
5011 \begin_inset Tabular
5012 <lyxtabular version="3" rows="4" columns="2">
5013 <features rotate="0" tabularvalignment="middle">
5014 <column alignment="center" valignment="top">
5015 <column alignment="center" valignment="top">
5016 <row>
5017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Command
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 Result
5031 \begin_inset Note Note
5032 status collapsed
5033
5034 \begin_layout Plain Layout
5035
5036 \series bold
5037
5038 \backslash
5039 raisebox
5040 \series default
5041  is only used as spacer.
5042 \end_layout
5043
5044 \end_inset
5045
5046
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 <row>
5053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057
5058 \backslash
5059 bmatrix
5060 \begin_inset space \textvisiblespace{}
5061 \end_inset
5062
5063 2
5064 \series bold
5065 ×
5066 \series default
5067 2
5068 \begin_inset space \thinspace{}
5069 \end_inset
5070
5071 matrix
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5081 0 & \textrm{-}\mathrm{i}\\
5082 \mathrm{i} & 0
5083 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5084 \end_inset
5085
5086
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 </row>
5092 <row>
5093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097
5098 \backslash
5099 Bmatrix
5100 \begin_inset space \textvisiblespace{}
5101 \end_inset
5102
5103 2
5104 \series bold
5105 ×
5106 \series default
5107 2
5108 \begin_inset space \thinspace{}
5109 \end_inset
5110
5111 matrix
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5121 0 & \textrm{-}\mathrm{i}\\
5122 \mathrm{i} & 0
5123 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \backslash
5139 pmatrix
5140 \begin_inset space \textvisiblespace{}
5141 \end_inset
5142
5143 2
5144 \series bold
5145 ×
5146 \series default
5147 2
5148 \begin_inset space \thinspace{}
5149 \end_inset
5150
5151 matrix
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5161 0 & \textrm{-}\mathrm{i}\\
5162 \mathrm{i} & 0
5163 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5164 \end_inset
5165
5166
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 </lyxtabular>
5173
5174 \end_inset
5175
5176
5177 \begin_inset space \hfill{}
5178 \end_inset
5179
5180
5181 \begin_inset Tabular
5182 <lyxtabular version="3" rows="4" columns="2">
5183 <features rotate="0" tabularvalignment="middle">
5184 <column alignment="center" valignment="top">
5185 <column alignment="center" valignment="top">
5186 <row>
5187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Command
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 Result
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row>
5207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211
5212 \backslash
5213 vmatrix
5214 \begin_inset space \textvisiblespace{}
5215 \end_inset
5216
5217 2
5218 \series bold
5219 ×
5220 \series default
5221 2
5222 \begin_inset space \thinspace{}
5223 \end_inset
5224
5225 matrix
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5235 0 & \textrm{-}\mathrm{i}\\
5236 \mathrm{i} & 0
5237 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5238 \end_inset
5239
5240
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \backslash
5253 Vmatrix
5254 \begin_inset space \textvisiblespace{}
5255 \end_inset
5256
5257 2
5258 \series bold
5259 ×
5260 \series default
5261 2
5262 \begin_inset space \thinspace{}
5263 \end_inset
5264
5265 matrix
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5271 \begin_inset Text
5272
5273 \begin_layout Plain Layout
5274 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5275 0 & \textrm{-}\mathrm{i}\\
5276 \mathrm{i} & 0
5277 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \backslash
5293 matrix
5294 \begin_inset space \textvisiblespace{}
5295 \end_inset
5296
5297 2
5298 \series bold
5299 ×
5300 \series default
5301 2
5302 \begin_inset space \thinspace{}
5303 \end_inset
5304
5305 matrix
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5315 0 & \textrm{-}\mathrm{i}\\
5316 \mathrm{i} & 0
5317 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5318 \end_inset
5319
5320
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 </row>
5326 </lyxtabular>
5327
5328 \end_inset
5329
5330
5331 \begin_inset space \hfill{}
5332 \end_inset
5333
5334
5335 \end_layout
5336
5337 \begin_layout Standard
5338 \begin_inset VSpace medskip
5339 \end_inset
5340
5341 When e.
5342 \begin_inset space \thinspace{}
5343 \end_inset
5344
5345 g.
5346 \begin_inset space \space{}
5347 \end_inset
5348
5349
5350 \series bold
5351
5352 \backslash
5353 vmatrix
5354 \series default
5355  is inserted, a blue box appears between two vertical lines where the matrix
5356  is inserted.
5357 \begin_inset Newline newline
5358 \end_inset
5359
5360 Note that decorated matrices ignore the vertical alignment.
5361 \end_layout
5362
5363 \begin_layout Standard
5364 \begin_inset VSpace bigskip
5365 \end_inset
5366
5367 As all multiline formulas are matrices, the length 
5368 \series bold
5369
5370 \backslash
5371 arraycolsep
5372 \series default
5373
5374 \begin_inset Index idx
5375 status collapsed
5376
5377 \begin_layout Plain Layout
5378 Commands ! A ! 
5379 \backslash
5380 arraycolsep
5381 \end_layout
5382
5383 \end_inset
5384
5385  that is described in 
5386 \begin_inset CommandInset ref
5387 LatexCommand ref
5388 reference "sub:Column-Separation"
5389
5390 \end_inset
5391
5392  can also be used to change the column separation of matrices.
5393 \end_layout
5394
5395 \begin_layout Standard
5396 To change the row separation, the command 
5397 \series bold
5398
5399 \backslash
5400 arraystretch
5401 \series default
5402
5403 \begin_inset Index idx
5404 status collapsed
5405
5406 \begin_layout Plain Layout
5407 Commands ! A ! 
5408 \backslash
5409 arraystretch
5410 \end_layout
5411
5412 \end_inset
5413
5414  is used.
5415  It is used as follows:
5416 \end_layout
5417
5418 \begin_layout Standard
5419
5420 \series bold
5421
5422 \backslash
5423 renewcommand{
5424 \backslash
5425 arraystretch}{stretch factor}
5426 \begin_inset Index idx
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 Commands ! R ! 
5431 \backslash
5432 renewcommand
5433 \end_layout
5434
5435 \end_inset
5436
5437
5438 \end_layout
5439
5440 \begin_layout Standard
5441 The command 
5442 \series bold
5443
5444 \backslash
5445 renewcommand
5446 \series default
5447  assigns the stretch factor to the predefined command 
5448 \series bold
5449
5450 \backslash
5451 arraystretch
5452 \series default
5453 .
5454  To double e.
5455 \begin_inset space \thinspace{}
5456 \end_inset
5457
5458 g.
5459 \begin_inset space \space{}
5460 \end_inset
5461
5462 the row separation, use the factor 2.
5463  This is then used for all following matrices.
5464  To go back to the original separation, assign the factor 1 to 
5465 \series bold
5466
5467 \backslash
5468 arraystretch
5469 \series default
5470 .
5471 \end_layout
5472
5473 \begin_layout Standard
5474 To set matrices into a text line, the command 
5475 \series bold
5476
5477 \backslash
5478 smallmatrix
5479 \series default
5480
5481 \begin_inset Index idx
5482 status collapsed
5483
5484 \begin_layout Plain Layout
5485 Commands ! S ! 
5486 \backslash
5487 smallmatrix
5488 \end_layout
5489
5490 \end_inset
5491
5492  is used.
5493  When it is inserted a blue box with two dashed lines appears.
5494  In this box the matrix is inserted.
5495 \end_layout
5496
5497 \begin_layout Standard
5498 This is a matrix 
5499 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5500 C & D
5501 \end{smallmatrix}\right)$
5502 \end_inset
5503
5504  in a text line.
5505 \end_layout
5506
5507 \begin_layout Section
5508 Brackets and Delimiters
5509 \begin_inset Index idx
5510 status collapsed
5511
5512 \begin_layout Plain Layout
5513 Brackets
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \begin_inset Index idx
5520 status collapsed
5521
5522 \begin_layout Plain Layout
5523 Delimiters
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \begin_layout Subsection
5532 Vertical Brackets and Delimiters
5533 \begin_inset Index idx
5534 status collapsed
5535
5536 \begin_layout Plain Layout
5537 Brackets ! vertical
5538 \end_layout
5539
5540 \end_inset
5541
5542
5543 \end_layout
5544
5545 \begin_layout Standard
5546 \begin_inset space \hfill{}
5547 \end_inset
5548
5549
5550 \begin_inset Tabular
5551 <lyxtabular version="3" rows="9" columns="2">
5552 <features rotate="0" tabularvalignment="middle">
5553 <column alignment="center" valignment="top" width="0pt">
5554 <column alignment="center" valignment="top" width="0pt">
5555 <row>
5556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 Command
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 Result
5570 \end_layout
5571
5572 \end_inset
5573 </cell>
5574 </row>
5575 <row>
5576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 (
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 \begin_inset Formula $($
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 {
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 \begin_inset Formula $\{$
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 [
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 \begin_inset Formula $[$
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 </row>
5644 <row>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649
5650 \backslash
5651 langle
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 \begin_inset Formula $\langle$
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \backslash
5676 lceil
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 \begin_inset Formula $\lceil$
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699
5700 \backslash
5701 lfloor
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 \begin_inset Formula $\lfloor$
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 /
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 \begin_inset Formula $/$
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 |
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $|$
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 </lyxtabular>
5766
5767 \end_inset
5768
5769
5770 \begin_inset space \hfill{}
5771 \end_inset
5772
5773
5774 \begin_inset Tabular
5775 <lyxtabular version="3" rows="9" columns="2">
5776 <features rotate="0" tabularvalignment="middle">
5777 <column alignment="center" valignment="top" width="0pt">
5778 <column alignment="center" valignment="top" width="0pt">
5779 <row>
5780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 Command
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 Result
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 </row>
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 )
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 \begin_inset Formula $)$
5814 \end_inset
5815
5816
5817 \end_layout
5818
5819 \end_inset
5820 </cell>
5821 </row>
5822 <row>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 }
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 \begin_inset Formula $\}$
5837 \end_inset
5838
5839
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 </row>
5845 <row>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 ]
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 \begin_inset Formula $]$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873
5874 \backslash
5875 rangle
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $\rangle$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \backslash
5900 rceil
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Formula $\rceil$
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \backslash
5925 rfloor
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 \begin_inset Formula $\rfloor$
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \backslash
5950
5951 \backslash
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 \begin_inset Formula $\backslash$
5962 \end_inset
5963
5964
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 </row>
5970 <row>
5971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5972 \begin_inset Text
5973
5974 \begin_layout Plain Layout
5975
5976 \backslash
5977 |
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Formula $\|$
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 </lyxtabular>
5996
5997 \end_inset
5998
5999
6000 \begin_inset space \hfill{}
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007
6008 \series medium
6009 \begin_inset Note Greyedout
6010 status open
6011
6012 \begin_layout Plain Layout
6013
6014 \series bold
6015 Note:
6016 \series default
6017  In TeX-mode the command 
6018 \series bold
6019
6020 \backslash
6021 textbackslash
6022 \series default
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Commands ! T ! 
6029 \backslash
6030 textbackslash
6031 \end_layout
6032
6033 \end_inset
6034
6035  must be used for the backslash, because the command 
6036 \series bold
6037
6038 \backslash
6039
6040 \backslash
6041
6042 \series default
6043  produces a line break there.
6044 \end_layout
6045
6046 \end_inset
6047
6048
6049 \end_layout
6050
6051 \begin_layout Standard
6052 For all characters listed above the size can be adjusted with the commands
6053  described in the following two subsections.
6054  When using these commands, the characters < and > can directly be used
6055  instead of the commands 
6056 \series bold
6057
6058 \backslash
6059 langle
6060 \series default
6061  and 
6062 \series bold
6063
6064 \backslash
6065 rangle
6066 \series default
6067 .
6068 \end_layout
6069
6070 \begin_layout Subsubsection
6071 Manual Bracket Size
6072 \begin_inset CommandInset label
6073 LatexCommand label
6074 name "sub:Manual-Bracket-Size"
6075
6076 \end_inset
6077
6078
6079 \begin_inset Index idx
6080 status collapsed
6081
6082 \begin_layout Plain Layout
6083 Bracket size ! manual
6084 \end_layout
6085
6086 \end_inset
6087
6088
6089 \end_layout
6090
6091 \begin_layout Standard
6092 The bracket size can be specified manually by the LaTeX-commands 
6093 \series bold
6094
6095 \backslash
6096 big
6097 \series default
6098
6099 \begin_inset Index idx
6100 status collapsed
6101
6102 \begin_layout Plain Layout
6103 Commands ! B ! 
6104 \backslash
6105 big
6106 \end_layout
6107
6108 \end_inset
6109
6110
6111 \series bold
6112
6113 \backslash
6114 Big
6115 \series default
6116
6117 \series bold
6118
6119 \backslash
6120 bigg
6121 \series default
6122  and 
6123 \series bold
6124
6125 \backslash
6126 Bigg
6127 \series default
6128 .
6129  
6130 \series bold
6131
6132 \backslash
6133 big
6134 \series default
6135  denotes the smallest and 
6136 \series bold
6137
6138 \backslash
6139 Bigg
6140 \series default
6141  the largest bracket size.
6142 \end_layout
6143
6144 \begin_layout Standard
6145 These commands are used to emphasize levels of brackets:
6146 \end_layout
6147
6148 \begin_layout Standard
6149 \align center
6150 \begin_inset Tabular
6151 <lyxtabular version="3" rows="2" columns="2">
6152 <features rotate="0" tabularvalignment="middle">
6153 <column alignment="center" valignment="top" width="0pt">
6154 <column alignment="center" valignment="top" width="0pt">
6155 <row>
6156 <cell alignment="center" valignment="top" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 all brackets in the same size:
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 <row>
6179 <cell alignment="center" valignment="top" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 this looks better:
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 </lyxtabular>
6202
6203 \end_inset
6204
6205
6206 \begin_inset Note Note
6207 status collapsed
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212
6213 \backslash
6214 raisebox
6215 \series default
6216  is only used as spacer.
6217 \end_layout
6218
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \begin_layout Standard
6225 For the second formula the command 
6226 \series bold
6227
6228 \backslash
6229 Big((A+B)(A-B)
6230 \backslash
6231 Big)^
6232 \begin_inset space \textvisiblespace{}
6233 \end_inset
6234
6235 C
6236 \series default
6237  has been used.
6238 \end_layout
6239
6240 \begin_layout Standard
6241 Here is an overview about all bracket sizes:
6242 \end_layout
6243
6244 \begin_layout Standard
6245 \align center
6246
6247 \backslash
6248 Bigg(
6249 \backslash
6250 exp
6251 \backslash
6252 bigg<
6253 \backslash
6254 Big[
6255 \backslash
6256 big{
6257 \backslash
6258 ln(3x)
6259 \backslash
6260 big}^2
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264
6265 \backslash
6266 sin(x)
6267 \backslash
6268 Big]^
6269 \begin_inset space \textvisiblespace{}
6270 \end_inset
6271
6272 A
6273 \begin_inset space \textvisiblespace{}
6274 \end_inset
6275
6276
6277 \backslash
6278 bigg>
6279 \backslash
6280 Bigg)^0,5
6281 \end_layout
6282
6283 \begin_layout Standard
6284 \align center
6285 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \begin_layout Standard
6292 Besides the 
6293 \series bold
6294
6295 \backslash
6296 big
6297 \series default
6298 -commands there is the variant 
6299 \series bold
6300
6301 \backslash
6302 bigm
6303 \series default
6304
6305 \begin_inset Index idx
6306 status collapsed
6307
6308 \begin_layout Plain Layout
6309 Commands ! B ! 
6310 \backslash
6311 bigm
6312 \end_layout
6313
6314 \end_inset
6315
6316  that adds a bit more space between the bracket and its content, and the
6317  variant 
6318 \series bold
6319
6320 \backslash
6321 bigl
6322 \series default
6323 -
6324 \series bold
6325
6326 \backslash
6327 bigr
6328 \series default
6329
6330 \begin_inset Index idx
6331 status collapsed
6332
6333 \begin_layout Plain Layout
6334 Commands ! B ! 
6335 \backslash
6336 bigl - 
6337 \backslash
6338 bigr
6339 \end_layout
6340
6341 \end_inset
6342
6343 , that don't add additional space.
6344  The 
6345 \emph on
6346 l
6347 \emph default
6348  at the end of the command 
6349 \series bold
6350
6351 \backslash
6352 bigl
6353 \series default
6354  is for a left bracket; for a right bracket this will be replaced by an
6355  
6356 \emph on
6357 r
6358 \emph default
6359 .
6360  A left or right bracket can each be an opening or closing bracket.
6361 \end_layout
6362
6363 \begin_layout Standard
6364 In the following table is a comparison of the variants:
6365 \end_layout
6366
6367 \begin_layout Standard
6368 \align center
6369 \begin_inset Tabular
6370 <lyxtabular version="3" rows="5" columns="2">
6371 <features rotate="0" tabularvalignment="middle">
6372 <column alignment="center" valignment="middle">
6373 <column alignment="center" valignment="middle">
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 Command
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 Result
6389 \begin_inset Note Note
6390 status collapsed
6391
6392 \begin_layout Plain Layout
6393
6394 \series bold
6395
6396 \backslash
6397 raisebox
6398 \series default
6399  is only used as spacer.
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 </row>
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415
6416 \backslash
6417 Bigm(
6418 \backslash
6419 bigm(
6420 \backslash
6421 ln(3x)
6422 \backslash
6423 bigm)^2
6424 \begin_inset space \textvisiblespace{}
6425 \end_inset
6426
6427
6428 \backslash
6429 Bigm)
6430 \end_layout
6431
6432 \end_inset
6433 </cell>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 </row>
6447 <row>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452
6453 \backslash
6454 Big(
6455 \backslash
6456 big(
6457 \backslash
6458 ln(3x)
6459 \backslash
6460 big)^2
6461 \begin_inset space \textvisiblespace{}
6462 \end_inset
6463
6464
6465 \backslash
6466 Big)
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 </row>
6484 <row>
6485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489
6490 \backslash
6491 Bigl(
6492 \backslash
6493 bigl(
6494 \backslash
6495 ln(3x)
6496 \backslash
6497 bigr)^2
6498 \begin_inset space \textvisiblespace{}
6499 \end_inset
6500
6501
6502 \backslash
6503 Bigr)
6504 \end_layout
6505
6506 \end_inset
6507 </cell>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526
6527 \backslash
6528 bigl)
6529 \backslash
6530 ln(3x)
6531 \backslash
6532 bigr(
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
6537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Plain Layout
6541 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 </row>
6550 </lyxtabular>
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Subsubsection
6558 Automatic Bracket Size
6559 \begin_inset CommandInset label
6560 LatexCommand label
6561 name "sub:Automatic-Bracket-Size"
6562
6563 \end_inset
6564
6565
6566 \begin_inset Index idx
6567 status collapsed
6568
6569 \begin_layout Plain Layout
6570 Bracket size ! automatic
6571 \end_layout
6572
6573 \end_inset
6574
6575
6576 \end_layout
6577
6578 \begin_layout Standard
6579 Brackets with variable size can be inserted with the commands 
6580 \series bold
6581
6582 \backslash
6583 left
6584 \series default
6585
6586 \begin_inset Index idx
6587 status collapsed
6588
6589 \begin_layout Plain Layout
6590 Commands ! L ! 
6591 \backslash
6592 left
6593 \end_layout
6594
6595 \end_inset
6596
6597  and 
6598 \series bold
6599
6600 \backslash
6601 right
6602 \series default
6603
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Commands ! R ! 
6609 \backslash
6610 right
6611 \end_layout
6612
6613 \end_inset
6614
6615  or via the math toolbar button 
6616 \begin_inset Graphics
6617         filename ../images/dialog-show_mathdelimiter.png
6618         scale 85
6619
6620 \end_inset
6621
6622 .
6623  Directly behind 
6624 \series bold
6625
6626 \backslash
6627 left
6628 \series default
6629  and 
6630 \series bold
6631
6632 \backslash
6633 right
6634 \series default
6635  the wanted bracket must be inserted.
6636  The bracket size will then automatically be calculated for the output.
6637 \end_layout
6638
6639 \begin_layout Standard
6640 \align center
6641 normal bracket: The command 
6642 \series bold
6643
6644 \backslash
6645 ln(
6646 \backslash
6647 frac
6648 \begin_inset space \textvisiblespace{}
6649 \end_inset
6650
6651 A
6652 \begin_inset Formula $\downarrow$
6653 \end_inset
6654
6655 C
6656 \begin_inset space \textvisiblespace{}
6657 \end_inset
6658
6659 )
6660 \series default
6661  creates
6662 \begin_inset Formula 
6663 \[
6664 \ln(\frac{A}{C})
6665 \]
6666
6667 \end_inset
6668
6669
6670 \end_layout
6671
6672 \begin_layout Standard
6673 \align center
6674 multiline bracket: The command 
6675 \series bold
6676
6677 \backslash
6678 ln
6679 \backslash
6680 left(
6681 \backslash
6682 frac
6683 \begin_inset space \textvisiblespace{}
6684 \end_inset
6685
6686 A
6687 \begin_inset Formula $\downarrow$
6688 \end_inset
6689
6690 C
6691 \begin_inset space \textvisiblespace{}
6692 \end_inset
6693
6694
6695 \backslash
6696 right)
6697 \series default
6698  creates
6699 \begin_inset Formula 
6700 \[
6701 \ln\left(\frac{A}{C}\right)
6702 \]
6703
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \begin_layout Standard
6710 Instead of 
6711 \series bold
6712
6713 \backslash
6714 left
6715 \series default
6716  and 
6717 \series bold
6718
6719 \backslash
6720 right
6721 \series default
6722  the shortcut 
6723 \family sans
6724 Alt+M
6725 \begin_inset space ~
6726 \end_inset
6727
6728 Bracket
6729 \family default
6730  can be used.
6731  This has the advantage that you can see in LyX immediately the real bracket
6732  size and that the matching right bracket will be created too.
6733 \begin_inset Newline newline
6734 \end_inset
6735
6736 The command for the last example would then be: 
6737 \series bold
6738
6739 \backslash
6740 ln Alt+M
6741 \series default
6742  
6743 \series bold
6744 (
6745 \backslash
6746 frac
6747 \begin_inset space \textvisiblespace{}
6748 \end_inset
6749
6750 A
6751 \begin_inset Formula $\downarrow$
6752 \end_inset
6753
6754 C
6755 \end_layout
6756
6757 \begin_layout Standard
6758 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6759  For example the command 
6760 \series bold
6761
6762 \backslash
6763 left.
6764 \backslash
6765 frac
6766 \begin_inset space \textvisiblespace{}
6767 \end_inset
6768
6769 A
6770 \begin_inset Formula $\downarrow$
6771 \end_inset
6772
6773 B
6774 \begin_inset space \textvisiblespace{}
6775 \end_inset
6776
6777
6778 \backslash
6779 right}
6780 \series default
6781  creates:
6782 \series bold
6783
6784 \begin_inset Formula 
6785 \[
6786 \left.\frac{A}{B}\right\} 
6787 \]
6788
6789 \end_inset
6790
6791
6792 \series default
6793 The commands 
6794 \series bold
6795
6796 \backslash
6797 left
6798 \series default
6799  and 
6800 \series bold
6801
6802 \backslash
6803 right
6804 \series default
6805  will be converted by LyX to brackets in the right size when the document
6806  is reloaded and an omitted bracket will appear as dashed line.
6807 \end_layout
6808
6809 \begin_layout Standard
6810 \begin_inset VSpace bigskip
6811 \end_inset
6812
6813 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
6814  the command 
6815 \series bold
6816
6817 \backslash
6818 middle
6819 \series default
6820
6821 \begin_inset Index idx
6822 status collapsed
6823
6824 \begin_layout Plain Layout
6825 Commands ! M ! 
6826 \backslash
6827 middle
6828 \end_layout
6829
6830 \end_inset
6831
6832  is additionally available for all brackets and limits.
6833  With this command the height of the following character is adapted to the
6834  one of the surrounding brackets, what is e.
6835 \begin_inset space \thinspace{}
6836 \end_inset
6837
6838 g.
6839 \begin_inset space \space{}
6840 \end_inset
6841
6842 needed for physical vectors:
6843 \begin_inset Formula 
6844 \[
6845 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6846 \]
6847
6848 \end_inset
6849
6850 For physical vectors there is a special LaTeX-package, described in 
6851 \begin_inset CommandInset ref
6852 LatexCommand ref
6853 reference "sub:Physical-Vectors"
6854
6855 \end_inset
6856
6857 .
6858 \end_layout
6859
6860 \begin_layout Subsection
6861 Horizontal Brackets
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 Brackets ! horizontal
6867 \end_layout
6868
6869 \end_inset
6870
6871
6872 \end_layout
6873
6874 \begin_layout Standard
6875 \align center
6876 \begin_inset Tabular
6877 <lyxtabular version="3" rows="4" columns="2">
6878 <features rotate="0" tabularvalignment="middle">
6879 <column alignment="center" valignment="top" width="0pt">
6880 <column alignment="center" valignment="top" width="0pt">
6881 <row>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 Command
6887 \begin_inset Note Note
6888 status collapsed
6889
6890 \begin_layout Plain Layout
6891
6892 \series bold
6893
6894 \backslash
6895 raisebox
6896 \series default
6897  is only used as spacer.
6898 \end_layout
6899
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 Result
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 </row>
6917 <row>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 \begin_inset ERT
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926
6927
6928 \backslash
6929 raisebox{2.3mm}{
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \backslash
6936 overbrace
6937 \begin_inset space \textvisiblespace{}
6938 \end_inset
6939
6940 A+B
6941 \begin_inset space \textvisiblespace{}
6942 \end_inset
6943
6944 ^v3
6945 \begin_inset ERT
6946 status collapsed
6947
6948 \begin_layout Plain Layout
6949
6950 }
6951 \end_layout
6952
6953 \end_inset
6954
6955
6956 \begin_inset Index idx
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960 Commands ! O ! 
6961 \backslash
6962 overbrace
6963 \end_layout
6964
6965 \end_inset
6966
6967
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976 \begin_inset Formula $\overbrace{A+B}^{3}$
6977 \end_inset
6978
6979
6980 \end_layout
6981
6982 \end_inset
6983 </cell>
6984 </row>
6985 <row>
6986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990 \begin_inset ERT
6991 status collapsed
6992
6993 \begin_layout Plain Layout
6994
6995
6996 \backslash
6997 raisebox{-2.2mm}{
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \backslash
7004 underbrace
7005 \begin_inset space \textvisiblespace{}
7006 \end_inset
7007
7008 A+B
7009 \begin_inset space \textvisiblespace{}
7010 \end_inset
7011
7012 _5
7013 \begin_inset ERT
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017
7018 }
7019 \end_layout
7020
7021 \end_inset
7022
7023
7024 \begin_inset Index idx
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028 Commands ! U ! 
7029 \backslash
7030 underbrace
7031 \end_layout
7032
7033 \end_inset
7034
7035
7036 \end_layout
7037
7038 \end_inset
7039 </cell>
7040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 \begin_inset Formula $\underbrace{A+B}_{5}$
7045 \end_inset
7046
7047
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058
7059 \backslash
7060 overbrace
7061 \begin_inset space \textvisiblespace{}
7062 \end_inset
7063
7064
7065 \backslash
7066 underbrace
7067 \begin_inset space \textvisiblespace{}
7068 \end_inset
7069
7070 A+B_w
7071 \begin_inset space \textvisiblespace{}
7072 \end_inset
7073
7074
7075 \begin_inset space \textvisiblespace{}
7076 \end_inset
7077
7078 _7
7079 \begin_inset space \textvisiblespace{}
7080 \end_inset
7081
7082
7083 \begin_inset space \textvisiblespace{}
7084 \end_inset
7085
7086 ^
7087 \begin_inset space \textvisiblespace{}
7088 \end_inset
7089
7090 C
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 </lyxtabular>
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Standard
7116 In the last example it doesn't matter if 
7117 \series bold
7118
7119 \backslash
7120 overbrace
7121 \series default
7122  or 
7123 \series bold
7124
7125 \backslash
7126 underbrace
7127 \series default
7128  is inserted at first.
7129 \end_layout
7130
7131 \begin_layout Standard
7132 \begin_inset VSpace bigskip
7133 \end_inset
7134
7135 When brackets are needed that overlap each other, multiline formulas, as
7136  described in 
7137 \begin_inset CommandInset ref
7138 LatexCommand ref
7139 reference "sec:Multiline-Formulas"
7140
7141 \end_inset
7142
7143 , must be used:
7144 \begin_inset Formula 
7145 \begin{eqnarray*}
7146 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7147  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7148 \end{eqnarray*}
7149
7150 \end_inset
7151
7152 In the first row the formula is inserted together with the first brace.
7153  It is hereby important that the space command
7154 \begin_inset Foot
7155 status collapsed
7156
7157 \begin_layout Plain Layout
7158 Space commands are explained in 
7159 \begin_inset CommandInset ref
7160 LatexCommand ref
7161 reference "sub:Predefined-Space"
7162
7163 \end_inset
7164
7165 .
7166 \end_layout
7167
7168 \end_inset
7169
7170  
7171 \series bold
7172
7173 \backslash
7174 :
7175 \series default
7176  is inserted before the first 
7177 \begin_inset Formula $d$
7178 \end_inset
7179
7180 , because the brace that ends behind the 
7181 \begin_inset Formula $q$
7182 \end_inset
7183
7184  prevents that the following 
7185 \begin_inset Quotes eld
7186 \end_inset
7187
7188 +
7189 \begin_inset Quotes erd
7190 \end_inset
7191
7192  is surrounded by space.
7193 \begin_inset Foot
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197 because a bracket is not handled as a character, see 
7198 \begin_inset CommandInset ref
7199 LatexCommand ref
7200 reference "sub:Binary-Operators"
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \end_inset
7208
7209  In the second row the second brace is inserted.
7210  As it should begin before the 
7211 \begin_inset Formula $b$
7212 \end_inset
7213
7214 , first the command 
7215 \series bold
7216
7217 \backslash
7218 hphantom{gggg+
7219 \backslash
7220 :}
7221 \series default
7222  is inserted.
7223 \begin_inset Foot
7224 status collapsed
7225
7226 \begin_layout Plain Layout
7227 more about 
7228 \series bold
7229
7230 \backslash
7231 hphantom
7232 \series default
7233  see 
7234 \begin_inset CommandInset ref
7235 LatexCommand ref
7236 reference "sub:Placeholders"
7237
7238 \end_inset
7239
7240
7241 \end_layout
7242
7243 \end_inset
7244
7245  This space is needed because the 
7246 \begin_inset Quotes eld
7247 \end_inset
7248
7249 +
7250 \begin_inset Quotes erd
7251 \end_inset
7252
7253  is also surrounded by space in the formula.
7254  The brace is placed under the command 
7255 \series bold
7256
7257 \backslash
7258 hphantom{bbqq+dddd}
7259 \series default
7260 .
7261 \end_layout
7262
7263 \begin_layout Standard
7264 It gets more complicated when brackets overlap each other, like in the following
7265  example:
7266 \begin_inset ERT
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270
7271
7272 \backslash
7273 setlength{
7274 \backslash
7275 jot}{-6pt}
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \begin_inset Formula 
7282 \begin{eqnarray*}
7283  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7284 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7285 \end{eqnarray*}
7286
7287 \end_inset
7288
7289
7290 \begin_inset ERT
7291 status collapsed
7292
7293 \begin_layout Plain Layout
7294
7295
7296 \backslash
7297 setlength{
7298 \backslash
7299 jot}{3pt}
7300 \end_layout
7301
7302 \end_inset
7303
7304 The first formula row is the same as the second row of the previous example,
7305  with the difference that the brace is above.
7306  The second row contains the formula together with the second brace.
7307  To avoid that there is space between the upper brace in the first row and
7308  the formula, the row spacing needs to be reduced.
7309  This is not easily possible due to a bug in LyX
7310 \begin_inset Foot
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314 \begin_inset CommandInset href
7315 LatexCommand href
7316 name "LyX-bug #1505"
7317 target "http://www.lyx.org/trac/ticket/1505"
7318
7319 \end_inset
7320
7321
7322 \end_layout
7323
7324 \end_inset
7325
7326 .
7327  As a solution for the problem, the global formula row separation 
7328 \series bold
7329
7330 \backslash
7331 jot
7332 \series default
7333
7334 \begin_inset Index idx
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338 Commands ! J ! 
7339 \backslash
7340 jot
7341 \end_layout
7342
7343 \end_inset
7344
7345  must be changed to -6
7346 \begin_inset space \thinspace{}
7347 \end_inset
7348
7349 pt before the formula with the command 
7350 \series bold
7351
7352 \backslash
7353 setlength{
7354 \backslash
7355 jot}{-6pt}
7356 \series default
7357  in TeX-mode.
7358  
7359 \series bold
7360
7361 \backslash
7362 jot
7363 \series default
7364  is set back after the formula to the standard value of 3
7365 \begin_inset space \thinspace{}
7366 \end_inset
7367
7368 pt using the same command.
7369  More about the row separation in formulas is explained in 
7370 \begin_inset CommandInset ref
7371 LatexCommand ref
7372 reference "sub:Line-Separation"
7373
7374 \end_inset
7375
7376 .
7377 \end_layout
7378
7379 \begin_layout Section
7380 Arrows
7381 \begin_inset Index idx
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385 Arrows
7386 \end_layout
7387
7388 \end_inset
7389
7390
7391 \end_layout
7392
7393 \begin_layout Standard
7394 Arrows can be inserted via the math toolbar button 
7395 \begin_inset Graphics
7396         filename ../images/math/leftarrow.png
7397         scale 85
7398
7399 \end_inset
7400
7401  or the commands listed in the following subsections.
7402 \end_layout
7403
7404 \begin_layout Subsection
7405 Horizontal Arrows
7406 \begin_inset Index idx
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410 Arrows ! horizontal
7411 \end_layout
7412
7413 \end_inset
7414
7415
7416 \end_layout
7417
7418 \begin_layout Standard
7419 \begin_inset space \hfill{}
7420 \end_inset
7421
7422
7423 \begin_inset Tabular
7424 <lyxtabular version="3" rows="8" columns="2">
7425 <features rotate="0" tabularvalignment="middle">
7426 <column alignment="center" valignment="top" width="0pt">
7427 <column alignment="center" valignment="top" width="0pt">
7428 <row>
7429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 Command
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 Result
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row>
7449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \backslash
7455 gets
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 \begin_inset Formula $\gets$
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 </row>
7473 <row>
7474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7475 \begin_inset Text
7476
7477 \begin_layout Plain Layout
7478
7479 \backslash
7480 Leftarrow
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 \begin_inset Formula $\Leftarrow$
7490 \end_inset
7491
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 </row>
7498 <row>
7499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \backslash
7505 longleftarrow
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 \begin_inset Formula $\longleftarrow$
7515 \end_inset
7516
7517
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 </row>
7523 <row>
7524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \backslash
7530 Longleftarrow
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 \begin_inset Formula $\Longleftarrow$
7540 \end_inset
7541
7542
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 </row>
7548 <row>
7549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \backslash
7555 leftharpoonup
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 \begin_inset Formula $\leftharpoonup$
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578
7579 \backslash
7580 leftharpoondown
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589 \begin_inset Formula $\leftharpoondown$
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \backslash
7605 hookleftarrow
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 \begin_inset Formula $\hookleftarrow$
7615 \end_inset
7616
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 </row>
7623 </lyxtabular>
7624
7625 \end_inset
7626
7627
7628 \begin_inset space \hfill{}
7629 \end_inset
7630
7631
7632 \begin_inset Tabular
7633 <lyxtabular version="3" rows="8" columns="2">
7634 <features rotate="0" tabularvalignment="middle">
7635 <column alignment="center" valignment="top" width="0pt">
7636 <column alignment="center" valignment="top" width="0pt">
7637 <row>
7638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 Command
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 Result
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 </row>
7657 <row>
7658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \backslash
7664 to
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 \begin_inset Formula $\to$
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 <row>
7683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687
7688 \backslash
7689 Rightarrow
7690 \end_layout
7691
7692 \end_inset
7693 </cell>
7694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698 \begin_inset Formula $\Rightarrow$
7699 \end_inset
7700
7701
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 </row>
7707 <row>
7708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712
7713 \backslash
7714 longrightarrow
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 \begin_inset Formula $\longrightarrow$
7724 \end_inset
7725
7726
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 <row>
7733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7734 \begin_inset Text
7735
7736 \begin_layout Plain Layout
7737
7738 \backslash
7739 Longrightarrow
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 \begin_inset Formula $\Longrightarrow$
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \backslash
7764 rightharpoonup
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 \begin_inset Formula $\rightharpoonup$
7774 \end_inset
7775
7776
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 </row>
7782 <row>
7783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787
7788 \backslash
7789 rightharpoondown
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 \begin_inset Formula $\rightharpoondown$
7799 \end_inset
7800
7801
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \backslash
7814 hookrightarrow
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 \begin_inset Formula $\hookrightarrow$
7824 \end_inset
7825
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 </lyxtabular>
7833
7834 \end_inset
7835
7836
7837 \begin_inset space \hfill{}
7838 \end_inset
7839
7840
7841 \end_layout
7842
7843 \begin_layout Standard
7844 \begin_inset space \hfill{}
7845 \end_inset
7846
7847
7848 \begin_inset Tabular
7849 <lyxtabular version="3" rows="6" columns="2">
7850 <features rotate="0" tabularvalignment="middle">
7851 <column alignment="center" valignment="top" width="0pt">
7852 <column alignment="center" valignment="top" width="0pt">
7853 <row>
7854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 Command
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Result
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 </row>
7873 <row>
7874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \backslash
7880 leftrightarrow
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889 \begin_inset Formula $\leftrightarrow$
7890 \end_inset
7891
7892
7893 \end_layout
7894
7895 \end_inset
7896 </cell>
7897 </row>
7898 <row>
7899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903
7904 \backslash
7905 Leftrightarrow
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914 \begin_inset Formula $\Leftrightarrow$
7915 \end_inset
7916
7917
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 </row>
7923 <row>
7924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7925 \begin_inset Text
7926
7927 \begin_layout Plain Layout
7928
7929 \backslash
7930 longleftrightarrow
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 \begin_inset Formula $\longleftrightarrow$
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \backslash
7955 Longleftrightarrow
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 \begin_inset Formula $\Longleftrightarrow$
7965 \end_inset
7966
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \backslash
7980 rightleftharpoons
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 \begin_inset Formula $\rightleftharpoons$
7990 \end_inset
7991
7992
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 </row>
7998 </lyxtabular>
7999
8000 \end_inset
8001
8002
8003 \begin_inset space \hspace{}
8004 \length 25pt
8005 \end_inset
8006
8007
8008 \begin_inset space \hfill{}
8009 \end_inset
8010
8011
8012 \begin_inset Tabular
8013 <lyxtabular version="3" rows="5" columns="2">
8014 <features rotate="0" tabularvalignment="middle">
8015 <column alignment="center" valignment="top" width="0pt">
8016 <column alignment="center" valignment="top" width="0pt">
8017 <row>
8018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022 Command
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 Result
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 </row>
8037 <row>
8038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042
8043 \backslash
8044 mapsto
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053 \begin_inset Formula $\mapsto$
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 </row>
8062 <row>
8063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067
8068 \backslash
8069 longmapsto
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 \begin_inset Formula $\longmapsto$
8079 \end_inset
8080
8081
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \backslash
8094 leadsto
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 \begin_inset Formula $\leadsto$
8104 \end_inset
8105
8106
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \backslash
8119 dasharrow
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 \begin_inset Formula $\dasharrow$
8129 \end_inset
8130
8131
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 </row>
8137 </lyxtabular>
8138
8139 \end_inset
8140
8141
8142 \begin_inset space \hfill{}
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \begin_layout Standard
8149 \begin_inset VSpace medskip
8150 \end_inset
8151
8152 Arrows used as accents like e.
8153 \begin_inset space \thinspace{}
8154 \end_inset
8155
8156 g.
8157 \begin_inset space \space{}
8158 \end_inset
8159
8160 vector arrows are listed in 
8161 \begin_inset CommandInset ref
8162 LatexCommand ref
8163 reference "sec:Accents"
8164
8165 \end_inset
8166
8167 .
8168 \end_layout
8169
8170 \begin_layout Standard
8171 \begin_inset VSpace bigskip
8172 \end_inset
8173
8174 Furthermore there are the labeled arrows
8175 \begin_inset Index idx
8176 status collapsed
8177
8178 \begin_layout Plain Layout
8179 Arrows ! labeled
8180 \end_layout
8181
8182 \end_inset
8183
8184  
8185 \series bold
8186
8187 \backslash
8188 xleftarrow
8189 \series default
8190
8191 \begin_inset Index idx
8192 status collapsed
8193
8194 \begin_layout Plain Layout
8195 Commands ! X ! 
8196 \backslash
8197 xleftarrow
8198 \end_layout
8199
8200 \end_inset
8201
8202  and 
8203 \series bold
8204
8205 \backslash
8206 xrightarrow
8207 \series default
8208
8209 \begin_inset Index idx
8210 status collapsed
8211
8212 \begin_layout Plain Layout
8213 Commands ! X ! 
8214 \backslash
8215 xrightarrow
8216 \begin_inset ERT
8217 status collapsed
8218
8219 \begin_layout Plain Layout
8220
8221
8222 \backslash
8223 vspace{4mm}
8224 \end_layout
8225
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \end_inset
8232
8233 .
8234  When inserting one of these commands in a formula, an arrow with two blue
8235  boxes appear where the label can be inserted.
8236  The length of the arrow adapts to the label width.
8237 \end_layout
8238
8239 \begin_layout Standard
8240 \align center
8241 \begin_inset Tabular
8242 <lyxtabular version="3" rows="3" columns="2">
8243 <features rotate="0" tabularvalignment="middle">
8244 <column alignment="center" valignment="top" width="0pt">
8245 <column alignment="center" valignment="top" width="0pt">
8246 <row>
8247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Command
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 Result
8261 \begin_inset Note Note
8262 status collapsed
8263
8264 \begin_layout Plain Layout
8265
8266 \series bold
8267
8268 \backslash
8269 raisebox
8270 \series default
8271  is only used as spacer.
8272 \end_layout
8273
8274 \end_inset
8275
8276
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 F(a)
8288 \backslash
8289 xleftarrow
8290 \begin_inset space \textvisiblespace{}
8291 \end_inset
8292
8293 x=a
8294 \begin_inset Formula $\downarrow$
8295 \end_inset
8296
8297 x>0
8298 \begin_inset Formula $\to$
8299 \end_inset
8300
8301 F(x)
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 F(x)
8325 \backslash
8326 xrightarrow
8327 \begin_inset space \textvisiblespace{}
8328 \end_inset
8329
8330 x=a
8331 \begin_inset Formula $\downarrow$
8332 \end_inset
8333
8334 x>0
8335 \begin_inset Formula $\to$
8336 \end_inset
8337
8338 F(a)
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 </lyxtabular>
8357
8358 \end_inset
8359
8360
8361 \end_layout
8362
8363 \begin_layout Subsection
8364 Vertical and diagonal Arrows
8365 \begin_inset Index idx
8366 status collapsed
8367
8368 \begin_layout Plain Layout
8369 Arrows ! diagonal
8370 \end_layout
8371
8372 \end_inset
8373
8374
8375 \begin_inset Index idx
8376 status collapsed
8377
8378 \begin_layout Plain Layout
8379 Arrows ! vertical
8380 \end_layout
8381
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \begin_layout Standard
8388 \begin_inset space \hfill{}
8389 \end_inset
8390
8391
8392 \begin_inset Tabular
8393 <lyxtabular version="3" rows="7" columns="2">
8394 <features rotate="0" tabularvalignment="middle">
8395 <column alignment="center" valignment="top" width="0pt">
8396 <column alignment="center" valignment="top" width="0pt">
8397 <row>
8398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Command
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Result
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \backslash
8424 uparrow
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 \begin_inset Formula $\uparrow$
8434 \end_inset
8435
8436
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447
8448 \backslash
8449 Uparrow
8450 \end_layout
8451
8452 \end_inset
8453 </cell>
8454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458 \begin_inset Formula $\Uparrow$
8459 \end_inset
8460
8461
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \backslash
8474 updownarrow
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 \begin_inset Formula $\updownarrow$
8484 \end_inset
8485
8486
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 </row>
8492 <row>
8493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497
8498 \backslash
8499 Updownarrow
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 \begin_inset Formula $\Updownarrow$
8509 \end_inset
8510
8511
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 </row>
8517 <row>
8518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522
8523 \backslash
8524 Downarrow
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 \begin_inset Formula $\Downarrow$
8534 \end_inset
8535
8536
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \backslash
8549 downarrow
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 \begin_inset Formula $\downarrow$
8559 \end_inset
8560
8561
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 </lyxtabular>
8568
8569 \end_inset
8570
8571
8572 \begin_inset space \hfill{}
8573 \end_inset
8574
8575
8576 \begin_inset Tabular
8577 <lyxtabular version="3" rows="5" columns="2">
8578 <features rotate="0" tabularvalignment="middle">
8579 <column alignment="center" valignment="top" width="0pt">
8580 <column alignment="center" valignment="top" width="0pt">
8581 <row>
8582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Command
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 Result
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \backslash
8608 nearrow
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 \begin_inset Formula $\nearrow$
8618 \end_inset
8619
8620
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \backslash
8633 searrow
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 \begin_inset Formula $\searrow$
8643 \end_inset
8644
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \backslash
8658 swarrow
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 \begin_inset Formula $\swarrow$
8668 \end_inset
8669
8670
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \backslash
8683 nwarrow
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 \begin_inset Formula $\nwarrow$
8693 \end_inset
8694
8695
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 </lyxtabular>
8702
8703 \end_inset
8704
8705
8706 \begin_inset space \hfill{}
8707 \end_inset
8708
8709
8710 \end_layout
8711
8712 \begin_layout Standard
8713 \begin_inset VSpace medskip
8714 \end_inset
8715
8716 Vertical arrows can be used also as delimiters together with the commands
8717  described in 
8718 \begin_inset CommandInset ref
8719 LatexCommand ref
8720 reference "sub:Manual-Bracket-Size"
8721
8722 \end_inset
8723
8724  and 
8725 \begin_inset CommandInset ref
8726 LatexCommand ref
8727 reference "sub:Automatic-Bracket-Size"
8728
8729 \end_inset
8730
8731 .
8732 \end_layout
8733
8734 \begin_layout Section
8735 Accents
8736 \begin_inset CommandInset label
8737 LatexCommand label
8738 name "sec:Accents"
8739
8740 \end_inset
8741
8742
8743 \begin_inset Index idx
8744 status collapsed
8745
8746 \begin_layout Plain Layout
8747 Accents
8748 \end_layout
8749
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \begin_layout Standard
8756 Accents can be inserted via the math toolbar button 
8757 \begin_inset Graphics
8758         filename ../images/math/hat.png
8759         scale 85
8760
8761 \end_inset
8762
8763  or the commands listed in the following subsections.
8764 \end_layout
8765
8766 \begin_layout Subsection
8767 Accents for one Character
8768 \begin_inset ERT
8769 status collapsed
8770
8771 \begin_layout Plain Layout
8772
8773
8774 \backslash
8775 texorpdfstring{
8776 \end_layout
8777
8778 \end_inset
8779
8780
8781 \begin_inset Foot
8782 status collapsed
8783
8784 \begin_layout Plain Layout
8785 accents in text see 
8786 \begin_inset CommandInset ref
8787 LatexCommand ref
8788 reference "sub:Accents-in-Text"
8789
8790 \end_inset
8791
8792
8793 \end_layout
8794
8795 \end_inset
8796
8797
8798 \begin_inset ERT
8799 status collapsed
8800
8801 \begin_layout Plain Layout
8802
8803 }{}
8804 \end_layout
8805
8806 \end_inset
8807
8808
8809 \begin_inset Note Note
8810 status collapsed
8811
8812 \begin_layout Plain Layout
8813
8814 \series bold
8815
8816 \backslash
8817 texorpdfstring
8818 \series default
8819  is used to avoid that the footnote appears in the PDF-bookmark.
8820 \end_layout
8821
8822 \begin_layout Plain Layout
8823 More about 
8824 \series bold
8825
8826 \backslash
8827 texorpdfstring
8828 \series default
8829  is in section 
8830 \begin_inset CommandInset ref
8831 LatexCommand ref
8832 reference "sub:Formulas-in-Section"
8833
8834 \end_inset
8835
8836 .
8837 \end_layout
8838
8839 \end_inset
8840
8841
8842 \begin_inset CommandInset label
8843 LatexCommand label
8844 name "sub:Accents-for-one"
8845
8846 \end_inset
8847
8848
8849 \begin_inset Index idx
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853 Accents ! for one character
8854 \end_layout
8855
8856 \end_inset
8857
8858
8859 \end_layout
8860
8861 \begin_layout Standard
8862 \begin_inset space \hfill{}
8863 \end_inset
8864
8865
8866 \begin_inset Tabular
8867 <lyxtabular version="3" rows="8" columns="2">
8868 <features rotate="0" tabularvalignment="middle">
8869 <column alignment="center" valignment="top" width="0pt">
8870 <column alignment="center" valignment="top" width="0pt">
8871 <row>
8872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 Command
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 Result
8886 \begin_inset Note Note
8887 status collapsed
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892
8893 \backslash
8894 raisebox
8895 \series default
8896  is only used as spacer.
8897 \end_layout
8898
8899 \end_inset
8900
8901
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 </row>
8907 <row>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912
8913 \backslash
8914 dot
8915 \begin_inset space \textvisiblespace{}
8916 \end_inset
8917
8918 A
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8928 \end_inset
8929
8930
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \backslash
8943 ddot
8944 \begin_inset space \textvisiblespace{}
8945 \end_inset
8946
8947 A
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8957 \end_inset
8958
8959
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \backslash
8972 dddot
8973 \begin_inset space \textvisiblespace{}
8974 \end_inset
8975
8976 A
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 ddddot
9002 \begin_inset space \textvisiblespace{}
9003 \end_inset
9004
9005 A
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9015 \end_inset
9016
9017
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \backslash
9030 vec
9031 \begin_inset space \textvisiblespace{}
9032 \end_inset
9033
9034 A
9035 \begin_inset Index idx
9036 status collapsed
9037
9038 \begin_layout Plain Layout
9039 Vectors
9040 \end_layout
9041
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9054 \end_inset
9055
9056
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 </row>
9062 <row>
9063 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9064 \begin_inset Text
9065
9066 \begin_layout Plain Layout
9067
9068 \backslash
9069 bar
9070 \begin_inset space \textvisiblespace{}
9071 \end_inset
9072
9073 A
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9083 \end_inset
9084
9085
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row>
9092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \backslash
9098 mathring
9099 \begin_inset space \textvisiblespace{}
9100 \end_inset
9101
9102 A
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 </lyxtabular>
9121
9122 \end_inset
9123
9124
9125 \begin_inset space \hfill{}
9126 \end_inset
9127
9128
9129 \begin_inset Tabular
9130 <lyxtabular version="3" rows="7" columns="2">
9131 <features rotate="0" tabularvalignment="middle">
9132 <column alignment="center" valignment="top" width="0pt">
9133 <column alignment="center" valignment="top" width="0pt">
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Command
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Result
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 </row>
9154 <row>
9155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159
9160 \backslash
9161 tilde
9162 \begin_inset space \textvisiblespace{}
9163 \end_inset
9164
9165 A
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9175 \end_inset
9176
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 </row>
9183 <row>
9184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \backslash
9190 hat
9191 \begin_inset space \textvisiblespace{}
9192 \end_inset
9193
9194 A
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9204 \end_inset
9205
9206
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \backslash
9219 check
9220 \begin_inset space \textvisiblespace{}
9221 \end_inset
9222
9223 A
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \backslash
9248 acute
9249 \begin_inset space \textvisiblespace{}
9250 \end_inset
9251
9252 A
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 grave
9278 \begin_inset space \textvisiblespace{}
9279 \end_inset
9280
9281 A
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 breve
9307 \begin_inset space \textvisiblespace{}
9308 \end_inset
9309
9310 A
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 </lyxtabular>
9329
9330 \end_inset
9331
9332
9333 \begin_inset space \hfill{}
9334 \end_inset
9335
9336
9337 \end_layout
9338
9339 \begin_layout Standard
9340 \begin_inset VSpace bigskip
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \begin_layout Standard
9347 You can directly insert accents like é to formulas.
9348  LyX will transform them to the corresponding accent command.
9349  For umlauts
9350 \begin_inset Index idx
9351 status collapsed
9352
9353 \begin_layout Plain Layout
9354 Umlauts
9355 \end_layout
9356
9357 \end_inset
9358
9359  it is better to insert a quotation mark before the vowel.
9360  These two characters are then treated by LaTeX as 
9361 \emph on
9362 one
9363 \emph default
9364  character when the formula part with the umlaut is marked as German.
9365  In contrary to 
9366 \series bold
9367
9368 \backslash
9369 ddot
9370 \series default
9371 , with this method 
9372 \begin_inset Quotes eld
9373 \end_inset
9374
9375 real
9376 \begin_inset Quotes erd
9377 \end_inset
9378
9379  umlauts are created as demonstrated in the following example:
9380 \end_layout
9381
9382 \begin_layout Standard
9383 \begin_inset VSpace -2mm
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \begin_layout Standard
9390 \align center
9391 \begin_inset Tabular
9392 <lyxtabular version="3" rows="3" columns="2">
9393 <features rotate="0" tabularvalignment="middle">
9394 <column alignment="center" valignment="top">
9395 <column alignment="center" valignment="top">
9396 <row>
9397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401 Command
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 Result
9411 \begin_inset Note Note
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416 \series bold
9417
9418 \backslash
9419 raisebox
9420 \series default
9421  and the 0
9422 \begin_inset space \thinspace{}
9423 \end_inset
9424
9425 pt space are only used as spacer.
9426 \end_layout
9427
9428 \end_inset
9429
9430
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \lang ngerman
9443 \begin_inset Quotes grd
9444 \end_inset
9445
9446 i
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 \begin_inset space \hspace{}
9456 \length 0pt
9457 \end_inset
9458
9459
9460 \lang ngerman
9461
9462 \begin_inset Formula $"i$
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476
9477 \backslash
9478 ddot
9479 \begin_inset space \textvisiblespace{}
9480 \end_inset
9481
9482 i
9483 \end_layout
9484
9485 \end_inset
9486 </cell>
9487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9492 \end_inset
9493
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 </row>
9500 </lyxtabular>
9501
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Standard
9508 Another advantage to 
9509 \series bold
9510
9511 \backslash
9512 ddot
9513 \series default
9514  is that umlauts can directly be converted to mathematical text because
9515  the accent commands above are 
9516 \emph on
9517 not allowed
9518 \emph default
9519  
9520 \emph on
9521 in mathematical text
9522 \emph default
9523 .
9524  To convert an accented character to mathematical text, only the character
9525  under the accent may be converted.
9526  This applies also for all other conversions, e.
9527 \begin_inset space \thinspace{}
9528 \end_inset
9529
9530 g.
9531 \begin_inset space \space{}
9532 \end_inset
9533
9534 to italic or bold.
9535 \end_layout
9536
9537 \begin_layout Standard
9538 In mathematical text, umlauts and other accented characters can directly
9539  be inserted.
9540 \end_layout
9541
9542 \begin_layout Subsection
9543 Accents for several Characters
9544 \begin_inset Index idx
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548 Accents ! for several characters
9549 \end_layout
9550
9551 \end_inset
9552
9553
9554 \end_layout
9555
9556 \begin_layout Standard
9557 \begin_inset space \hfill{}
9558 \end_inset
9559
9560
9561 \begin_inset Tabular
9562 <lyxtabular version="3" rows="5" columns="2">
9563 <features rotate="0" tabularvalignment="middle">
9564 <column alignment="center" valignment="top" width="0pt">
9565 <column alignment="center" valignment="top" width="0pt">
9566 <row>
9567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 Command
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 Result
9581 \begin_inset Note Note
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587
9588 \backslash
9589 raisebox
9590 \series default
9591  is only used as spacer.
9592 \end_layout
9593
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \backslash
9609 overleftarrow
9610 \begin_inset space \textvisiblespace{}
9611 \end_inset
9612
9613 A=B
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 underleftarrow
9639 \begin_inset space \textvisiblespace{}
9640 \end_inset
9641
9642 A=B
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \backslash
9667 overleftrightarrow
9668 \begin_inset space \textvisiblespace{}
9669 \end_inset
9670
9671 A=B
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \backslash
9696 underleftrightarrow
9697 \begin_inset space \textvisiblespace{}
9698 \end_inset
9699
9700 A=B
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 </lyxtabular>
9719
9720 \end_inset
9721
9722
9723 \begin_inset space \hfill{}
9724 \end_inset
9725
9726
9727 \begin_inset Tabular
9728 <lyxtabular version="3" rows="5" columns="2">
9729 <features rotate="0" tabularvalignment="middle">
9730 <column alignment="center" valignment="top" width="0pt">
9731 <column alignment="center" valignment="top" width="0pt">
9732 <row>
9733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 Command
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746 Result
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 </row>
9752 <row>
9753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9754 \begin_inset Text
9755
9756 \begin_layout Plain Layout
9757
9758 \backslash
9759 overrightarrow
9760 \begin_inset space \textvisiblespace{}
9761 \end_inset
9762
9763 A=B
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9773 \end_inset
9774
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 </row>
9781 <row>
9782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \backslash
9788 underrightarrow
9789 \begin_inset space \textvisiblespace{}
9790 \end_inset
9791
9792 A=B
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9798 \begin_inset Text
9799
9800 \begin_layout Plain Layout
9801 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9802 \end_inset
9803
9804
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 </row>
9810 <row>
9811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \backslash
9817 widetilde
9818 \begin_inset space \textvisiblespace{}
9819 \end_inset
9820
9821 A=B
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9831 \end_inset
9832
9833
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 </row>
9839 <row>
9840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844
9845 \backslash
9846 widehat
9847 \begin_inset space \textvisiblespace{}
9848 \end_inset
9849
9850 A=B
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9856 \begin_inset Text
9857
9858 \begin_layout Plain Layout
9859 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 </row>
9868 </lyxtabular>
9869
9870 \end_inset
9871
9872
9873 \begin_inset space \hfill{}
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \begin_layout Standard
9880 \begin_inset VSpace medskip
9881 \end_inset
9882
9883 With these commands as many characters as you like can be accented.
9884  But the accents 
9885 \series bold
9886
9887 \backslash
9888 widetilde
9889 \series default
9890  and 
9891 \series bold
9892
9893 \backslash
9894 widehat
9895 \series default
9896  will only be set in the output with a length of three characters, as shown
9897  in the following example:
9898 \begin_inset Formula 
9899 \[
9900 \widetilde{A+B=C-D}
9901 \]
9902
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \begin_layout Standard
9909 With the commands 
9910 \series bold
9911
9912 \backslash
9913 overset
9914 \series default
9915
9916 \begin_inset Index idx
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920 Commands ! O ! 
9921 \backslash
9922 overset
9923 \end_layout
9924
9925 \end_inset
9926
9927  and 
9928 \series bold
9929
9930 \backslash
9931 underset
9932 \series default
9933
9934 \begin_inset Index idx
9935 status collapsed
9936
9937 \begin_layout Plain Layout
9938 Commands ! U ! 
9939 \backslash
9940 underset
9941 \end_layout
9942
9943 \end_inset
9944
9945  described in the previous subsection it is also possible to accent several
9946  characters.
9947  The command 
9948 \series bold
9949
9950 \backslash
9951 underset
9952 \begin_inset space \textvisiblespace{}
9953 \end_inset
9954
9955 A=B
9956 \begin_inset Formula $\downarrow$
9957 \end_inset
9958
9959 ***
9960 \series default
9961  creates:
9962 \begin_inset Formula 
9963 \[
9964 \underset{***}{A=B}
9965 \]
9966
9967 \end_inset
9968
9969
9970 \end_layout
9971
9972 \begin_layout Standard
9973 \begin_inset Newpage newpage
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \begin_layout Section
9980 Space
9981 \begin_inset CommandInset label
9982 LatexCommand label
9983 name "sub:Space"
9984
9985 \end_inset
9986
9987
9988 \begin_inset Index idx
9989 status collapsed
9990
9991 \begin_layout Plain Layout
9992 Space ! horizontal
9993 \end_layout
9994
9995 \end_inset
9996
9997
9998 \end_layout
9999
10000 \begin_layout Subsection
10001 Predefined Space
10002 \begin_inset CommandInset label
10003 LatexCommand label
10004 name "sub:Predefined-Space"
10005
10006 \end_inset
10007
10008
10009 \begin_inset Index idx
10010 status collapsed
10011
10012 \begin_layout Plain Layout
10013 Space ! horizontal ! predefined
10014 \end_layout
10015
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \begin_layout Standard
10022 Sometimes it is necessary to insert horizontal space into a formula.
10023  This is done by inserting a protected space (shortcut 
10024 \begin_inset Info
10025 type  "shortcut"
10026 arg   "command-alternatives space-insert protected ; math-space"
10027 \end_inset
10028
10029 ).
10030  A 
10031 \begin_inset Quotes eld
10032 \end_inset
10033
10034
10035 \color blue
10036
10037 \begin_inset space \textvisiblespace{}
10038 \end_inset
10039
10040
10041 \color inherit
10042
10043 \begin_inset Quotes erd
10044 \end_inset
10045
10046  appears and by pressing 
10047 \family sans
10048 Space
10049 \family default
10050  several times one can select one of eight different space sizes.
10051  The spaces can also be inserted using the math toolbar button 
10052 \begin_inset Graphics
10053         filename ../images/math/space.png
10054         scale 85
10055
10056 \end_inset
10057
10058  or special commands.
10059  Independent from the inserted command, one can select the size again by
10060  pressing 
10061 \family sans
10062 Space
10063 \family default
10064  afterwards.
10065 \end_layout
10066
10067 \begin_layout Standard
10068 \noindent
10069 \align center
10070 \begin_inset VSpace -5mm
10071 \end_inset
10072
10073
10074 \begin_inset Tabular
10075 <lyxtabular version="3" rows="3" columns="7">
10076 <features rotate="0" tabularvalignment="middle">
10077 <column alignment="center" valignment="middle" width="6.8cm">
10078 <column alignment="center" valignment="top">
10079 <column alignment="center" valignment="top">
10080 <column alignment="center" valignment="top">
10081 <column alignment="center" valignment="top">
10082 <column alignment="center" valignment="top">
10083 <column alignment="center" valignment="top">
10084 <row>
10085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 Command
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \backslash
10100 ,
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \backslash
10111 :
10112 \end_layout
10113
10114 \end_inset
10115 </cell>
10116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \backslash
10122 ;
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \backslash
10133 quad
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \backslash
10144 qquad
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153
10154 \backslash
10155 !
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 Number of 
10167 \family sans
10168 Space
10169 \family default
10170  keystrokes after inserting the protected space
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 0
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 1
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 2
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 3
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 4
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 5
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 </row>
10230 <row>
10231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235 Result
10236 \end_layout
10237
10238 \end_inset
10239 </cell>
10240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244 \begin_inset Formula $A\, B$
10245 \end_inset
10246
10247
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 \begin_inset Formula $A\: B$
10257 \end_inset
10258
10259
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 \begin_inset Formula $A\; B$
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10277 \begin_inset Text
10278
10279 \begin_layout Plain Layout
10280 \begin_inset Formula $A\quad B$
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 \begin_inset Formula $A\qquad B$
10293 \end_inset
10294
10295
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 \begin_inset Formula $A\! B$
10305 \end_inset
10306
10307
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 </lyxtabular>
10314
10315 \end_inset
10316
10317
10318 \end_layout
10319
10320 \begin_layout Standard
10321 The last size seem to produce no space.
10322  It is displayed red in LyX contrary to the other sizes, because it is a
10323  negative space.
10324  There are two more negative spaces:
10325 \end_layout
10326
10327 \begin_layout Standard
10328 \align center
10329 \begin_inset Tabular
10330 <lyxtabular version="3" rows="3" columns="3">
10331 <features rotate="0" tabularvalignment="middle">
10332 <column alignment="center" valignment="middle" width="6.8cm">
10333 <column alignment="center" valignment="top" width="0pt">
10334 <column alignment="center" valignment="top" width="0pt">
10335 <row>
10336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Command
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \backslash
10351 negmedspace
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \backslash
10362 negthickspace
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 Number of 
10374 \family sans
10375 Space
10376 \family default
10377  keystrokes after inserting the protected space
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 6
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 7
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Result
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 \begin_inset Formula $A\negmedspace B$
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 \begin_inset Formula $A\negthickspace B$
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 </lyxtabular>
10437
10438 \end_inset
10439
10440
10441 \end_layout
10442
10443 \begin_layout Standard
10444 Negative spaces can lead to characters overlapping each other.
10445  Thus they can be used to enforce ligatures, which are e.
10446 \begin_inset space \thinspace{}
10447 \end_inset
10448
10449 g.
10450 \begin_inset space \space{}
10451 \end_inset
10452
10453 useful for summation operators:
10454 \end_layout
10455
10456 \begin_layout Standard
10457 \align center
10458 \begin_inset Tabular
10459 <lyxtabular version="3" rows="3" columns="2">
10460 <features rotate="0" tabularvalignment="middle">
10461 <column alignment="center" valignment="top">
10462 <column alignment="center" valignment="top">
10463 <row>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Command
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 Result
10478 \begin_inset Note Note
10479 status collapsed
10480
10481 \begin_layout Plain Layout
10482
10483 \series bold
10484
10485 \backslash
10486 raisebox
10487 \series default
10488  is only used as spacer.
10489 \end_layout
10490
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 sum
10507 \backslash
10508 sum
10509 \begin_inset space \textvisiblespace{}
10510 \end_inset
10511
10512 f_kl
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10522 \end_inset
10523
10524
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 </row>
10530 <row>
10531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535
10536 \backslash
10537 sum
10538 \backslash
10539 negmedspace
10540 \backslash
10541 sum
10542 \begin_inset space \textvisiblespace{}
10543 \end_inset
10544
10545 f_kl
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10555 \end_inset
10556
10557
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 </row>
10563 </lyxtabular>
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 Relations like for example equal signs, are always surrounded by space.
10572  To suppress this, the equal sign is placed into a TeX-brace.
10573  The following example demonstrates this:
10574 \end_layout
10575
10576 \begin_layout Standard
10577 \align center
10578 \begin_inset Tabular
10579 <lyxtabular version="3" rows="2" columns="2">
10580 <features rotate="0" tabularvalignment="middle">
10581 <column alignment="center" valignment="top" width="0pt">
10582 <column alignment="center" valignment="top" width="0pt">
10583 <row>
10584 <cell alignment="center" valignment="top" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 normal equation
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $A=B$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Note Note
10612 status collapsed
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617
10618 \backslash
10619 raisebox
10620 \series default
10621  is only used as spacer.
10622 \end_layout
10623
10624 \end_inset
10625
10626
10627 \begin_inset Formula $\raisebox{5mm}{}$
10628 \end_inset
10629
10630 equation without space
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 \begin_inset Formula $A{=}B$
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 </lyxtabular>
10649
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \begin_layout Standard
10656 \noindent
10657 The command for the last formula is: 
10658 \series bold
10659 A
10660 \backslash
10661 {=
10662 \begin_inset Formula $\to$
10663 \end_inset
10664
10665 B
10666 \end_layout
10667
10668 \begin_layout Standard
10669 \begin_inset VSpace bigskip
10670 \end_inset
10671
10672 Spaces are needed for physical units, because the space between the value
10673  and the unit is the smallest one and not a normal space.
10674  For units in text, the smallest space is inserted via the menu 
10675 \family sans
10676 Insert\SpecialChar \menuseparator
10677 Formatting\SpecialChar \menuseparator
10678 Thin
10679 \begin_inset space ~
10680 \end_inset
10681
10682 Space
10683 \family default
10684  (shortcut 
10685 \begin_inset Info
10686 type  "shortcut"
10687 arg   "space-insert thin"
10688 \end_inset
10689
10690 ).
10691 \end_layout
10692
10693 \begin_layout Standard
10694 An example to visualize the difference:
10695 \end_layout
10696
10697 \begin_layout Standard
10698 \begin_inset Tabular
10699 <lyxtabular version="3" rows="2" columns="2">
10700 <features rotate="0" tabularvalignment="middle">
10701 <column alignment="left" valignment="top">
10702 <column alignment="left" valignment="top">
10703 <row>
10704 <cell alignment="center" valignment="top" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 24 kW
10709 \begin_inset Formula $\cdot$
10710 \end_inset
10711
10712 h
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 space between value and unit
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 24
10733 \begin_inset space \thinspace{}
10734 \end_inset
10735
10736 kW
10737 \begin_inset Formula $\cdot$
10738 \end_inset
10739
10740 h
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 smallest space between value and unit
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 </lyxtabular>
10756
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \begin_layout Subsection
10763 Variable Space
10764 \begin_inset ERT
10765 status collapsed
10766
10767 \begin_layout Plain Layout
10768
10769
10770 \backslash
10771 texorpdfstring{
10772 \end_layout
10773
10774 \end_inset
10775
10776
10777 \begin_inset Foot
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781 for vertical space in formulas see 
10782 \begin_inset CommandInset ref
10783 LatexCommand ref
10784 reference "sub:Line-Separation"
10785
10786 \end_inset
10787
10788
10789 \end_layout
10790
10791 \end_inset
10792
10793
10794 \begin_inset ERT
10795 status collapsed
10796
10797 \begin_layout Plain Layout
10798
10799 }{}
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \begin_inset Note Note
10806 status collapsed
10807
10808 \begin_layout Plain Layout
10809
10810 \backslash
10811 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
10812 \end_layout
10813
10814 \begin_layout Plain Layout
10815 More about 
10816 \backslash
10817 texorpdfstring is in section 
10818 \begin_inset CommandInset ref
10819 LatexCommand ref
10820 reference "sub:Formulas-in-Section"
10821
10822 \end_inset
10823
10824 .
10825 \end_layout
10826
10827 \end_inset
10828
10829
10830 \begin_inset CommandInset label
10831 LatexCommand label
10832 name "sub:Variable-Space"
10833
10834 \end_inset
10835
10836
10837 \begin_inset Index idx
10838 status collapsed
10839
10840 \begin_layout Plain Layout
10841 Space ! horizontal ! variable
10842 \end_layout
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \begin_layout Standard
10850 Space with a defined length can be inserted with the command 
10851 \series bold
10852
10853 \backslash
10854 hspace
10855 \series default
10856
10857 \begin_inset Index idx
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861 Commands ! H ! 
10862 \backslash
10863 hspace
10864 \end_layout
10865
10866 \end_inset
10867
10868 .
10869  Then a long 
10870 \begin_inset Quotes eld
10871 \end_inset
10872
10873
10874 \color blue
10875
10876 \begin_inset space \textvisiblespace{}
10877 \end_inset
10878
10879
10880 \color inherit
10881
10882 \begin_inset Quotes erd
10883 \end_inset
10884
10885  appears.
10886  The length can be specified by left-clicking on the 
10887 \begin_inset Quotes eld
10888 \end_inset
10889
10890
10891 \color blue
10892
10893 \begin_inset space \textvisiblespace{}
10894 \end_inset
10895
10896
10897 \color inherit
10898
10899 \begin_inset Quotes erd
10900 \end_inset
10901
10902 .
10903  The length may also be negative.
10904  To insert as much space as is available, the command 
10905 \series bold
10906
10907 \backslash
10908 hfill
10909 \series default
10910
10911 \begin_inset Index idx
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915 Commands ! H ! 
10916 \backslash
10917 hfill
10918 \end_layout
10919
10920 \end_inset
10921
10922  is used.
10923 \end_layout
10924
10925 \begin_layout Standard
10926 \begin_inset VSpace -1mm
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \align center
10934 \begin_inset Tabular
10935 <lyxtabular version="3" rows="4" columns="2">
10936 <features rotate="0" tabularvalignment="middle">
10937 <column alignment="center" valignment="top">
10938 <column alignment="center" valignment="top">
10939 <row>
10940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Command (
10945 \backslash
10946 hspace length)
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 Result
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 </row>
10961 <row>
10962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 A=B
10967 \backslash
10968 hspace
10969 \begin_inset space \textvisiblespace{}
10970 \end_inset
10971
10972
10973 \begin_inset Formula $\to$
10974 \end_inset
10975
10976 A
10977 \backslash
10978 not=C (3
10979 \begin_inset space \thinspace{}
10980 \end_inset
10981
10982 cm)
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 </row>
11000 <row>
11001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11002 \begin_inset Text
11003
11004 \begin_layout Plain Layout
11005 A
11006 \backslash
11007 hspace
11008 \begin_inset space \textvisiblespace{}
11009 \end_inset
11010
11011
11012 \begin_inset Formula $\to$
11013 \end_inset
11014
11015 A
11016 \backslash
11017 not=A (-1
11018 \begin_inset space \thinspace{}
11019 \end_inset
11020
11021 mm)
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11031 \end_inset
11032
11033
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 </row>
11039 <row>
11040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 A=A
11045 \backslash
11046 hfill
11047 \begin_inset space \textvisiblespace{}
11048 \end_inset
11049
11050 B=B
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 \begin_inset Formula $A=A\hfill B=B$
11060 \end_inset
11061
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \end_layout
11074
11075 \begin_layout Standard
11076 In the last example the available space is given by the longest column entry
11077  of the table.
11078  In an inline formula the space depends on the length of the line in which
11079  
11080 \series bold
11081
11082 \backslash
11083 hfill
11084 \series default
11085  is inserted.
11086  Thus, when the line uses the full width, no space will be created.
11087  
11088 \series bold
11089
11090 \backslash
11091 hfill
11092 \series default
11093  only has an effect on displayed formulas when the formula style 
11094 \series bold
11095 Indented
11096 \series default
11097  is used.
11098  (Formula styles are explained in 
11099 \begin_inset CommandInset ref
11100 LatexCommand ref
11101 reference "sec:Formula-Styles"
11102
11103 \end_inset
11104
11105 .)
11106 \end_layout
11107
11108 \begin_layout Standard
11109 Besides 
11110 \series bold
11111
11112 \backslash
11113 hfill
11114 \series default
11115 , there are the commands 
11116 \series bold
11117
11118 \backslash
11119 dotfill
11120 \series default
11121  and 
11122 \series bold
11123
11124 \backslash
11125 hrulefill
11126 \series default
11127  that fill the space with a pattern, see 
11128 \begin_inset CommandInset ref
11129 LatexCommand ref
11130 reference "sub:Ellipses"
11131
11132 \end_inset
11133
11134  for an example.
11135 \end_layout
11136
11137 \begin_layout Standard
11138 For text, variable space can be inserted via the menu 
11139 \family sans
11140 Insert\SpecialChar \menuseparator
11141 Formatting\SpecialChar \menuseparator
11142 Horizontal
11143 \begin_inset space ~
11144 \end_inset
11145
11146 Space
11147 \family default
11148 :
11149 \end_layout
11150
11151 \begin_layout Standard
11152 This is a line with
11153 \begin_inset space \hspace{}
11154 \length 2cm
11155 \end_inset
11156
11157 2
11158 \begin_inset space \thinspace{}
11159 \end_inset
11160
11161 cm space.
11162 \end_layout
11163
11164 \begin_layout Standard
11165 This is a line with
11166 \begin_inset space \hfill{}
11167 \end_inset
11168
11169 maximum space.
11170 \end_layout
11171
11172 \begin_layout Subsection
11173 Space besides inline Formulas
11174 \begin_inset Index idx
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178 Space ! besides inline formulas
11179 \end_layout
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Standard
11187 The space that surrounds inline formulas can be adjusted with the length
11188  
11189 \series bold
11190
11191 \backslash
11192 mathsurround
11193 \series default
11194
11195 \begin_inset Index idx
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 Commands ! M ! 
11200 \backslash
11201 mathsurround
11202 \end_layout
11203
11204 \end_inset
11205
11206 .
11207  The value of a length is set with the command 
11208 \series bold
11209
11210 \backslash
11211 setlength
11212 \series default
11213
11214 \begin_inset Index idx
11215 status collapsed
11216
11217 \begin_layout Plain Layout
11218 Commands ! S ! 
11219 \backslash
11220 setlength
11221 \end_layout
11222
11223 \end_inset
11224
11225  which has the following scheme:
11226 \end_layout
11227
11228 \begin_layout Standard
11229
11230 \series bold
11231
11232 \backslash
11233 setlength{length name}{value}
11234 \end_layout
11235
11236 \begin_layout Standard
11237 To set 
11238 \series bold
11239
11240 \backslash
11241 mathsurround
11242 \series default
11243  to the value 5
11244 \begin_inset space \thinspace{}
11245 \end_inset
11246
11247 mm, the command
11248 \end_layout
11249
11250 \begin_layout Standard
11251
11252 \series bold
11253
11254 \backslash
11255 setlength{
11256 \backslash
11257 mathsurround}{5mm}
11258 \end_layout
11259
11260 \begin_layout Standard
11261 is inserted in TeX-mode.
11262  5
11263 \begin_inset space \thinspace{}
11264 \end_inset
11265
11266 mm space will now be set around all inline formulas:
11267 \begin_inset ERT
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271
11272
11273 \backslash
11274 setlength{
11275 \backslash
11276 mathsurround}{5mm}
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 This is a line with an inline formula 
11286 \begin_inset Formula $A=B$
11287 \end_inset
11288
11289  with 5
11290 \begin_inset space \thinspace{}
11291 \end_inset
11292
11293 mm surrounding space.
11294 \begin_inset ERT
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298
11299
11300 \backslash
11301 setlength{
11302 \backslash
11303 mathsurround}{0pt}
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Standard
11312 To return to the predefined value, 
11313 \series bold
11314
11315 \backslash
11316 mathsurround
11317 \series default
11318  is set to the value 0
11319 \begin_inset space \thinspace{}
11320 \end_inset
11321
11322 pt.
11323 \end_layout
11324
11325 \begin_layout Section
11326 Boxes and Frames
11327 \begin_inset Index idx
11328 status collapsed
11329
11330 \begin_layout Plain Layout
11331 Boxes
11332 \end_layout
11333
11334 \end_inset
11335
11336
11337 \begin_inset Index idx
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341 Frames | see
11342 \begin_inset ERT
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346
11347 {
11348 \end_layout
11349
11350 \end_inset
11351
11352 Boxes
11353 \begin_inset ERT
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357
11358 }
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Boxes for text are described in chapter 
11373 \family typewriter
11374 Boxes
11375 \family default
11376  in the 
11377 \family typewriter
11378 Embedded
11379 \begin_inset space ~
11380 \end_inset
11381
11382 Objects
11383 \family default
11384  manual.
11385 \end_layout
11386
11387 \begin_layout Subsection
11388 Boxes with Frame
11389 \begin_inset CommandInset label
11390 LatexCommand label
11391 name "sub:Boxes-with-Frame"
11392
11393 \end_inset
11394
11395
11396 \begin_inset Index idx
11397 status collapsed
11398
11399 \begin_layout Plain Layout
11400 Boxes ! with frame
11401 \end_layout
11402
11403 \end_inset
11404
11405
11406 \end_layout
11407
11408 \begin_layout Standard
11409 It is possible to frame a formula or part of one with the commands 
11410 \series bold
11411
11412 \backslash
11413 fbox
11414 \series default
11415
11416 \begin_inset Index idx
11417 status collapsed
11418
11419 \begin_layout Plain Layout
11420 Commands ! F ! 
11421 \backslash
11422 fbox
11423 \end_layout
11424
11425 \end_inset
11426
11427  and 
11428 \series bold
11429
11430 \backslash
11431 boxed
11432 \series default
11433
11434 \begin_inset Index idx
11435 status collapsed
11436
11437 \begin_layout Plain Layout
11438 Commands ! B ! 
11439 \backslash
11440 boxed
11441 \end_layout
11442
11443 \end_inset
11444
11445 .
11446 \end_layout
11447
11448 \begin_layout Standard
11449 When one of these commands is inserted in a formula, a blue box appears
11450  within a frame to enter formula parts.
11451  For 
11452 \series bold
11453
11454 \backslash
11455 fbox
11456 \series default
11457  an additional formula has to be created by 
11458 \family sans
11459 Ctrl+M
11460 \family default
11461  within this box, because the box content will otherwise be treated as mathemati
11462 cal text.
11463  When 
11464 \series bold
11465
11466 \backslash
11467 boxed
11468 \series default
11469  is used, a new formula is automatically created inside the frame.
11470 \end_layout
11471
11472 \begin_layout Standard
11473 The command 
11474 \series bold
11475
11476 \backslash
11477 fbox
11478 \series default
11479  is not suitable to frame displayed formulas because the formula will always
11480  be set in the size of the text.
11481  
11482 \series bold
11483
11484 \backslash
11485 boxed
11486 \series default
11487  is in contrary not suitable to frame inline formulas, because the formula
11488  will always be set in the size of a displayed formula.
11489 \end_layout
11490
11491 \begin_layout Standard
11492 An extension to 
11493 \series bold
11494
11495 \backslash
11496 fbox
11497 \series default
11498  is the command 
11499 \series bold
11500
11501 \backslash
11502 framebox
11503 \series default
11504
11505 \begin_inset Index idx
11506 status collapsed
11507
11508 \begin_layout Plain Layout
11509 Commands ! F ! 
11510 \backslash
11511 framebox
11512 \end_layout
11513
11514 \end_inset
11515
11516  where additionally the frame width and the alignment can be specified.
11517  
11518 \series bold
11519
11520 \backslash
11521 framebox
11522 \series default
11523  is used in the following scheme:
11524 \end_layout
11525
11526 \begin_layout Standard
11527
11528 \series bold
11529
11530 \backslash
11531 framebox[frame width][position]{box content}
11532 \end_layout
11533
11534 \begin_layout Standard
11535 The position can either be 
11536 \emph on
11537 l
11538 \emph default
11539  or 
11540 \emph on
11541 r
11542 \emph default
11543 .
11544  
11545 \emph on
11546 l
11547 \emph default
11548  left aligns, 
11549 \emph on
11550 r
11551 \emph default
11552  right aligns the formula in the box.
11553  When no position is given, the formula will be centered.
11554 \begin_inset Newline newline
11555 \end_inset
11556
11557 If no width is given, also no position can be given.
11558  In this case the frame width is adjusted to the box content like for 
11559 \series bold
11560
11561 \backslash
11562 fbox
11563 \series default
11564 .
11565 \end_layout
11566
11567 \begin_layout Standard
11568 When the command 
11569 \series bold
11570
11571 \backslash
11572 framebox
11573 \series default
11574  is inserted, a box appears containing three blue boxes.
11575  The first two boxes are surrounded by brackets and denote the two optional
11576  arguments.
11577  The third box is for formula parts like for 
11578 \series bold
11579
11580 \backslash
11581 fbox
11582 \series default
11583 .
11584 \end_layout
11585
11586 \begin_layout Standard
11587 \begin_inset Newpage newpage
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \begin_layout Standard
11594 \align center
11595 \begin_inset Tabular
11596 <lyxtabular version="3" rows="5" columns="2">
11597 <features rotate="0" tabularvalignment="middle">
11598 <column alignment="center" valignment="top">
11599 <column alignment="center" valignment="top">
11600 <row>
11601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 Command
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 Result
11615 \begin_inset Note Note
11616 status collapsed
11617
11618 \begin_layout Plain Layout
11619
11620 \series bold
11621
11622 \backslash
11623 raisebox
11624 \series default
11625  is only used as spacer.
11626 \end_layout
11627
11628 \end_inset
11629
11630
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 </row>
11636 <row>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641
11642 \backslash
11643 fbox
11644 \begin_inset space \textvisiblespace{}
11645 \end_inset
11646
11647
11648 \family sans
11649 Ctrl+M
11650 \family default
11651  
11652 \backslash
11653 int
11654 \begin_inset space \textvisiblespace{}
11655 \end_inset
11656
11657 A=B
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \backslash
11682 boxed
11683 \begin_inset space \textvisiblespace{}
11684 \end_inset
11685
11686
11687 \backslash
11688 int
11689 \begin_inset space \textvisiblespace{}
11690 \end_inset
11691
11692 A=B
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 A+
11716 \backslash
11717 fbox
11718 \begin_inset space \textvisiblespace{}
11719 \end_inset
11720
11721 B
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11731 \end_inset
11732
11733
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 </row>
11739 <row>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744
11745 \backslash
11746 framebox
11747 \begin_inset space \textvisiblespace{}
11748 \end_inset
11749
11750 20mm
11751 \begin_inset Formula $\to$
11752 \end_inset
11753
11754
11755 \begin_inset Formula $\to$
11756 \end_inset
11757
11758
11759 \family sans
11760 Ctrl+M
11761 \family default
11762  
11763 \backslash
11764 frac
11765 \begin_inset space \textvisiblespace{}
11766 \end_inset
11767
11768 A
11769 \begin_inset Formula $\downarrow$
11770 \end_inset
11771
11772 B
11773 \end_layout
11774
11775 \end_inset
11776 </cell>
11777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 \begin_inset Formula $\raisebox{6mm}{}$
11782 \end_inset
11783
11784
11785 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11786 \end_inset
11787
11788
11789 \begin_inset Formula $\raisebox{-4mm}{}$
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 </row>
11798 </lyxtabular>
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 The frame thickness can also be adjusted.
11807  To do this the following commands have to be inserted in TeX-mode before
11808  the formula
11809 \end_layout
11810
11811 \begin_layout Standard
11812
11813 \series bold
11814
11815 \backslash
11816 fboxrule
11817 \series default
11818  
11819 \series bold
11820
11821 \begin_inset Quotes eld
11822 \end_inset
11823
11824 thickness
11825 \begin_inset Quotes erd
11826 \end_inset
11827
11828
11829 \series default
11830  
11831 \series bold
11832
11833 \backslash
11834 fboxsep
11835 \series default
11836  
11837 \series bold
11838
11839 \begin_inset Quotes eld
11840 \end_inset
11841
11842 distance
11843 \begin_inset Quotes erd
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \begin_layout Standard
11850 \begin_inset Quotes eld
11851 \end_inset
11852
11853 distance
11854 \begin_inset Quotes erd
11855 \end_inset
11856
11857  specifies the minimal distance between the frame and the first character
11858  in the box.
11859  An example for this is the following framed formula:
11860 \begin_inset ERT
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864
11865
11866 \backslash
11867 fboxrule 2mm 
11868 \backslash
11869 fboxsep 3mm
11870 \end_layout
11871
11872 \end_inset
11873
11874
11875 \begin_inset Formula 
11876 \[
11877 \boxed{A+B=C}
11878 \]
11879
11880 \end_inset
11881
11882 Before this formula the commands
11883 \end_layout
11884
11885 \begin_layout Standard
11886
11887 \series bold
11888
11889 \backslash
11890 fboxrule
11891 \series default
11892  
11893 \series bold
11894 2mm
11895 \series default
11896  
11897 \series bold
11898
11899 \backslash
11900 fboxsep
11901 \series default
11902  
11903 \series bold
11904 3mm
11905 \end_layout
11906
11907 \begin_layout Standard
11908 were inserted in TeX-mode.
11909  The given values are used for all following boxes.
11910 \end_layout
11911
11912 \begin_layout Standard
11913 To return to the standard frame size, the command
11914 \end_layout
11915
11916 \begin_layout Standard
11917
11918 \series bold
11919
11920 \backslash
11921 fboxrule
11922 \series default
11923  
11924 \series bold
11925 0.4pt
11926 \series default
11927  
11928 \series bold
11929
11930 \backslash
11931 fboxsep
11932 \series default
11933  
11934 \series bold
11935 3pt
11936 \series default
11937
11938 \begin_inset ERT
11939 status collapsed
11940
11941 \begin_layout Plain Layout
11942
11943
11944 \backslash
11945 fboxrule 0.4pt 
11946 \backslash
11947 fboxsep 3pt
11948 \end_layout
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 is inserted in TeX-mode before the next formula.
11957 \end_layout
11958
11959 \begin_layout Subsection
11960 Boxes without Frame
11961 \begin_inset CommandInset label
11962 LatexCommand label
11963 name "sub:Boxes-without-Frame"
11964
11965 \end_inset
11966
11967
11968 \begin_inset Index idx
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972 Boxes ! without frame
11973 \end_layout
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Standard
11981 For boxes without a frame there are the following box commands: 
11982 \series bold
11983
11984 \backslash
11985 mbox
11986 \series default
11987
11988 \begin_inset Index idx
11989 status collapsed
11990
11991 \begin_layout Plain Layout
11992 Commands ! M ! 
11993 \backslash
11994 mbox
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \series bold
12001
12002 \backslash
12003 makebox
12004 \series default
12005
12006 \begin_inset Index idx
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 Commands ! M ! 
12011 \backslash
12012 makebox
12013 \end_layout
12014
12015 \end_inset
12016
12017  and 
12018 \series bold
12019
12020 \backslash
12021 raisebox
12022 \series default
12023
12024 \begin_inset Index idx
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028 Commands ! R ! 
12029 \backslash
12030 raisebox
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 With 
12040 \series bold
12041
12042 \backslash
12043 raisebox
12044 \series default
12045  a box can be super- or subscripted.
12046  But in contrary to normal super- and subscripting, the characters in the
12047  box keep their font size.
12048  
12049 \series bold
12050
12051 \backslash
12052 raisebox
12053 \series default
12054  is used in the following scheme:
12055 \end_layout
12056
12057 \begin_layout Standard
12058
12059 \series bold
12060
12061 \backslash
12062 raisebox{height}{box content}
12063 \end_layout
12064
12065 \begin_layout Standard
12066 When the box should contain a formula, an extra formula is needed like for
12067  
12068 \series bold
12069
12070 \backslash
12071 fbox
12072 \series default
12073 .
12074  
12075 \series medium
12076
12077 \begin_inset Note Greyedout
12078 status open
12079
12080 \begin_layout Plain Layout
12081
12082 \series bold
12083 Note:
12084 \series default
12085  For 
12086 \series bold
12087
12088 \backslash
12089 raisebox
12090 \series default
12091  this extra formula is created by pressing 
12092 \family sans
12093 Ctrl+M
12094 \family default
12095  twice instead of once because LyX doesn't yet support 
12096 \series bold
12097
12098 \backslash
12099 raisebox
12100 \series default
12101  directly.
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Standard
12110 \align center
12111 \begin_inset Tabular
12112 <lyxtabular version="3" rows="4" columns="2">
12113 <features rotate="0" tabularvalignment="middle">
12114 <column alignment="center" valignment="top">
12115 <column alignment="center" valignment="top">
12116 <row>
12117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 Command
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 Result
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141 H
12142 \backslash
12143 raisebox{2mm
12144 \begin_inset Formula $\to$
12145 \end_inset
12146
12147
12148 \backslash
12149 {al
12150 \begin_inset Formula $\to$
12151 \end_inset
12152
12153  lo
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12163 \end_inset
12164
12165
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 </row>
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 H
12177 \backslash
12178 raisebox{-2mm
12179 \begin_inset Formula $\to$
12180 \end_inset
12181
12182
12183 \backslash
12184 {al
12185 \begin_inset Formula $\to$
12186 \end_inset
12187
12188 lo
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \end_inset
12204 </cell>
12205 </row>
12206 <row>
12207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12208 \begin_inset Text
12209
12210 \begin_layout Plain Layout
12211 A=
12212 \backslash
12213 raisebox{-2mm
12214 \begin_inset Formula $\to$
12215 \end_inset
12216
12217
12218 \backslash
12219 {
12220 \family sans
12221 Ctrl+M
12222 \family default
12223  
12224 \family sans
12225 Ctrl+M
12226 \family default
12227  
12228 \backslash
12229 sqrt
12230 \begin_inset space \textvisiblespace{}
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 </row>
12251 </lyxtabular>
12252
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \begin_layout Standard
12259 The command 
12260 \series bold
12261
12262 \backslash
12263 mbox
12264 \series default
12265  is equivalent to 
12266 \series bold
12267
12268 \backslash
12269 fbox
12270 \series default
12271  and 
12272 \series bold
12273
12274 \backslash
12275 makebox
12276 \series default
12277  is equivalent to 
12278 \series bold
12279
12280 \backslash
12281 framebox
12282 \series default
12283 , with the difference that there is no frame.
12284 \end_layout
12285
12286 \begin_layout Subsection
12287 Colored Boxes
12288 \begin_inset CommandInset label
12289 LatexCommand label
12290 name "sub:Colored-Boxes"
12291
12292 \end_inset
12293
12294
12295 \begin_inset Index idx
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299 Boxes ! colored
12300 \end_layout
12301
12302 \end_inset
12303
12304
12305 \end_layout
12306
12307 \begin_layout Standard
12308 To be able to use all commands explained in this section, the LaTeX-package
12309  
12310 \series bold
12311 color
12312 \series default
12313
12314 \begin_inset Foot
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 The LaTeX-package 
12319 \series bold
12320 color
12321 \series default
12322  is part of every LaTeX standard installation.
12323 \end_layout
12324
12325 \end_inset
12326
12327
12328 \begin_inset Index idx
12329 status collapsed
12330
12331 \begin_layout Plain Layout
12332 Packages ! color
12333 \end_layout
12334
12335 \end_inset
12336
12337  has to be loaded in the LaTeX-preamble with the line
12338 \begin_inset Foot
12339 status collapsed
12340
12341 \begin_layout Plain Layout
12342 When text is colored somewhere in the document with a predefined color,
12343  LyX loads the LaTeX-package 
12344 \series bold
12345 color
12346 \series default
12347  automatically.
12348  Thus it is possible that the package is loaded twice, but this does not
12349  cause problems.
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \begin_inset Note Note
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
12360 amble.
12361 \end_layout
12362
12363 \end_inset
12364
12365
12366 \end_layout
12367
12368 \begin_layout Standard
12369
12370 \series bold
12371
12372 \backslash
12373 usepackage{color}
12374 \end_layout
12375
12376 \begin_layout Standard
12377 \begin_inset VSpace medskip
12378 \end_inset
12379
12380 To color boxes, the command 
12381 \series bold
12382
12383 \backslash
12384 colorbox
12385 \series default
12386
12387 \begin_inset Index idx
12388 status collapsed
12389
12390 \begin_layout Plain Layout
12391 Commands ! C ! 
12392 \backslash
12393 colorbox
12394 \end_layout
12395
12396 \end_inset
12397
12398  is used in the following scheme:
12399 \end_layout
12400
12401 \begin_layout Standard
12402
12403 \series bold
12404
12405 \backslash
12406 colorbox{color}{box content}
12407 \end_layout
12408
12409 \begin_layout Standard
12410 The box content can also be a box and a 
12411 \series bold
12412
12413 \backslash
12414 colorbox
12415 \series default
12416  can also be part of another box (see the 2nd and 3rd example).
12417  When the box should contain a formula, an extra formula has to be created,
12418  the same way as for 
12419 \series bold
12420
12421 \backslash
12422 raisebox
12423 \series default
12424 .
12425 \begin_inset Foot
12426 status collapsed
12427
12428 \begin_layout Plain Layout
12429 This also applies for the command 
12430 \series bold
12431
12432 \backslash
12433 fcolorbox
12434 \series default
12435 .
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \end_layout
12442
12443 \begin_layout Standard
12444 One of the following predefined colors can be chosen:
12445 \end_layout
12446
12447 \begin_layout Standard
12448
12449 \series bold
12450 black
12451 \series default
12452
12453 \series bold
12454 blue
12455 \series default
12456
12457 \series bold
12458 cyan
12459 \series default
12460
12461 \series bold
12462 green
12463 \series default
12464
12465 \series bold
12466 magenta
12467 \series default
12468
12469 \series bold
12470 red
12471 \series default
12472
12473 \series bold
12474 white
12475 \series default
12476  and 
12477 \series bold
12478 yellow
12479 \end_layout
12480
12481 \begin_layout Standard
12482 \align center
12483 \begin_inset Tabular
12484 <lyxtabular version="3" rows="4" columns="2">
12485 <features rotate="0" tabularvalignment="middle">
12486 <column alignment="center" valignment="top">
12487 <column alignment="center" valignment="top">
12488 <row>
12489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493 Command
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12499 \begin_inset Text
12500
12501 \begin_layout Plain Layout
12502 Result
12503 \begin_inset Note Note
12504 status collapsed
12505
12506 \begin_layout Plain Layout
12507
12508 \series bold
12509
12510 \backslash
12511 raisebox
12512 \series default
12513  is only used as spacer.
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 </row>
12524 <row>
12525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529
12530 \backslash
12531 colorbox{yellow
12532 \begin_inset Formula $\to$
12533 \end_inset
12534
12535
12536 \backslash
12537 {A=B
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12547 \end_inset
12548
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 </row>
12555 <row>
12556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560
12561 \backslash
12562 colorbox{green
12563 \begin_inset Formula $\to$
12564 \end_inset
12565
12566
12567 \backslash
12568 {
12569 \backslash
12570 fbox
12571 \begin_inset space \textvisiblespace{}
12572 \end_inset
12573
12574 A=B
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12584 \end_inset
12585
12586
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 </row>
12592 <row>
12593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597
12598 \backslash
12599 fbox
12600 \begin_inset space \textvisiblespace{}
12601 \end_inset
12602
12603
12604 \backslash
12605 colorbox{green
12606 \begin_inset Formula $\to$
12607 \end_inset
12608
12609
12610 \backslash
12611 {
12612 \family sans
12613 Ctrl+M
12614 \family default
12615  
12616 \family sans
12617 Ctrl+M
12618 \family default
12619  
12620 \backslash
12621 int
12622 \begin_inset space \textvisiblespace{}
12623 \end_inset
12624
12625 C=D
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12635 \end_inset
12636
12637
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 </row>
12643 </lyxtabular>
12644
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \begin_layout Standard
12651
12652 \series bold
12653
12654 \backslash
12655 colorbox
12656 \series default
12657  only colors the box but not the characters in the box.
12658  To color all characters, the whole formula is highlighted and the desired
12659  color is chosen in the 
12660 \family sans
12661 Text
12662 \begin_inset space ~
12663 \end_inset
12664
12665 Style
12666 \family default
12667  dialog.
12668  The dialog can be called with the toolbar button 
12669 \begin_inset Graphics
12670         filename ../images/dialog-show_character.png
12671         scale 85
12672
12673 \end_inset
12674
12675  or the menu 
12676 \family sans
12677 Edit\SpecialChar \menuseparator
12678 Text
12679 \begin_inset space ~
12680 \end_inset
12681
12682 Style\SpecialChar \menuseparator
12683 Customized
12684 \family default
12685 .
12686  The formula number then has the same color as the formula.
12687  When the formula number should get another color than the formula characters,
12688  the color must be changed within the formula.
12689 \end_layout
12690
12691 \begin_layout Standard
12692 An example:
12693 \end_layout
12694
12695 \begin_layout Standard
12696
12697 \color red
12698 \begin_inset Formula 
12699 \begin{equation}
12700 \int A=B\label{eq:red}
12701 \end{equation}
12702
12703 \end_inset
12704
12705
12706 \color green
12707
12708 \begin_inset Formula 
12709 \begin{equation}
12710 \textcolor{red}{\int A=B}\label{eq:redgreen}
12711 \end{equation}
12712
12713 \end_inset
12714
12715
12716 \end_layout
12717
12718 \begin_layout Standard
12719 Formula 
12720 \begin_inset CommandInset ref
12721 LatexCommand eqref
12722 reference "eq:red"
12723
12724 \end_inset
12725
12726  is completely colored red.
12727 \begin_inset Newline newline
12728 \end_inset
12729
12730 Formula 
12731 \begin_inset CommandInset ref
12732 LatexCommand eqref
12733 reference "eq:redgreen"
12734
12735 \end_inset
12736
12737  was first completely colored green to set the color for the formula number.
12738  Subsequently the formula characters were colored red.
12739 \end_layout
12740
12741 \begin_layout Standard
12742 \begin_inset VSpace bigskip
12743 \end_inset
12744
12745 To color the frame different than the rest of the box, the command 
12746 \series bold
12747
12748 \backslash
12749 fcolorbox
12750 \series default
12751
12752 \begin_inset Index idx
12753 status collapsed
12754
12755 \begin_layout Plain Layout
12756 Commands ! F ! 
12757 \backslash
12758 fcolorbox
12759 \end_layout
12760
12761 \end_inset
12762
12763  is used in the following scheme:
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 fcolorbox{frame color}{color}{box content}
12772 \end_layout
12773
12774 \begin_layout Standard
12775 So 
12776 \series bold
12777
12778 \backslash
12779 fcolorbox
12780 \series default
12781  is an extension of the command 
12782 \series bold
12783
12784 \backslash
12785 colorbox
12786 \series default
12787 .
12788  The frame width is set, like for 
12789 \series bold
12790
12791 \backslash
12792 framebox
12793 \series default
12794 , with 
12795 \series bold
12796
12797 \backslash
12798 fboxrule
12799 \series default
12800  and 
12801 \series bold
12802
12803 \backslash
12804 fboxsep
12805 \series default
12806 .
12807  An example:
12808 \begin_inset ERT
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812
12813
12814 \backslash
12815 fboxrule 1mm 
12816 \backslash
12817 fboxsep 1mm
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \begin_inset Formula 
12824 \[
12825 \fcolorbox{cyan}{magenta}{A=B}
12826 \]
12827
12828 \end_inset
12829
12830
12831 \begin_inset ERT
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835
12836
12837 \backslash
12838 fboxrule 0.4pt 
12839 \backslash
12840 fboxsep 3pt
12841 \end_layout
12842
12843 \end_inset
12844
12845
12846 \end_layout
12847
12848 \begin_layout Standard
12849 This formula was created with the command
12850 \begin_inset Newline newline
12851 \end_inset
12852
12853
12854 \series bold
12855
12856 \backslash
12857 fcolorbox{cyan
12858 \begin_inset Formula $\to$
12859 \end_inset
12860
12861
12862 \backslash
12863 {magenta
12864 \begin_inset Formula $\to$
12865 \end_inset
12866
12867
12868 \backslash
12869 {A=B
12870 \series default
12871 .
12872 \end_layout
12873
12874 \begin_layout Standard
12875 \begin_inset VSpace bigskip
12876 \end_inset
12877
12878 To use other colors than the predefined ones, they have to be defined first.
12879 \end_layout
12880
12881 \begin_layout Standard
12882 One can for example define the color 
12883 \begin_inset Quotes eld
12884 \end_inset
12885
12886
12887 \series bold
12888 darkgreen
12889 \series default
12890
12891 \begin_inset Quotes erd
12892 \end_inset
12893
12894  with the LaTeX-preamble line:
12895 \end_layout
12896
12897 \begin_layout Standard
12898
12899 \series bold
12900
12901 \backslash
12902 definecolor{darkgreen}{cmyk}{0.5,
12903 \series default
12904  
12905 \series bold
12906 0,
12907 \series default
12908  
12909 \series bold
12910 1,
12911 \series default
12912  
12913 \series bold
12914 0.5}
12915 \series default
12916
12917 \begin_inset Index idx
12918 status collapsed
12919
12920 \begin_layout Plain Layout
12921 Commands ! D ! 
12922 \backslash
12923 definecolor
12924 \end_layout
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933 \series bold
12934 cmyk
12935 \series default
12936  is the color space that denotes the colors 
12937 \series bold
12938 cyan
12939 \series default
12940
12941 \series bold
12942 magenta
12943 \series default
12944
12945 \series bold
12946 yellow
12947 \series default
12948  and 
12949 \series bold
12950 black
12951 \series default
12952 .
12953  The four comma separated numbers are the portion factor for the corresponding
12954  colors of the color space.
12955  The factors can be in the range of 0
12956 \begin_inset space \thinspace{}
12957 \end_inset
12958
12959 -
12960 \begin_inset space \thinspace{}
12961 \end_inset
12962
12963 1.
12964  Instead of 
12965 \series bold
12966 cmyk
12967 \series default
12968  also the color space 
12969 \series bold
12970 rgb
12971 \series default
12972  can be used for definitions.
12973  
12974 \series bold
12975 rgb
12976 \series default
12977  denotes 
12978 \series bold
12979 red
12980 \series default
12981
12982 \series bold
12983 green
12984 \series default
12985  and 
12986 \series bold
12987 blue
12988 \series default
12989 , so that there are in this case three portion factors for the corresponding
12990  colors.
12991  Furthermore there is the color space 
12992 \series bold
12993 gray
12994 \series default
12995  with one portion factor for the gray value.
12996 \end_layout
12997
12998 \begin_layout Standard
12999 As example a framed box with the new defined color 
13000 \series bold
13001 darkgreen
13002 \series default
13003  where the characters have been colored 
13004 \series bold
13005 yellow
13006 \series default
13007 :
13008 \begin_inset Formula 
13009 \begin{equation}
13010 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13011 \end{equation}
13012
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Standard
13019 Self-defined colors can also be used for text with the help of the command
13020  
13021 \series bold
13022
13023 \backslash
13024 textcolor
13025 \series default
13026 :
13027 \begin_inset Index idx
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031 Text ! colored
13032 \end_layout
13033
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \begin_layout Standard
13040 \begin_inset ERT
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044
13045
13046 \backslash
13047 textcolor{darkgreen}{
13048 \end_layout
13049
13050 \end_inset
13051
13052 This sentence is 
13053 \begin_inset Quotes eld
13054 \end_inset
13055
13056 darkgreen
13057 \begin_inset Quotes erd
13058 \end_inset
13059
13060 .
13061 \begin_inset ERT
13062 status collapsed
13063
13064 \begin_layout Plain Layout
13065
13066 }
13067 \end_layout
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075
13076 \series bold
13077
13078 \backslash
13079 textcolor
13080 \series default
13081
13082 \begin_inset Index idx
13083 status collapsed
13084
13085 \begin_layout Plain Layout
13086 Commands ! T ! 
13087 \backslash
13088 textcolor
13089 \end_layout
13090
13091 \end_inset
13092
13093  is used in the scheme 
13094 \series bold
13095
13096 \backslash
13097 textcolor{color}{characters to color}
13098 \series default
13099 .
13100 \end_layout
13101
13102 \begin_layout Subsection
13103 Paragraph Boxes
13104 \begin_inset CommandInset label
13105 LatexCommand label
13106 name "sub:Paragraph-Boxes"
13107
13108 \end_inset
13109
13110
13111 \begin_inset Index idx
13112 status collapsed
13113
13114 \begin_layout Plain Layout
13115 Boxes ! as paragraph
13116 \end_layout
13117
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \begin_layout Standard
13124 A box that can contain several lines and paragraphs, a so-called paragraph
13125  box (parbox), can be created with the menu 
13126 \family sans
13127 Insert\SpecialChar \menuseparator
13128 Box
13129 \family default
13130  or the toolbar button 
13131 \begin_inset Graphics
13132         filename ../images/box-insert.png
13133         scale 85
13134
13135 \end_inset
13136
13137 .
13138 \end_layout
13139
13140 \begin_layout Standard
13141 The following example shows a framed parbox in a line:
13142 \end_layout
13143
13144 \begin_layout Standard
13145 \begin_inset VSpace medskip
13146 \end_inset
13147
13148 This is a line 
13149 \begin_inset Box Boxed
13150 position "c"
13151 hor_pos "c"
13152 has_inner_box 1
13153 inner_pos "t"
13154 use_parbox 1
13155 use_makebox 0
13156 width "5cm"
13157 special "none"
13158 height "1in"
13159 height_special "totalheight"
13160 status open
13161
13162 \begin_layout Plain Layout
13163 This is a paragraph box.
13164  It is exactly 5
13165 \begin_inset space \thinspace{}
13166 \end_inset
13167
13168 cm long and can also contain formulas: 
13169 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13170 \end_inset
13171
13172
13173 \end_layout
13174
13175 \end_inset
13176
13177  with a parbox.
13178 \end_layout
13179
13180 \begin_layout Standard
13181 \begin_inset VSpace medskip
13182 \end_inset
13183
13184
13185 \end_layout
13186
13187 \begin_layout Standard
13188 Such a box is created by right-clicking on the gray box inset.
13189  A dialog pops up showing the box properties.
13190  In our case set: 
13191 \emph on
13192 Decoration
13193 \emph default
13194 : Rectangular box, 
13195 \emph on
13196 Inner Box
13197 \emph default
13198 : Parbox, 
13199 \emph on
13200 Width
13201 \emph default
13202 : 5
13203 \begin_inset space \thinspace{}
13204 \end_inset
13205
13206 cm, 
13207 \emph on
13208 Vertical Box Alignment
13209 \emph default
13210 : Middle
13211 \end_layout
13212
13213 \begin_layout Standard
13214 \begin_inset VSpace medskip
13215 \end_inset
13216
13217 In LaTeX a parbox is created with the command 
13218 \series bold
13219
13220 \backslash
13221 parbox
13222 \series default
13223
13224 \begin_inset Index idx
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228 Commands ! P ! 
13229 \backslash
13230 parbox
13231 \end_layout
13232
13233 \end_inset
13234
13235  which has the following scheme:
13236 \end_layout
13237
13238 \begin_layout Standard
13239
13240 \series bold
13241
13242 \backslash
13243 parbox[position]{width}{box content}
13244 \end_layout
13245
13246 \begin_layout Standard
13247 The positions 
13248 \emph on
13249 b
13250 \emph default
13251  and 
13252 \emph on
13253 t
13254 \emph default
13255  are possible.
13256  
13257 \emph on
13258 b
13259 \emph default
13260  for 
13261 \begin_inset Quotes eld
13262 \end_inset
13263
13264 bottom
13265 \begin_inset Quotes erd
13266 \end_inset
13267
13268  means that the box is aligned within the surrounding text with its last
13269  line.
13270  With 
13271 \emph on
13272 t
13273 \emph default
13274  for 
13275 \begin_inset Quotes eld
13276 \end_inset
13277
13278 top
13279 \begin_inset Quotes erd
13280 \end_inset
13281
13282  this is done with the first line.
13283  When no position is given, the box will be vertically centered, see section
13284  
13285 \emph on
13286 Boxes
13287 \emph default
13288  of the 
13289 \emph on
13290 Embedded
13291 \begin_inset space ~
13292 \end_inset
13293
13294 Objects
13295 \emph default
13296  manual for examples.
13297 \end_layout
13298
13299 \begin_layout Standard
13300 \begin_inset VSpace bigskip
13301 \end_inset
13302
13303 To frame formulas completely, including the formula number, the formula
13304  must be set into a parbox.
13305  To do this, the command 
13306 \series bold
13307
13308 \backslash
13309 fbox{
13310 \backslash
13311 parbox{
13312 \backslash
13313 linewidth-2
13314 \backslash
13315 fboxsep-2
13316 \backslash
13317 fboxrule}{
13318 \series default
13319  is inserted in TeX-mode before the formula.
13320  
13321 \series bold
13322
13323 \backslash
13324 linewidth
13325 \series default
13326
13327 \begin_inset Index idx
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 Commands ! L ! 
13332 \backslash
13333 linewidth
13334 \end_layout
13335
13336 \end_inset
13337
13338  is hereby the line width set for the document.
13339  Because the frame is outside the parbox, 2
13340 \begin_inset space \thinspace{}
13341 \end_inset
13342
13343 times the frame separation and the frame thickness must be subtracted from
13344  the line width.
13345  As this is not automatically done by LyX due to a bug
13346 \begin_inset Foot
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350 \begin_inset CommandInset href
13351 LatexCommand href
13352 name "LyX-bug #4483"
13353 target "http://www.lyx.org/trac/ticket/4483"
13354
13355 \end_inset
13356
13357
13358 \end_layout
13359
13360 \end_inset
13361
13362 , TeX-mode has to be used.
13363  To be able to multiply and subtract in arguments, the LaTeX-package 
13364 \series bold
13365 calc
13366 \series default
13367
13368 \begin_inset Foot
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373 \series bold
13374 calc
13375 \series default
13376  is part of every LaTeX standard installation.
13377 \end_layout
13378
13379 \end_inset
13380
13381
13382 \begin_inset Index idx
13383 status collapsed
13384
13385 \begin_layout Plain Layout
13386 Packages ! calc
13387 \end_layout
13388
13389 \end_inset
13390
13391  must be loaded in the LaTeX-preamble with the line
13392 \end_layout
13393
13394 \begin_layout Standard
13395
13396 \series bold
13397
13398 \backslash
13399 usepackage{calc}
13400 \end_layout
13401
13402 \begin_layout Standard
13403 Behind the formula both boxes are closed by entering 
13404 \series bold
13405 }}
13406 \series default
13407  in TeX-mode.
13408  Here is an example:
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414
13415 \backslash
13416 fboxsep 5mm 
13417 \backslash
13418 fboxrule 5mm
13419 \end_layout
13420
13421 \end_inset
13422
13423
13424 \end_layout
13425
13426 \begin_layout Standard
13427 \begin_inset ERT
13428 status collapsed
13429
13430 \begin_layout Plain Layout
13431
13432
13433 \backslash
13434 fbox{
13435 \backslash
13436 parbox{
13437 \backslash
13438 linewidth-2
13439 \backslash
13440 fboxsep-2
13441 \backslash
13442 fboxrule}{
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \begin_inset Formula 
13449 \begin{equation}
13450 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13451 \end{equation}
13452
13453 \end_inset
13454
13455
13456 \begin_inset ERT
13457 status collapsed
13458
13459 \begin_layout Plain Layout
13460
13461 }}
13462 \end_layout
13463
13464 \end_inset
13465
13466
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472
13473 \backslash
13474 fboxrule 0.4pt 
13475 \backslash
13476 fboxsep 3pt
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \begin_layout Standard
13485 \begin_inset VSpace medskip
13486 \end_inset
13487
13488 As a parbox is used as the argument of 
13489 \series bold
13490
13491 \backslash
13492 fbox
13493 \series default
13494 , there is in this case no difference between 
13495 \series bold
13496
13497 \backslash
13498 fbox
13499 \series default
13500  and 
13501 \series bold
13502
13503 \backslash
13504 boxed
13505 \series default
13506 .
13507 \end_layout
13508
13509 \begin_layout Standard
13510 \begin_inset VSpace bigskip
13511 \end_inset
13512
13513 Paragraph boxes are very useful to comment formulas directly.
13514  To do this, 
13515 \series bold
13516
13517 \backslash
13518 parbox
13519 \series default
13520  is used in combination with the command 
13521 \series bold
13522
13523 \backslash
13524 tag
13525 \series default
13526 .
13527  (more about 
13528 \series bold
13529
13530 \backslash
13531 tag
13532 \series default
13533  see 
13534 \begin_inset CommandInset ref
13535 LatexCommand ref
13536 reference "sub:User-defined-Numbering"
13537
13538 \end_inset
13539
13540 )
13541 \end_layout
13542
13543 \begin_layout Standard
13544 An example of a formula commented with 
13545 \series bold
13546
13547 \backslash
13548 parbox
13549 \series default
13550 :
13551 \end_layout
13552
13553 \begin_layout Standard
13554 \begin_inset ERT
13555 status collapsed
13556
13557 \begin_layout Plain Layout
13558
13559
13560 \backslash
13561 [5x-7b=3b
13562 \backslash
13563 tag*{
13564 \backslash
13565 parbox{5cm}{
13566 \end_layout
13567
13568 \end_inset
13569
13570 This is a description.
13571  It is distinctly separated from the formula and multiline.
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577 }}
13578 \backslash
13579 ]
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \end_layout
13586
13587 \begin_layout Standard
13588 Such a formula must be inserted completely in TeX-mode because LyX does
13589  not yet support the command 
13590 \series bold
13591
13592 \backslash
13593 parbox
13594 \series default
13595  in formulas.
13596  The formula is created with the following command sequence:
13597 \end_layout
13598
13599 \begin_layout Standard
13600 The command 
13601 \series bold
13602
13603 \backslash
13604 [5x-7b=3b
13605 \backslash
13606 tag*
13607 \backslash
13608 {
13609 \backslash
13610 parbox{5cm}{
13611 \series default
13612  is inserted in TeX-mode.
13613 \begin_inset Foot
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 When the formula style 
13618 \series bold
13619 Indented
13620 \series default
13621  is used, 
13622 \series bold
13623
13624 \backslash
13625 tag*
13626 \backslash
13627 {
13628 \series default
13629  can also be replaced by 
13630 \series bold
13631
13632 \backslash
13633 hfill
13634 \series default
13635 .
13636  (formula styles see 
13637 \begin_inset CommandInset ref
13638 LatexCommand ref
13639 reference "sec:Formula-Styles"
13640
13641 \end_inset
13642
13643 )
13644 \end_layout
13645
13646 \end_inset
13647
13648  Then the description follows as normal text and finally 
13649 \series bold
13650 }}
13651 \backslash
13652 ]
13653 \series default
13654  is inserted in TeX-mode.
13655  The commands 
13656 \series bold
13657
13658 \backslash
13659 [
13660 \series default
13661  and 
13662 \series bold
13663
13664 \backslash
13665 ]
13666 \series default
13667  hereby create a displayed formula.
13668 \end_layout
13669
13670 \begin_layout Standard
13671 The advantages of 
13672 \series bold
13673
13674 \backslash
13675 parbox
13676 \series default
13677  can be seen in this example that was 
13678 \begin_inset Quotes eld
13679 \end_inset
13680
13681 commented
13682 \begin_inset Quotes erd
13683 \end_inset
13684
13685  using the mathematical textmode:
13686 \begin_inset Formula 
13687 \[
13688 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
13689 \]
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \begin_layout Section
13697 Operators
13698 \begin_inset Index idx
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702 Operators
13703 \end_layout
13704
13705 \end_inset
13706
13707
13708 \end_layout
13709
13710 \begin_layout Subsection
13711 Big Operators
13712 \begin_inset CommandInset label
13713 LatexCommand label
13714 name "sub:Big-Operators"
13715
13716 \end_inset
13717
13718
13719 \begin_inset Index idx
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723 Operators ! big
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \begin_inset Index idx
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733 Sums
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \begin_inset Index idx
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 Integrals
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \begin_layout Standard
13752 To be able to use all integral operators listed here, the option 
13753 \family sans
13754 Use esint package automatically
13755 \family default
13756  must be set in the document settings under 
13757 \family sans
13758 Math
13759 \begin_inset space ~
13760 \end_inset
13761
13762 Options
13763 \family default
13764 .
13765 \end_layout
13766
13767 \begin_layout Standard
13768 \begin_inset space \hfill{}
13769 \end_inset
13770
13771
13772 \begin_inset Tabular
13773 <lyxtabular version="3" rows="11" columns="2">
13774 <features rotate="0" tabularvalignment="middle">
13775 <column alignment="center" valignment="top" width="0pt">
13776 <column alignment="center" valignment="top" width="0pt">
13777 <row>
13778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 Command
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 Result
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 </row>
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \backslash
13804 int
13805 \begin_inset Index idx
13806 status collapsed
13807
13808 \begin_layout Plain Layout
13809 Commands ! I ! 
13810 \backslash
13811 int
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \end_inset
13820 </cell>
13821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825 \begin_inset Formula $\int$
13826 \end_inset
13827
13828
13829 \end_layout
13830
13831 \end_inset
13832 </cell>
13833 </row>
13834 <row>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \backslash
13841 oint
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset Formula $\oint$
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \backslash
13866 ointctrclockwise
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 \begin_inset Formula $\ointctrclockwise$
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889
13890 \backslash
13891 ointclockwise
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 \begin_inset Formula $\ointclockwise$
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914
13915 \backslash
13916 sqint
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 \begin_inset Formula $\sqint$
13926 \end_inset
13927
13928
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 </row>
13934 <row>
13935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13936 \begin_inset Text
13937
13938 \begin_layout Plain Layout
13939
13940 \backslash
13941 fint
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950  
13951 \begin_inset Formula $\fint$
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965
13966 \backslash
13967 landupint
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976  
13977 \begin_inset Formula $\landupint$
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 </row>
13986 <row>
13987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991
13992 \backslash
13993 landdownint
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002  
14003 \begin_inset Formula $\landdownint$
14004 \end_inset
14005
14006
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017
14018 \backslash
14019 bigcap
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 \begin_inset Formula $\bigcap$
14029 \end_inset
14030
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 <row>
14038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042
14043 \backslash
14044 bigcup
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 \begin_inset Formula $\bigcup$
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 </lyxtabular>
14063
14064 \end_inset
14065
14066
14067 \begin_inset space \hfill{}
14068 \end_inset
14069
14070
14071 \begin_inset Tabular
14072 <lyxtabular version="3" rows="11" columns="2">
14073 <features rotate="0" tabularvalignment="middle">
14074 <column alignment="center" valignment="top" width="0pt">
14075 <column alignment="center" valignment="top" width="0pt">
14076 <row>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 Command
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 Result
14091 \end_layout
14092
14093 \end_inset
14094 </cell>
14095 </row>
14096 <row>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101
14102 \backslash
14103 sum
14104 \begin_inset Index idx
14105 status collapsed
14106
14107 \begin_layout Plain Layout
14108 Commands ! S ! 
14109 \backslash
14110 sum
14111 \end_layout
14112
14113 \end_inset
14114
14115
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14121 \begin_inset Text
14122
14123 \begin_layout Plain Layout
14124 \begin_inset Formula $\sum$
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138
14139 \backslash
14140 prod
14141 \begin_inset Index idx
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145 Commands ! P ! 
14146 \backslash
14147 prod
14148 \begin_inset ERT
14149 status collapsed
14150
14151 \begin_layout Plain Layout
14152
14153
14154 \backslash
14155 vspace{4mm}
14156 \end_layout
14157
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 \begin_inset Formula $\prod$
14175 \end_inset
14176
14177
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 </row>
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188
14189 \backslash
14190 coprod
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 \begin_inset Formula $\coprod$
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 </row>
14208 <row>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213
14214 \backslash
14215 bigodot
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 \begin_inset Formula $\bigodot$
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 <row>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \backslash
14240 bigotimes
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 \begin_inset Formula $\bigotimes$
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263
14264 \backslash
14265 bigoplus
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 \begin_inset Formula $\bigoplus$
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288
14289 \backslash
14290 bigwedge
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 \begin_inset Formula $\bigwedge$
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 </row>
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313
14314 \backslash
14315 bigvee
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 \begin_inset Formula $\bigvee$
14325 \end_inset
14326
14327
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 </row>
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338
14339 \backslash
14340 bigsqcup
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 \begin_inset Formula $\bigsqcup$
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363
14364 \backslash
14365 biguplus
14366 \end_layout
14367
14368 \end_inset
14369 </cell>
14370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14371 \begin_inset Text
14372
14373 \begin_layout Plain Layout
14374 \begin_inset Formula $\biguplus$
14375 \end_inset
14376
14377
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 </row>
14383 </lyxtabular>
14384
14385 \end_inset
14386
14387
14388 \begin_inset space \hfill{}
14389 \end_inset
14390
14391
14392 \end_layout
14393
14394 \begin_layout Standard
14395 All big operators can also be inserted via the math toolbar button 
14396 \begin_inset Graphics
14397         filename ../images/math/intop.png
14398         scale 85
14399
14400 \end_inset
14401
14402 .
14403 \end_layout
14404
14405 \begin_layout Standard
14406 The operators are called big because they are bigger than the sometimes
14407  equal looking binary operators.
14408  All big operators can have limits as described in the next subsection.
14409 \end_layout
14410
14411 \begin_layout Standard
14412 For all integral operators there is a second version available, ending in
14413  
14414 \series bold
14415 op
14416 \series default
14417
14418 \series bold
14419
14420 \backslash
14421 intop
14422 \series default
14423
14424 \series bold
14425
14426 \backslash
14427 ointop
14428 \series default
14429  etc..
14430  These operators are different from 
14431 \series bold
14432
14433 \backslash
14434 int
14435 \series default
14436  etc.
14437 \begin_inset space \space{}
14438 \end_inset
14439
14440 in the style the operator limits are displayed, see 
14441 \begin_inset CommandInset ref
14442 LatexCommand ref
14443 reference "sub:Operator-Limits"
14444
14445 \end_inset
14446
14447 .
14448  
14449 \end_layout
14450
14451 \begin_layout Subsubsection*
14452 Advice for Integrals
14453 \end_layout
14454
14455 \begin_layout Standard
14456 The letter 
14457 \emph on
14458 d
14459 \emph default
14460  in an integral is an operator, that therefore has to be set upright.
14461  This is done by highlighting the 
14462 \emph on
14463 d
14464 \emph default
14465  and using the keyboard shortcut 
14466 \begin_inset Info
14467 type  "shortcut"
14468 arg   "font-roman"
14469 \end_inset
14470
14471
14472 \begin_inset Foot
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476 Font styles
14477 \series bold
14478  
14479 \series default
14480 see 
14481 \begin_inset CommandInset ref
14482 LatexCommand ref
14483 reference "sub:Font-Styles"
14484
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \end_inset
14491
14492 .
14493  Finally the smallest space is inserted before the 
14494 \emph on
14495 d
14496 \emph default
14497 , as this is usual for operators.
14498  An example:
14499 \end_layout
14500
14501 \begin_layout Standard
14502 incorrect: 
14503 \begin_inset Formula $\int A(x)dx$
14504 \end_inset
14505
14506
14507 \begin_inset Newline newline
14508 \end_inset
14509
14510
14511 \begin_inset Phantom HPhantom
14512 status open
14513
14514 \begin_layout Plain Layout
14515 in
14516 \end_layout
14517
14518 \end_inset
14519
14520 correct: 
14521 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 For multiple integrals there are the following commands:
14529 \begin_inset VSpace medskip
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \begin_layout Standard
14536 \begin_inset space \hfill{}
14537 \end_inset
14538
14539
14540 \begin_inset Tabular
14541 <lyxtabular version="3" rows="4" columns="2">
14542 <features rotate="0" tabularvalignment="middle">
14543 <column alignment="center" valignment="top">
14544 <column alignment="center" valignment="top">
14545 <row>
14546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 Command
14551 \end_layout
14552
14553 \end_inset
14554 </cell>
14555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 Result
14560 \begin_inset Note Note
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565 \series bold
14566
14567 \backslash
14568 raisebox
14569 \series default
14570  is only used as spacer.
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586
14587 \backslash
14588 iint
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 </row>
14606 <row>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611
14612 \backslash
14613 oiint
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 <row>
14632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636
14637 \backslash
14638 sqiint
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 </lyxtabular>
14657
14658 \end_inset
14659
14660
14661 \begin_inset space \hfill{}
14662 \end_inset
14663
14664
14665 \begin_inset Tabular
14666 <lyxtabular version="3" rows="4" columns="2">
14667 <features rotate="0" tabularvalignment="middle">
14668 <column alignment="center" valignment="top">
14669 <column alignment="center" valignment="top">
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 Command
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 Result
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695
14696 \backslash
14697 iiint
14698 \end_layout
14699
14700 \end_inset
14701 </cell>
14702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14703 \begin_inset Text
14704
14705 \begin_layout Plain Layout
14706 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14707 \end_inset
14708
14709
14710 \end_layout
14711
14712 \end_inset
14713 </cell>
14714 </row>
14715 <row>
14716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14717 \begin_inset Text
14718
14719 \begin_layout Plain Layout
14720
14721 \backslash
14722 iiiint
14723 \end_layout
14724
14725 \end_inset
14726 </cell>
14727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14728 \begin_inset Text
14729
14730 \begin_layout Plain Layout
14731 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \end_inset
14738 </cell>
14739 </row>
14740 <row>
14741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14742 \begin_inset Text
14743
14744 \begin_layout Plain Layout
14745
14746 \backslash
14747 dotsint
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14753 \begin_inset Text
14754
14755 \begin_layout Plain Layout
14756 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 </lyxtabular>
14766
14767 \end_inset
14768
14769
14770 \begin_inset space \hfill{}
14771 \end_inset
14772
14773
14774 \end_layout
14775
14776 \begin_layout Standard
14777 \begin_inset Newpage newpage
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \begin_layout Subsection
14784 Operator Limits
14785 \begin_inset CommandInset label
14786 LatexCommand label
14787 name "sub:Operator-Limits"
14788
14789 \end_inset
14790
14791
14792 \begin_inset Index idx
14793 status collapsed
14794
14795 \begin_layout Plain Layout
14796 Operators ! Limits
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Standard
14805 Limits are created by super- and subscripts:
14806 \end_layout
14807
14808 \begin_layout Standard
14809 \align center
14810 \begin_inset Tabular
14811 <lyxtabular version="3" rows="2" columns="2">
14812 <features rotate="0" tabularvalignment="middle">
14813 <column alignment="center" valignment="top" width="0pt">
14814 <column alignment="center" valignment="top" width="0pt">
14815 <row>
14816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14817 \begin_inset Text
14818
14819 \begin_layout Plain Layout
14820 Command
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 Result
14830 \begin_inset Note Note
14831 status collapsed
14832
14833 \begin_layout Plain Layout
14834
14835 \series bold
14836
14837 \backslash
14838 raisebox
14839 \series default
14840  is only used as spacer.
14841 \end_layout
14842
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 prod^
14859 \backslash
14860 infty
14861 \begin_inset space \textvisiblespace{}
14862 \end_inset
14863
14864
14865 \begin_inset Formula $\to$
14866 \end_inset
14867
14868 _0
14869 \begin_inset Formula $\to$
14870 \end_inset
14871
14872 A(x)
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14882 \end_inset
14883
14884
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 </row>
14890 </lyxtabular>
14891
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 Limits of inline formulas are set right beside the operator.
14899  Limits in displayed formulas are set above or below the operator, except
14900  for integral limits.
14901 \end_layout
14902
14903 \begin_layout Standard
14904 To force that the limits are set beside the operator, the cursor is set
14905  directly behind the operator and the limits type is changed with the menu
14906  
14907 \family sans
14908 Edit\SpecialChar \menuseparator
14909 Math\SpecialChar \menuseparator
14910 Change Limits Type
14911 \family default
14912  to 
14913 \family sans
14914 \series bold
14915 Inline
14916 \family default
14917 \series default
14918  (shortcut 
14919 \begin_inset Info
14920 type  "shortcut"
14921 arg   "math-limits"
14922 \end_inset
14923
14924 ).
14925  An example:
14926 \end_layout
14927
14928 \begin_layout Standard
14929 The default limits type is this:
14930 \begin_inset Formula 
14931 \[
14932 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14933 \]
14934
14935 \end_inset
14936
14937 This is how it looks when the limits type was changed to 
14938 \family sans
14939 \series bold
14940 Inline
14941 \family default
14942 \series default
14943 :
14944 \begin_inset Formula 
14945 \[
14946 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14947 \]
14948
14949 \end_inset
14950
14951 For integrals, except those ending with 
14952 \series bold
14953 op
14954 \series default
14955  like 
14956 \series bold
14957
14958 \backslash
14959 intop
14960 \series default
14961
14962 \series bold
14963
14964 \backslash
14965 ointop
14966 \series default
14967  etc., the limits are by default set beside the operator.
14968  But for multiple integrals the limits are often set below the operator.
14969  In the following example the limits type was therefore set to 
14970 \series bold
14971 Display
14972 \series default
14973  and so set below the integrals:
14974 \begin_inset Formula 
14975 \begin{equation}
14976 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14977 \end{equation}
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset VSpace medskip
14986 \end_inset
14987
14988 To specify conditions for limits, the commands 
14989 \series bold
14990
14991 \backslash
14992 subarray
14993 \series default
14994
14995 \begin_inset Index idx
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999 Commands ! S ! 
15000 \backslash
15001 subarray
15002 \end_layout
15003
15004 \end_inset
15005
15006  and 
15007 \series bold
15008
15009 \backslash
15010 substack
15011 \series default
15012
15013 \begin_inset Index idx
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 Commands ! S ! 
15018 \backslash
15019 substack
15020 \end_layout
15021
15022 \end_inset
15023
15024  are used.
15025  To create for example this expression 
15026 \begin_inset Formula 
15027 \begin{equation}
15028 \sum_{\begin{subarray}{c}
15029 0<k<1000\\
15030 \\
15031 k\,\in\,\mathbb{N}
15032 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15033 \end{equation}
15034
15035 \end_inset
15036
15037
15038 \end_layout
15039
15040 \begin_layout Standard
15041 the following has to be done:
15042 \begin_inset Newline newline
15043 \end_inset
15044
15045 First the command 
15046 \series bold
15047
15048 \backslash
15049 sum
15050 \series default
15051 ^
15052 \series bold
15053 n
15054 \begin_inset space \textvisiblespace{}
15055 \end_inset
15056
15057 _
15058 \series default
15059  is typed in.
15060  One is now in a blue box under the summation operator and insert there
15061  the command 
15062 \series bold
15063
15064 \backslash
15065 subarray
15066 \begin_inset space \textvisiblespace{}
15067 \end_inset
15068
15069
15070 \series default
15071 .
15072  The blue box is now within a purple box and now several lines can be written
15073  among each other.
15074  A new line is created by inserting a line break (
15075 \begin_inset Info
15076 type  "shortcut"
15077 arg   "newline-insert newline"
15078 \end_inset
15079
15080 ).
15081  When now
15082 \begin_inset Newline newline
15083 \end_inset
15084
15085
15086 \series bold
15087 0<k<1000 Ctrl+Return
15088 \begin_inset Newline newline
15089 \end_inset
15090
15091
15092 \series default
15093 is typed in, a new box appears below for the new line.
15094 \end_layout
15095
15096 \begin_layout Standard
15097 The alignment of the lines can be changed to left aligned with the 
15098 \family sans
15099 table
15100 \family default
15101  
15102 \family sans
15103 toolbar
15104 \family default
15105  or the menu 
15106 \family sans
15107 Edit\SpecialChar \menuseparator
15108 Rows &Columns
15109 \family default
15110 .
15111  To get right alignment, 
15112 \series bold
15113
15114 \backslash
15115 hfill
15116 \begin_inset space \textvisiblespace{}
15117 \end_inset
15118
15119
15120 \series default
15121  is inserted at the beginning of the line.
15122 \end_layout
15123
15124 \begin_layout Standard
15125 The command 
15126 \series bold
15127
15128 \backslash
15129 substack
15130 \series default
15131  is equivalent to 
15132 \series bold
15133
15134 \backslash
15135 subarray
15136 \series default
15137  with the difference that the lines are always centered.
15138 \end_layout
15139
15140 \begin_layout Standard
15141 \begin_inset VSpace bigskip
15142 \end_inset
15143
15144 Like in formula 
15145 \begin_inset CommandInset ref
15146 LatexCommand eqref
15147 reference "eq:substack"
15148
15149 \end_inset
15150
15151  there can be too much space beside an operator, because the characters
15152  following the operator are set beside the limits.
15153 \end_layout
15154
15155 \begin_layout Standard
15156 To avoid this, the following macro can be used in the LaTeX-preamble:
15157 \end_layout
15158
15159 \begin_layout Standard
15160
15161 \series bold
15162
15163 \backslash
15164 def
15165 \backslash
15166 clap#1{
15167 \backslash
15168 hbox to 0pt{
15169 \backslash
15170 hss #1
15171 \backslash
15172 hss}}
15173 \begin_inset Newline newline
15174 \end_inset
15175
15176
15177 \backslash
15178 def
15179 \backslash
15180 mathclap {
15181 \backslash
15182 mathpalette 
15183 \backslash
15184 mathclapinternal}
15185 \begin_inset Newline newline
15186 \end_inset
15187
15188
15189 \backslash
15190 def
15191 \backslash
15192 mathclapinternal #1#2{
15193 \backslash
15194 clap{$
15195 \backslash
15196 mathsurround =0pt #1{#2}$}}
15197 \end_layout
15198
15199 \begin_layout Standard
15200 This defines the command 
15201 \series bold
15202
15203 \backslash
15204 mathclap
15205 \series default
15206
15207 \begin_inset Index idx
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Commands ! M ! 
15212 \backslash
15213 mathclap
15214 \end_layout
15215
15216 \end_inset
15217
15218  that sets the width of the limit to 0
15219 \begin_inset space \thinspace{}
15220 \end_inset
15221
15222 pt.
15223  The command scheme is
15224 \end_layout
15225
15226 \begin_layout Standard
15227
15228 \series bold
15229
15230 \backslash
15231 mathclap{limit}
15232 \end_layout
15233
15234 \begin_layout Standard
15235 where the limit can consist of several conditions.
15236 \end_layout
15237
15238 \begin_layout Standard
15239 Applied on formula 
15240 \begin_inset CommandInset ref
15241 LatexCommand eqref
15242 reference "eq:substack"
15243
15244 \end_inset
15245
15246 , one uses the command
15247 \end_layout
15248
15249 \begin_layout Standard
15250
15251 \series bold
15252
15253 \backslash
15254 sum_
15255 \backslash
15256 mathclap{
15257 \backslash
15258 substack
15259 \begin_inset space \textvisiblespace{}
15260 \end_inset
15261
15262 0<k<1000 Ctrl+Return
15263 \end_layout
15264
15265 \begin_layout Standard
15266 to create the lower limit.
15267  The summand is now directly behind the summation operator:
15268 \begin_inset Formula 
15269 \[
15270 \sum_{\mathclap{\substack{0<k<1000\\
15271 \\
15272 k\,\in\,\mathbb{N}
15273 }
15274 }}^{n}k^{-2}
15275 \]
15276
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \begin_layout Standard
15283 \begin_inset VSpace bigskip
15284 \end_inset
15285
15286 How to use one limit for several operators is described in 
15287 \begin_inset CommandInset ref
15288 LatexCommand ref
15289 reference "sub:Self-defined-Operators"
15290
15291 \end_inset
15292
15293 .
15294 \end_layout
15295
15296 \begin_layout Subsection
15297 Decoration for Operators
15298 \begin_inset Index idx
15299 status collapsed
15300
15301 \begin_layout Plain Layout
15302 Operators ! Decoration
15303 \end_layout
15304
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \begin_layout Standard
15311 With the commands 
15312 \series bold
15313
15314 \backslash
15315 overset
15316 \series default
15317
15318 \begin_inset Index idx
15319 status collapsed
15320
15321 \begin_layout Plain Layout
15322 Commands ! O ! 
15323 \backslash
15324 overset
15325 \end_layout
15326
15327 \end_inset
15328
15329  and 
15330 \series bold
15331
15332 \backslash
15333 underset
15334 \series default
15335
15336 \begin_inset Index idx
15337 status collapsed
15338
15339 \begin_layout Plain Layout
15340 Commands ! U ! 
15341 \backslash
15342 underset
15343 \end_layout
15344
15345 \end_inset
15346
15347  characters can be placed above or below an operator, respectively.
15348  With the command 
15349 \series bold
15350
15351 \backslash
15352 sideset
15353 \series default
15354
15355 \begin_inset Index idx
15356 status collapsed
15357
15358 \begin_layout Plain Layout
15359 Commands ! S ! 
15360 \backslash
15361 sideset
15362 \end_layout
15363
15364 \end_inset
15365
15366  characters can be set before and behind a big operator.
15367  The command scheme is:
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 sideset{character
15376 \series default
15377  
15378 \series bold
15379 before}{character
15380 \series default
15381  
15382 \series bold
15383 behind}
15384 \end_layout
15385
15386 \begin_layout Standard
15387
15388 \series bold
15389
15390 \backslash
15391 sideset
15392 \series default
15393  must always be before the operator.
15394  You can decorate with several characters and even with other operators
15395  and symbols.
15396  To place for example only characters behind a big operator, write nothing
15397  between the first braces but don't omit the braces.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 For example the command 
15402 \series bold
15403
15404 \backslash
15405 sideset{
15406 \begin_inset Formula $\to$
15407 \end_inset
15408
15409
15410 \backslash
15411 {
15412 \series default
15413 '
15414 \series bold
15415
15416 \begin_inset Formula $\to$
15417 \end_inset
15418
15419
15420 \backslash
15421 sum_k=1
15422 \begin_inset space \textvisiblespace{}
15423 \end_inset
15424
15425
15426 \series default
15427 ^
15428 \series bold
15429 n
15430 \series default
15431  produces:
15432 \begin_inset Formula 
15433 \[
15434 \sideset{}{'}\sum_{k=1}^{n}
15435 \]
15436
15437 \end_inset
15438
15439
15440 \end_layout
15441
15442 \begin_layout Standard
15443 \begin_inset Note Greyedout
15444 status open
15445
15446 \begin_layout Plain Layout
15447
15448 \series bold
15449 Note: 
15450 \backslash
15451 sideset
15452 \series default
15453  can only be used to decorate big operators, binary operators are not allowed.
15454 \end_layout
15455
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \begin_layout Standard
15462
15463 \series bold
15464
15465 \backslash
15466 overset
15467 \series default
15468  and 
15469 \series bold
15470
15471 \backslash
15472 underset
15473 \series default
15474  can also be used to decorate symbols and characters.
15475  For example, the command 
15476 \series bold
15477
15478 \backslash
15479 overset
15480 \begin_inset space \textvisiblespace{}
15481 \end_inset
15482
15483
15484 \backslash
15485 maltese
15486 \begin_inset space \textvisiblespace{}
15487 \end_inset
15488
15489
15490 \series default
15491
15492 \begin_inset Formula $\uparrow$
15493 \end_inset
15494
15495
15496 \series bold
15497 a
15498 \series default
15499  produces:
15500 \begin_inset Formula 
15501 \[
15502 \overset{a}{\maltese}
15503 \]
15504
15505 \end_inset
15506
15507
15508 \end_layout
15509
15510 \begin_layout Subsection
15511 Binary Operators
15512 \begin_inset CommandInset label
15513 LatexCommand label
15514 name "sub:Binary-Operators"
15515
15516 \end_inset
15517
15518
15519 \begin_inset Index idx
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523 Operators ! binary
15524 \end_layout
15525
15526 \end_inset
15527
15528
15529 \end_layout
15530
15531 \begin_layout Standard
15532 Binary operators are surrounded by space when there is a character before
15533  and after them.
15534 \begin_inset VSpace medskip
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset space \hfill{}
15542 \end_inset
15543
15544
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="13" columns="2">
15547 <features rotate="0" tabularvalignment="middle">
15548 <column alignment="center" valignment="top" width="0pt">
15549 <column alignment="center" valignment="top" width="0pt">
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 Command
15556 \begin_inset Note Note
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560
15561 \series bold
15562
15563 \backslash
15564 raisebox
15565 \series default
15566  is only used as spacer.
15567 \end_layout
15568
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 Result
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 </row>
15586 <row>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 +
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 \begin_inset Formula $+$
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 </row>
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 -
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 \begin_inset Formula $-$
15624 \end_inset
15625
15626
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 pm
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\pm$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 mp
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\mp$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 cdot
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\cdot$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \backslash
15714 times
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 \begin_inset Formula $\times$
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \backslash
15739 div
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 \begin_inset Formula $\div$
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 \begin_inset ERT
15763 status collapsed
15764
15765 \begin_layout Plain Layout
15766
15767
15768 \backslash
15769 raisebox{-1.2mm}{
15770 \end_layout
15771
15772 \end_inset
15773
15774 *
15775 \begin_inset ERT
15776 status collapsed
15777
15778 \begin_layout Plain Layout
15779
15780 }
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $*$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 star
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\star$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 circ
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\circ$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \backslash
15860 diamond
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\diamond$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 bullet
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\bullet$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 </lyxtabular>
15904
15905 \end_inset
15906
15907
15908 \begin_inset space \hfill{}
15909 \end_inset
15910
15911
15912 \begin_inset Tabular
15913 <lyxtabular version="3" rows="13" columns="2">
15914 <features rotate="0" tabularvalignment="middle">
15915 <column alignment="center" valignment="top" width="0pt">
15916 <column alignment="center" valignment="top" width="0pt">
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 Command
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931 Result
15932 \end_layout
15933
15934 \end_inset
15935 </cell>
15936 </row>
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942
15943 \backslash
15944 nabla
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 \begin_inset Formula $\nabla$
15954 \end_inset
15955
15956
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 </row>
15962 <row>
15963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967
15968 \backslash
15969 bigtriangledown
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 \begin_inset Formula $\bigtriangledown$
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992
15993 \backslash
15994 bigtriangleup
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16000 \begin_inset Text
16001
16002 \begin_layout Plain Layout
16003 \begin_inset Formula $\bigtriangleup$
16004 \end_inset
16005
16006
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 </row>
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017
16018 \backslash
16019 Box
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 \begin_inset Formula $\Box$
16029 \end_inset
16030
16031
16032 \end_layout
16033
16034 \end_inset
16035 </cell>
16036 </row>
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042
16043 \backslash
16044 cap 
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 \begin_inset Formula $\cap$
16054 \end_inset
16055
16056
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067
16068 \backslash
16069 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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 wr
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 $\wr$
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 bigcirc
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 $\bigcirc$
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 wedge
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 $\wedge$
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" bottomline="true" leftline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217
16218 \backslash
16219 vee
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 \begin_inset Formula $\vee$
16229 \end_inset
16230
16231
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 </row>
16237 </lyxtabular>
16238
16239 \end_inset
16240
16241
16242 \begin_inset space \hfill{}
16243 \end_inset
16244
16245
16246 \begin_inset Tabular
16247 <lyxtabular version="3" rows="13" columns="2">
16248 <features rotate="0" tabularvalignment="middle">
16249 <column alignment="center" valignment="top" width="0pt">
16250 <column alignment="center" valignment="top" width="0pt">
16251 <row>
16252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256 Command
16257 \end_layout
16258
16259 \end_inset
16260 </cell>
16261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 Result
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \backslash
16278 oplus
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 \begin_inset Formula $\oplus$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301
16302 \backslash
16303 ominus
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 \begin_inset Formula $\ominus$
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326
16327 \backslash
16328 otimes
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Formula $\otimes$
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 </row>
16346 <row>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351
16352 \backslash
16353 oslash
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 \begin_inset Formula $\oslash$
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 </row>
16371 <row>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376
16377 \backslash
16378 odot
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 \begin_inset Formula $\odot$
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \backslash
16403 amalg
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Formula $\amalg$
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \backslash
16428 uplus
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Formula $\uplus$
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \backslash
16453 setminus
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 \begin_inset Formula $\setminus$
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \backslash
16478 sqcap
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Formula $\sqcap$
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 <row>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501
16502 \backslash
16503 sqcup
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 \begin_inset Formula $\sqcup$
16513 \end_inset
16514
16515
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 <row>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526
16527 \backslash
16528 triangleleft
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 \begin_inset Formula $\triangleleft$
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551
16552 \backslash
16553 triangleright
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16559 \begin_inset Text
16560
16561 \begin_layout Plain Layout
16562 \begin_inset Formula $\triangleright$
16563 \end_inset
16564
16565
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 </lyxtabular>
16572
16573 \end_inset
16574
16575
16576 \begin_inset space \hfill{}
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \begin_layout Standard
16583 All binary operators can also be inserted via the math toolbar button 
16584 \begin_inset Graphics
16585         filename ../images/math/pm.png
16586         scale 85
16587
16588 \end_inset
16589
16590 .
16591 \end_layout
16592
16593 \begin_layout Standard
16594 To typeset the Laplace operator also 
16595 \series bold
16596
16597 \backslash
16598 Delta
16599 \series default
16600  or 
16601 \series bold
16602
16603 \backslash
16604 nabla
16605 \series default
16606 ^
16607 \series bold
16608 2
16609 \series default
16610  (
16611 \begin_inset Formula $\nabla^{2}$
16612 \end_inset
16613
16614 ) can be used instead of 
16615 \series bold
16616
16617 \backslash
16618 bigtriangleup
16619 \series default
16620  .
16621 \end_layout
16622
16623 \begin_layout Standard
16624 The character 
16625 \family sans
16626 Menu Separator
16627 \family default
16628  from the menu 
16629 \family sans
16630 Insert\SpecialChar \menuseparator
16631 Special Character
16632 \family default
16633  is the operator 
16634 \series bold
16635
16636 \backslash
16637 triangleright
16638 \series default
16639 .
16640 \end_layout
16641
16642 \begin_layout Subsection
16643 Self-defined Operators
16644 \begin_inset CommandInset label
16645 LatexCommand label
16646 name "sub:Self-defined-Operators"
16647
16648 \end_inset
16649
16650
16651 \begin_inset Index idx
16652 status collapsed
16653
16654 \begin_layout Plain Layout
16655 Operators ! self-defined
16656 \end_layout
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Standard
16664 With the help of the command 
16665 \series bold
16666
16667 \backslash
16668 DeclareMathOperator
16669 \series default
16670
16671 \begin_inset Index idx
16672 status collapsed
16673
16674 \begin_layout Plain Layout
16675 Commands ! D ! 
16676 \backslash
16677 dbinom@
16678 \backslash
16679 DeclareMathOperator
16680 \end_layout
16681
16682 \end_inset
16683
16684  custom operators can be defined in the LaTeX-preamble.
16685  Its command scheme is:
16686 \end_layout
16687
16688 \begin_layout Standard
16689
16690 \series bold
16691
16692 \backslash
16693 DeclareMathOperator{new command}{display}
16694 \end_layout
16695
16696 \begin_layout Standard
16697 Display can be characters or symbols that define how the operator looks
16698  in the output.
16699  To define a big operator a * is set behind the command.
16700  All self-defined big operators can have limits as described in 
16701 \begin_inset CommandInset ref
16702 LatexCommand ref
16703 reference "sub:Operator-Limits"
16704
16705 \end_inset
16706
16707 .
16708 \end_layout
16709
16710 \begin_layout Standard
16711 For example the LaTeX-preamble line
16712 \end_layout
16713
16714 \begin_layout Standard
16715
16716 \series bold
16717
16718 \backslash
16719 DeclareMathOperator*{
16720 \backslash
16721 Lozenge}{
16722 \backslash
16723 blacklozenge}
16724 \end_layout
16725
16726 \begin_layout Standard
16727 defines the command 
16728 \series bold
16729
16730 \backslash
16731 Lozenge
16732 \series default
16733 , that inserts a big operator consisting of the lozenge symbol from 
16734 \begin_inset CommandInset ref
16735 LatexCommand ref
16736 reference "sub:Miscellaneous-Symbols"
16737
16738 \end_inset
16739
16740 :
16741 \begin_inset Formula 
16742 \[
16743 \Lozenge_{n=1}^{\infty}
16744 \]
16745
16746 \end_inset
16747
16748 The command for this formula is: 
16749 \series bold
16750
16751 \backslash
16752 Lozenge
16753 \series default
16754 ^
16755 \series bold
16756
16757 \backslash
16758 infty
16759 \begin_inset Formula $\to$
16760 \end_inset
16761
16762 _n=1
16763 \end_layout
16764
16765 \begin_layout Standard
16766 \begin_inset VSpace bigskip
16767 \end_inset
16768
16769 When self-defined operators are not used several times in the document,
16770  they can also be defined with the commands 
16771 \series bold
16772
16773 \backslash
16774 mathop
16775 \series default
16776
16777 \begin_inset Index idx
16778 status collapsed
16779
16780 \begin_layout Plain Layout
16781 Commands ! M ! 
16782 \backslash
16783 mathop
16784 \end_layout
16785
16786 \end_inset
16787
16788  and 
16789 \series bold
16790
16791 \backslash
16792 mathbin
16793 \series default
16794
16795 \begin_inset Index idx
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799 Commands ! M ! 
16800 \backslash
16801 mathbin
16802 \end_layout
16803
16804 \end_inset
16805
16806 , which have the following scheme:
16807 \end_layout
16808
16809 \begin_layout Standard
16810
16811 \series bold
16812
16813 \backslash
16814 mathop{display}
16815 \series default
16816  and 
16817 \series bold
16818
16819 \backslash
16820 mathbin{display}
16821 \end_layout
16822
16823 \begin_layout Standard
16824
16825 \series bold
16826
16827 \backslash
16828 mathop
16829 \series default
16830  defines big operators, 
16831 \series bold
16832
16833 \backslash
16834 mathbin
16835 \series default
16836  binary operators.
16837 \end_layout
16838
16839 \begin_layout Standard
16840
16841 \series bold
16842
16843 \backslash
16844 mathop
16845 \series default
16846  can e.
16847 \begin_inset space \thinspace{}
16848 \end_inset
16849
16850 g.
16851 \begin_inset space \space{}
16852 \end_inset
16853
16854 be used to use one limit for several operators:
16855 \end_layout
16856
16857 \begin_layout Standard
16858 \begin_inset Formula 
16859 \[
16860 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16861 \]
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \begin_layout Standard
16869 The command for the formula above is:
16870 \begin_inset Newline newline
16871 \end_inset
16872
16873
16874 \series bold
16875
16876 \backslash
16877 mathop{
16878 \backslash
16879 sum
16880 \backslash
16881 negmedspace
16882 \backslash
16883 sum
16884 \series default
16885
16886 \begin_inset space \textvisiblespace{}
16887 \end_inset
16888
16889
16890 \series bold
16891
16892 \begin_inset Formula $\to$
16893 \end_inset
16894
16895 ^N
16896 \series default
16897
16898 \begin_inset space \textvisiblespace{}
16899 \end_inset
16900
16901
16902 \series bold
16903 _i,j=1
16904 \end_layout
16905
16906 \begin_layout Section
16907 Fonts
16908 \begin_inset Index idx
16909 status collapsed
16910
16911 \begin_layout Plain Layout
16912 Fonts
16913 \end_layout
16914
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \begin_layout Subsection
16921 Font Styles
16922 \begin_inset CommandInset label
16923 LatexCommand label
16924 name "sub:Font-Styles"
16925
16926 \end_inset
16927
16928
16929 \begin_inset Index idx
16930 status collapsed
16931
16932 \begin_layout Plain Layout
16933 Font ! style
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \begin_layout Standard
16942 Latin letters in formulas can be set in one of the following font styles:
16943 \begin_inset VSpace -2mm
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \begin_layout Standard
16950 \align center
16951 \begin_inset Tabular
16952 <lyxtabular version="3" rows="7" columns="3">
16953 <features rotate="0" tabularvalignment="middle">
16954 <column alignment="center" valignment="top">
16955 <column alignment="center" valignment="top">
16956 <column alignment="center" valignment="top">
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 Command
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 Result
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 shortcut
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \backslash
16993 mathbb
16994 \series bold
16995
16996 \begin_inset space \textvisiblespace{}
16997 \end_inset
16998
16999
17000 \series default
17001 ABC
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17007 \begin_inset Text
17008
17009 \begin_layout Plain Layout
17010 \begin_inset Formula $\mathbb{ABC}$
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Info
17023 type  "shortcuts"
17024 arg   "font-noun"
17025 \end_inset
17026
17027
17028 \end_layout
17029
17030 \end_inset
17031 </cell>
17032 </row>
17033 <row>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038
17039 \backslash
17040 mathbf
17041 \series bold
17042
17043 \begin_inset space \textvisiblespace{}
17044 \end_inset
17045
17046
17047 \series default
17048 AbC
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\mathbf{AbC}$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 \begin_inset Info
17070 type  "shortcuts"
17071 arg   "font-bold"
17072 \end_inset
17073
17074
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085
17086 \backslash
17087 boldsymbol
17088 \series bold
17089
17090 \begin_inset space \textvisiblespace{}
17091 \end_inset
17092
17093
17094 \series default
17095 AbC
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\boldsymbol{AbC}$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Info
17117 type  "shortcuts"
17118 arg   "font-boldsymbol"
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \end_inset
17125 </cell>
17126 </row>
17127 <row>
17128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132
17133 \backslash
17134 mathcal
17135 \series bold
17136
17137 \begin_inset space \textvisiblespace{}
17138 \end_inset
17139
17140
17141 \series default
17142 ABC
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151 \begin_inset Formula $\mathcal{ABC}$
17152 \end_inset
17153
17154
17155 \end_layout
17156
17157 \end_inset
17158 </cell>
17159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 \begin_inset Info
17164 type  "shortcuts"
17165 arg   "font-emph"
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 mathfrak
17182 \series bold
17183
17184 \begin_inset space \textvisiblespace{}
17185 \end_inset
17186
17187
17188 \series default
17189 AbC
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\mathfrak{AbC}$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 -
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \backslash
17223 mathscr
17224 \series bold
17225
17226 \begin_inset space \textvisiblespace{}
17227 \end_inset
17228
17229
17230 \series default
17231 AbC
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\mathscr{AbC}$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 -
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 </row>
17258 </lyxtabular>
17259
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \begin_layout Standard
17266 \align center
17267 \begin_inset Tabular
17268 <lyxtabular version="3" rows="5" columns="3">
17269 <features rotate="0" tabularvalignment="middle">
17270 <column alignment="center" valignment="top">
17271 <column alignment="center" valignment="top">
17272 <column alignment="center" valignment="top">
17273 <row>
17274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 Command
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 Result
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296 shortcut
17297 \end_layout
17298
17299 \end_inset
17300 </cell>
17301 </row>
17302 <row>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307
17308 \backslash
17309 mathit
17310 \series bold
17311
17312 \begin_inset space \textvisiblespace{}
17313 \end_inset
17314
17315
17316 \series default
17317 AbC
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 \begin_inset Formula $\mathit{AbC}$
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 -
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \backslash
17351 mathrm
17352 \series bold
17353
17354 \begin_inset space \textvisiblespace{}
17355 \end_inset
17356
17357
17358 \series default
17359 AbC
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Formula $\mathrm{AbC}$
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \end_inset
17375 </cell>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380 \begin_inset Info
17381 type  "shortcuts"
17382 arg   "font-roman"
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 mathsf
17399 \series bold
17400
17401 \begin_inset space \textvisiblespace{}
17402 \end_inset
17403
17404
17405 \series default
17406 AbC
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\mathsf{AbC}$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Info
17428 type  "shortcuts"
17429 arg   "font-sans"
17430 \end_inset
17431
17432
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 </row>
17438 <row>
17439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443
17444 \backslash
17445 mathtt
17446 \series bold
17447
17448 \begin_inset space \textvisiblespace{}
17449 \end_inset
17450
17451
17452 \series default
17453 AbC
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 \begin_inset Formula $\mathtt{AbC}$
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 \begin_inset Info
17475 type  "shortcuts"
17476 arg   "font-typewriter"
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 </lyxtabular>
17486
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \begin_layout Standard
17493 \begin_inset Note Greyedout
17494 status open
17495
17496 \begin_layout Plain Layout
17497
17498 \series bold
17499 Note:
17500 \series default
17501  The styles 
17502 \series bold
17503
17504 \backslash
17505 mathbb
17506 \series default
17507  and 
17508 \series bold
17509
17510 \backslash
17511 mathcal
17512 \series default
17513  can only be used for big letters.
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Predefined is the style 
17523 \series bold
17524
17525 \backslash
17526 mathnormal
17527 \series default
17528 .
17529 \end_layout
17530
17531 \begin_layout Standard
17532 The style commands work also for letters in mathematical constructs:
17533 \begin_inset Formula 
17534 \[
17535 \mathfrak{A=\frac{b}{C}}
17536 \]
17537
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Characters in mathematical text don't appear in a math font style but in
17545  the text font style 
17546 \series bold
17547
17548 \backslash
17549 textrm
17550 \series default
17551 .
17552  That their style can't be set correctly via the text style dialog is a
17553  bug in LyX.
17554 \begin_inset Foot
17555 status collapsed
17556
17557 \begin_layout Plain Layout
17558 \begin_inset CommandInset href
17559 LatexCommand href
17560 name "LyX-bug #4629"
17561 target "http://www.lyx.org/trac/ticket/4629"
17562
17563 \end_inset
17564
17565
17566 \end_layout
17567
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \begin_layout Standard
17574 Instead of the style commands the dialog 
17575 \family sans
17576 Edit\SpecialChar \menuseparator
17577 Math\SpecialChar \menuseparator
17578 Text Style
17579 \family default
17580  or the toolbar button 
17581 \begin_inset Graphics
17582         filename ../images/math/font.png
17583         scale 85
17584
17585 \end_inset
17586
17587  can be used.
17588 \end_layout
17589
17590 \begin_layout Subsection
17591 Bold Formulas
17592 \begin_inset CommandInset label
17593 LatexCommand label
17594 name "sub:Bold-Formulas"
17595
17596 \end_inset
17597
17598
17599 \begin_inset Index idx
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603 Formula ! bold
17604 \end_layout
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 To make a complete formula bold, the command 
17613 \series bold
17614
17615 \backslash
17616 mathbf
17617 \series default
17618  from the previous subsection cannot be used, because it doesn't work for
17619  small Greek letters.
17620  Furthermore it prints Latin letters always upright, like in the following
17621  equation:
17622 \end_layout
17623
17624 \begin_layout Standard
17625 \begin_inset Formula 
17626 \[
17627 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
17628 \]
17629
17630 \end_inset
17631
17632
17633 \end_layout
17634
17635 \begin_layout Standard
17636 To display the formula correctly, the command 
17637 \series bold
17638
17639 \backslash
17640 boldsymbol
17641 \series default
17642  is used:
17643 \begin_inset Formula 
17644 \[
17645 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
17646 \]
17647
17648 \end_inset
17649
17650 It is also possible to set the formula in a 
17651 \series bold
17652 boldmath environment
17653 \series default
17654 .
17655  This environment is created by inserting the command 
17656 \series bold
17657
17658 \backslash
17659 boldmath
17660 \series default
17661
17662 \begin_inset Index idx
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666 Commands ! B ! 
17667 \backslash
17668 boldmath
17669 \end_layout
17670
17671 \end_inset
17672
17673  in TeX-mode.
17674  To end the environment, the command 
17675 \series bold
17676
17677 \backslash
17678 unboldmath
17679 \series default
17680
17681 \begin_inset Index idx
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 Commands ! U ! 
17686 \backslash
17687 unboldmath
17688 \end_layout
17689
17690 \end_inset
17691
17692  is inserted in TeX-mode.
17693 \begin_inset ERT
17694 status collapsed
17695
17696 \begin_layout Plain Layout
17697
17698
17699 \backslash
17700 boldmath 
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \begin_inset Formula 
17707 \[
17708 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
17709 \]
17710
17711 \end_inset
17712
17713
17714 \begin_inset ERT
17715 status collapsed
17716
17717 \begin_layout Plain Layout
17718
17719
17720 \backslash
17721 unboldmath 
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \begin_layout Subsection
17730 Colored Formulas
17731 \begin_inset Index idx
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735 Formula ! colored
17736 \end_layout
17737
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Standard
17744 Formulas can be colored like normal text: Highlight a formula or a formula
17745  part and use the 
17746 \family sans
17747 Text Style
17748 \family default
17749  dialog.
17750  Here is a formula in magenta:
17751 \begin_inset Formula 
17752 \[
17753 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17754 \]
17755
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \begin_layout Standard
17762 You can also define your own colors as described in 
17763 \begin_inset CommandInset ref
17764 LatexCommand ref
17765 reference "sub:Colored-Boxes"
17766
17767 \end_inset
17768
17769 .
17770  They can be used with the TeX code command 
17771 \series bold
17772
17773 \backslash
17774 textcolor
17775 \series default
17776
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 Commands ! T ! 
17782 \backslash
17783 textcolor
17784 \end_layout
17785
17786 \end_inset
17787
17788  in the scheme
17789 \end_layout
17790
17791 \begin_layout Standard
17792
17793 \series bold
17794
17795 \backslash
17796 textcolor{color}{characters or formula}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 The following example was colored completely dark green and partly red:
17801 \end_layout
17802
17803 \begin_layout Standard
17804 \begin_inset ERT
17805 status collapsed
17806
17807 \begin_layout Plain Layout
17808
17809
17810 \backslash
17811 textcolor{darkgreen}{
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \begin_inset Formula 
17818 \[
17819 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17820 \]
17821
17822 \end_inset
17823
17824
17825 \begin_inset ERT
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829
17830 }
17831 \end_layout
17832
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \begin_layout Standard
17839 Due to a bug in LyX only complete formulas can be colored with self-defined
17840  colors.
17841 \begin_inset Foot
17842 status collapsed
17843
17844 \begin_layout Plain Layout
17845 \begin_inset CommandInset href
17846 LatexCommand href
17847 name "LyX-bug #5269"
17848 target "http://www.lyx.org/trac/ticket/5269"
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Subsection
17861 Font Sizes
17862 \begin_inset CommandInset label
17863 LatexCommand label
17864 name "sub:Font-Sizes"
17865
17866 \end_inset
17867
17868
17869 \begin_inset Index idx
17870 status collapsed
17871
17872 \begin_layout Plain Layout
17873 Font ! size
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \begin_layout Standard
17882 For characters in formulas there are, analog to characters in text, the
17883  following size commands:
17884 \end_layout
17885
17886 \begin_layout Standard
17887
17888 \series bold
17889
17890 \backslash
17891 Huge
17892 \series default
17893
17894 \series bold
17895
17896 \backslash
17897 huge
17898 \series default
17899
17900 \series bold
17901
17902 \backslash
17903 LARGE
17904 \series default
17905
17906 \series bold
17907
17908 \backslash
17909 Large
17910 \series default
17911
17912 \series bold
17913
17914 \backslash
17915 large
17916 \series default
17917
17918 \series bold
17919
17920 \backslash
17921 normalsize
17922 \series default
17923
17924 \series bold
17925
17926 \backslash
17927 small
17928 \series default
17929 ,
17930 \begin_inset Newline newline
17931 \end_inset
17932
17933
17934 \series bold
17935
17936 \backslash
17937 footnotesize
17938 \series default
17939
17940 \series bold
17941
17942 \backslash
17943 scriptsize
17944 \series default
17945  and 
17946 \series bold
17947
17948 \backslash
17949 tiny
17950 \end_layout
17951
17952 \begin_layout Standard
17953 The size produced by the commands depends on the document font size, which
17954  corresponds to the command 
17955 \series bold
17956
17957 \backslash
17958 normalsize
17959 \series default
17960 .
17961  The other commands produce smaller or larger sizes than 
17962 \series bold
17963
17964 \backslash
17965 normalsize
17966 \series default
17967 .
17968  The font size can however not exceed a certain value.
17969  Is for example the document font size 12
17970 \begin_inset space \thinspace{}
17971 \end_inset
17972
17973 pt, the command 
17974 \series bold
17975
17976 \backslash
17977 Huge
17978 \series default
17979  switches to the same size as 
17980 \series bold
17981
17982 \backslash
17983 huge
17984 \series default
17985 .
17986  
17987 \end_layout
17988
17989 \begin_layout Standard
17990 A size command is inserted in TeX-mode before the formula and sets the size
17991  for all following formula and text characters.
17992  To switch back to the initial size, the command 
17993 \series bold
17994
17995 \backslash
17996 normalsize
17997 \series default
17998  is inserted behind the formula in TeX-mode.
17999 \end_layout
18000
18001 \begin_layout Standard
18002 Within a formula the size can be changed using the following size commands:
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \noindent
18007 \align center
18008 \begin_inset Tabular
18009 <lyxtabular version="3" rows="5" columns="2">
18010 <features rotate="0" tabularvalignment="middle">
18011 <column alignment="center" valignment="top">
18012 <column alignment="center" valignment="top">
18013 <row>
18014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018 Command
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027 Result
18028 \begin_inset Note Note
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032
18033 \series bold
18034
18035 \backslash
18036 raisebox
18037 \series default
18038  is only used as spacer.
18039 \end_layout
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 </row>
18049 <row>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054
18055 \backslash
18056 displaystyle
18057 \begin_inset Index idx
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061 Commands ! D ! 
18062 \backslash
18063 displaystyle
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18074 \begin_inset Text
18075
18076 \begin_layout Plain Layout
18077 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \backslash
18093 textstyle
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \end_inset
18109 </cell>
18110 </row>
18111 <row>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116
18117 \backslash
18118 scriptstyle
18119 \end_layout
18120
18121 \end_inset
18122 </cell>
18123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18124 \begin_inset Text
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18128 \end_inset
18129
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 </row>
18136 <row>
18137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141
18142 \backslash
18143 scriptscriptstyle
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18149 \begin_inset Text
18150
18151 \begin_layout Plain Layout
18152 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18153 \end_inset
18154
18155
18156 \end_layout
18157
18158 \end_inset
18159 </cell>
18160 </row>
18161 </lyxtabular>
18162
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \begin_layout Standard
18169 After entering these commands, a blue box appears in which the formula parts
18170  are inserted.
18171 \end_layout
18172
18173 \begin_layout Standard
18174 There is a further method to change the font size, that though only works
18175  for symbols or letters in mathematical text.
18176  To use it, one of the above text size commands is inserted in mathematical
18177  text.
18178  All following characters until the end of the mathematical text or until
18179  another size command will have the selected size.
18180  Two examples:
18181 \begin_inset VSpace -2mm
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \begin_inset ERT
18189 status collapsed
18190
18191 \begin_layout Plain Layout
18192
18193
18194 \backslash
18195 huge 
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \begin_inset Formula 
18202 \[
18203 A=\frac{B}{c}\cdot\maltese
18204 \]
18205
18206 \end_inset
18207
18208
18209 \begin_inset Formula 
18210 \[
18211 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18212 \]
18213
18214 \end_inset
18215
18216
18217 \begin_inset ERT
18218 status collapsed
18219
18220 \begin_layout Plain Layout
18221
18222
18223 \backslash
18224 normalsize 
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset VSpace medskip
18234 \end_inset
18235
18236 Before both formulas the command 
18237 \series bold
18238
18239 \backslash
18240 huge
18241 \series default
18242  was inserted.
18243  The command for the second formula is:
18244 \begin_inset Newline newline
18245 \end_inset
18246
18247
18248 \series bold
18249
18250 \backslash
18251 maltese
18252 \begin_inset space \textvisiblespace{}
18253 \end_inset
18254
18255 A Alt+M M 
18256 \backslash
18257 Large
18258 \begin_inset space \textvisiblespace{}
18259 \end_inset
18260
18261
18262 \backslash
18263 maltese
18264 \begin_inset space \textvisiblespace{}
18265 \end_inset
18266
18267
18268 \backslash
18269 textit
18270 \begin_inset space \textvisiblespace{}
18271 \end_inset
18272
18273 A
18274 \begin_inset Formula $\to$
18275 \end_inset
18276
18277
18278 \begin_inset Formula $\to$
18279 \end_inset
18280
18281
18282 \begin_inset Newline newline
18283 \end_inset
18284
18285
18286 \begin_inset space \hspace*{}
18287 \length 1cm
18288 \end_inset
18289
18290 Alt+M
18291 \series default
18292  
18293 \series bold
18294
18295 \backslash
18296 tiny
18297 \begin_inset space \textvisiblespace{}
18298 \end_inset
18299
18300
18301 \backslash
18302 maltese
18303 \begin_inset space \textvisiblespace{}
18304 \end_inset
18305
18306
18307 \backslash
18308 textit
18309 \begin_inset space \textvisiblespace{}
18310 \end_inset
18311
18312 A
18313 \end_layout
18314
18315 \begin_layout Standard
18316 If a symbol cannot be displayed in different sizes, it will always be displayed
18317  in the default size.
18318 \end_layout
18319
18320 \begin_layout Section
18321 Greek Letters
18322 \begin_inset Index idx
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326 Greek letters
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 Greek letters can also be inserted via the toolbar button 
18336 \begin_inset Graphics
18337         filename ../images/math/alpha.png
18338         scale 85
18339
18340 \end_inset
18341
18342 .
18343  All international typesetting norms purport that Greek letters in math
18344  have to be typeset italic/slanted.
18345  In some languages, like French or Russian, they are nevertheless sometimes
18346  typeset upright.
18347 \end_layout
18348
18349 \begin_layout Subsection
18350 Small Letters
18351 \begin_inset Index idx
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355 Greek letters ! small
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 \begin_inset space \hfill{}
18365 \end_inset
18366
18367
18368 \begin_inset Tabular
18369 <lyxtabular version="3" rows="11" columns="2">
18370 <features rotate="0" tabularvalignment="middle">
18371 <column alignment="center" valignment="top" width="0pt">
18372 <column alignment="center" valignment="top" width="0pt">
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 Command
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387 Result
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \backslash
18400 alpha
18401 \end_layout
18402
18403 \end_inset
18404 </cell>
18405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 \begin_inset Formula $\alpha$
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 </row>
18418 <row>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423
18424 \backslash
18425 beta
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 \begin_inset Formula $\beta$
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \backslash
18450 gamma
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 \begin_inset Formula $\gamma$
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 </row>
18468 <row>
18469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \backslash
18475 delta
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 \begin_inset Formula $\delta$
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 </row>
18493 <row>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498
18499 \backslash
18500 epsilon
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Formula $\epsilon$
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \backslash
18525 varepsilon
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 \begin_inset Formula $\varepsilon$
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \backslash
18550 zeta
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 \begin_inset Formula $\zeta$
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \backslash
18575 eta
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Formula $\eta$
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \backslash
18600 theta
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Formula $\theta$
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 vartheta
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Formula $\vartheta$
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 </row>
18643 </lyxtabular>
18644
18645 \end_inset
18646
18647
18648 \begin_inset space \hfill{}
18649 \end_inset
18650
18651
18652 \begin_inset Tabular
18653 <lyxtabular version="3" rows="12" columns="2">
18654 <features rotate="0" tabularvalignment="middle">
18655 <column alignment="center" valignment="top" width="0pt">
18656 <column alignment="center" valignment="top" width="0pt">
18657 <row>
18658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18659 \begin_inset Text
18660
18661 \begin_layout Plain Layout
18662 Command
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18668 \begin_inset Text
18669
18670 \begin_layout Plain Layout
18671 Result
18672 \end_layout
18673
18674 \end_inset
18675 </cell>
18676 </row>
18677 <row>
18678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682
18683 \backslash
18684 iota
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693 \begin_inset Formula $\iota$
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 <row>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \backslash
18709 kappa
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718 \begin_inset Formula $\kappa$
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \backslash
18734 varkappa
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 \begin_inset Formula $\varkappa$
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \backslash
18759 lambda
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Formula $\lambda$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 <row>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \backslash
18784 mu
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 \begin_inset Formula $\mu$
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 </row>
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \backslash
18809 nu
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 \begin_inset Formula $\nu$
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \backslash
18834 xi
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 \begin_inset Formula $\xi$
18844 \end_inset
18845
18846
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 o
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 \begin_inset Formula $o$
18867 \end_inset
18868
18869
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 </row>
18875 <row>
18876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880
18881 \backslash
18882 pi
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 \begin_inset Formula $\pi$
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 </row>
18900 <row>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \backslash
18907 varpi
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 \begin_inset Formula $\varpi$
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \backslash
18932 rho
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 \begin_inset Formula $\rho$
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 </row>
18950 </lyxtabular>
18951
18952 \end_inset
18953
18954
18955 \begin_inset space \hfill{}
18956 \end_inset
18957
18958
18959 \begin_inset Tabular
18960 <lyxtabular version="3" rows="11" columns="2">
18961 <features rotate="0" tabularvalignment="middle">
18962 <column alignment="center" valignment="top" width="0pt">
18963 <column alignment="center" valignment="top" width="0pt">
18964 <row>
18965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18966 \begin_inset Text
18967
18968 \begin_layout Plain Layout
18969 Command
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 Result
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 </row>
18984 <row>
18985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989
18990 \backslash
18991 varrho
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\varrho$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 sigma
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Formula $\sigma$
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 varsigma
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 \begin_inset Formula $\varsigma$
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 tau
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\tau$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 upsilon
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\upsilon$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 phi
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\phi$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 varphi
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\varphi$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 chi
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\chi$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 psi
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\psi$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 omega
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula $\omega$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 </lyxtabular>
19235
19236 \end_inset
19237
19238
19239 \begin_inset space \hfill{}
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \begin_inset VSpace medskip
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \begin_layout Standard
19253 How to create special upright Greek letters is explained in 
19254 \begin_inset CommandInset ref
19255 LatexCommand ref
19256 reference "sub:Upright-small-Greek"
19257
19258 \end_inset
19259
19260 .
19261 \end_layout
19262
19263 \begin_layout Subsection
19264 Big Letters
19265 \begin_inset Index idx
19266 status collapsed
19267
19268 \begin_layout Plain Layout
19269 Greek letters ! big
19270 \end_layout
19271
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 \begin_inset space \hfill{}
19279 \end_inset
19280
19281
19282 \begin_inset Tabular
19283 <lyxtabular version="3" rows="7" columns="2">
19284 <features rotate="0" tabularvalignment="middle">
19285 <column alignment="center" valignment="top" width="0pt">
19286 <column alignment="center" valignment="top" width="0pt">
19287 <row>
19288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292 Command
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19298 \begin_inset Text
19299
19300 \begin_layout Plain Layout
19301 Result
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 <row>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \backslash
19314 Gamma
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 \begin_inset Formula $\Gamma$
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \backslash
19339 Delta
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 \begin_inset Formula $\Delta$
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \backslash
19364 Theta
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\Theta$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 <row>
19383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19384 \begin_inset Text
19385
19386 \begin_layout Plain Layout
19387
19388 \backslash
19389 Lambda
19390 \end_layout
19391
19392 \end_inset
19393 </cell>
19394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19395 \begin_inset Text
19396
19397 \begin_layout Plain Layout
19398 \begin_inset Formula $\Lambda$
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \end_inset
19405 </cell>
19406 </row>
19407 <row>
19408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19409 \begin_inset Text
19410
19411 \begin_layout Plain Layout
19412
19413 \backslash
19414 Xi
19415 \end_layout
19416
19417 \end_inset
19418 </cell>
19419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 \begin_inset Formula $\Xi$
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \end_inset
19430 </cell>
19431 </row>
19432 <row>
19433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19434 \begin_inset Text
19435
19436 \begin_layout Plain Layout
19437
19438 \backslash
19439 Pi
19440 \end_layout
19441
19442 \end_inset
19443 </cell>
19444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Formula $\Pi$
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \end_inset
19455 </cell>
19456 </row>
19457 </lyxtabular>
19458
19459 \end_inset
19460
19461
19462 \begin_inset space \hfill{}
19463 \end_inset
19464
19465
19466 \begin_inset Tabular
19467 <lyxtabular version="3" rows="6" columns="2">
19468 <features rotate="0" tabularvalignment="middle">
19469 <column alignment="center" valignment="top" width="0pt">
19470 <column alignment="center" valignment="top" width="0pt">
19471 <row>
19472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 Command
19477 \end_layout
19478
19479 \end_inset
19480 </cell>
19481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19482 \begin_inset Text
19483
19484 \begin_layout Plain Layout
19485 Result
19486 \end_layout
19487
19488 \end_inset
19489 </cell>
19490 </row>
19491 <row>
19492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19493 \begin_inset Text
19494
19495 \begin_layout Plain Layout
19496
19497 \backslash
19498 Sigma
19499 \end_layout
19500
19501 \end_inset
19502 </cell>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 \begin_inset Formula $\Sigma$
19508 \end_inset
19509
19510
19511 \end_layout
19512
19513 \end_inset
19514 </cell>
19515 </row>
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \backslash
19523 Upsilon
19524 \end_layout
19525
19526 \end_inset
19527 </cell>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532 \begin_inset Formula $\Upsilon$
19533 \end_inset
19534
19535
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 </row>
19541 <row>
19542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19543 \begin_inset Text
19544
19545 \begin_layout Plain Layout
19546
19547 \backslash
19548 Phi
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 \begin_inset Formula $\Phi$
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \end_inset
19564 </cell>
19565 </row>
19566 <row>
19567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19568 \begin_inset Text
19569
19570 \begin_layout Plain Layout
19571
19572 \backslash
19573 Psi
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582 \begin_inset Formula $\Psi$
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \end_inset
19589 </cell>
19590 </row>
19591 <row>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596
19597 \backslash
19598 Omega
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607 \begin_inset Formula $\Omega$
19608 \end_inset
19609
19610
19611 \end_layout
19612
19613 \end_inset
19614 </cell>
19615 </row>
19616 </lyxtabular>
19617
19618 \end_inset
19619
19620
19621 \begin_inset space \hfill{}
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \begin_layout Standard
19628 \begin_inset VSpace medskip
19629 \end_inset
19630
19631 That the big Greek letters appear upright is caused by a design bug when
19632  TeX was developed.
19633  To get correct italic big letters, begin every command with 
19634 \series bold
19635 var
19636 \series default
19637 .
19638  For example the command 
19639 \series bold
19640
19641 \backslash
19642 varGamma
19643 \series default
19644  produces 
19645 \begin_inset Formula $\varGamma$
19646 \end_inset
19647
19648 .
19649  Another way is to load the package 
19650 \series bold
19651 fixmath
19652 \series default
19653
19654 \begin_inset Foot
19655 status collapsed
19656
19657 \begin_layout Plain Layout
19658
19659 \series bold
19660 fixmath
19661 \series default
19662  is part of the LaTeX-package 
19663 \series bold
19664 was
19665 \series default
19666
19667 \begin_inset Index idx
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671 Packages ! was
19672 \begin_inset ERT
19673 status collapsed
19674
19675 \begin_layout Plain Layout
19676
19677
19678 \backslash
19679 vspace{4mm}
19680 \end_layout
19681
19682 \end_inset
19683
19684
19685 \end_layout
19686
19687 \end_inset
19688
19689 .
19690 \end_layout
19691
19692 \end_inset
19693
19694
19695 \begin_inset Index idx
19696 status collapsed
19697
19698 \begin_layout Plain Layout
19699 Packages ! fixmath
19700 \end_layout
19701
19702 \end_inset
19703
19704  with the LaTeX-preamble line
19705 \end_layout
19706
19707 \begin_layout Standard
19708
19709 \series bold
19710
19711 \backslash
19712 usepackage{fixmath}
19713 \end_layout
19714
19715 \begin_layout Standard
19716 Then all big Greek letters in a document will automatically be typeset italic.
19717 \end_layout
19718
19719 \begin_layout Subsection
19720 Bold Letters
19721 \begin_inset Index idx
19722 status collapsed
19723
19724 \begin_layout Plain Layout
19725 Greek letters ! bold
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \begin_layout Standard
19734 Greek letters cannot be set with different font styles like Latin letters.
19735  They can only be made bold with the command 
19736 \series bold
19737
19738 \backslash
19739 boldsymbol
19740 \series default
19741
19742 \begin_inset Index idx
19743 status collapsed
19744
19745 \begin_layout Plain Layout
19746 Commands ! B ! 
19747 \backslash
19748 boldsymbol
19749 \end_layout
19750
19751 \end_inset
19752
19753 .
19754 \end_layout
19755
19756 \begin_layout Standard
19757 \align center
19758 \begin_inset Tabular
19759 <lyxtabular version="3" rows="3" columns="2">
19760 <features rotate="0" tabularvalignment="middle">
19761 <column alignment="center" valignment="top">
19762 <column alignment="center" valignment="top">
19763 <row>
19764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 Command
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 Result
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 Upsilon
19791 \backslash
19792 boldsymbol
19793 \backslash
19794 Upsilon
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19800 \begin_inset Text
19801
19802 \begin_layout Plain Layout
19803 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19804 \end_inset
19805
19806
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 </row>
19812 <row>
19813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817
19818 \backslash
19819 theta
19820 \backslash
19821 boldsymbol
19822 \backslash
19823 theta
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832 \begin_inset Formula $\theta\boldsymbol{\theta}$
19833 \end_inset
19834
19835
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 </lyxtabular>
19842
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \begin_layout Section
19849 Symbols
19850 \begin_inset ERT
19851 status collapsed
19852
19853 \begin_layout Plain Layout
19854
19855
19856 \backslash
19857 texorpdfstring{
19858 \end_layout
19859
19860 \end_inset
19861
19862
19863 \begin_inset Foot
19864 status collapsed
19865
19866 \begin_layout Plain Layout
19867 A list with all symbols of most of the LaTeX-packages can be found in 
19868 \begin_inset CommandInset citation
19869 LatexCommand cite
19870 key "Symbols"
19871
19872 \end_inset
19873
19874 .
19875 \end_layout
19876
19877 \end_inset
19878
19879
19880 \begin_inset ERT
19881 status collapsed
19882
19883 \begin_layout Plain Layout
19884
19885 }{}
19886 \end_layout
19887
19888 \end_inset
19889
19890
19891 \begin_inset Note Note
19892 status collapsed
19893
19894 \begin_layout Plain Layout
19895
19896 \backslash
19897 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
19898 \end_layout
19899
19900 \begin_layout Plain Layout
19901 More about 
19902 \backslash
19903 texorpdfstring is in section 
19904 \begin_inset CommandInset ref
19905 LatexCommand ref
19906 reference "sub:Formulas-in-Section"
19907
19908 \end_inset
19909
19910 .
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \begin_inset Index idx
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Symbols
19921 \end_layout
19922
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \begin_layout Standard
19929 Many of the symbols listed in this section can also be inserted via the
19930  toolbar buttons 
19931 \begin_inset Graphics
19932         filename ../images/math/nabla.png
19933         scale 85
19934
19935 \end_inset
19936
19937  and 
19938 \begin_inset Graphics
19939         filename ../images/math/digamma.png
19940         scale 85
19941
19942 \end_inset
19943
19944 .
19945 \end_layout
19946
19947 \begin_layout Subsection
19948 Mathematical Symbols
19949 \begin_inset CommandInset label
19950 LatexCommand label
19951 name "sub:Mathematical-Symbols"
19952
19953 \end_inset
19954
19955
19956 \begin_inset Index idx
19957 status collapsed
19958
19959 \begin_layout Plain Layout
19960 Symbols ! mathematical
19961 \end_layout
19962
19963 \end_inset
19964
19965
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset space \hfill{}
19970 \end_inset
19971
19972
19973 \begin_inset Tabular
19974 <lyxtabular version="3" rows="10" columns="2">
19975 <features rotate="0" tabularvalignment="middle">
19976 <column alignment="center" valignment="top" width="0pt">
19977 <column alignment="center" valignment="top" width="0pt">
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 Command
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 Result
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 </row>
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003
20004 \backslash
20005 neg
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 \begin_inset Formula $\neg$
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 </row>
20023 <row>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028
20029 \backslash
20030 Im
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 \begin_inset Formula $\Im$
20040 \end_inset
20041
20042
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 </row>
20048 <row>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053
20054 \backslash
20055 Re
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064 \begin_inset Formula $\Re$
20065 \end_inset
20066
20067
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 </row>
20073 <row>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078
20079 \backslash
20080 aleph
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 \begin_inset Formula $\aleph$
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 </row>
20098 <row>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103
20104 \backslash
20105 partial
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114 \begin_inset Formula $\partial$
20115 \end_inset
20116
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 </row>
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128
20129 \backslash
20130 infty
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 \begin_inset Formula $\infty$
20140 \end_inset
20141
20142
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 </row>
20148 <row>
20149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153
20154 \backslash
20155 wp
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 \begin_inset Formula $\wp$
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 </row>
20173 <row>
20174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178
20179 \backslash
20180 imath
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 \begin_inset Formula $\imath$
20190 \end_inset
20191
20192
20193 \end_layout
20194
20195 \end_inset
20196 </cell>
20197 </row>
20198 <row>
20199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203
20204 \backslash
20205 jmath
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214 \begin_inset Formula $\jmath$
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 </row>
20223 </lyxtabular>
20224
20225 \end_inset
20226
20227
20228 \begin_inset space \hfill{}
20229 \end_inset
20230
20231
20232 \begin_inset Tabular
20233 <lyxtabular version="3" rows="10" columns="2">
20234 <features rotate="0" tabularvalignment="middle">
20235 <column alignment="center" valignment="top" width="0pt">
20236 <column alignment="center" valignment="top" width="0pt">
20237 <row>
20238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 Command
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 Result
20252 \begin_inset Note Note
20253 status collapsed
20254
20255 \begin_layout Plain Layout
20256
20257 \series bold
20258
20259 \backslash
20260 raisebox
20261 \series default
20262  is only used as spacer.
20263 \end_layout
20264
20265 \end_inset
20266
20267
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 forall
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\forall$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 exists
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\exists$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 nexists
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\nexists$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 emptyset
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\emptyset$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 varnothing
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\varnothing$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 dag
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\dag$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 ddag
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Formula $\ddag$
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \backslash
20455 complement
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset ERT
20465 status collapsed
20466
20467 \begin_layout Plain Layout
20468
20469
20470 \backslash
20471 raisebox{-0.8mm}{
20472 \end_layout
20473
20474 \end_inset
20475
20476
20477 \begin_inset Formula $\complement$
20478 \end_inset
20479
20480
20481 \begin_inset ERT
20482 status collapsed
20483
20484 \begin_layout Plain Layout
20485
20486 }
20487 \end_layout
20488
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 Bbbk
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\Bbbk$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 </lyxtabular>
20523
20524 \end_inset
20525
20526
20527 \begin_inset space \hfill{}
20528 \end_inset
20529
20530
20531 \begin_inset Tabular
20532 <lyxtabular version="3" rows="10" columns="2">
20533 <features rotate="0" tabularvalignment="middle">
20534 <column alignment="center" valignment="top" width="0pt">
20535 <column alignment="center" valignment="top" width="0pt">
20536 <row>
20537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541 Command
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20547 \begin_inset Text
20548
20549 \begin_layout Plain Layout
20550 Result
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 <row>
20557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \backslash
20563 prime
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\prime$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 backprime
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Formula $\backprime$
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 mho
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Formula $\mho$
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \backslash
20638 triangle
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Formula $\triangle$
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \backslash
20663 angle
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 \begin_inset Formula $\angle$
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \backslash
20688 measuredangle
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset Formula $\measuredangle$
20698 \end_inset
20699
20700
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 </row>
20706 <row>
20707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711
20712 \backslash
20713 sphericalangle
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Formula $\sphericalangle$
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 top
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747 \begin_inset Formula $\top$
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 </row>
20756 <row>
20757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761
20762 \backslash
20763 bot
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Formula $\bot$
20773 \end_inset
20774
20775
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 </row>
20781 </lyxtabular>
20782
20783 \end_inset
20784
20785
20786 \begin_inset space \hfill{}
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \begin_layout Subsection
20793 Miscellaneous Symbols
20794 \begin_inset CommandInset label
20795 LatexCommand label
20796 name "sub:Miscellaneous-Symbols"
20797
20798 \end_inset
20799
20800
20801 \begin_inset Index idx
20802 status collapsed
20803
20804 \begin_layout Plain Layout
20805 Symbols ! miscellaneous
20806 \end_layout
20807
20808 \end_inset
20809
20810
20811 \end_layout
20812
20813 \begin_layout Standard
20814 \noindent
20815 \align center
20816 \begin_inset Tabular
20817 <lyxtabular version="3" rows="10" columns="2">
20818 <features rotate="0" tabularvalignment="middle">
20819 <column alignment="center" valignment="top" width="0pt">
20820 <column alignment="center" valignment="top" width="0pt">
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826 Command
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 Result
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 <row>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846
20847 \backslash
20848 flat
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 \begin_inset Formula $\flat$
20858 \end_inset
20859
20860
20861 \end_layout
20862
20863 \end_inset
20864 </cell>
20865 </row>
20866 <row>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871
20872 \backslash
20873 natural
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882 \begin_inset Formula $\natural$
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 </row>
20891 <row>
20892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896
20897 \backslash
20898 sharp
20899 \end_layout
20900
20901 \end_inset
20902 </cell>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907 \begin_inset Formula $\sharp$
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \end_inset
20914 </cell>
20915 </row>
20916 <row>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921
20922 \backslash
20923 surd
20924 \end_layout
20925
20926 \end_inset
20927 </cell>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 \begin_inset Formula $\surd$
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 </row>
20941 <row>
20942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20943 \begin_inset Text
20944
20945 \begin_layout Plain Layout
20946
20947 \backslash
20948 checkmark
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Formula $\checkmark$
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \end_inset
20964 </cell>
20965 </row>
20966 <row>
20967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971
20972 \backslash
20973 yen
20974 \end_layout
20975
20976 \end_inset
20977 </cell>
20978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 \begin_inset Formula $\yen$
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \end_inset
20989 </cell>
20990 </row>
20991 <row>
20992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996
20997 \backslash
20998 pounds
20999 \end_layout
21000
21001 \end_inset
21002 </cell>
21003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 \begin_inset Formula $\pounds$
21008 \end_inset
21009
21010
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 </row>
21016 <row>
21017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 $
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21027 \begin_inset Text
21028
21029 \begin_layout Plain Layout
21030 \begin_inset Formula $\$$
21031 \end_inset
21032
21033
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 </row>
21039 <row>
21040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 §
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $§$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 </lyxtabular>
21063
21064 \end_inset
21065
21066
21067 \begin_inset Tabular
21068 <lyxtabular version="3" rows="10" columns="2">
21069 <features rotate="0" tabularvalignment="middle">
21070 <column alignment="center" valignment="top">
21071 <column alignment="center" valignment="top">
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077 Command
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Result
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 </row>
21092 <row>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097
21098 \backslash
21099 hbar
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Formula $\hbar$
21109 \end_inset
21110
21111
21112 \end_layout
21113
21114 \end_inset
21115 </cell>
21116 </row>
21117 <row>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122
21123 \backslash
21124 hslash
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $\hslash$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 <row>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147
21148 \backslash
21149 clubsuit
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 \begin_inset Formula $\clubsuit$
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 </row>
21167 <row>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172
21173 \backslash
21174 spadesuit
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 \begin_inset Formula $\spadesuit$
21184 \end_inset
21185
21186
21187 \end_layout
21188
21189 \end_inset
21190 </cell>
21191 </row>
21192 <row>
21193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197
21198 \backslash
21199 bigstar
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 \begin_inset Formula $\bigstar$
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \end_inset
21215 </cell>
21216 </row>
21217 <row>
21218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222
21223 \backslash
21224 blacklozenge
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 \begin_inset Formula $\blacklozenge$
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \end_inset
21240 </cell>
21241 </row>
21242 <row>
21243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247
21248 \backslash
21249 blacktriangle
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258 \begin_inset Formula $\blacktriangle$
21259 \end_inset
21260
21261
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 </row>
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272
21273 \backslash
21274 blacktiangledown
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283 \begin_inset Formula $\blacktriangledown$
21284 \end_inset
21285
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 </row>
21292 <row>
21293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21294 \begin_inset Text
21295
21296 \begin_layout Plain Layout
21297
21298 \backslash
21299 bullet
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21305 \begin_inset Text
21306
21307 \begin_layout Plain Layout
21308 \begin_inset Formula $\bullet$
21309 \end_inset
21310
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 </row>
21317 </lyxtabular>
21318
21319 \end_inset
21320
21321
21322 \begin_inset Tabular
21323 <lyxtabular version="3" rows="10" columns="2">
21324 <features rotate="0" tabularvalignment="middle">
21325 <column alignment="center" valignment="top" width="0pt">
21326 <column alignment="center" valignment="top" width="0pt">
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 Command
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 Result
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 diamondsuit
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\diamondsuit$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 Diamond
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\Diamond$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \backslash
21404 heartsuit
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset Formula $\heartsuit$
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \backslash
21429 P
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $\P$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 copyright
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\copyright$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 circledR
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\circledR$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 <row>
21498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502
21503 \backslash
21504 maltese
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\maltese$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 diagup
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\diagup$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 diagdown
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\diagdown$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 </lyxtabular>
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \begin_layout Standard
21580 \begin_inset VSpace medskip
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \begin_layout Standard
21587 Some symbols can be displayed in different sizes, see 
21588 \begin_inset CommandInset ref
21589 LatexCommand ref
21590 reference "sub:Font-Sizes"
21591
21592 \end_inset
21593
21594 .
21595 \end_layout
21596
21597 \begin_layout Subsection
21598 The Euro-Symbol €
21599 \begin_inset Index idx
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603 Symbols ! Euro-symbol
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \begin_inset Index idx
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 @
21616 \begin_inset ERT
21617 status collapsed
21618
21619 \begin_layout Plain Layout
21620
21621
21622 \backslash
21623 officialeuro
21624 \end_layout
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 To use the Euro symbol in formulas, the LaTeX-package 
21638 \series bold
21639 eurosym
21640 \series default
21641
21642 \begin_inset Index idx
21643 status collapsed
21644
21645 \begin_layout Plain Layout
21646 Packages ! eurosym
21647 \end_layout
21648
21649 \end_inset
21650
21651  must be installed and loaded with the LaTeX-preamble line
21652 \end_layout
21653
21654 \begin_layout Standard
21655
21656 \series bold
21657
21658 \backslash
21659 usepackage[gennarrow]{eurosym}
21660 \end_layout
21661
21662 \begin_layout Standard
21663 The Euro symbol can now be inserted with the command 
21664 \series bold
21665
21666 \backslash
21667 euro
21668 \series default
21669
21670 \begin_inset Index idx
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 Commands ! E ! 
21675 \backslash
21676 euro
21677 \end_layout
21678
21679 \end_inset
21680
21681 .
21682 \end_layout
21683
21684 \begin_layout Standard
21685 The Euro symbol can directly be inserted with the € key in mathematical
21686  text, without having 
21687 \series bold
21688 eurosym
21689 \series default
21690  installed.
21691  When 
21692 \series bold
21693 eurosym
21694 \series default
21695  is installed, 
21696 \series bold
21697
21698 \backslash
21699 euro
21700 \series default
21701  can also be inserted in TeX-mode.
21702  The official currency symbol can then be inserted with the command 
21703 \series bold
21704
21705 \backslash
21706 officialeuro
21707 \series default
21708
21709 \begin_inset Index idx
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713 Commands ! O ! 
21714 \backslash
21715 officialeuro
21716 \end_layout
21717
21718 \end_inset
21719
21720 , that is only available in TeX-mode.
21721 \end_layout
21722
21723 \begin_layout Standard
21724 \begin_inset ERT
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728
21729
21730 \backslash
21731 ifeurosym 
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \begin_inset Note Note
21738 status open
21739
21740 \begin_layout Plain Layout
21741 The following table will only be displayed when the LaTeX-package 
21742 \series bold
21743 eurosym
21744 \series default
21745  is installed.
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \begin_layout Standard
21754 An overview about the different Euro symbols:
21755 \end_layout
21756
21757 \begin_layout Standard
21758 \align center
21759 \begin_inset Tabular
21760 <lyxtabular version="3" rows="4" columns="3">
21761 <features rotate="0" tabularvalignment="middle">
21762 <column alignment="center" valignment="top" width="0pt">
21763 <column alignment="center" valignment="top" width="0pt">
21764 <column alignment="center" valignment="top" width="0pt">
21765 <row>
21766 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 Command 
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 Result
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 formula
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \backslash
21810 euro
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 \begin_inset Formula $\euro$
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833 mathematical text
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21839 \begin_inset Text
21840
21841 \begin_layout Plain Layout
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\mbox{€}$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865 TeX-mode
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 officialeuro
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset ERT
21886 status collapsed
21887
21888 \begin_layout Plain Layout
21889
21890
21891 \backslash
21892 officialeuro
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 </lyxtabular>
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \begin_layout Standard
21911 \begin_inset ERT
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915
21916
21917 \backslash
21918 else 
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \begin_inset Note Note
21925 status open
21926
21927 \begin_layout Plain Layout
21928 The following will be displayed when the LaTeX-package 
21929 \series bold
21930 eurosym
21931 \series default
21932  is not installed:
21933 \end_layout
21934
21935 \end_inset
21936
21937
21938 \end_layout
21939
21940 \begin_layout Standard
21941 You need to install the LaTeX-package 
21942 \series bold
21943 eurosym
21944 \series default
21945  to see the rest of this subsection in the output.
21946 \end_layout
21947
21948 \begin_layout Standard
21949 \begin_inset ERT
21950 status collapsed
21951
21952 \begin_layout Plain Layout
21953
21954
21955 \backslash
21956 fi 
21957 \end_layout
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \begin_layout Section
21965 Relations
21966 \begin_inset CommandInset label
21967 LatexCommand label
21968 name "sec:Relations"
21969
21970 \end_inset
21971
21972
21973 \begin_inset Index idx
21974 status collapsed
21975
21976 \begin_layout Plain Layout
21977 Relations
21978 \end_layout
21979
21980 \end_inset
21981
21982
21983 \begin_inset Index idx
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987 Comparisons|see
21988 \begin_inset ERT
21989 status collapsed
21990
21991 \begin_layout Plain Layout
21992
21993 {
21994 \end_layout
21995
21996 \end_inset
21997
21998 Relations
21999 \begin_inset ERT
22000 status collapsed
22001
22002 \begin_layout Plain Layout
22003
22004 }
22005 \end_layout
22006
22007 \end_inset
22008
22009
22010 \end_layout
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Standard
22018 All relations can also be inserted via the toolbar button 
22019 \begin_inset Graphics
22020         filename ../images/math/leq.png
22021         scale 85
22022
22023 \end_inset
22024
22025 .
22026 \end_layout
22027
22028 \begin_layout Standard
22029 \begin_inset space \hfill{}
22030 \end_inset
22031
22032
22033 \begin_inset Tabular
22034 <lyxtabular version="3" rows="17" columns="2">
22035 <features rotate="0" tabularvalignment="middle">
22036 <column alignment="center" valignment="top" width="0pt">
22037 <column alignment="center" valignment="top" width="0pt">
22038 <row>
22039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 Command
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 Result
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 <row>
22059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 <
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 \begin_inset Formula $<$
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 <row>
22082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22083 \begin_inset Text
22084
22085 \begin_layout Plain Layout
22086
22087 \backslash
22088 le
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097 \begin_inset Formula $\le$
22098 \end_inset
22099
22100
22101 \end_layout
22102
22103 \end_inset
22104 </cell>
22105 </row>
22106 <row>
22107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22108 \begin_inset Text
22109
22110 \begin_layout Plain Layout
22111
22112 \backslash
22113 ll
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Formula $\ll$
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129 </cell>
22130 </row>
22131 <row>
22132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22133 \begin_inset Text
22134
22135 \begin_layout Plain Layout
22136
22137 \backslash
22138 prec
22139 \end_layout
22140
22141 \end_inset
22142 </cell>
22143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 \begin_inset Formula $\prec$
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 </row>
22156 <row>
22157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 preceq
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 \begin_inset Formula $\preceq$
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 </row>
22181 <row>
22182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22183 \begin_inset Text
22184
22185 \begin_layout Plain Layout
22186
22187 \backslash
22188 subset
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 \begin_inset Formula $\subset$
22198 \end_inset
22199
22200
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 </row>
22206 <row>
22207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \backslash
22213 subseteq
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22219 \begin_inset Text
22220
22221 \begin_layout Plain Layout
22222 \begin_inset Formula $\subseteq$
22223 \end_inset
22224
22225
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 </row>
22231 <row>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236
22237 \backslash
22238 sqsubseteq
22239 \end_layout
22240
22241 \end_inset
22242 </cell>
22243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22244 \begin_inset Text
22245
22246 \begin_layout Plain Layout
22247 \begin_inset Formula $\sqsubseteq$
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 </row>
22256 <row>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261
22262 \backslash
22263 in
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 \begin_inset Formula $\in$
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 </row>
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \backslash
22288 vdash
22289 \end_layout
22290
22291 \end_inset
22292 </cell>
22293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22294 \begin_inset Text
22295
22296 \begin_layout Plain Layout
22297 \begin_inset Formula $\vdash$
22298 \end_inset
22299
22300
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 </row>
22306 <row>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311
22312 \backslash
22313 smile
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22319 \begin_inset Text
22320
22321 \begin_layout Plain Layout
22322 \begin_inset Formula $\smile$
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 <row>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336
22337 \backslash
22338 lhd
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 \begin_inset Formula $\lhd$
22348 \end_inset
22349
22350
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 </row>
22356 <row>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361
22362 \backslash
22363 unlhd
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 \begin_inset Formula $\unlhd$
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 gtrless
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\gtrless$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 mid
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\mid$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 nmid
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\nmid$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 </lyxtabular>
22457
22458 \end_inset
22459
22460
22461 \begin_inset space \hfill{}
22462 \end_inset
22463
22464
22465 \begin_inset Tabular
22466 <lyxtabular version="3" rows="17" columns="2">
22467 <features rotate="0" tabularvalignment="middle">
22468 <column alignment="center" valignment="top" width="0pt">
22469 <column alignment="center" valignment="top" width="0pt">
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 Command
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484 Result
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 </row>
22490 <row>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 =
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22501 \begin_inset Text
22502
22503 \begin_layout Plain Layout
22504 \begin_inset Formula $=$
22505 \end_inset
22506
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 </row>
22513 <row>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518
22519 \backslash
22520 not=
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $\not=$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 equiv
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\equiv$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \backslash
22570 sim
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $\sim$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \backslash
22595 simeq
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 \begin_inset Formula $\simeq$
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \backslash
22620 approx
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Formula $\approx$
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 cong
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\cong$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \backslash
22670 bowtie
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Formula $\bowtie$
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \backslash
22695 notin
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Formula $\notin$
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \backslash
22720 perp
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $\perp$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 propto
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\propto$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 asymp
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\asymp$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 doteq
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\doteq$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 circeq
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\circeq$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 models
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\models$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 widehat=
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 \begin_inset Formula $\widehat{=}$
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 </lyxtabular>
22889
22890 \end_inset
22891
22892
22893 \begin_inset space \hfill{}
22894 \end_inset
22895
22896
22897 \begin_inset Tabular
22898 <lyxtabular version="3" rows="17" columns="2">
22899 <features rotate="0" tabularvalignment="middle">
22900 <column alignment="center" valignment="top" width="0pt">
22901 <column alignment="center" valignment="top" width="0pt">
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 Command
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 Result
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 </row>
22922 <row>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 >
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22933 \begin_inset Text
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Formula $>$
22937 \end_inset
22938
22939
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 </row>
22945 <row>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950
22951 \backslash
22952 ge
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $\ge$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 gg
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\gg$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 succ
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\succ$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 succeq
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\succeq$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 supset
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\supset$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 supseteq
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\supseteq$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \backslash
23102 sqsupseteq
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $\sqsupseteq$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 ni
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\ni$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 dashv
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\dashv$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 frown
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\frown$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 rhd
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\rhd$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 unrhd
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\unrhd$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 lessgtr
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\lessgtr$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 parallel
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\parallel$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 nparallel
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\nparallel$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 </lyxtabular>
23321
23322 \end_inset
23323
23324
23325 \begin_inset space \hfill{}
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset VSpace medskip
23333 \end_inset
23334
23335 The characters 
23336 \series bold
23337
23338 \backslash
23339 lhd
23340 \series default
23341  and 
23342 \series bold
23343
23344 \backslash
23345 rhd
23346 \series default
23347  are bigger than the equal looking operators 
23348 \series bold
23349
23350 \backslash
23351 triangleleft
23352 \series default
23353  and 
23354 \series bold
23355
23356 \backslash
23357 triangleright
23358 \series default
23359 , respectively.
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Relations are, in contrary to symbols, always surrounded by space.
23364 \end_layout
23365
23366 \begin_layout Standard
23367 Relations with labels can be created with the command 
23368 \series bold
23369
23370 \backslash
23371 stackrel
23372 \series default
23373
23374 \begin_inset Index idx
23375 status collapsed
23376
23377 \begin_layout Plain Layout
23378 Commands ! S ! 
23379 \backslash
23380 stackrel
23381 \end_layout
23382
23383 \end_inset
23384
23385 :
23386 \end_layout
23387
23388 \begin_layout Standard
23389 \align center
23390 \begin_inset Tabular
23391 <lyxtabular version="3" rows="2" columns="2">
23392 <features rotate="0" tabularvalignment="middle">
23393 <column alignment="center" valignment="top">
23394 <column alignment="center" valignment="top">
23395 <row>
23396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 Command
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 Result
23410 \begin_inset Note Note
23411 status collapsed
23412
23413 \begin_layout Plain Layout
23414
23415 \series bold
23416
23417 \backslash
23418 raisebox
23419 \series default
23420  is only used as spacer.
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436 A(r)
23437 \backslash
23438 stackrel
23439 \begin_inset space \textvisiblespace{}
23440 \end_inset
23441
23442 r
23443 \backslash
23444 to
23445 \backslash
23446 infty
23447 \begin_inset space \textvisiblespace{}
23448 \end_inset
23449
23450
23451 \begin_inset Formula $\downarrow$
23452 \end_inset
23453
23454
23455 \backslash
23456 approx
23457 \begin_inset space \textvisiblespace{}
23458 \end_inset
23459
23460
23461 \begin_inset space \textvisiblespace{}
23462 \end_inset
23463
23464 B
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23470 \begin_inset Text
23471
23472 \begin_layout Plain Layout
23473 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 </row>
23482 </lyxtabular>
23483
23484 \end_inset
23485
23486
23487 \end_layout
23488
23489 \begin_layout Section
23490 Functions
23491 \end_layout
23492
23493 \begin_layout Subsection
23494 Predefined Functions
23495 \begin_inset CommandInset label
23496 LatexCommand label
23497 name "sub:Predefined-Functions"
23498
23499 \end_inset
23500
23501
23502 \begin_inset Index idx
23503 status collapsed
23504
23505 \begin_layout Plain Layout
23506 Functions ! predefined
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Standard
23515 In general, variables are set 
23516 \emph on
23517 italic
23518 \emph default
23519  in mathematical expressions, but not function names, because 
23520 \begin_inset Formula $sin$
23521 \end_inset
23522
23523  could be misunderstood as 
23524 \begin_inset Formula $s\cdot i\cdot n$
23525 \end_inset
23526
23527 .
23528  Therefore there are predefined functionswhich are additionally a bit separated
23529  from prefactors.
23530  They are inserted as commands starting with a backslash before their name.
23531 \end_layout
23532
23533 \begin_layout Standard
23534 \align center
23535 \begin_inset Tabular
23536 <lyxtabular version="3" rows="2" columns="4">
23537 <features rotate="0" tabularvalignment="middle">
23538 <column alignment="center" valignment="top" width="0pt">
23539 <column alignment="center" valignment="top" width="0pt">
23540 <column alignment="center" valignment="top" width="0pt">
23541 <column alignment="center" valignment="top" width="0pt">
23542 <row>
23543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 Command
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 Result
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 Command
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 Result
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 Asin(x)+B
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $Asin(x)+B$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 A
23607 \backslash
23608 sin(x)+B
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 \begin_inset Formula $A\sin(x)+B$
23618 \end_inset
23619
23620
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 </row>
23626 </lyxtabular>
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Standard
23634 The following functions are predefined:
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \begin_inset VSpace -2mm
23639 \end_inset
23640
23641
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \align center
23646 \begin_inset Tabular
23647 <lyxtabular version="3" rows="9" columns="4">
23648 <features rotate="0" tabularvalignment="middle">
23649 <column alignment="center" valignment="top" width="0pt">
23650 <column alignment="center" valignment="top" width="0pt">
23651 <column alignment="center" valignment="top" width="0pt">
23652 <column alignment="center" valignment="top" width="0pt">
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 Command
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 Command
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 Command
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 Command
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \backslash
23698 sin
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 sinh
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718
23719 \backslash
23720 arcsin
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729
23730 \backslash
23731 sup
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 cos
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753
23754 \backslash
23755 cosh
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764
23765 \backslash
23766 arccos
23767 \end_layout
23768
23769 \end_inset
23770 </cell>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775
23776 \backslash
23777 inf
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 tan
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 tanh
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 arctan
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 lim
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 </row>
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \backslash
23836 cot
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 coth
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \backslash
23858 arg
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \backslash
23869 liminf
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 sec
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 min
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 deg
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 limsup
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 </row>
23921 <row>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 csc
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 max
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 det
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959
23960 \backslash
23961 Pr
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 ln
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 exp
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 dim
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 hom
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 lg
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029
24030 \backslash
24031 log
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \backslash
24042 ker
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \backslash
24053 gcd
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 </lyxtabular>
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 They can also be inserted with the math toolbar button 
24068 \begin_inset Graphics
24069         filename ../images/math/functions.png
24070         scale 85
24071
24072 \end_inset
24073
24074 .
24075 \end_layout
24076
24077 \begin_layout Subsection
24078 Self-defined Functions
24079 \begin_inset Index idx
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083 Functions ! self-defined
24084 \end_layout
24085
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \begin_layout Standard
24092 To use a function that is not predefined, like for example the sign function
24093  sgn(x), there are two possibilities:
24094 \end_layout
24095
24096 \begin_layout Itemize
24097 Define the function by inserting the following line to the LaTeX-preamble
24098 \begin_inset Foot
24099 status collapsed
24100
24101 \begin_layout Plain Layout
24102 For more about 
24103 \series bold
24104
24105 \backslash
24106 DeclareMathOperator
24107 \series default
24108  see 
24109 \begin_inset CommandInset ref
24110 LatexCommand ref
24111 reference "sub:Self-defined-Operators"
24112
24113 \end_inset
24114
24115 .
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \begin_inset Newline newline
24122 \end_inset
24123
24124
24125 \begin_inset VSpace -3mm
24126 \end_inset
24127
24128
24129 \begin_inset Newline newline
24130 \end_inset
24131
24132
24133 \series bold
24134
24135 \backslash
24136 DeclareMathOperator{
24137 \backslash
24138 sgn}{sgn}
24139 \series default
24140
24141 \begin_inset Index idx
24142 status collapsed
24143
24144 \begin_layout Plain Layout
24145 Commands ! D ! 
24146 \backslash
24147 dbinom@
24148 \backslash
24149 DeclareMathOperator
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \begin_inset Newline newline
24156 \end_inset
24157
24158
24159 \begin_inset VSpace -2mm
24160 \end_inset
24161
24162
24163 \begin_inset Newline newline
24164 \end_inset
24165
24166 Now the new defined function can be called with the command 
24167 \series bold
24168
24169 \backslash
24170 sgn
24171 \series default
24172 .
24173 \end_layout
24174
24175 \begin_layout Itemize
24176 Write the formula as usual, mark the formula name, in our example the letters
24177  
24178 \emph on
24179 sgn
24180 \emph default
24181 , and change it to mathematical text.
24182  Finally, a space is inserted between prefactor and function.
24183 \end_layout
24184
24185 \begin_layout Standard
24186 The result is the same with both methods as with a predefined function
24187 \begin_inset Foot
24188 status collapsed
24189
24190 \begin_layout Plain Layout
24191 In LyX self-defined functions are displayed red, predefined ones black.
24192 \end_layout
24193
24194 \end_inset
24195
24196 :
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \align center
24201 \begin_inset Tabular
24202 <lyxtabular version="3" rows="3" columns="2">
24203 <features rotate="0" tabularvalignment="middle">
24204 <column alignment="center" valignment="top" width="0pt">
24205 <column alignment="center" valignment="top" width="0pt">
24206 <row>
24207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24208 \begin_inset Text
24209
24210 \begin_layout Plain Layout
24211 Command
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220 Result
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 A
24232 \backslash
24233 sgn(x)+B
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Formula $A\sgn(x)+B$
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 A
24257 \backslash
24258 ,
24259 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24260 \end_inset
24261
24262 (x)+B
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24272 \end_inset
24273
24274
24275 \end_layout
24276
24277 \end_inset
24278 </cell>
24279 </row>
24280 </lyxtabular>
24281
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Standard
24288 The first method is more suitable when the self-defined function should
24289  be used several times.
24290 \end_layout
24291
24292 \begin_layout Subsection
24293 Limits
24294 \begin_inset Index idx
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298 Limits
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Standard
24307 For limits, in addition to the commands 
24308 \series bold
24309
24310 \backslash
24311 lim
24312 \series default
24313
24314 \begin_inset Index idx
24315 status collapsed
24316
24317 \begin_layout Plain Layout
24318 Commands ! L ! 
24319 \backslash
24320 lim
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \series bold
24327
24328 \backslash
24329 liminf
24330 \series default
24331  and 
24332 \series bold
24333
24334 \backslash
24335 limsup
24336 \series default
24337  the following functions are defined:
24338 \end_layout
24339
24340 \begin_layout Standard
24341 \align center
24342 \begin_inset Tabular
24343 <lyxtabular version="3" rows="5" columns="2">
24344 <features rotate="0" tabularvalignment="middle">
24345 <column alignment="center" valignment="top">
24346 <column alignment="center" valignment="top">
24347 <row>
24348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24349 \begin_inset Text
24350
24351 \begin_layout Plain Layout
24352 Command
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361 Result
24362 \begin_inset Note Note
24363 status collapsed
24364
24365 \begin_layout Plain Layout
24366
24367 \series bold
24368
24369 \backslash
24370 raisebox
24371 \series default
24372  is only used as spacer.
24373 \end_layout
24374
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 </row>
24383 <row>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 varliminf
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399 \begin_inset Formula $\varliminf$
24400 \end_inset
24401
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 <row>
24409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 varlimsup
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424 \begin_inset Formula $\varlimsup$
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row>
24434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \backslash
24440 varprojlim
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449 \begin_inset Formula $\varprojlim$
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \end_inset
24456 </cell>
24457 </row>
24458 <row>
24459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24460 \begin_inset Text
24461
24462 \begin_layout Plain Layout
24463
24464 \backslash
24465 varinjlim
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 \begin_inset Formula $\varinjlim$
24475 \end_inset
24476
24477
24478 \begin_inset Formula $\raisebox{-2.5mm}{}$
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 </row>
24487 </lyxtabular>
24488
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \begin_layout Standard
24495 \begin_inset VSpace medskip
24496 \end_inset
24497
24498 The limit is created by inserting a subscript.
24499  It is set right beside the function in an inline formula:
24500 \end_layout
24501
24502 \begin_layout Standard
24503 \align center
24504 \begin_inset Tabular
24505 <lyxtabular version="3" rows="2" columns="2">
24506 <features rotate="0" tabularvalignment="middle">
24507 <column alignment="center" valignment="top" width="0pt">
24508 <column alignment="center" valignment="top" width="0pt">
24509 <row>
24510 <cell alignment="center" valignment="top" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 Command
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 \begin_inset space \hspace{}
24524 \length 1cm
24525 \end_inset
24526
24527 Result
24528 \begin_inset Note Note
24529 status collapsed
24530
24531 \begin_layout Plain Layout
24532 The space and
24533 \series bold
24534  
24535 \backslash
24536 raisebox
24537 \series default
24538  are used here as spacer.
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row>
24550 <cell alignment="center" valignment="top" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554
24555 \backslash
24556 lim_x
24557 \backslash
24558 to
24559 \begin_inset space \textvisiblespace{}
24560 \end_inset
24561
24562 A
24563 \begin_inset space \textvisiblespace{}
24564 \end_inset
24565
24566 x=B
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 </row>
24584 </lyxtabular>
24585
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \begin_layout Standard
24592 In a displayed formula the limit is set below the formula, as usual:
24593 \begin_inset Formula 
24594 \[
24595 \lim_{x\to A}x=B
24596 \]
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Subsection
24604 Modulo-Functions
24605 \begin_inset Index idx
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609 Functions ! modulo-
24610 \end_layout
24611
24612 \end_inset
24613
24614
24615 \end_layout
24616
24617 \begin_layout Standard
24618 The modulo-function is special, because it exists in four variants.
24619  The variants in a displayed formula are:
24620 \begin_inset Formula 
24621 \begin{align*}
24622 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24623 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24624 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24625 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24626 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24627 \end{align*}
24628
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \begin_layout Standard
24635 In an inline formula less space is set before the function names for all
24636  variants.
24637  By default the modulo-functions take only the first following character
24638  into account.
24639  To use more than one character, one has to put them into TeX-braces:
24640 \begin_inset Formula 
24641 \begin{align*}
24642 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
24643 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24644 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24645 \end{align*}
24646
24647 \end_inset
24648
24649
24650 \end_layout
24651
24652 \begin_layout Section
24653 Special Characters
24654 \begin_inset Index idx
24655 status collapsed
24656
24657 \begin_layout Plain Layout
24658 Special characters
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Subsection
24667 Special Characters in Mathematical Text
24668 \end_layout
24669
24670 \begin_layout Standard
24671 The following commands can only be used in mathematical text or in TeX-mode:
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset space \hfill{}
24676 \end_inset
24677
24678
24679 \begin_inset Tabular
24680 <lyxtabular version="3" rows="8" columns="2">
24681 <features rotate="0" tabularvalignment="middle">
24682 <column alignment="block" valignment="top">
24683 <column alignment="block" valignment="top">
24684 <row>
24685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689 Command
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 Result
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 </row>
24704 <row>
24705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24706 \begin_inset Text
24707
24708 \begin_layout Plain Layout
24709
24710 \backslash
24711 oe
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 \begin_inset Formula $\textrm{œ}$
24721 \end_inset
24722
24723
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 </row>
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734
24735 \backslash
24736 OE
24737 \end_layout
24738
24739 \end_inset
24740 </cell>
24741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24742 \begin_inset Text
24743
24744 \begin_layout Plain Layout
24745 \begin_inset Formula $\textrm{Œ}$
24746 \end_inset
24747
24748
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 </row>
24754 <row>
24755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759
24760 \backslash
24761 ae
24762 \end_layout
24763
24764 \end_inset
24765 </cell>
24766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 \begin_inset Formula $\textrm{æ}$
24771 \end_inset
24772
24773
24774 \end_layout
24775
24776 \end_inset
24777 </cell>
24778 </row>
24779 <row>
24780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24781 \begin_inset Text
24782
24783 \begin_layout Plain Layout
24784
24785 \backslash
24786 AE
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 \begin_inset Formula $\textrm{Æ}$
24796 \end_inset
24797
24798
24799 \end_layout
24800
24801 \end_inset
24802 </cell>
24803 </row>
24804 <row>
24805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24806 \begin_inset Text
24807
24808 \begin_layout Plain Layout
24809
24810 \backslash
24811 aa
24812 \end_layout
24813
24814 \end_inset
24815 </cell>
24816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24817 \begin_inset Text
24818
24819 \begin_layout Plain Layout
24820 \begin_inset Formula $\textrm{\aa}$
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 </row>
24829 <row>
24830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 AA
24837 \begin_inset Index idx
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841
24842 \backslash
24843 @
24844 \begin_inset ERT
24845 status collapsed
24846
24847 \begin_layout Plain Layout
24848
24849
24850 \backslash
24851 textrm{
24852 \backslash
24853 AA}
24854 \end_layout
24855
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872 \begin_inset Formula $\textrm{Å}$
24873 \end_inset
24874
24875
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 </row>
24881 <row>
24882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886
24887 \backslash
24888 i
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 \begin_inset Formula $\textrm{ı}$
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 </row>
24906 </lyxtabular>
24907
24908 \end_inset
24909
24910
24911 \begin_inset space \hfill{}
24912 \end_inset
24913
24914
24915 \begin_inset Tabular
24916 <lyxtabular version="3" rows="8" columns="2">
24917 <features rotate="0" tabularvalignment="middle">
24918 <column alignment="block" valignment="top">
24919 <column alignment="center" valignment="top">
24920 <row>
24921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925 command
24926 \begin_inset Note Note
24927 status collapsed
24928
24929 \begin_layout Plain Layout
24930 The space of 0
24931 \begin_inset space \thinspace{}
24932 \end_inset
24933
24934 mm is used for separation, because otherwise the output will be ¡ and ¿
24935  respectively.
24936 \end_layout
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 Result
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 </row>
24955 <row>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960
24961 \backslash
24962 o
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 \begin_inset Formula $\textrm{ø}$
24972 \end_inset
24973
24974
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 <row>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 O
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 \begin_inset Formula $\textrm{Ø}$
24997 \end_inset
24998
24999
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 </row>
25005 <row>
25006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010
25011 \backslash
25012 l
25013 \end_layout
25014
25015 \end_inset
25016 </cell>
25017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25018 \begin_inset Text
25019
25020 \begin_layout Plain Layout
25021 \begin_inset Formula $\textrm{ł}$
25022 \end_inset
25023
25024
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 </row>
25030 <row>
25031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25032 \begin_inset Text
25033
25034 \begin_layout Plain Layout
25035
25036 \backslash
25037 L
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Formula $\textrm{Ł}$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 <row>
25056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060 !
25061 \begin_inset space \hspace{}
25062 \length 0mm
25063 \end_inset
25064
25065 `
25066 \begin_inset space \textvisiblespace{}
25067 \end_inset
25068
25069
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078 \begin_inset Formula $\textrm{!`}$
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 </row>
25087 <row>
25088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 ?
25093 \begin_inset space \hspace{}
25094 \length 0mm
25095 \end_inset
25096
25097 `
25098 \begin_inset space \textvisiblespace{}
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110 \begin_inset Formula $\textrm{?`}$
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 </row>
25119 <row>
25120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 j
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135 \begin_inset Formula $\textrm{ȷ}$
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 </lyxtabular>
25145
25146 \end_inset
25147
25148
25149 \begin_inset space \hfill{}
25150 \end_inset
25151
25152
25153 \end_layout
25154
25155 \begin_layout Standard
25156 The characters 
25157 \begin_inset Formula $\textrm{\textrm{Å}}$
25158 \end_inset
25159
25160  and 
25161 \begin_inset Formula $\textrm{\textrm{Ø}}$
25162 \end_inset
25163
25164  can also be inserted via the math toolbar button 
25165 \begin_inset Graphics
25166         filename ../images/math/digamma.png
25167         scale 85
25168
25169 \end_inset
25170
25171 .
25172 \end_layout
25173
25174 \begin_layout Standard
25175 An exception are the commands 
25176 \series bold
25177 !
25178 \begin_inset space \hspace{}
25179 \length 0mm
25180 \end_inset
25181
25182 `
25183 \series default
25184  and 
25185 \series bold
25186 ?
25187 \begin_inset space \hspace{}
25188 \length 0mm
25189 \end_inset
25190
25191 `
25192 \series default
25193 , because they can be inserted in LyX directly to text.
25194 \end_layout
25195
25196 \begin_layout Subsection
25197 Accents in Text
25198 \begin_inset CommandInset label
25199 LatexCommand label
25200 name "sub:Accents-in-Text"
25201
25202 \end_inset
25203
25204
25205 \begin_inset Index idx
25206 status collapsed
25207
25208 \begin_layout Plain Layout
25209 Accents ! in text
25210 \end_layout
25211
25212 \end_inset
25213
25214
25215 \end_layout
25216
25217 \begin_layout Standard
25218 With the following commands all letters can be accented.
25219  The commands must be inserted in TeX-mode.
25220 \end_layout
25221
25222 \begin_layout Standard
25223 \begin_inset space \hfill{}
25224 \end_inset
25225
25226
25227 \begin_inset Tabular
25228 <lyxtabular version="3" rows="8" columns="2">
25229 <features rotate="0" tabularvalignment="middle">
25230 <column alignment="block" valignment="top">
25231 <column alignment="block" valignment="top">
25232 <row>
25233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 Command
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246 Result
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 </row>
25252 <row>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259
25260 \begin_inset Quotes grd
25261 \end_inset
25262
25263 e
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Plain Layout
25272 \begin_inset ERT
25273 status collapsed
25274
25275 \begin_layout Plain Layout
25276
25277
25278 \backslash
25279 "e
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 <row>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295
25296 \backslash
25297 `e
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313 `e
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 </row>
25324 <row>
25325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329
25330 \backslash
25331 ^
25332 \begin_inset space \textvisiblespace{}
25333 \end_inset
25334
25335 e
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344 \begin_inset ERT
25345 status collapsed
25346
25347 \begin_layout Plain Layout
25348
25349
25350 \backslash
25351 ^e
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \end_inset
25360 </cell>
25361 </row>
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367
25368 \backslash
25369 =e
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378 \begin_inset ERT
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382
25383
25384 \backslash
25385 =e
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 </row>
25396 <row>
25397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401
25402 \backslash
25403 u
25404 \begin_inset space \textvisiblespace{}
25405 \end_inset
25406
25407 e
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416 \begin_inset ERT
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420
25421
25422 \backslash
25423 u e
25424 \end_layout
25425
25426 \end_inset
25427
25428
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 </row>
25434 <row>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 b
25442 \begin_inset space \textvisiblespace{}
25443 \end_inset
25444
25445 e
25446 \end_layout
25447
25448 \end_inset
25449 </cell>
25450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454 \begin_inset ERT
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458
25459
25460 \backslash
25461 b e
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 </row>
25472 <row>
25473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477
25478 \backslash
25479 t
25480 \begin_inset space \textvisiblespace{}
25481 \end_inset
25482
25483 ee
25484 \end_layout
25485
25486 \end_inset
25487 </cell>
25488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25489 \begin_inset Text
25490
25491 \begin_layout Plain Layout
25492 \begin_inset ERT
25493 status collapsed
25494
25495 \begin_layout Plain Layout
25496
25497
25498 \backslash
25499 t ee
25500 \end_layout
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 </row>
25510 </lyxtabular>
25511
25512 \end_inset
25513
25514
25515 \begin_inset space \hfill{}
25516 \end_inset
25517
25518
25519 \begin_inset Tabular
25520 <lyxtabular version="3" rows="8" columns="2">
25521 <features rotate="0" tabularvalignment="middle">
25522 <column alignment="block" valignment="top">
25523 <column alignment="center" valignment="top">
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 Command
25530 \end_layout
25531
25532 \end_inset
25533 </cell>
25534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538 Result
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 </row>
25544 <row>
25545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25546 \begin_inset Text
25547
25548 \begin_layout Plain Layout
25549
25550 \backslash
25551 H
25552 \begin_inset space \textvisiblespace{}
25553 \end_inset
25554
25555 e
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564 \begin_inset ERT
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568
25569
25570 \backslash
25571 H e
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 <row>
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587
25588 \backslash
25589 'e
25590 \end_layout
25591
25592 \end_inset
25593 </cell>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598 \begin_inset ERT
25599 status collapsed
25600
25601 \begin_layout Plain Layout
25602
25603
25604 \backslash
25605 'e
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621
25622 \backslash
25623 ~e
25624 \begin_inset Index idx
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628 Tilde
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25639 \begin_inset Text
25640
25641 \begin_layout Plain Layout
25642 \begin_inset ERT
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646
25647
25648 \backslash
25649 ~e
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 <row>
25661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25662 \begin_inset Text
25663
25664 \begin_layout Plain Layout
25665
25666 \backslash
25667 .e
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676 \begin_inset ERT
25677 status collapsed
25678
25679 \begin_layout Plain Layout
25680
25681
25682 \backslash
25683 .e
25684 \end_layout
25685
25686 \end_inset
25687
25688
25689 \end_layout
25690
25691 \end_inset
25692 </cell>
25693 </row>
25694 <row>
25695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699
25700 \backslash
25701 v
25702 \begin_inset space \textvisiblespace{}
25703 \end_inset
25704
25705 e
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714 \begin_inset ERT
25715 status collapsed
25716
25717 \begin_layout Plain Layout
25718
25719
25720 \backslash
25721 v e
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \end_inset
25730 </cell>
25731 </row>
25732 <row>
25733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25734 \begin_inset Text
25735
25736 \begin_layout Plain Layout
25737
25738 \backslash
25739 d
25740 \begin_inset space \textvisiblespace{}
25741 \end_inset
25742
25743 e
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 \begin_inset ERT
25753 status collapsed
25754
25755 \begin_layout Plain Layout
25756
25757
25758 \backslash
25759 d e
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 </row>
25770 <row>
25771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775
25776 \backslash
25777 c
25778 \begin_inset space \textvisiblespace{}
25779 \end_inset
25780
25781 e
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset ERT
25791 status collapsed
25792
25793 \begin_layout Plain Layout
25794
25795
25796 \backslash
25797 c e
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \end_inset
25806 </cell>
25807 </row>
25808 </lyxtabular>
25809
25810 \end_inset
25811
25812
25813 \begin_inset space \hfill{}
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Standard
25820 \begin_inset VSpace medskip
25821 \end_inset
25822
25823 With the command 
25824 \series bold
25825
25826 \backslash
25827 t
25828 \series default
25829  also two different characters can be accented.
25830  The command 
25831 \series bold
25832
25833 \backslash
25834 t
25835 \begin_inset space \textvisiblespace{}
25836 \end_inset
25837
25838 sz
25839 \series default
25840  creates: 
25841 \begin_inset ERT
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845
25846
25847 \backslash
25848 t sz
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \begin_layout Standard
25857 The accents 
25858 \series bold
25859 `
25860 \series default
25861  , 
25862 \series bold
25863 '
25864 \series default
25865  and 
25866 \series bold
25867 ^
25868 \series default
25869  can in combination with vowels directly be inserted with the keyboard without
25870  using TeX-mode.
25871  The same applies for the tilde
25872 \begin_inset Foot
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876 This only applies for keyboards where the tilde is defined as accent.
25877 \end_layout
25878
25879 \end_inset
25880
25881  
25882 \series bold
25883 ~
25884 \series default
25885  in combination with 
25886 \emph on
25887 a
25888 \emph default
25889  , 
25890 \emph on
25891 n
25892 \emph default
25893  , or 
25894 \emph on
25895 o
25896 \emph default
25897 .
25898 \end_layout
25899
25900 \begin_layout Standard
25901 The commands 
25902 \series bold
25903
25904 \backslash
25905 b
25906 \series default
25907  , 
25908 \series bold
25909
25910 \backslash
25911 c
25912 \series default
25913  , 
25914 \series bold
25915
25916 \backslash
25917 d
25918 \series default
25919  , 
25920 \series bold
25921
25922 \backslash
25923 H
25924 \series default
25925  , 
25926 \series bold
25927
25928 \backslash
25929 t
25930 \series default
25931  , 
25932 \series bold
25933
25934 \backslash
25935 u
25936 \series default
25937  , 
25938 \series bold
25939
25940 \backslash
25941 v
25942 \series default
25943  and accents that are inserted directly with the keyboard are also available
25944  in mathematical text.
25945  For the other accents there are special math commands to be used in formulas,
25946  see 
25947 \begin_inset CommandInset ref
25948 LatexCommand ref
25949 reference "sub:Accents-for-one"
25950
25951 \end_inset
25952
25953 .
25954 \end_layout
25955
25956 \begin_layout Standard
25957 \begin_inset VSpace bigskip
25958 \end_inset
25959
25960 Furthermore, with the command 
25961 \series bold
25962
25963 \backslash
25964 textcircled
25965 \series default
25966
25967 \begin_inset Index idx
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971 Commands ! T ! 
25972 \backslash
25973 textcircled
25974 \end_layout
25975
25976 \end_inset
25977
25978  all numbers and letters can be set into a circle, quasi accented with a
25979  circle, similar to the copyright symbol.
25980 \end_layout
25981
25982 \begin_layout Standard
25983 \align center
25984 \begin_inset Tabular
25985 <lyxtabular version="3" rows="3" columns="2">
25986 <features rotate="0" tabularvalignment="middle">
25987 <column alignment="center" valignment="top">
25988 <column alignment="center" valignment="top">
25989 <row>
25990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25991 \begin_inset Text
25992
25993 \begin_layout Plain Layout
25994 Command
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003 Result
26004 \begin_inset Note Note
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008
26009 \series bold
26010
26011 \backslash
26012 raisebox
26013 \series default
26014  is only used as spacer.
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030
26031 \backslash
26032 textcircled{w}
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 \begin_inset ERT
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045
26046
26047 \backslash
26048 textcircled{w}
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064
26065 \backslash
26066 Large 
26067 \backslash
26068 textcircled{
26069 \backslash
26070 normalsize
26071 \backslash
26072 protect
26073 \backslash
26074 raisebox{-1.5pt}{W}}
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 \begin_inset Formula $\raisebox{4.5mm}{}$
26084 \end_inset
26085
26086
26087 \begin_inset ERT
26088 status collapsed
26089
26090 \begin_layout Plain Layout
26091
26092
26093 \backslash
26094 Large 
26095 \backslash
26096 textcircled{
26097 \backslash
26098 normalsize
26099 \backslash
26100 protect
26101 \backslash
26102 raisebox{-1.5pt}W}
26103 \end_layout
26104
26105 \end_inset
26106
26107
26108 \begin_inset Formula $\raisebox{-2mm}{}$
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 </lyxtabular>
26118
26119 \end_inset
26120
26121
26122 \end_layout
26123
26124 \begin_layout Standard
26125 One has to take care that the character fits in the circle.
26126  
26127 \series bold
26128
26129 \backslash
26130 Large
26131 \series default
26132
26133 \begin_inset Foot
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137 see 
26138 \begin_inset CommandInset ref
26139 LatexCommand ref
26140 reference "sub:Font-Sizes"
26141
26142 \end_inset
26143
26144
26145 \end_layout
26146
26147 \end_inset
26148
26149  specifies thereby the size of the circle.
26150  With the help of 
26151 \series bold
26152
26153 \backslash
26154 raisebox
26155 \series default
26156
26157 \begin_inset Foot
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 see 
26162 \begin_inset CommandInset ref
26163 LatexCommand ref
26164 reference "sub:Boxes-without-Frame"
26165
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172
26173  the character can be centered.
26174 \end_layout
26175
26176 \begin_layout Subsection
26177 Old-style Figures
26178 \begin_inset Index idx
26179 status collapsed
26180
26181 \begin_layout Plain Layout
26182 Old-style Figures
26183 \end_layout
26184
26185 \end_inset
26186
26187
26188 \end_layout
26189
26190 \begin_layout Standard
26191 Old-style figures (also known as old-style numerals) are created with the
26192  command 
26193 \series bold
26194
26195 \backslash
26196 oldstylenums
26197 \series default
26198
26199 \begin_inset Index idx
26200 status collapsed
26201
26202 \begin_layout Plain Layout
26203 Commands ! O ! 
26204 \backslash
26205 oldstylenums
26206 \end_layout
26207
26208 \end_inset
26209
26210 .
26211  The command can be used in formulas and in TeX-mode.
26212  The command scheme is:
26213 \end_layout
26214
26215 \begin_layout Standard
26216
26217 \series bold
26218
26219 \backslash
26220 oldstylenums{number}
26221 \end_layout
26222
26223 \begin_layout Standard
26224 The command 
26225 \series bold
26226
26227 \backslash
26228 oldstylenums{0123456789
26229 \series default
26230  produces: 
26231 \begin_inset Formula $\oldstylenums{0123456789}$
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \begin_layout Section
26238 Formula Styles
26239 \begin_inset CommandInset label
26240 LatexCommand label
26241 name "sec:Formula-Styles"
26242
26243 \end_inset
26244
26245
26246 \begin_inset Index idx
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250 Formula ! styles
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \begin_layout Itemize
26259 There are two different alignment styles:
26260 \end_layout
26261
26262 \begin_deeper
26263 \begin_layout Description
26264 Centered is the predefined standard
26265 \end_layout
26266
26267 \begin_layout Description
26268 Indented for this the option 
26269 \series bold
26270 fleqn
26271 \series default
26272  must be inserted in the menu 
26273 \family sans
26274 Document\SpecialChar \menuseparator
26275 Settings
26276 \family default
26277  under 
26278 \family sans
26279 Document
26280 \begin_inset space ~
26281 \end_inset
26282
26283 Class
26284 \end_layout
26285
26286 \begin_layout Standard
26287 When 
26288 \series bold
26289 Indented
26290 \series default
26291  is used, the indentation can be adjusted with the length 
26292 \series bold
26293
26294 \backslash
26295 mathindent
26296 \series default
26297
26298 \begin_inset Index idx
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302 Commands ! M ! 
26303 \backslash
26304 mathindent
26305 \end_layout
26306
26307 \end_inset
26308
26309 .
26310  Should the distance be 15
26311 \begin_inset space \thinspace{}
26312 \end_inset
26313
26314 mm, the following command line is inserted in the LaTeX-preamble
26315 \end_layout
26316
26317 \begin_layout Standard
26318
26319 \series bold
26320
26321 \backslash
26322 setlength{
26323 \backslash
26324 mathindent}{15mm}
26325 \end_layout
26326
26327 \begin_layout Standard
26328 When no length is specified, the predefined value of 30
26329 \begin_inset space \thinspace{}
26330 \end_inset
26331
26332 pt will be used.
26333 \end_layout
26334
26335 \end_deeper
26336 \begin_layout Itemize
26337 And two different numbering styles:
26338 \end_layout
26339
26340 \begin_deeper
26341 \begin_layout Description
26342 Right is the predefined standard
26343 \end_layout
26344
26345 \begin_layout Description
26346 Left for this the option 
26347 \series bold
26348 leqno
26349 \series default
26350  must be inserted in the menu 
26351 \family sans
26352 Document\SpecialChar \menuseparator
26353 Settings
26354 \family default
26355  under 
26356 \family sans
26357 Document
26358 \begin_inset space ~
26359 \end_inset
26360
26361 Class
26362 \end_layout
26363
26364 \end_deeper
26365 \begin_layout Standard
26366
26367 \series bold
26368 fleqn
26369 \series default
26370  and 
26371 \series bold
26372 leqno
26373 \series default
26374  can also be used together.
26375  In this case both options are inserted, separated by a comma.
26376 \end_layout
26377
26378 \begin_layout Standard
26379 The chosen styles are used for all displayed formulas of the document.
26380  When both, centered and indented formulas should be created in a document,
26381  the style 
26382 \series bold
26383 Centered
26384 \series default
26385  is used.
26386  The indented formulas are then set in a flalign environment, see 
26387 \begin_inset CommandInset ref
26388 LatexCommand ref
26389 reference "sub:Flalign-Environment"
26390
26391 \end_inset
26392
26393 .
26394 \end_layout
26395
26396 \begin_layout Section
26397 Multiline Formulas
26398 \begin_inset CommandInset label
26399 LatexCommand label
26400 name "sec:Multiline-Formulas"
26401
26402 \end_inset
26403
26404
26405 \begin_inset Index idx
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409 Formula ! multiline
26410 \end_layout
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \begin_layout Subsection
26418 General
26419 \end_layout
26420
26421 \begin_layout Standard
26422 In LyX multiline formulas are created by pressing 
26423 \series bold
26424
26425 \begin_inset Info
26426 type  "shortcut"
26427 arg   "newline-insert newline"
26428 \end_inset
26429
26430
26431 \series default
26432  inside a formula.
26433  This creates either an 
26434 \series bold
26435 eqnarray environment
26436 \series default
26437  that is described in 
26438 \begin_inset CommandInset ref
26439 LatexCommand ref
26440 reference "sub:Eqnarray-Environment"
26441
26442 \end_inset
26443
26444  or, when the option 
26445 \family sans
26446 Use AMS math package
26447 \family default
26448  in the document settings is selected, an 
26449 \series bold
26450 align environment
26451 \series default
26452  that is described in 
26453 \begin_inset CommandInset ref
26454 LatexCommand ref
26455 reference "sub:Standard-align-Environment"
26456
26457 \end_inset
26458
26459 .
26460  The align environment is recommended because it provides in any case a
26461  typographically correct output.
26462 \end_layout
26463
26464 \begin_layout Standard
26465 There are other multiline formula environments that can be created via the
26466  menu 
26467 \family sans
26468 Insert\SpecialChar \menuseparator
26469 Math
26470 \family default
26471 .
26472  These environments are described in the following sections.
26473 \end_layout
26474
26475 \begin_layout Standard
26476 In all multiline formula environments a new line is created by pressing
26477  
26478 \begin_inset Info
26479 type  "shortcut"
26480 arg   "newline-insert newline"
26481 \end_inset
26482
26483 .
26484  To add or delete lines, the math toolbar buttons 
26485 \begin_inset Graphics
26486         filename ../images/tabular-feature_append-row.png
26487         scale 85
26488
26489 \end_inset
26490
26491  or 
26492 \begin_inset Graphics
26493         filename ../images/tabular-feature_delete-row.png
26494         scale 85
26495
26496 \end_inset
26497
26498 , respectively, or the menu 
26499 \family sans
26500 Edit\SpecialChar \menuseparator
26501 Rows & Columns
26502 \family default
26503  can be used.
26504 \end_layout
26505
26506 \begin_layout Subsubsection
26507 Line Separation
26508 \begin_inset CommandInset label
26509 LatexCommand label
26510 name "sub:Line-Separation"
26511
26512 \end_inset
26513
26514
26515 \begin_inset Index idx
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 Formula ! multiline ! Line separation
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Standard
26528 There is sometimes not enough space in multiline formulas between the lines:
26529 \begin_inset Formula 
26530 \begin{eqnarray*}
26531 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}\\
26532 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
26533 \end{eqnarray*}
26534
26535 \end_inset
26536
26537
26538 \end_layout
26539
26540 \begin_layout Standard
26541 In LaTeX additional line space is specified as optional argument of the
26542  new line command.
26543  This is not yet possible in LyX
26544 \begin_inset Foot
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548 see 
26549 \begin_inset CommandInset href
26550 LatexCommand href
26551 name "LyX-bug #1505"
26552 target "http://www.lyx.org/trac/ticket/1505"
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560
26561 , therefore the whole formula must be inserted in TeX-mode.
26562  To add in our example space, the command 
26563 \series bold
26564
26565 \backslash
26566
26567 \backslash
26568 [3mm]
26569 \series default
26570  is inserted at the end of the first line.
26571  One gets: 
26572 \begin_inset ERT
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576
26577
26578 \backslash
26579 begin{eqnarray*}
26580 \end_layout
26581
26582 \begin_layout Plain Layout
26583
26584 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26585  = & 
26586 \backslash
26587 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26588 \backslash
26589
26590 \backslash
26591 [3mm]
26592 \end_layout
26593
26594 \begin_layout Plain Layout
26595
26596 4x^{2}
26597 \backslash
26598 left(B^{2}+x_{0}^{2}
26599 \backslash
26600 right)+4x_{0}x
26601 \backslash
26602 left(D-B^{2}
26603 \backslash
26604 right)+B^{2}
26605 \backslash
26606 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26607 \backslash
26608 right) & = & 0
26609 \end_layout
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 end{eqnarray*}
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset VSpace bigskip
26625 \end_inset
26626
26627 To set the line separation for all lines in a formula, the length 
26628 \series bold
26629
26630 \backslash
26631 jot
26632 \series default
26633
26634 \begin_inset Index idx
26635 status collapsed
26636
26637 \begin_layout Plain Layout
26638 Commands ! J ! 
26639 \backslash
26640 jot
26641 \end_layout
26642
26643 \end_inset
26644
26645  is changed.
26646  The definition is: 
26647 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
26648 \end_inset
26649
26650 .
26651  Predefined for 
26652 \series bold
26653
26654 \backslash
26655 jot
26656 \series default
26657  is the value 3
26658 \begin_inset space \thinspace{}
26659 \end_inset
26660
26661 pt.
26662  To create 3
26663 \begin_inset space \thinspace{}
26664 \end_inset
26665
26666 mm additional line separation as in the previous example, the command
26667 \end_layout
26668
26669 \begin_layout Standard
26670
26671 \series bold
26672
26673 \backslash
26674 setlength{
26675 \backslash
26676 jot}{3mm+3pt}
26677 \end_layout
26678
26679 \begin_layout Standard
26680 is inserted in TeX-mode before the formula.
26681  This requires that the LaTeX-package 
26682 \series bold
26683 calc
26684 \series default
26685
26686 \begin_inset Foot
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690
26691 \series bold
26692 calc
26693 \series default
26694  is part of every LaTeX standard installation.
26695 \end_layout
26696
26697 \end_inset
26698
26699
26700 \begin_inset Index idx
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 Packages ! calc
26705 \end_layout
26706
26707 \end_inset
26708
26709  was loaded in LaTeX-preamble with the line
26710 \end_layout
26711
26712 \begin_layout Standard
26713
26714 \series bold
26715
26716 \backslash
26717 usepackage{calc}
26718 \end_layout
26719
26720 \begin_layout Standard
26721 One gets: 
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 setlength{
26730 \backslash
26731 jot}{3mm+3pt}
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \begin_inset Formula 
26738 \begin{eqnarray*}
26739 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}\\
26740 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
26741 \end{eqnarray*}
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 setlength{
26757 \backslash
26758 jot}{3pt}
26759 \end_layout
26760
26761 \end_inset
26762
26763  To get back to the predefined distance, 
26764 \series bold
26765
26766 \backslash
26767 jot
26768 \series default
26769  is set to the value 3
26770 \begin_inset space \thinspace{}
26771 \end_inset
26772
26773 pt.
26774 \end_layout
26775
26776 \begin_layout Subsubsection
26777 Column Separation
26778 \begin_inset CommandInset label
26779 LatexCommand label
26780 name "sub:Column-Separation"
26781
26782 \end_inset
26783
26784
26785 \begin_inset Index idx
26786 status collapsed
26787
26788 \begin_layout Plain Layout
26789 Formula ! multiline ! Column separation
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Standard
26798 Multiline formulas form a matrix.
26799  A formula in the eqnarray environment is for example a matrix with three
26800  columns.
26801  By changing the column separation in this environment, the space beside
26802  the relation sign can be changed.
26803 \end_layout
26804
26805 \begin_layout Standard
26806 The column separation is specified with the length 
26807 \series bold
26808
26809 \backslash
26810 arraycolsep
26811 \series default
26812
26813 \begin_inset Index idx
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817 Commands ! A ! 
26818 \backslash
26819 arraycolsep
26820 \end_layout
26821
26822 \end_inset
26823
26824  according to:
26825 \begin_inset Newline newline
26826 \end_inset
26827
26828 column separation = 2
26829 \begin_inset space \thinspace{}
26830 \end_inset
26831
26832
26833 \series bold
26834
26835 \backslash
26836 arraycolsep
26837 \series default
26838
26839 \begin_inset Newline newline
26840 \end_inset
26841
26842 Thus, the command
26843 \end_layout
26844
26845 \begin_layout Standard
26846
26847 \series bold
26848
26849 \backslash
26850 setlength{
26851 \backslash
26852 arraycolsep}{1cm}
26853 \end_layout
26854
26855 \begin_layout Standard
26856 inserted in TeX-mode, sets for all following formulas a column separation
26857  of 2
26858 \begin_inset space \thinspace{}
26859 \end_inset
26860
26861 cm.
26862  To get back to the predefined distance, 
26863 \series bold
26864
26865 \backslash
26866 arraycolsep
26867 \series default
26868  is set to 5
26869 \begin_inset space \thinspace{}
26870 \end_inset
26871
26872 pt.
26873 \end_layout
26874
26875 \begin_layout Standard
26876 A formula with 2
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880 cm column separation:
26881 \begin_inset ERT
26882 status collapsed
26883
26884 \begin_layout Plain Layout
26885
26886
26887 \backslash
26888 setlength{
26889 \backslash
26890 arraycolsep}{1cm}
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \begin_inset Formula 
26897 \begin{eqnarray*}
26898 A & = & B\\
26899 C & \ne & A
26900 \end{eqnarray*}
26901
26902 \end_inset
26903
26904 A formula with the predefined column separation for matrices of 10
26905 \begin_inset space \thinspace{}
26906 \end_inset
26907
26908 pt:
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 setlength{
26917 \backslash
26918 arraycolsep}{5pt}
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \begin_inset Formula 
26925 \begin{eqnarray*}
26926 A & = & B\\
26927 C & \ne & A
26928 \end{eqnarray*}
26929
26930 \end_inset
26931
26932
26933 \end_layout
26934
26935 \begin_layout Subsubsection
26936 Long Formulas
26937 \begin_inset Index idx
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941 Formula ! long
26942 \end_layout
26943
26944 \end_inset
26945
26946
26947 \end_layout
26948
26949 \begin_layout Standard
26950 Long formulas can be typeset using these methods:
26951 \end_layout
26952
26953 \begin_layout Itemize
26954 When one side of the equation is much shorter than the line width, this
26955  one is chosen for the left side and the right side is typeset over two
26956  lines:
26957 \begin_inset Formula 
26958 \begin{eqnarray}
26959 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 \\
26960  &  & -\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}
26961 \end{eqnarray}
26962
26963 \end_inset
26964
26965 The minus sign at the beginning of the second line does normally not appear
26966  as an operator because it is the first character of the line.
26967  Thus it would not be surrounded by space and could not be distinguished
26968  from the fraction bar.
26969  To avoid this, 3
26970 \begin_inset space \thinspace{}
26971 \end_inset
26972
26973 pt space was inserted behind the minus sign with the command 
26974 \series bold
26975
26976 \backslash
26977 hspace
26978 \series default
26979 .
26980 \begin_inset Foot
26981 status collapsed
26982
26983 \begin_layout Plain Layout
26984 for more about 
26985 \series bold
26986
26987 \backslash
26988 hspace
26989 \series default
26990  see 
26991 \begin_inset CommandInset ref
26992 LatexCommand ref
26993 reference "sub:Variable-Space"
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \begin_inset Index idx
27004 status collapsed
27005
27006 \begin_layout Plain Layout
27007 Commands ! H ! 
27008 \backslash
27009 hspace
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Itemize
27018 When both sides of the equation are too long, the command 
27019 \series bold
27020
27021 \backslash
27022 lefteqn
27023 \series default
27024
27025 \begin_inset Index idx
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029 Commands ! L ! 
27030 \backslash
27031 lefteqn
27032 \end_layout
27033
27034 \end_inset
27035
27036  is used.
27037  It is inserted in the first column of the first line and causes all further
27038  insertions to overwrite the following columns:
27039 \begin_inset Formula 
27040 \begin{eqnarray}
27041 \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 \\
27042  &  & -\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 \\
27043  &  & =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}
27044 \end{eqnarray}
27045
27046 \end_inset
27047
27048 After the insertion of 
27049 \series bold
27050
27051 \backslash
27052 lefteqn
27053 \series default
27054 , the cursor is in a purple box that is a bit shifted to the left from the
27055  blue one.
27056  In this the formula is inserted.
27057 \begin_inset Newline newline
27058 \end_inset
27059
27060 The content of the further lines is inserted to the second or another formula
27061  column.
27062  The greater the column number where it was inserted, the larger the indentation.
27063 \begin_inset VSpace medskip
27064 \end_inset
27065
27066
27067 \begin_inset Newline newline
27068 \end_inset
27069
27070
27071 \begin_inset Note Greyedout
27072 status open
27073
27074 \begin_layout Plain Layout
27075 Note the following when using 
27076 \series bold
27077
27078 \backslash
27079 lefteqn
27080 \series default
27081 :
27082 \end_layout
27083
27084 \begin_layout Itemize
27085 The formula doesn't use the full page width.
27086  When e.
27087 \begin_inset space \thinspace{}
27088 \end_inset
27089
27090 g.
27091 \begin_inset space \space{}
27092 \end_inset
27093
27094 the term 
27095 \begin_inset Formula $-B^{2}$
27096 \end_inset
27097
27098  is added to the first line in the above example, it would have been outside
27099  the page margin.
27100  To better use the width, negative space can be inserted at the beginning
27101  of the first line.
27102 \end_layout
27103
27104 \begin_layout Itemize
27105 Due to a bug in LyX the cursor cannot be set with the mouse into the first
27106  line.
27107 \begin_inset Foot
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111 \begin_inset CommandInset href
27112 LatexCommand href
27113 name "LyX-bug #1429"
27114 target "http://www.lyx.org/trac/ticket/1429"
27115
27116 \end_inset
27117
27118
27119 \end_layout
27120
27121 \end_inset
27122
27123  One can only set the cursor at the beginning of the line and move it with
27124  the arrow keys.
27125 \end_layout
27126
27127 \end_inset
27128
27129
27130 \end_layout
27131
27132 \begin_layout Itemize
27133 Other methods to set long formulas are offered by the environments described
27134  in 
27135 \begin_inset CommandInset ref
27136 LatexCommand ref
27137 reference "sub:Multline-Environment"
27138
27139 \end_inset
27140
27141  and 
27142 \begin_inset CommandInset ref
27143 LatexCommand ref
27144 reference "sub:Multiline-Formula-Parts"
27145
27146 \end_inset
27147
27148 .
27149 \end_layout
27150
27151 \begin_layout Subsubsection
27152 Multiline Brackets
27153 \begin_inset CommandInset label
27154 LatexCommand label
27155 name "sub:Multiline-Brackets"
27156
27157 \end_inset
27158
27159
27160 \begin_inset Index idx
27161 status collapsed
27162
27163 \begin_layout Plain Layout
27164 Brackets ! for multiline expressions
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Standard
27173 For brackets spanning multiple lines the following problem occurs:
27174 \begin_inset Formula 
27175 \begin{eqnarray*}
27176 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27177  &  & \left.\cdots+B-D\right]
27178 \end{eqnarray*}
27179
27180 \end_inset
27181
27182
27183 \end_layout
27184
27185 \begin_layout Standard
27186 The closing bracket is smaller than the opening bracket because brackets
27187  with variable size may not span multiple lines.
27188 \end_layout
27189
27190 \begin_layout Standard
27191 To set the bracket size for the second line correctly, the first line is
27192  ended with 
27193 \series bold
27194
27195 \backslash
27196 right.
27197 \series default
27198
27199 \begin_inset Index idx
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 Commands ! R ! 
27204 \backslash
27205 right
27206 \end_layout
27207
27208 \end_inset
27209
27210  and the second line with 
27211 \series bold
27212
27213 \backslash
27214 left.
27215 \begin_inset Foot
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219 for more about 
27220 \series bold
27221
27222 \backslash
27223 left
27224 \series default
27225  and 
27226 \series bold
27227
27228 \backslash
27229 right
27230 \series default
27231  see 
27232 \begin_inset CommandInset ref
27233 LatexCommand ref
27234 reference "sub:Automatic-Bracket-Size"
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \series default
27245
27246 \begin_inset Index idx
27247 status collapsed
27248
27249 \begin_layout Plain Layout
27250 Commands ! L ! 
27251 \backslash
27252 left
27253 \end_layout
27254
27255 \end_inset
27256
27257 .
27258  After 
27259 \series bold
27260
27261 \backslash
27262 left.
27263
27264 \series default
27265  the command 
27266 \series bold
27267
27268 \backslash
27269 vphantom
27270 \series default
27271
27272 \begin_inset space \textvisiblespace{}
27273 \end_inset
27274
27275
27276 \series bold
27277
27278 \backslash
27279 prod
27280 \series default
27281 ^
27282 \begin_inset space \textvisiblespace{}
27283 \end_inset
27284
27285
27286 \series bold
27287
27288 \backslash
27289 infty
27290 \series default
27291
27292 \begin_inset space \textvisiblespace{}
27293 \end_inset
27294
27295
27296 \series bold
27297
27298 \begin_inset Formula $\downarrow$
27299 \end_inset
27300
27301 _R=1}
27302 \series default
27303
27304 \begin_inset Index idx
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 Commands ! V ! 
27309 \backslash
27310 vphantom
27311 \end_layout
27312
27313 \end_inset
27314
27315  is inserted, because the multiplication operator with its limits is the
27316  largest symbol in the first line and this should be the size for the bracket
27317  in the second line.
27318 \end_layout
27319
27320 \begin_layout Standard
27321 The result is this:
27322 \begin_inset Formula 
27323 \begin{eqnarray*}
27324 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27325  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27326 \end{eqnarray*}
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Subsection
27334 Align Environments
27335 \end_layout
27336
27337 \begin_layout Standard
27338 Align environments can be used for every kind of multiline formulas.
27339  They are especially useful to set several formulas side by side.
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Align environments consist of columns.
27344  The odd columns are right aligned, the even ones left aligned.
27345  Every line in an Align environment can be numbered.
27346 \end_layout
27347
27348 \begin_layout Standard
27349 Align environments are created via the menu 
27350 \family sans
27351 Insert\SpecialChar \menuseparator
27352 Math
27353 \family default
27354 .
27355  With the menu 
27356 \family sans
27357 Edit\SpecialChar \menuseparator
27358 Math\SpecialChar \menuseparator
27359 Change Formula Type
27360 \family default
27361  already existing formulas can be converted to Align environments.
27362 \end_layout
27363
27364 \begin_layout Standard
27365 To add or delete columns, the math toolbar buttons 
27366 \begin_inset Graphics
27367         filename ../images/tabular-feature_append-column.png
27368         scale 85
27369
27370 \end_inset
27371
27372  or 
27373 \begin_inset Graphics
27374         filename ../images/tabular-feature_delete-column.png
27375         scale 85
27376
27377 \end_inset
27378
27379 , respectively, or the menu 
27380 \family sans
27381 Edit\SpecialChar \menuseparator
27382 Rows & Columns
27383 \family default
27384  can be used.
27385 \end_layout
27386
27387 \begin_layout Subsubsection
27388 Standard align Environment
27389 \begin_inset CommandInset label
27390 LatexCommand label
27391 name "sub:Standard-align-Environment"
27392
27393 \end_inset
27394
27395
27396 \begin_inset Index idx
27397 status collapsed
27398
27399 \begin_layout Plain Layout
27400 Formula ! multiline ! align environment
27401 \end_layout
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Standard
27409 This Align environment is created by pressing 
27410 \begin_inset Info
27411 type  "shortcut"
27412 arg   "newline-insert newline"
27413 \end_inset
27414
27415  in a formula or by the menu 
27416 \family sans
27417 Insert\SpecialChar \menuseparator
27418 Math\SpecialChar \menuseparator
27419 AMS align Environment
27420 \family default
27421 .
27422 \end_layout
27423
27424 \begin_layout Standard
27425 An example for two formulas set side by side, that are created with a four
27426  column align environment:
27427 \begin_inset Formula 
27428 \begin{align*}
27429 A & =\sin(B) & C & =D\\
27430 C & \ne A & B & \ne D
27431 \end{align*}
27432
27433 \end_inset
27434
27435 As it can be seen, the formulas in this environment are placed so as if
27436  there would be a 
27437 \series bold
27438
27439 \backslash
27440 hfill
27441 \begin_inset Foot
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445 more about 
27446 \series bold
27447
27448 \backslash
27449 hfill
27450 \series default
27451  see 
27452 \begin_inset CommandInset ref
27453 LatexCommand ref
27454 reference "sub:Variable-Space"
27455
27456 \end_inset
27457
27458
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \series default
27465  before the first and after every even column.
27466  When the formula style 
27467 \series bold
27468 Indented
27469 \begin_inset Foot
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 formula styles see 
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "sec:Formula-Styles"
27477
27478 \end_inset
27479
27480
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \series default
27487  is used, the formula is set without the 
27488 \series bold
27489
27490 \backslash
27491 hfill
27492 \series default
27493  before the first column.
27494 \end_layout
27495
27496 \begin_layout Subsubsection
27497 Alignat Environment
27498 \begin_inset Index idx
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Formula ! multiline ! alignat environment
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 The alignat environment has no predefined column separation.
27512  It can be inserted manually with the spaces that are described 
27513 \begin_inset CommandInset ref
27514 LatexCommand ref
27515 reference "sub:Space"
27516
27517 \end_inset
27518
27519 .
27520 \end_layout
27521
27522 \begin_layout Standard
27523 The above example in the alignat environment where 1
27524 \begin_inset space \thinspace{}
27525 \end_inset
27526
27527 cm space was inserted at the beginning of the second formula:
27528 \begin_inset Formula 
27529 \begin{alignat*}{2}
27530 A & =\sin(B) & \hspace{1cm}C & =D\\
27531 C & \ne A & B & \ne D
27532 \end{alignat*}
27533
27534 \end_inset
27535
27536 Because the column separation can be set separately for every column, this
27537  environment is especially suitable to set three and more formulas side
27538  by side.
27539 \end_layout
27540
27541 \begin_layout Subsubsection
27542 Flalign Environment
27543 \begin_inset CommandInset label
27544 LatexCommand label
27545 name "sub:Flalign-Environment"
27546
27547 \end_inset
27548
27549
27550 \begin_inset Index idx
27551 status collapsed
27552
27553 \begin_layout Plain Layout
27554 Formula ! multiline ! flalign environment
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 In this environment the first two columns are always set as much as possible
27564  to the left and the last two ones to the right.
27565  An example:
27566 \begin_inset Formula 
27567 \begin{flalign*}
27568 A & =1 & B & =2 & C & =3\\
27569 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27570 \end{flalign*}
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 By creating a flalign environment with an odd number of columns where an
27579  empty TeX-brace is inserted to the last column, several formulas in a document
27580  can be set to the left, although the formula style 
27581 \series bold
27582 Centered
27583 \series default
27584  is used.
27585  As example the indented formula 
27586 \begin_inset CommandInset ref
27587 LatexCommand eqref
27588 reference "eq:VolInt"
27589
27590 \end_inset
27591
27592 :
27593 \begin_inset Formula 
27594 \begin{flalign}
27595 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27596 \end{flalign}
27597
27598 \end_inset
27599
27600 The first two columns contain the formula.
27601  To indent it as with the formula style 
27602 \series bold
27603 Indented
27604 \series default
27605 , 30
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 pt space was inserted at the beginning of the first column.
27610 \end_layout
27611
27612 \begin_layout Subsection
27613 Eqnarray Environment
27614 \begin_inset CommandInset label
27615 LatexCommand label
27616 name "sub:Eqnarray-Environment"
27617
27618 \end_inset
27619
27620
27621 \begin_inset Index idx
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625 Formula ! multiline ! eqnarray environment
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Standard
27634 When this environment has been created, three blue boxes appear.
27635  The content of the first box is right aligned, the content of the last
27636  one left aligned.
27637  The content of the middle box appears centered and a bit smaller, because
27638  it is designed to insert there only relation characters.
27639 \begin_inset Formula 
27640 \begin{eqnarray*}
27641 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27642 AB & AB & AB\\
27643 A & = & A
27644 \end{eqnarray*}
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \begin_layout Subsection
27652 Gather Environment
27653 \begin_inset Index idx
27654 status collapsed
27655
27656 \begin_layout Plain Layout
27657 Formula ! multiline ! gather environment
27658 \end_layout
27659
27660 \end_inset
27661
27662
27663 \end_layout
27664
27665 \begin_layout Standard
27666 This environment consists of only one centered column.
27667  Every line can be numbered.
27668 \begin_inset Formula 
27669 \begin{gather}
27670 A=1\\
27671 X=\textrm{-}1
27672 \end{gather}
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \begin_layout Subsection
27680 Multline Environment
27681 \begin_inset CommandInset label
27682 LatexCommand label
27683 name "sub:Multline-Environment"
27684
27685 \end_inset
27686
27687
27688 \begin_inset Index idx
27689 status collapsed
27690
27691 \begin_layout Plain Layout
27692 Formula ! multiline ! multline environment
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701 The multline environment consists, like the gather environment, of only
27702  one column.
27703  But the first line is left aligned, the last one right aligned.
27704  All other lines are centered.
27705  Therefore this environment is suitable for long formulas.
27706  As example formula 
27707 \begin_inset CommandInset ref
27708 LatexCommand eqref
27709 reference "eq:lefteqn"
27710
27711 \end_inset
27712
27713  in the multline environment:
27714 \begin_inset Formula 
27715 \begin{multline}
27716 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}\\
27717 -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}\\
27718 =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}}
27719 \end{multline}
27720
27721 \end_inset
27722
27723
27724 \end_layout
27725
27726 \begin_layout Standard
27727 In the output only the last (first) line of a multline environment appears
27728  numbered when the document numbering is right (left).
27729 \begin_inset Foot
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733 numbering styles see 
27734 \begin_inset CommandInset ref
27735 LatexCommand ref
27736 reference "sec:Formula-Styles"
27737
27738 \end_inset
27739
27740
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \begin_layout Standard
27749 With the commands 
27750 \series bold
27751
27752 \backslash
27753 shoveright
27754 \series default
27755
27756 \begin_inset Index idx
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760 Commands ! S ! 
27761 \backslash
27762 shoveright
27763 \end_layout
27764
27765 \end_inset
27766
27767  and 
27768 \series bold
27769
27770 \backslash
27771 shoveleft
27772 \series default
27773
27774 \begin_inset Index idx
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 Commands ! S ! 
27779 \backslash
27780 shoveleft
27781 \end_layout
27782
27783 \end_inset
27784
27785  a centered line can be right or left aligned, respectively.
27786  The commands are used as follows:
27787 \end_layout
27788
27789 \begin_layout Standard
27790
27791 \series bold
27792
27793 \backslash
27794 shoveright{line content}
27795 \series default
27796  and 
27797 \series bold
27798
27799 \backslash
27800 shoveleft{line content}
27801 \end_layout
27802
27803 \begin_layout Standard
27804 \begin_inset VSpace medskip
27805 \end_inset
27806
27807 The length 
27808 \series bold
27809
27810 \backslash
27811 multlinegap
27812 \series default
27813
27814 \begin_inset Index idx
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818 Commands ! M ! 
27819 \backslash
27820 multlinegap
27821 \end_layout
27822
27823 \end_inset
27824
27825  specifies the distance of the first line from the left page margin.
27826  Predefined is the length 0
27827 \begin_inset space \thinspace{}
27828 \end_inset
27829
27830 pt.
27831 \end_layout
27832
27833 \begin_layout Standard
27834 As example the above formula where the command
27835 \end_layout
27836
27837 \begin_layout Standard
27838
27839 \series bold
27840
27841 \backslash
27842 setlength{
27843 \backslash
27844 multlinegap}{2cm}
27845 \end_layout
27846
27847 \begin_layout Standard
27848 was inserted in TeX-mode before:
27849 \begin_inset ERT
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853
27854
27855 \backslash
27856 setlength{
27857 \backslash
27858 multlinegap}{2cm}
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \begin_inset Formula 
27865 \begin{multline}
27866 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}\\
27867 \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}}\\
27868 =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}}
27869 \end{multline}
27870
27871 \end_inset
27872
27873
27874 \begin_inset ERT
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878
27879
27880 \backslash
27881 setlength{
27882 \backslash
27883 multlinegap}{0pt}
27884 \end_layout
27885
27886 \end_inset
27887
27888 The second line was left aligned using 
27889 \series bold
27890
27891 \backslash
27892 shoveleft
27893 \series default
27894 .
27895 \end_layout
27896
27897 \begin_layout Subsection
27898 Multiline Formula Parts
27899 \begin_inset CommandInset label
27900 LatexCommand label
27901 name "sub:Multiline-Formula-Parts"
27902
27903 \end_inset
27904
27905
27906 \begin_inset Index idx
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 Formula ! multiline ! formula parts
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Standard
27919 To display only parts of a formula with multiple lines, one of the following
27920  environments is used: 
27921 \series bold
27922 aligned
27923 \series default
27924
27925 \series bold
27926 alignedat
27927 \series default
27928
27929 \series bold
27930 gathered
27931 \series default
27932  or 
27933 \series bold
27934 split
27935 \series default
27936 .
27937  They can be inserted via the menu 
27938 \family sans
27939 Insert\SpecialChar \menuseparator
27940 Math
27941 \family default
27942  or by using the commands described in this section.
27943 \end_layout
27944
27945 \begin_layout Standard
27946 The first three have the same properties as the corresponding multiline
27947  formula environments, but it is possible to set further formula parts beside
27948  them.
27949  An example:
27950 \begin_inset Formula 
27951 \[
27952 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
27953 \Delta E\Delta t & \ge\frac{\hbar}{2}
27954 \end{aligned}
27955 \right\} \textrm{Uncertainty relations}
27956 \]
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Standard
27964 To get this formula, a displayed formula is created where the command 
27965 \series bold
27966
27967 \backslash
27968 aligned
27969 \series default
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 Commands ! A ! 
27976 \backslash
27977 aligned
27978 \end_layout
27979
27980 \end_inset
27981
27982  is inserted.
27983  A purple box appears around the blue formula box where now columns and
27984  lines can be added.
27985  Outside the multiline environment other formula parts can be set, like
27986  the brace.
27987 \end_layout
27988
27989 \begin_layout Standard
27990 The aligned environment is also suitable for long formulas whose lines are
27991  horizontally aligned.
27992  Using aligned in a displayed formula has the advantage that the formula
27993  number is vertically centered behind the lines.
27994  As example formula 
27995 \begin_inset CommandInset ref
27996 LatexCommand eqref
27997 reference "eq:shortlong"
27998
27999 \end_inset
28000
28001  in the aligned environment:
28002 \begin_inset Formula 
28003 \begin{equation}
28004 \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}|}\\
28005  & -\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}|}
28006 \end{aligned}
28007 \end{equation}
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \begin_layout Standard
28015 To use the environments 
28016 \series bold
28017 alignedat
28018 \series default
28019
28020 \series bold
28021 gathered
28022 \series default
28023 , or 
28024 \series bold
28025 split
28026 \series default
28027 , the command 
28028 \series bold
28029
28030 \backslash
28031 alignedat
28032 \series default
28033 ,
28034 \begin_inset Index idx
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038 Commands ! A ! 
28039 \backslash
28040 alignedat
28041 \end_layout
28042
28043 \end_inset
28044
28045  
28046 \series bold
28047
28048 \backslash
28049 gathered
28050 \series default
28051
28052 \begin_inset Index idx
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056 Commands ! G ! 
28057 \backslash
28058 gathered
28059 \end_layout
28060
28061 \end_inset
28062
28063 , or 
28064 \series bold
28065
28066 \backslash
28067 split
28068 \series default
28069
28070 \begin_inset Index idx
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Commands ! S ! 
28075 \backslash
28076 split
28077 \end_layout
28078
28079 \end_inset
28080
28081  are inserted, respectively.
28082  The split environment has the same properties as the aligned environment
28083  but it can only have two columns.
28084 \end_layout
28085
28086 \begin_layout Subsection
28087 Text in multiline Formulas
28088 \begin_inset CommandInset label
28089 LatexCommand label
28090 name "sub:Text-in-multiline"
28091
28092 \end_inset
28093
28094
28095 \begin_inset Index idx
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099 Text ! in formulas
28100 \end_layout
28101
28102 \end_inset
28103
28104
28105 \begin_inset Index idx
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109 Formula ! multiline ! text
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \end_layout
28116
28117 \begin_layout Standard
28118 In the Align environments, and the multline and gather environment, text
28119  can be inserted that will appear in a separate line and doesn't affect
28120  the column alignment.
28121  To do this, the command 
28122 \series bold
28123
28124 \backslash
28125 intertext
28126 \series default
28127
28128 \begin_inset Index idx
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 Commands ! I ! 
28133 \backslash
28134 intertext
28135 \end_layout
28136
28137 \end_inset
28138
28139  is used in the following scheme:
28140 \end_layout
28141
28142 \begin_layout Standard
28143
28144 \series bold
28145
28146 \backslash
28147 intertext{text}
28148 \end_layout
28149
28150 \begin_layout Standard
28151 The text should not be longer than a line because it cannot be hyphenated.
28152  As LyX doesn't yet support 
28153 \series bold
28154
28155 \backslash
28156 intertext
28157 \series default
28158  directly, the text is written as mathematical text.
28159  
28160 \series bold
28161
28162 \backslash
28163 intertext
28164 \series default
28165  must hereby be at the beginning of a line and appears in the output above
28166  this line.
28167  An example where the text was inserted at the beginning of the second line:
28168 \begin_inset Formula 
28169 \begin{align}
28170 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28171 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28172 \end{align}
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Section
28180 Formula Numbering
28181 \begin_inset Index idx
28182 status collapsed
28183
28184 \begin_layout Plain Layout
28185 Formula numbering
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \begin_inset Index idx
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 Formula ! numbering|see
28196 \begin_inset ERT
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200
28201 {
28202 \end_layout
28203
28204 \end_inset
28205
28206 Formula numbering
28207 \begin_inset ERT
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211
28212 }
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Subsection
28226 General
28227 \end_layout
28228
28229 \begin_layout Standard
28230 Numbered formulas can be created with the menu 
28231 \family sans
28232 Insert\SpecialChar \menuseparator
28233 Math\SpecialChar \menuseparator
28234 Numbered
28235 \begin_inset space ~
28236 \end_inset
28237
28238 Formula
28239 \family default
28240  (shortcut 
28241 \family sans
28242 Ctrl+Alt
28243 \begin_inset space ~
28244 \end_inset
28245
28246 N
28247 \family default
28248 ).
28249  Existing formulas can be numbered with the menu 
28250 \family sans
28251 Edit\SpecialChar \menuseparator
28252 Math\SpecialChar \menuseparator
28253 Toggle
28254 \begin_inset space ~
28255 \end_inset
28256
28257 Numbering
28258 \family default
28259  (shortcut 
28260 \begin_inset Info
28261 type  "shortcut"
28262 arg   "math-number-toggle"
28263 \end_inset
28264
28265 ).
28266  The formula number is displayed in LyX behind the formula as a number sign
28267  in parentheses.
28268  The number sign is replaced in the output by the formula number.
28269 \end_layout
28270
28271 \begin_layout Standard
28272 When numbering is turned on in multiline formulas, all lines will be numbered.
28273  But the numbering can be controlled with the menu 
28274 \family sans
28275 Edit\SpecialChar \menuseparator
28276 Math\SpecialChar \menuseparator
28277 Toggle
28278 \begin_inset space ~
28279 \end_inset
28280
28281 Numbering
28282 \begin_inset space ~
28283 \end_inset
28284
28285 of
28286 \begin_inset space ~
28287 \end_inset
28288
28289 Line
28290 \family default
28291  (shortcut 
28292 \begin_inset Info
28293 type  "shortcut"
28294 arg   "math-number-line-toggle"
28295 \end_inset
28296
28297 ) for every line.
28298 \end_layout
28299
28300 \begin_layout Standard
28301 Except for inline formulas, all formulas can be numbered with two different
28302  styles, see 
28303 \begin_inset CommandInset ref
28304 LatexCommand ref
28305 reference "sec:Formula-Styles"
28306
28307 \end_inset
28308
28309 .
28310 \end_layout
28311
28312 \begin_layout Subsection
28313 Cross-References
28314 \begin_inset Index idx
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318 Cross-references ! to formulas
28319 \end_layout
28320
28321 \end_inset
28322
28323
28324 \end_layout
28325
28326 \begin_layout Standard
28327 All labeled formulas can be cross-referenced.
28328  A label is added by the menu 
28329 \family sans
28330 Insert\SpecialChar \menuseparator
28331 Label
28332 \family default
28333  or the toolbar button 
28334 \begin_inset Graphics
28335         filename ../images/label-insert.png
28336         scale 85
28337
28338 \end_inset
28339
28340 .
28341  The cursor must hereby be inside a displayed formula.
28342  Alternatively you can right-click on the formula and choose 
28343 \family sans
28344 Equation Label
28345 \family default
28346 .
28347  A dialog pops up displaying the prefix 
28348 \series bold
28349 eq:
28350 \series default
28351  in a text field.
28352  The label is inserted there behind the prefix.
28353  The predefined prefix means 
28354 \begin_inset Quotes eld
28355 \end_inset
28356
28357 equation
28358 \begin_inset Quotes erd
28359 \end_inset
28360
28361  and makes it easier to find labels in large documents because it marks
28362  it as formula label to divide it from e.
28363 \begin_inset space \thinspace{}
28364 \end_inset
28365
28366 g.
28367 \begin_inset space \space{}
28368 \end_inset
28369
28370 section labels.
28371  To change a label, the menu 
28372 \family sans
28373 Insert\SpecialChar \menuseparator
28374 Label
28375 \family default
28376  is used again or you right-click on a formula and then on 
28377 \family sans
28378 Equation Label
28379 \family default
28380 .
28381 \end_layout
28382
28383 \begin_layout Standard
28384 The name of the label is displayed in LyX within two parentheses behind
28385  formula.
28386  A formula with a label is always numbered.
28387 \end_layout
28388
28389 \begin_layout Standard
28390 Cross-references are inserted via the menu 
28391 \family sans
28392 Insert\SpecialChar \menuseparator
28393 Cross-Reference
28394 \family default
28395  or with the toolbar button 
28396 \begin_inset Graphics
28397         filename ../images/dialog-show-new-inset_ref.png
28398         scale 85
28399
28400 \end_inset
28401
28402 .
28403  A formula cross-reference appears in the output as formula number.
28404  When in the cross-reference dialog window the format 
28405 \series bold
28406 (<reference>)
28407 \series default
28408  is chosen, the cross-reference appears in the output as formula number
28409  in parentheses.
28410 \begin_inset Newline newline
28411 \end_inset
28412
28413 By right-clicking on a cross-reference in LyX, one jumps to the formula
28414  that is referenced.
28415 \end_layout
28416
28417 \begin_layout Standard
28418 Here are as examples cross-references to formulas of the following subsections:
28419 \begin_inset Note Note
28420 status open
28421
28422 \begin_layout Plain Layout
28423 Note the different cross-reference types.
28424 \end_layout
28425
28426 \end_inset
28427
28428
28429 \end_layout
28430
28431 \begin_layout Standard
28432 The equations 
28433 \begin_inset CommandInset ref
28434 LatexCommand eqref
28435 reference "eq:tag"
28436
28437 \end_inset
28438
28439  and 
28440 \begin_inset CommandInset ref
28441 LatexCommand eqref
28442 reference "eq:c"
28443
28444 \end_inset
28445
28446  are equivalent.
28447  In (
28448 \begin_inset CommandInset ref
28449 LatexCommand ref
28450 reference "eq:Lat"
28451
28452 \end_inset
28453
28454 ) big Latin letters are used for the numbering in contrary to (
28455 \begin_inset CommandInset ref
28456 LatexCommand ref
28457 reference "eq:Rom"
28458
28459 \end_inset
28460
28461 ).
28462 \end_layout
28463
28464 \begin_layout Standard
28465 \begin_inset VSpace medskip
28466 \end_inset
28467
28468 When the argument of 
28469 \series bold
28470
28471 \backslash
28472 tag
28473 \begin_inset Foot
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478 \series bold
28479
28480 \backslash
28481 tag
28482 \series default
28483  is described in 
28484 \begin_inset CommandInset ref
28485 LatexCommand ref
28486 reference "sub:User-defined-Numbering"
28487
28488 \end_inset
28489
28490 .
28491 \end_layout
28492
28493 \end_inset
28494
28495
28496 \series default
28497  contains a box like in 
28498 \begin_inset CommandInset ref
28499 LatexCommand ref
28500 reference "sub:Paragraph-Boxes"
28501
28502 \end_inset
28503
28504 , the formula cannot be referenced.
28505 \end_layout
28506
28507 \begin_layout Subsection
28508 Subnumbering
28509 \begin_inset Index idx
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Formula numbering ! subnumbering
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 With the help of the commands 
28523 \series bold
28524
28525 \backslash
28526 begin{subequations}
28527 \series default
28528  and 
28529 \series bold
28530
28531 \backslash
28532 end{subequations}
28533 \series default
28534  formulas can be subnumbered.
28535  Both commands are inserted in TeX-mode.
28536 \end_layout
28537
28538 \begin_layout Standard
28539 An example:
28540 \begin_inset Formula 
28541 \begin{equation}
28542 A=C-B\label{eq:a}
28543 \end{equation}
28544
28545 \end_inset
28546
28547
28548 \begin_inset ERT
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552
28553
28554 \backslash
28555 addtocounter{equation}{-1}
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \begin_inset ERT
28562 status collapsed
28563
28564 \begin_layout Plain Layout
28565
28566
28567 \backslash
28568 begin{subequations}
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \begin_inset VSpace -5mm
28575 \end_inset
28576
28577
28578 \begin_inset Formula 
28579 \begin{equation}
28580 B=C-A\label{eq:b}
28581 \end{equation}
28582
28583 \end_inset
28584
28585
28586 \begin_inset Formula 
28587 \begin{equation}
28588 C=A+B\label{eq:c}
28589 \end{equation}
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 \begin_inset ERT
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601
28602
28603 \backslash
28604 end{subequations}
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 To create the example, the following is done:
28614 \end_layout
28615
28616 \begin_layout Enumerate
28617 first formula is inserted
28618 \end_layout
28619
28620 \begin_layout Enumerate
28621
28622 \series bold
28623
28624 \backslash
28625 addtocounter{equation}{-1} 
28626 \backslash
28627 begin{subequations}
28628 \begin_inset Index idx
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632 Commands ! A ! 
28633 \backslash
28634 addtocounter
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \begin_inset Newline newline
28641 \end_inset
28642
28643
28644 \series default
28645 is inserted after the first formula
28646 \end_layout
28647
28648 \begin_layout Enumerate
28649 second formula is inserted
28650 \end_layout
28651
28652 \begin_layout Enumerate
28653 third formula is inserted
28654 \end_layout
28655
28656 \begin_layout Enumerate
28657
28658 \series bold
28659
28660 \backslash
28661 end{subequations}
28662 \series default
28663  is inserted after the third formula
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Every formula between the commands 
28668 \series bold
28669
28670 \backslash
28671 begin
28672 \series default
28673  and 
28674 \series bold
28675
28676 \backslash
28677 end
28678 \series default
28679  is subnumbered as a, b, 
28680 \begin_inset Newline linebreak
28681 \end_inset
28682
28683 c, \SpecialChar \ldots{}
28684  For multiline formulas every line will be subnumbered.
28685  All subnumbered formulas are treated as 
28686 \emph on
28687 one
28688 \emph default
28689  numbered formula.
28690  But as every numbered formula increases the counter 
28691 \series bold
28692 equation
28693 \series default
28694  by one, the command 
28695 \series bold
28696
28697 \backslash
28698 addtocounter
28699 \series default
28700  is needed to decrease it.
28701  Otherwise the formulas 
28702 \begin_inset CommandInset ref
28703 LatexCommand eqref
28704 reference "eq:a"
28705
28706 \end_inset
28707
28708
28709 \begin_inset CommandInset ref
28710 LatexCommand eqref
28711 reference "eq:b"
28712
28713 \end_inset
28714
28715
28716 \begin_inset CommandInset ref
28717 LatexCommand eqref
28718 reference "eq:c"
28719
28720 \end_inset
28721
28722  would be numbered as 
28723 \begin_inset CommandInset ref
28724 LatexCommand eqref
28725 reference "eq:a"
28726
28727 \end_inset
28728
28729
28730 \begin_inset CommandInset ref
28731 LatexCommand eqref
28732 reference "eq:d"
28733
28734 \end_inset
28735
28736
28737 \begin_inset CommandInset ref
28738 LatexCommand eqref
28739 reference "eq:f"
28740
28741 \end_inset
28742
28743 .
28744 \end_layout
28745
28746 \begin_layout Standard
28747 By inserting the commands in TeX-mode, a space is created between the first
28748  two formulas.
28749  To revert this -5
28750 \begin_inset space \thinspace{}
28751 \end_inset
28752
28753 mm vertical space is inserted after the command 
28754 \series bold
28755
28756 \backslash
28757 begin{subequations}
28758 \series default
28759 .
28760  When the formula style 
28761 \series bold
28762 Indented
28763 \begin_inset Foot
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767 formula styles see 
28768 \begin_inset CommandInset ref
28769 LatexCommand ref
28770 reference "sec:Formula-Styles"
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \end_inset
28778
28779
28780 \series default
28781  is used, -7
28782 \begin_inset space \thinspace{}
28783 \end_inset
28784
28785 mm space is inserted instead.
28786 \end_layout
28787
28788 \begin_layout Standard
28789 Here is an example for a multiline formula where the numbering was turned
28790  off for the second line:
28791 \begin_inset ERT
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795
28796
28797 \backslash
28798 begin{subequations}
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \begin_inset Formula 
28805 \begin{eqnarray}
28806 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28807  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
28808  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
28809 \end{eqnarray}
28810
28811 \end_inset
28812
28813
28814 \begin_inset ERT
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818
28819
28820 \backslash
28821 end{subequations}
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Subsection
28830 User-defined Numbering
28831 \begin_inset CommandInset label
28832 LatexCommand label
28833 name "sub:User-defined-Numbering"
28834
28835 \end_inset
28836
28837
28838 \begin_inset Index idx
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Formula numbering ! user-defined
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851 \begin_inset Index idx
28852 status collapsed
28853
28854 \begin_layout Plain Layout
28855 Formula numbering ! self-defined delimiters
28856 \end_layout
28857
28858 \end_inset
28859
28860 With the standard numbering parentheses are set around the formula number.
28861  To replace the parentheses for example by vertical bars, the following
28862  line is added to the LaTeX-preamble:
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 def
28871 \backslash
28872 tagform@#1{
28873 \backslash
28874 maketag@@@{|#1|}}
28875 \series default
28876
28877 \begin_inset Note Note
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 This macro is already declared in the LaTeX-preamble for testing.
28882  To activate it, remove the percent sign at the beginning.
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \begin_layout Standard
28891 To use other characters, the vertical bars besides the 
28892 \series bold
28893 #1
28894 \series default
28895  are replaced by one ore more characters.
28896  To get only the formula number the vertical bars are omitted.
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset VSpace bigskip
28901 \end_inset
28902
28903 When there should be an expression of your choice instead of the consecutive
28904  formula number in parentheses behind the formula, the command 
28905 \series bold
28906
28907 \backslash
28908 tag
28909 \series default
28910
28911 \begin_inset Index idx
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915 Commands ! T ! 
28916 \backslash
28917 tag
28918 \end_layout
28919
28920 \end_inset
28921
28922  is used:
28923 \begin_inset Formula 
28924 \begin{equation}
28925 A+B=C\tag{something}\label{eq:tag}
28926 \end{equation}
28927
28928 \end_inset
28929
28930 In this example the command 
28931 \series bold
28932
28933 \backslash
28934 tag
28935 \begin_inset space \textvisiblespace{}
28936 \end_inset
28937
28938 something
28939 \series default
28940  was inserted in the formula.
28941 \end_layout
28942
28943 \begin_layout Standard
28944 When the command 
28945 \series bold
28946
28947 \backslash
28948 tag*
28949 \begin_inset space \textvisiblespace{}
28950 \end_inset
28951
28952 something
28953 \series default
28954  is inserted instead, the star prevents the parentheses around the expression:
28955 \begin_inset Formula 
28956 \[
28957 A+B=C\tag*{something}
28958 \]
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \begin_layout Standard
28966 \begin_inset VSpace bigskip
28967 \end_inset
28968
28969 To restart the formula numbering with new document parts or sections, the
28970  following command is used:
28971 \end_layout
28972
28973 \begin_layout Standard
28974
28975 \series bold
28976
28977 \backslash
28978 @addtoreset{equation}{part}
28979 \series default
28980
28981 \begin_inset Index idx
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985 Commands ! 
28986 \begin_inset ERT
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990
28991 "
28992 \end_layout
28993
28994 \end_inset
28995
28996 @
28997 \begin_inset ERT
28998 status collapsed
28999
29000 \begin_layout Plain Layout
29001
29002 "
29003 \end_layout
29004
29005 \end_inset
29006
29007  ! 
29008 \backslash
29009
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015 "
29016 \end_layout
29017
29018 \end_inset
29019
29020 @
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026 "
29027 \end_layout
29028
29029 \end_inset
29030
29031 addtoreset
29032 \end_layout
29033
29034 \end_inset
29035
29036
29037 \begin_inset Newline newline
29038 \end_inset
29039
29040 resp.
29041 \begin_inset Newline newline
29042 \end_inset
29043
29044
29045 \series bold
29046
29047 \backslash
29048 @addtoreset{equation}{section}
29049 \end_layout
29050
29051 \begin_layout Standard
29052 To be able to use these commands in TeX-mode, the 
29053 \begin_inset Quotes eld
29054 \end_inset
29055
29056 @
29057 \begin_inset Quotes erd
29058 \end_inset
29059
29060  character has to be made 
29061 \begin_inset Quotes eld
29062 \end_inset
29063
29064 active
29065 \begin_inset Quotes erd
29066 \end_inset
29067
29068  for LaTeX using the command 
29069 \series bold
29070
29071 \backslash
29072 makeatletter.
29073
29074 \series default
29075  The command 
29076 \series bold
29077
29078 \backslash
29079 makeatother
29080 \series default
29081  reverts this.
29082  So the command sequence in TeX-mode is:
29083 \end_layout
29084
29085 \begin_layout Standard
29086
29087 \series bold
29088
29089 \backslash
29090 makeatletter
29091 \begin_inset Newline newline
29092 \end_inset
29093
29094
29095 \backslash
29096 @addtoreset{equation}{section}
29097 \begin_inset Newline newline
29098 \end_inset
29099
29100
29101 \backslash
29102 makeatother
29103 \end_layout
29104
29105 \begin_layout Standard
29106 In the LaTeX-preamble 
29107 \series bold
29108
29109 \backslash
29110 makeatletter
29111 \series default
29112  and 
29113 \series bold
29114
29115 \backslash
29116 makeatother
29117 \series default
29118  can be omitted as they are automatically internally inserted by LyX.
29119 \end_layout
29120
29121 \begin_layout Standard
29122 To revert 
29123 \series bold
29124
29125 \backslash
29126 @addtoreset
29127 \series default
29128 , the file 
29129 \series bold
29130 remreset.sty
29131 \series default
29132
29133 \begin_inset Foot
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138 \series bold
29139 remreset
29140 \series default
29141  is part of the LaTeX-package 
29142 \series bold
29143 carlisle
29144 \series default
29145
29146 \begin_inset Index idx
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150 Packages ! carlisle
29151 \end_layout
29152
29153 \end_inset
29154
29155  that is part of every LaTeX standard installation.
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \begin_inset Index idx
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 Packages ! remreset
29166 \end_layout
29167
29168 \end_inset
29169
29170  has to be loaded in the LaTeX-preamble with the line
29171 \end_layout
29172
29173 \begin_layout Standard
29174
29175 \series bold
29176
29177 \backslash
29178 usepackage{remreset}
29179 \end_layout
29180
29181 \begin_layout Standard
29182 Then the command 
29183 \series bold
29184
29185 \backslash
29186 @removefromreset
29187 \series default
29188
29189 \begin_inset Index idx
29190 status collapsed
29191
29192 \begin_layout Plain Layout
29193 Commands ! 
29194 \begin_inset ERT
29195 status collapsed
29196
29197 \begin_layout Plain Layout
29198
29199 "
29200 \end_layout
29201
29202 \end_inset
29203
29204 @
29205 \begin_inset ERT
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209
29210 "
29211 \end_layout
29212
29213 \end_inset
29214
29215  ! 
29216 \backslash
29217
29218 \begin_inset ERT
29219 status collapsed
29220
29221 \begin_layout Plain Layout
29222
29223 "
29224 \end_layout
29225
29226 \end_inset
29227
29228 @
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 "
29235 \end_layout
29236
29237 \end_inset
29238
29239 removefromreset
29240 \end_layout
29241
29242 \end_inset
29243
29244  can be used with the same scheme as 
29245 \series bold
29246
29247 \backslash
29248 @addtoreset
29249 \series default
29250 .
29251 \end_layout
29252
29253 \begin_layout Standard
29254 \begin_inset VSpace bigskip
29255 \end_inset
29256
29257 Sometimes formulas should be numbered in the following form:
29258 \end_layout
29259
29260 \begin_layout Standard
29261
29262 \family typewriter
29263 (section number.formula number)
29264 \end_layout
29265
29266 \begin_layout Standard
29267 The formula number should start with every section with 
29268 \begin_inset Quotes eld
29269 \end_inset
29270
29271 1
29272 \begin_inset Quotes erd
29273 \end_inset
29274
29275 .
29276 \end_layout
29277
29278 \begin_layout Standard
29279 For this case there is the command 
29280 \series bold
29281
29282 \backslash
29283 numberwithin
29284 \series default
29285
29286 \begin_inset Index idx
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 Commands ! N ! 
29291 \backslash
29292 numberwithin
29293 \end_layout
29294
29295 \end_inset
29296
29297 , which is used with the following scheme:
29298 \end_layout
29299
29300 \begin_layout Standard
29301
29302 \series bold
29303
29304 \backslash
29305 numberwithin{counter}{sectioning}
29306 \end_layout
29307
29308 \begin_layout Standard
29309 Counter denotes what kind of numbering is affected, sectioning denotes what
29310  number is before the dot.
29311 \end_layout
29312
29313 \begin_layout Standard
29314 Thus in our case the following LaTeX-preamble or TeX code line is used:
29315 \end_layout
29316
29317 \begin_layout Standard
29318
29319 \series bold
29320
29321 \backslash
29322 numberwithin{equation}{section}
29323 \end_layout
29324
29325 \begin_layout Standard
29326 This is the result:
29327 \begin_inset ERT
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331
29332
29333 \backslash
29334 numberwithin{equation}{section}
29335 \end_layout
29336
29337 \end_inset
29338
29339
29340 \begin_inset Formula 
29341 \begin{equation}
29342 A+B=C
29343 \end{equation}
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 To number e.
29352 \begin_inset space \thinspace{}
29353 \end_inset
29354
29355 g.
29356 \begin_inset space \space{}
29357 \end_inset
29358
29359 tables so that the number of the part is the sectioning,
29360 \begin_inset Newline newline
29361 \end_inset
29362
29363
29364 \series bold
29365
29366 \backslash
29367 numberwithin{table}{part}
29368 \series default
29369  is used.
29370 \end_layout
29371
29372 \begin_layout Standard
29373 To go back to the standard numbering or to prevent this kind of numbering
29374  when it is defined by the document class, the following command is inserted
29375  as TeX code or to the LaTeX-preamble:
29376 \end_layout
29377
29378 \begin_layout Standard
29379
29380 \series bold
29381
29382 \backslash
29383 renewcommand{
29384 \backslash
29385 theequation}{
29386 \backslash
29387 arabic{equation}}
29388 \begin_inset Index idx
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 Commands ! A ! 
29393 \backslash
29394 arabic
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \series default
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407
29408 \backslash
29409 renewcommand{
29410 \backslash
29411 theequation}{
29412 \backslash
29413 arabic{equation}}
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \series bold
29420
29421 \begin_inset Newline newline
29422 \end_inset
29423
29424
29425 \series default
29426 or
29427 \series bold
29428
29429 \begin_inset Newline newline
29430 \end_inset
29431
29432
29433 \backslash
29434 renewcommand{
29435 \backslash
29436 thetable}{
29437 \backslash
29438 arabic{table}}
29439 \end_layout
29440
29441 \begin_layout Standard
29442
29443 \series bold
29444
29445 \backslash
29446 numberwithin
29447 \series default
29448  uses internally the command 
29449 \series bold
29450
29451 \backslash
29452 @addtoreset
29453 \series default
29454 , described above, that also needs to be reverted.
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 makeatletter
29463 \end_layout
29464
29465 \begin_layout Plain Layout
29466
29467
29468 \backslash
29469 @removefromreset{equation}{section}
29470 \end_layout
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 makeatother
29477 \end_layout
29478
29479 \end_inset
29480
29481
29482 \end_layout
29483
29484 \begin_layout Subsection
29485 Numbering with Roman Numbers and Letters
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Formula numbering ! with letters
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \begin_inset Index idx
29497 status collapsed
29498
29499 \begin_layout Plain Layout
29500 Formula numbering ! with Roman numbers
29501 \end_layout
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Formulas can also be numbered with Roman numbers and Latin letters.
29510  To number for example with small Roman numbers, the command
29511 \end_layout
29512
29513 \begin_layout Standard
29514
29515 \series bold
29516
29517 \backslash
29518 renewcommand{
29519 \backslash
29520 theequation}{
29521 \backslash
29522 roman{equation}}
29523 \end_layout
29524
29525 \begin_layout Standard
29526 is inserted before the formula in TeX-mode.
29527  
29528 \series bold
29529
29530 \backslash
29531 renewcommand
29532 \series default
29533
29534 \begin_inset Index idx
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538 Commands ! R ! 
29539 \backslash
29540 renewcommand
29541 \end_layout
29542
29543 \end_inset
29544
29545  redefines the predefined command 
29546 \series bold
29547
29548 \backslash
29549 theequation
29550 \series default
29551  to the command 
29552 \series bold
29553
29554 \backslash
29555 roman{equation}
29556 \series default
29557 .
29558 \begin_inset Foot
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562 The command 
29563 \series bold
29564
29565 \backslash
29566 renewcommand
29567 \series default
29568  has the same scheme like the command 
29569 \series bold
29570
29571 \backslash
29572 newcommand
29573 \series default
29574  that is described in 
29575 \begin_inset CommandInset ref
29576 LatexCommand ref
29577 reference "sub:The-Command-newcommand"
29578
29579 \end_inset
29580
29581 .
29582 \end_layout
29583
29584 \end_inset
29585
29586  
29587 \series bold
29588 equation
29589 \series default
29590  is the formula counter.
29591  When the command 
29592 \series bold
29593
29594 \backslash
29595 the
29596 \series default
29597  is used as prefix for a counter, the value of the counter is output as
29598  Arabic number.
29599  When a formula is numbered, LaTeX sets internally the command 
29600 \series bold
29601
29602 \backslash
29603 theequation
29604 \series default
29605  behind the formula.
29606  
29607 \series bold
29608
29609 \backslash
29610 roman{equation}
29611 \begin_inset Index idx
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 Commands ! R ! 
29616 \backslash
29617 roman
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \series default
29624  outputs the counter as small Roman number.
29625 \end_layout
29626
29627 \begin_layout Standard
29628 All formulas behind the command 
29629 \series bold
29630
29631 \backslash
29632 renew
29633 \series default
29634 c
29635 \series bold
29636 ommand
29637 \series default
29638  are now numbered Roman.
29639  To switch to numbering with big Roman numbers, the command is inserted
29640  again, but 
29641 \series bold
29642
29643 \backslash
29644 roman
29645 \series default
29646  is replaced by 
29647 \series bold
29648
29649 \backslash
29650 Roman
29651 \series default
29652
29653 \begin_inset Index idx
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657 Commands ! R ! 
29658 \backslash
29659 roman@
29660 \backslash
29661 Roman
29662 \end_layout
29663
29664 \end_inset
29665
29666 .
29667  To 
29668 \begin_inset Quotes eld
29669 \end_inset
29670
29671 number
29672 \begin_inset Quotes erd
29673 \end_inset
29674
29675  with small Latin letters there is the command 
29676 \series bold
29677
29678 \backslash
29679 alph
29680 \series default
29681
29682 \begin_inset Index idx
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Commands ! A ! 
29687 \backslash
29688 alph
29689 \end_layout
29690
29691 \end_inset
29692
29693 , for big ones there is the command 
29694 \series bold
29695
29696 \backslash
29697 Alph
29698 \series default
29699
29700 \begin_inset Index idx
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 Commands ! A ! 
29705 \backslash
29706 alph@
29707 \backslash
29708 Alph
29709 \end_layout
29710
29711 \end_inset
29712
29713 .
29714 \end_layout
29715
29716 \begin_layout Standard
29717 \begin_inset Note Greyedout
29718 status open
29719
29720 \begin_layout Plain Layout
29721
29722 \series bold
29723 \color none
29724 Note:
29725 \series default
29726  Only maximal 26
29727 \begin_inset space ~
29728 \end_inset
29729
29730 formulas can be numbered with Latin letters in one document.
29731 \end_layout
29732
29733 \end_inset
29734
29735
29736 \end_layout
29737
29738 \begin_layout Standard
29739 \begin_inset ERT
29740 status collapsed
29741
29742 \begin_layout Plain Layout
29743
29744
29745 \backslash
29746 renewcommand{
29747 \backslash
29748 theequation}{
29749 \backslash
29750 roman{equation}}
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Standard
29759 \begin_inset Formula 
29760 \begin{equation}
29761 A=\textrm{small roman}
29762 \end{equation}
29763
29764 \end_inset
29765
29766
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772
29773 \backslash
29774 renewcommand{
29775 \backslash
29776 theequation}{
29777 \backslash
29778 Roman{equation}}
29779 \end_layout
29780
29781 \end_inset
29782
29783
29784 \begin_inset Formula 
29785 \begin{equation}
29786 B=\textrm{big Roman}\label{eq:Rom}
29787 \end{equation}
29788
29789 \end_inset
29790
29791
29792 \begin_inset ERT
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796
29797
29798 \backslash
29799 renewcommand{
29800 \backslash
29801 theequation}{
29802 \backslash
29803 alph{equation}}
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \begin_inset Formula 
29810 \begin{equation}
29811 C=\textrm{small Latin}
29812 \end{equation}
29813
29814 \end_inset
29815
29816
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822
29823 \backslash
29824 renewcommand{
29825 \backslash
29826 theequation}{
29827 \backslash
29828 Alph{equation}}
29829 \end_layout
29830
29831 \end_inset
29832
29833
29834 \begin_inset Formula 
29835 \begin{equation}
29836 D=\textrm{big Latin}\label{eq:Lat}
29837 \end{equation}
29838
29839 \end_inset
29840
29841
29842 \end_layout
29843
29844 \begin_layout Standard
29845 To switch back to the default numbering, insert the command:
29846 \end_layout
29847
29848 \begin_layout Standard
29849
29850 \series bold
29851
29852 \backslash
29853 renewcommand{
29854 \backslash
29855 theequation}{
29856 \backslash
29857 arabic{equation}}
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Commands ! A ! 
29863 \backslash
29864 arabic
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Standard
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 renewcommand{
29881 \backslash
29882 theequation}{
29883 \backslash
29884 arabic{equation}}
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \begin_inset Formula 
29891 \begin{equation}
29892 E=\textrm{Arabic}
29893 \end{equation}
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 \begin_inset VSpace medskip
29902 \end_inset
29903
29904 As you see, formulas are numbered serially independent from the numbering
29905  style.
29906  When then numbering should start with 
29907 \begin_inset Quotes eld
29908 \end_inset
29909
29910 1
29911 \begin_inset Quotes erd
29912 \end_inset
29913
29914  when the style is changed, new equation counters have to be defined.
29915  A description about this can be found in the file 
29916 \begin_inset CommandInset href
29917 LatexCommand href
29918 name "Formula-numbering.lyx"
29919 target "run:Formula-numbering.lyx"
29920
29921 \end_inset
29922
29923 .
29924 \end_layout
29925
29926 \begin_layout Standard
29927 \begin_inset Newpage newpage
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Section
29934 Chemical Symbols and Equations
29935 \begin_inset CommandInset label
29936 LatexCommand label
29937 name "sub:Chemical-Symbols-and"
29938
29939 \end_inset
29940
29941
29942 \begin_inset Index idx
29943 status collapsed
29944
29945 \begin_layout Plain Layout
29946 Chemical characters ! Symbols
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \begin_inset Index idx
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 Chemical equations
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \begin_inset Index idx
29963 status collapsed
29964
29965 \begin_layout Plain Layout
29966 Symbols ! chemical
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \end_layout
29973
29974 \begin_layout Standard
29975 An example text from chemistry:
29976 \end_layout
29977
29978 \begin_layout Quote
29979 The 
29980 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
29981 \end_inset
29982
29983 -ion reacts with two 
29984 \begin_inset Formula $\mathrm{Na^{+}}$
29985 \end_inset
29986
29987 -ions to sodium sulfate 
29988 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
29989 \end_inset
29990
29991 .
29992  The chemical equation for this is:
29993 \begin_inset Formula 
29994 \begin{equation}
29995 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
29996 \end{equation}
29997
29998 \end_inset
29999
30000
30001 \end_layout
30002
30003 \begin_layout Standard
30004 This chemical equation can directly be created as formula.
30005  To avoid that the symbols appear italic, everything is highlighted and
30006  changed by the shortcut 
30007 \begin_inset Info
30008 type  "shortcut"
30009 arg   "font-roman"
30010 \end_inset
30011
30012  to the upright font style.
30013 \begin_inset Foot
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 font styles
30018 \series bold
30019  
30020 \series default
30021 see 
30022 \begin_inset CommandInset ref
30023 LatexCommand ref
30024 reference "sub:Font-Styles"
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Standard
30037 A more convenient way to typeset chemical formulas is to use the command
30038  
30039 \series bold
30040
30041 \backslash
30042 ce
30043 \series default
30044
30045 \begin_inset Index idx
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Commands ! C ! 
30050 \backslash
30051 ce
30052 \end_layout
30053
30054 \end_inset
30055
30056  that is available when the LaTeX-package 
30057 \series bold
30058 mhchem
30059 \series default
30060
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Packages ! mhchem
30066 \end_layout
30067
30068 \end_inset
30069
30070  is installed.
30071  After inserting 
30072 \series bold
30073
30074 \backslash
30075 ce
30076 \series default
30077  to a formula a new blue box appears where chemical formulas can be inserted
30078  in an intuitive way.
30079 \end_layout
30080
30081 \begin_layout Standard
30082 \align center
30083 \begin_inset Tabular
30084 <lyxtabular version="3" rows="9" columns="2">
30085 <features rotate="0" tabularvalignment="middle">
30086 <column alignment="center" valignment="top">
30087 <column alignment="center" valignment="top">
30088 <row>
30089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30090 \begin_inset Text
30091
30092 \begin_layout Plain Layout
30093 Command
30094 \end_layout
30095
30096 \end_inset
30097 </cell>
30098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30099 \begin_inset Text
30100
30101 \begin_layout Plain Layout
30102 Result
30103 \begin_inset Note Note
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108 \series bold
30109
30110 \backslash
30111 raisebox
30112 \series default
30113  is only used as spacer.
30114 \end_layout
30115
30116 \end_inset
30117
30118
30119 \end_layout
30120
30121 \end_inset
30122 </cell>
30123 </row>
30124 <row>
30125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30126 \begin_inset Text
30127
30128 \begin_layout Plain Layout
30129
30130 \backslash
30131 ce
30132 \begin_inset space \textvisiblespace{}
30133 \end_inset
30134
30135 H2CO3
30136 \end_layout
30137
30138 \end_inset
30139 </cell>
30140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30141 \begin_inset Text
30142
30143 \begin_layout Plain Layout
30144 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \end_inset
30151 </cell>
30152 </row>
30153 <row>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158
30159 \backslash
30160 ce
30161 \begin_inset space \textvisiblespace{}
30162 \end_inset
30163
30164 SO4^2-
30165 \end_layout
30166
30167 \end_inset
30168 </cell>
30169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30170 \begin_inset Text
30171
30172 \begin_layout Plain Layout
30173 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30174 \end_inset
30175
30176
30177 \end_layout
30178
30179 \end_inset
30180 </cell>
30181 </row>
30182 <row>
30183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187
30188 \backslash
30189 ce
30190 \begin_inset space \textvisiblespace{}
30191 \end_inset
30192
30193 (NH4)2S
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30199 \begin_inset Text
30200
30201 \begin_layout Plain Layout
30202 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \end_inset
30209 </cell>
30210 </row>
30211 <row>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216
30217 \backslash
30218 ce
30219 \begin_inset space \textvisiblespace{}
30220 \end_inset
30221
30222 KCr(SO4)2.12H2O
30223 \end_layout
30224
30225 \end_inset
30226 </cell>
30227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30228 \begin_inset Text
30229
30230 \begin_layout Plain Layout
30231 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \end_inset
30238 </cell>
30239 </row>
30240 <row>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Plain Layout
30245
30246 \backslash
30247 ce
30248 \begin_inset space \textvisiblespace{}
30249 \end_inset
30250
30251 A-B
30252 \backslash
30253 dbond
30254 \begin_inset space \textvisiblespace{}
30255 \end_inset
30256
30257 C
30258 \backslash
30259 tbond
30260 \begin_inset space \textvisiblespace{}
30261 \end_inset
30262
30263 D
30264 \end_layout
30265
30266 \end_inset
30267 </cell>
30268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Plain Layout
30272 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30273 \end_inset
30274
30275
30276 \end_layout
30277
30278 \end_inset
30279 </cell>
30280 </row>
30281 <row>
30282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30283 \begin_inset Text
30284
30285 \begin_layout Plain Layout
30286
30287 \backslash
30288 ce
30289 \begin_inset space \textvisiblespace{}
30290 \end_inset
30291
30292 ^227
30293 \begin_inset Formula $\downarrow$
30294 \end_inset
30295
30296 _90
30297 \begin_inset Formula $\to$
30298 \end_inset
30299
30300 Th+
30301 \end_layout
30302
30303 \end_inset
30304 </cell>
30305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30306 \begin_inset Text
30307
30308 \begin_layout Plain Layout
30309 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \end_inset
30316 </cell>
30317 </row>
30318 <row>
30319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30320 \begin_inset Text
30321
30322 \begin_layout Plain Layout
30323
30324 \backslash
30325 ce
30326 \begin_inset space \textvisiblespace{}
30327 \end_inset
30328
30329 CO2
30330 \begin_inset space \textvisiblespace{}
30331 \end_inset
30332
30333 +
30334 \begin_inset space \textvisiblespace{}
30335 \end_inset
30336
30337 C
30338 \begin_inset space \textvisiblespace{}
30339 \end_inset
30340
30341 <=>
30342 \begin_inset space \textvisiblespace{}
30343 \end_inset
30344
30345 2CO
30346 \end_layout
30347
30348 \end_inset
30349 </cell>
30350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30351 \begin_inset Text
30352
30353 \begin_layout Plain Layout
30354 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30355 \end_inset
30356
30357
30358 \end_layout
30359
30360 \end_inset
30361 </cell>
30362 </row>
30363 <row>
30364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368
30369 \backslash
30370 ce
30371 \begin_inset space \textvisiblespace{}
30372 \end_inset
30373
30374 CO2
30375 \begin_inset space \textvisiblespace{}
30376 \end_inset
30377
30378 +
30379 \begin_inset space \textvisiblespace{}
30380 \end_inset
30381
30382 C
30383 \begin_inset space \textvisiblespace{}
30384 \end_inset
30385
30386 ->[
30387 \backslash
30388 alpha][
30389 \backslash
30390 beta]
30391 \begin_inset space \textvisiblespace{}
30392 \end_inset
30393
30394 2CO}
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Plain Layout
30403 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 </row>
30412 </lyxtabular>
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \begin_layout Standard
30420 \begin_inset Note Greyedout
30421 status open
30422
30423 \begin_layout Plain Layout
30424
30425 \series bold
30426 \color none
30427 Note:
30428 \series default
30429  Inserting a formula to a 
30430 \series bold
30431
30432 \backslash
30433 ce
30434 \series default
30435  box will lead to LaTeX errors due to a LyX bug.
30436 \color inherit
30437
30438 \begin_inset Foot
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442 \begin_inset CommandInset href
30443 LatexCommand href
30444 name "LyX-bug #8566"
30445 target "http://www.lyx.org/trac/ticket/8566"
30446
30447 \end_inset
30448
30449
30450 \end_layout
30451
30452 \end_inset
30453
30454
30455 \color none
30456  In this case TeX code has to be used like for 
30457 \series bold
30458
30459 \backslash
30460 ce{$
30461 \backslash
30462 mu
30463 \backslash
30464 hyphen$Cl}
30465 \series default
30466
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472
30473 \backslash
30474 ce{$
30475 \backslash
30476 mu
30477 \backslash
30478 hyphen$Cl}
30479 \end_layout
30480
30481 \end_inset
30482
30483  
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 \begin_inset Note Greyedout
30493 status open
30494
30495 \begin_layout Plain Layout
30496
30497 \series bold
30498 \color none
30499 Note:
30500 \series default
30501  It is not possible in LyX to use the character ^ to get an up-arrow as
30502  described in the 
30503 \series bold
30504 mhchem
30505 \series default
30506  manual.
30507  One instead uses a negative thin space followed by the command 
30508 \series bold
30509
30510 \backslash
30511 uparrow
30512 \series default
30513
30514 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 Using 
30527 \series bold
30528
30529 \backslash
30530 ce
30531 \series default
30532  the command for equation
30533 \begin_inset space ~
30534 \end_inset
30535
30536
30537 \begin_inset CommandInset ref
30538 LatexCommand eqref
30539 reference "eq:chem-reaction"
30540
30541 \end_inset
30542
30543  is:
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547
30548 \series bold
30549  
30550 \backslash
30551 ce
30552 \begin_inset space \textvisiblespace{}
30553 \end_inset
30554
30555 2Na+
30556 \begin_inset space \textvisiblespace{}
30557 \end_inset
30558
30559 +
30560 \begin_inset space \textvisiblespace{}
30561 \end_inset
30562
30563 SO4^2-
30564 \begin_inset space \textvisiblespace{}
30565 \end_inset
30566
30567
30568 \begin_inset space \textvisiblespace{}
30569 \end_inset
30570
30571 ->
30572 \begin_inset space \textvisiblespace{}
30573 \end_inset
30574
30575 Na2SO4
30576 \end_layout
30577
30578 \begin_layout Standard
30579 To create multiline chemical equations first a multiline formula is created
30580  as described in 
30581 \begin_inset CommandInset ref
30582 LatexCommand ref
30583 reference "sec:Multiline-Formulas"
30584
30585 \end_inset
30586
30587 .
30588  Afterwards the command 
30589 \series bold
30590
30591 \backslash
30592 ce
30593 \series default
30594  is used in every small blue box of the formula.
30595  
30596 \begin_inset CommandInset ref
30597 LatexCommand eqref
30598 reference "eq:TEOS-reaction-1"
30599
30600 \end_inset
30601
30602  and 
30603 \begin_inset CommandInset ref
30604 LatexCommand eqref
30605 reference "eq:TEOS-reaction-2"
30606
30607 \end_inset
30608
30609  are an example of a multi-stage chemical reaction where every equation
30610  has its own number.
30611 \begin_inset Formula 
30612 \begin{eqnarray}
30613 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30614 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30615 \end{eqnarray}
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Standard
30623 Besides 
30624 \series bold
30625
30626 \backslash
30627 ce
30628 \series default
30629  the 
30630 \series bold
30631 mhchem
30632 \series default
30633  package provides the command 
30634 \series bold
30635
30636 \backslash
30637 cf
30638 \series default
30639
30640 \begin_inset Index idx
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644 Commands ! C ! 
30645 \backslash
30646 cf
30647 \end_layout
30648
30649 \end_inset
30650
30651  that has to be used for special cases.
30652  For more information about 
30653 \series bold
30654
30655 \backslash
30656 cf
30657 \series default
30658  and more examples have a look at the documentation of 
30659 \series bold
30660 mhchem
30661 \series default
30662
30663 \begin_inset CommandInset citation
30664 LatexCommand cite
30665 key "mhchem"
30666
30667 \end_inset
30668
30669 .
30670 \end_layout
30671
30672 \begin_layout Section
30673 Diagrams
30674 \end_layout
30675
30676 \begin_layout Standard
30677 LyX supports two types of commutative diagrams: 
30678 \series bold
30679 amscd
30680 \series default
30681  and 
30682 \series bold
30683 xymatrix
30684 \series default
30685  that are explained in the following.
30686 \end_layout
30687
30688 \begin_layout Subsection
30689 Amscd Diagrams
30690 \begin_inset Index idx
30691 status collapsed
30692
30693 \begin_layout Plain Layout
30694 Diagrams ! amscd
30695 \end_layout
30696
30697 \end_inset
30698
30699
30700 \end_layout
30701
30702 \begin_layout Standard
30703 Diagrams of this type visualize relations by vertical and horizontal lines
30704  or arrows:
30705 \begin_inset Formula 
30706 \[
30707 \begin{CD}A@>>>B@>>>C\\
30708 @AAA@.@VVV\\
30709 F@<<<E@<<<D
30710 \end{CD}
30711 \]
30712
30713 \end_inset
30714
30715
30716 \end_layout
30717
30718 \begin_layout Standard
30719 To get them, the command 
30720 \series bold
30721
30722 \backslash
30723 CD
30724 \begin_inset Index idx
30725 status collapsed
30726
30727 \begin_layout Plain Layout
30728 Commands ! C ! 
30729 \backslash
30730 CD
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \series default
30737  is inserted to a formula.
30738  A blue box appears with two dashed lines where further commands can be
30739  inserted.
30740  With 
30741 \begin_inset Info
30742 type  "shortcut"
30743 arg   "newline-insert newline"
30744 \end_inset
30745
30746  a new line is created.
30747  Horizontal relations are inserted in odd, vertical in even formula lines.
30748 \end_layout
30749
30750 \begin_layout Standard
30751 To create the relations there are the following commands:
30752 \end_layout
30753
30754 \begin_layout Itemize
30755
30756 \series bold
30757 @<<<
30758 \series default
30759  creates a left arrow, 
30760 \series bold
30761 @>>>
30762 \series default
30763  a right arrow and 
30764 \series bold
30765 @=
30766 \series default
30767  a long equal sign
30768 \end_layout
30769
30770 \begin_layout Itemize
30771
30772 \series bold
30773 @AAA
30774 \series default
30775  creates an up arrow, 
30776 \series bold
30777 @VVV
30778 \series default
30779  a down arrow and 
30780 \series bold
30781 @|
30782 \series default
30783  a vertical equal sign
30784 \end_layout
30785
30786 \begin_layout Itemize
30787
30788 \series bold
30789 @.
30790
30791 \series default
30792  is a placeholder for non-existent relations
30793 \end_layout
30794
30795 \begin_layout Standard
30796 All arrows can be labeled as follows:
30797 \end_layout
30798
30799 \begin_layout Itemize
30800 If text inserted between the first and second < or >, resp., it is placed
30801  above the arrow.
30802  When it is inserted between the second and third one, it appears under
30803  the arrow.
30804 \end_layout
30805
30806 \begin_layout Itemize
30807 When text for vertical arrows is inserted between the first and second A
30808  or V, resp., it is placed left beside the arrow.
30809  When it is inserted between the second and third one, it appears right
30810  beside the arrow.
30811  If the text contains an A or V, these letters must be set into a TeX-brace.
30812 \end_layout
30813
30814 \begin_layout Standard
30815 As example a diagram with all possible relations:
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset Formula 
30820 \[
30821 \begin{CD}A@>j>>B@>>k>C@=F\\
30822 @AmAA@.@VV{V}V@|\\
30823 D@<<j<E@>k>>F@=C
30824 \end{CD}
30825 \]
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 The command for this is:
30834 \begin_inset Newline newline
30835 \end_inset
30836
30837
30838 \series bold
30839
30840 \backslash
30841 CD
30842 \begin_inset space \textvisiblespace{}
30843 \end_inset
30844
30845 A@>j>>B@>>k>C@=F Ctrl+Return
30846 \begin_inset Newline newline
30847 \end_inset
30848
30849
30850 \begin_inset Phantom HPhantom
30851 status open
30852
30853 \begin_layout Plain Layout
30854
30855 \series bold
30856
30857 \backslash
30858 CD
30859 \begin_inset space \textvisiblespace{}
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \end_inset
30866
30867 @AmAA@.@VV
30868 \backslash
30869 {V
30870 \series default
30871
30872 \begin_inset Formula $\to$
30873 \end_inset
30874
30875
30876 \series bold
30877 V@| Ctrl+Return
30878 \begin_inset Newline newline
30879 \end_inset
30880
30881
30882 \begin_inset Phantom HPhantom
30883 status open
30884
30885 \begin_layout Plain Layout
30886
30887 \series bold
30888
30889 \backslash
30890 CD
30891 \begin_inset space \textvisiblespace{}
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \end_inset
30898
30899 D@<<j<E@>k>>F@=C
30900 \end_layout
30901
30902 \begin_layout Subsection
30903 Xymatrix Diagrams
30904 \begin_inset Index idx
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Diagrams ! xymatrix
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \end_layout
30915
30916 \begin_layout Standard
30917 To be able to use xymatrices, the LaTeX-package 
30918 \series bold
30919 xypic
30920 \series default
30921  must be installed.
30922  A xymatrix is created by inserting the command 
30923 \series bold
30924
30925 \backslash
30926 xymatrix
30927 \series default
30928  in a formula.
30929  Then you are able to add new matrix columns and rows like for normal matrices,
30930  see 
30931 \begin_inset CommandInset ref
30932 LatexCommand ref
30933 reference "sec:Matrices"
30934
30935 \end_inset
30936
30937 .
30938 \end_layout
30939
30940 \begin_layout Standard
30941 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
30942  and much more.
30943  All possibilities to create commutative diagrams and decorations are explained
30944  in detail in the 
30945 \emph on
30946 XY-pic manual
30947 \emph default
30948  that you find in the menu 
30949 \family sans
30950 Help\SpecialChar \menuseparator
30951 Specific
30952 \begin_inset space ~
30953 \end_inset
30954
30955 Manuals
30956 \family default
30957 .
30958 \end_layout
30959
30960 \begin_layout Subsection
30961
30962 \noun on
30963 Feynman
30964 \noun default
30965  Diagrams
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 Diagrams ! Feynman
30971 \end_layout
30972
30973 \end_inset
30974
30975
30976 \end_layout
30977
30978 \begin_layout Standard
30979 To be able to use 
30980 \noun on
30981 Feynman
30982 \noun default
30983 -diagrams, the LaTeX-package 
30984 \series bold
30985 feyn
30986 \series default
30987  must be installed.
30988  A 
30989 \noun on
30990 Feynman
30991 \noun default
30992 -diagram is created by inserting the command 
30993 \series bold
30994
30995 \backslash
30996 Diagram
30997 \series default
30998  in a formula.
30999  Then you are able to add new matrix columns and rows like for normal matrices,
31000  see 
31001 \begin_inset CommandInset ref
31002 LatexCommand ref
31003 reference "sec:Matrices"
31004
31005 \end_inset
31006
31007 .
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Examples how to create 
31012 \noun on
31013 Feynman-
31014 \noun default
31015 diagrams in LyX is given in the 
31016 \emph on
31017 Feynman-diagram manual
31018 \emph default
31019  that you find in the menu 
31020 \family sans
31021 Help\SpecialChar \menuseparator
31022 Specific
31023 \begin_inset space ~
31024 \end_inset
31025
31026 Manuals
31027 \family default
31028 .
31029 \end_layout
31030
31031 \begin_layout Standard
31032 \begin_inset Newpage newpage
31033 \end_inset
31034
31035
31036 \end_layout
31037
31038 \begin_layout Section
31039 User-defined Commands
31040 \begin_inset Index idx
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044 User-defined commands
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \begin_layout Standard
31053 \begin_inset Note Greyedout
31054 status open
31055
31056 \begin_layout Plain Layout
31057
31058 \series bold
31059 Note:
31060 \series default
31061  The names of user-defined commands and macros may only consist of Latin
31062  letters.
31063 \end_layout
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \begin_layout Subsection
31071 The Command 
31072 \backslash
31073 newcommand
31074 \begin_inset CommandInset label
31075 LatexCommand label
31076 name "sub:The-Command-newcommand"
31077
31078 \end_inset
31079
31080
31081 \begin_inset Index idx
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 User-defined commands ! 
31086 \backslash
31087 newcommand
31088 \end_layout
31089
31090 \end_inset
31091
31092
31093 \begin_inset Index idx
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097 Commands ! N ! 
31098 \backslash
31099 newcommand
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \end_layout
31106
31107 \begin_layout Standard
31108 Many LaTeX-commands are too long to be used frequently.
31109  But it is possible to define with the command 
31110 \series bold
31111
31112 \backslash
31113 newcommand
31114 \series default
31115  new shorter commands.
31116 \end_layout
31117
31118 \begin_layout Standard
31119 The command scheme of 
31120 \series bold
31121
31122 \backslash
31123 newcommand
31124 \series default
31125  is:
31126 \end_layout
31127
31128 \begin_layout Standard
31129
31130 \series bold
31131
31132 \backslash
31133 newcommand{new command name}[number of arguments][optional
31134 \series default
31135  
31136 \series bold
31137 value]
31138 \begin_inset Newline newline
31139 \end_inset
31140
31141
31142 \begin_inset Phantom HPhantom
31143 status open
31144
31145 \begin_layout Plain Layout
31146
31147 \series bold
31148
31149 \backslash
31150 newcommand
31151 \end_layout
31152
31153 \end_inset
31154
31155 {command definition}
31156 \end_layout
31157
31158 \begin_layout Standard
31159 \begin_inset Note Greyedout
31160 status open
31161
31162 \begin_layout Plain Layout
31163
31164 \series bold
31165 Note:
31166 \series default
31167  Assure that the name of the new command is not already used in your document
31168  or by LaTeX-packages that you use.
31169  When you for example define the command 
31170 \series bold
31171
31172 \backslash
31173 le
31174 \series default
31175  for 
31176 \series bold
31177
31178 \backslash
31179 Leftarrow
31180 \series default
31181 , you get an error message because 
31182 \series bold
31183
31184 \backslash
31185 le
31186 \series default
31187  is already defined as command for 
31188 \begin_inset Quotes eld
31189 \end_inset
31190
31191
31192 \begin_inset Formula $\le$
31193 \end_inset
31194
31195
31196 \begin_inset Quotes erd
31197 \end_inset
31198
31199 .
31200 \end_layout
31201
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 The number of arguments is an integer in the range 0
31209 \begin_inset space \thinspace{}
31210 \end_inset
31211
31212 -
31213 \begin_inset space \thinspace{}
31214 \end_inset
31215
31216 9 and specifies how many arguments the new command should have.
31217  With the optional value a value for an optional argument can be predefined.
31218  When this is done, the 
31219 \emph on
31220 first
31221 \emph default
31222  
31223 \emph on
31224 a
31225 \emph default
31226 rgument of the new command is automatically an optional one.
31227 \end_layout
31228
31229 \begin_layout Standard
31230 Here are some examples:
31231 \end_layout
31232
31233 \begin_layout Itemize
31234 To define the command 
31235 \series bold
31236
31237 \backslash
31238 gr
31239 \series default
31240  for 
31241 \series bold
31242
31243 \backslash
31244 Longrightarrow
31245 \series default
31246 , the LaTeX-preamble line is:
31247 \begin_inset VSpace medskip
31248 \end_inset
31249
31250
31251 \begin_inset Newline newline
31252 \end_inset
31253
31254
31255 \series bold
31256
31257 \backslash
31258 newcommand{
31259 \backslash
31260 gr}{
31261 \backslash
31262 Longrightarrow}
31263 \end_layout
31264
31265 \begin_layout Itemize
31266 To define the command 
31267 \series bold
31268
31269 \backslash
31270 us
31271 \series default
31272  for 
31273 \series bold
31274
31275 \backslash
31276 underline
31277 \series default
31278 , the argument (that should be underlined) must be taken into account.
31279  For this the preamble line is:
31280 \begin_inset VSpace medskip
31281 \end_inset
31282
31283
31284 \begin_inset Newline newline
31285 \end_inset
31286
31287
31288 \series bold
31289
31290 \backslash
31291 newcommand{
31292 \backslash
31293 us}[1]{
31294 \backslash
31295 underline{#1}}
31296 \series default
31297
31298 \begin_inset VSpace medskip
31299 \end_inset
31300
31301
31302 \begin_inset Newline newline
31303 \end_inset
31304
31305 The character 
31306 \series bold
31307 #
31308 \series default
31309  acts as argument placeholder, the 
31310 \series bold
31311 1
31312 \series default
31313  behind it denotes that it is the placeholder for the first argument.
31314 \end_layout
31315
31316 \begin_layout Itemize
31317 For 
31318 \series bold
31319
31320 \backslash
31321 framebox
31322 \series default
31323  one can e.
31324 \begin_inset space \thinspace{}
31325 \end_inset
31326
31327 g.
31328 \begin_inset space \space{}
31329 \end_inset
31330
31331 define the command 
31332 \series bold
31333
31334 \backslash
31335 fb
31336 \series default
31337 :
31338 \begin_inset VSpace medskip
31339 \end_inset
31340
31341
31342 \begin_inset Newline newline
31343 \end_inset
31344
31345
31346 \series bold
31347
31348 \backslash
31349 newcommand{
31350 \backslash
31351 fb}[3]{
31352 \backslash
31353 framebox#1#2{$#3$}}
31354 \series default
31355
31356 \begin_inset VSpace medskip
31357 \end_inset
31358
31359
31360 \begin_inset Newline newline
31361 \end_inset
31362
31363 The two Dollar signs creates the extra formula needed for 
31364 \series bold
31365
31366 \backslash
31367 framebox
31368 \series default
31369 , see 
31370 \begin_inset CommandInset ref
31371 LatexCommand ref
31372 reference "sub:Boxes-with-Frame"
31373
31374 \end_inset
31375
31376 .
31377 \end_layout
31378
31379 \begin_layout Itemize
31380 To create a new command for 
31381 \series bold
31382
31383 \backslash
31384 fcolorbox
31385 \series default
31386  where the color for the box need not be specified, the argument for the
31387  color is defined optional:
31388 \begin_inset VSpace medskip
31389 \end_inset
31390
31391
31392 \begin_inset Newline newline
31393 \end_inset
31394
31395
31396 \series bold
31397
31398 \backslash
31399 newcommand{
31400 \backslash
31401 cb}[3][white]{
31402 \backslash
31403 fcolorbox{#2}{#1}{$#3$}}
31404 \series default
31405
31406 \begin_inset VSpace medskip
31407 \end_inset
31408
31409
31410 \begin_inset Newline newline
31411 \end_inset
31412
31413 When the color is not specified when using 
31414 \series bold
31415
31416 \backslash
31417 cb
31418 \series default
31419 , the predefined color 
31420 \series bold
31421 white
31422 \series default
31423  will be used.
31424 \end_layout
31425
31426 \begin_layout Standard
31427 A test of the new defined commands:
31428 \end_layout
31429
31430 \begin_layout Standard
31431 \align center
31432 \begin_inset Tabular
31433 <lyxtabular version="3" rows="6" columns="2">
31434 <features rotate="0" tabularvalignment="middle">
31435 <column alignment="center" valignment="top">
31436 <column alignment="center" valignment="top">
31437 <row>
31438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 Command
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31448 \begin_inset Text
31449
31450 \begin_layout Plain Layout
31451 Result
31452 \begin_inset Note Note
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457 \series bold
31458
31459 \backslash
31460 raisebox
31461 \series default
31462  is only used as spacer.
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \end_layout
31469
31470 \end_inset
31471 </cell>
31472 </row>
31473 <row>
31474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478 A
31479 \backslash
31480 gr
31481 \begin_inset space \textvisiblespace{}
31482 \end_inset
31483
31484 B
31485 \end_layout
31486
31487 \end_inset
31488 </cell>
31489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31490 \begin_inset Text
31491
31492 \begin_layout Plain Layout
31493 \begin_inset Formula $A\gr B$
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507
31508 \backslash
31509 us{ABcd
31510 \end_layout
31511
31512 \end_inset
31513 </cell>
31514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31515 \begin_inset Text
31516
31517 \begin_layout Plain Layout
31518 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31519 \end_inset
31520
31521
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 </row>
31527 <row>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532
31533 \backslash
31534 fb{[2cm]
31535 \begin_inset Formula $\to$
31536 \end_inset
31537
31538
31539 \backslash
31540 {
31541 \begin_inset Formula $\to$
31542 \end_inset
31543
31544
31545 \backslash
31546 {
31547 \backslash
31548 int
31549 \begin_inset space \textvisiblespace{}
31550 \end_inset
31551
31552 A=B
31553 \end_layout
31554
31555 \end_inset
31556 </cell>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \end_inset
31568 </cell>
31569 </row>
31570 <row>
31571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31572 \begin_inset Text
31573
31574 \begin_layout Plain Layout
31575
31576 \backslash
31577 cb{red
31578 \begin_inset Formula $\to$
31579 \end_inset
31580
31581
31582 \backslash
31583 {
31584 \backslash
31585 int
31586 \begin_inset space \textvisiblespace{}
31587 \end_inset
31588
31589 A=B
31590 \end_layout
31591
31592 \end_inset
31593 </cell>
31594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31595 \begin_inset Text
31596
31597 \begin_layout Plain Layout
31598 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 </row>
31607 <row>
31608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612
31613 \backslash
31614 cb[green]
31615 \backslash
31616 {red
31617 \begin_inset Formula $\to$
31618 \end_inset
31619
31620
31621 \backslash
31622 {
31623 \backslash
31624 int
31625 \begin_inset space \textvisiblespace{}
31626 \end_inset
31627
31628 A=B
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31634 \begin_inset Text
31635
31636 \begin_layout Plain Layout
31637 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31638 \end_inset
31639
31640
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 </row>
31646 </lyxtabular>
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Subsection
31654 Math Macros
31655 \begin_inset Index idx
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 User-defined commands! Math macros
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \begin_inset Index idx
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669 Macros
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 User-defined commands are especially convenient for complex expressions.
31679  When you are for example dealing with a document that has quadratic equations,
31680  the same solution type occurs several times.
31681  The general form of a quadratic equation is
31682 \begin_inset Formula 
31683 \[
31684 0=\lambda^{2}+p\lambda+q
31685 \]
31686
31687 \end_inset
31688
31689 The general form of the solution is
31690 \begin_inset Formula 
31691 \[
31692 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31693 \]
31694
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \begin_layout Standard
31701 To define a command for the solution formula where only the three parameters
31702  
31703 \begin_inset Formula $\lambda$
31704 \end_inset
31705
31706
31707 \begin_inset Formula $p$
31708 \end_inset
31709
31710  and 
31711 \begin_inset Formula $q$
31712 \end_inset
31713
31714  need to be specified and the index of 
31715 \begin_inset Formula $\lambda$
31716 \end_inset
31717
31718  can be given optionally, the LaTeX-preamble line is
31719 \begin_inset Newline newline
31720 \end_inset
31721
31722
31723 \series bold
31724
31725 \backslash
31726 newcommand{
31727 \backslash
31728 qG}[4][1,
31729 \backslash
31730 ,2]{#2_{#1}=-
31731 \backslash
31732 frac{#3}{2}
31733 \backslash
31734 pm
31735 \begin_inset Newline newline
31736 \end_inset
31737
31738
31739 \begin_inset Phantom HPhantom
31740 status open
31741
31742 \begin_layout Plain Layout
31743
31744 \series bold
31745
31746 \backslash
31747 newcommand
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \backslash
31754 sqrt{
31755 \backslash
31756 frac{#3^{2}}{4}-#4}}
31757 \end_layout
31758
31759 \begin_layout Standard
31760 To create with this the solution formula, the command
31761 \begin_inset Newline newline
31762 \end_inset
31763
31764
31765 \series bold
31766
31767 \backslash
31768 qG{
31769 \backslash
31770 lambda
31771 \begin_inset Formula $\to$
31772 \end_inset
31773
31774
31775 \backslash
31776 {p
31777 \begin_inset Formula $\to$
31778 \end_inset
31779
31780
31781 \backslash
31782 {q
31783 \series default
31784  is inserted to a formula
31785 \series bold
31786 .
31787 \end_layout
31788
31789 \begin_layout Standard
31790 The definition of the new command is unintuitive because one has to know
31791  the schemes of all used LaTeX commands, e.
31792 \begin_inset space \thinspace{}
31793 \end_inset
31794
31795 g.
31796 \begin_inset space \space{}
31797 \end_inset
31798
31799 that a fraction is inserted in LaTeX as 
31800 \series bold
31801
31802 \backslash
31803 frac{numerator}{denominator}
31804 \series default
31805 .
31806  Furthermore one can easily forget a brace in the definition and cannot
31807  see in LyX what the new command is doing.
31808  To avoid these problems LyX offers the possibility to use math macros instead
31809  of the command 
31810 \series bold
31811
31812 \backslash
31813 newcommand
31814 \series default
31815 .
31816 \end_layout
31817
31818 \begin_layout Standard
31819 A math macro is created by using the menu 
31820 \family sans
31821 Insert\SpecialChar \menuseparator
31822 Math\SpecialChar \menuseparator
31823 Macro
31824 \family default
31825  or the toolbar button 
31826 \begin_inset Graphics
31827         filename ../images/math-macro_newmacroname_newcommand.png
31828         scale 85
31829
31830 \end_inset
31831
31832 .
31833  The math macro toolbar appears together with the following box where the
31834  macro is defined:
31835 \begin_inset Newline newline
31836 \end_inset
31837
31838
31839 \begin_inset space \hspace*{\fill}
31840 \end_inset
31841
31842
31843 \begin_inset Graphics
31844         filename clipart/macrobox.png
31845
31846 \end_inset
31847
31848
31849 \begin_inset space \hspace*{\fill}
31850 \end_inset
31851
31852
31853 \begin_inset Newline newline
31854 \end_inset
31855
31856
31857 \begin_inset FormulaMacro
31858 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31859 \end_inset
31860
31861
31862 \backslash
31863 newmacroname is the default name of the macro that should be changed to
31864  something sensible.
31865  The wanted formula is inserted in the first blue box.
31866  An argument placeholder is inserted with the command 
31867 \series bold
31868
31869 \backslash
31870 #argumentnumber
31871 \series default
31872 , e.
31873 \begin_inset space \thinspace{}
31874 \end_inset
31875
31876 g
31877 \begin_inset space \space{}
31878 \end_inset
31879
31880
31881 \series bold
31882
31883 \backslash
31884 #1
31885 \series default
31886  or by using the macro toolbar button 
31887 \begin_inset Graphics
31888         filename ../images/math-macro-add-param.png
31889         scale 85
31890
31891 \end_inset
31892
31893 .
31894  Argument placeholders are displayed red.
31895  A maximum of 9
31896 \begin_inset space ~
31897 \end_inset
31898
31899 arguments are possible.
31900  Optional arguments are created with the toolbar button 
31901 \begin_inset Graphics
31902         filename ../images/math-macro-add-optional-param.png
31903         scale 85
31904
31905 \end_inset
31906
31907 .
31908  The first non-optional argument can be transformed to an optional one with
31909  the toolbar button 
31910 \begin_inset Graphics
31911         filename ../images/math-macro-make-optional.png
31912         scale 85
31913
31914 \end_inset
31915
31916 .
31917  In the second blue box the appearance of the macro in LyX can be defined.
31918  Normally you want to see it as it is defined, so the box is kept empty.
31919  But when you have created a macro that needs lot of space on the screen,
31920  you can insert in the box for example
31921 \begin_inset Newline newline
31922 \end_inset
31923
31924
31925 \series bold
31926 qG: 
31927 \backslash
31928 #1
31929 \series default
31930  
31931 \series bold
31932 ,
31933 \series default
31934  
31935 \series bold
31936
31937 \backslash
31938 #2
31939 \series default
31940  
31941 \series bold
31942 ,
31943 \series default
31944  
31945 \series bold
31946
31947 \backslash
31948 #3, 
31949 \backslash
31950 #4
31951 \begin_inset Newline newline
31952 \end_inset
31953
31954
31955 \series default
31956 For the macro only the arguments with the macro name in front of them will
31957  then be displayed in LyX, leading to a better overview.
31958  The formula appears in the output as defined in the first box.
31959 \begin_inset Newline newline
31960 \end_inset
31961
31962 The appearance of macros in formulas can furthermore be changed for single
31963  macros by setting the cursor in the macro and using the menu 
31964 \family sans
31965 View\SpecialChar \menuseparator
31966 (Un)fold
31967 \begin_inset space ~
31968 \end_inset
31969
31970 Math
31971 \begin_inset space ~
31972 \end_inset
31973
31974 Macro
31975 \family default
31976 .
31977 \end_layout
31978
31979 \begin_layout Standard
31980 To use a macro, the macro name is inserted as command to a formula, in our
31981  case 
31982 \series bold
31983
31984 \backslash
31985 qG
31986 \series default
31987 .
31988  Our macro looks in LyX like this:
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992
31993 \begin_inset space \hspace*{\fill}
31994 \end_inset
31995
31996
31997 \begin_inset Graphics
31998         filename clipart/macrouse.png
31999
32000 \end_inset
32001
32002
32003 \begin_inset space \hspace*{\fill}
32004 \end_inset
32005
32006
32007 \begin_inset Newline newline
32008 \end_inset
32009
32010 Here is our macro example with the arguments 
32011 \begin_inset Formula $x$
32012 \end_inset
32013
32014
32015 \begin_inset Formula $\ln(x)$
32016 \end_inset
32017
32018  and 
32019 \begin_inset Formula $B$
32020 \end_inset
32021
32022 :
32023 \end_layout
32024
32025 \begin_layout Standard
32026 \begin_inset Formula 
32027 \[
32028 \qG x{\ln(x)}B
32029 \]
32030
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \begin_layout Standard
32037 LyX offers in the menu 
32038 \family sans
32039 Tools\SpecialChar \menuseparator
32040 Preferences\SpecialChar \menuseparator
32041 Editing\SpecialChar \menuseparator
32042 Control
32043 \family default
32044  different styles to edit macros.
32045  To find the style that suits you the most, choose a style and set the cursor
32046  in a macro formula to see the difference.
32047 \end_layout
32048
32049 \begin_layout Standard
32050 A math macro is transformed internally to a 
32051 \series bold
32052
32053 \backslash
32054 newcommand
32055 \series default
32056  command when exporting the document.
32057  The created 
32058 \series bold
32059
32060 \backslash
32061 newcommand
32062 \series default
32063  command is not placed in the LaTeX-preamble, therefore macros can only
32064  be used in formulas that are in the document below the macro definition
32065  box.
32066 \end_layout
32067
32068 \begin_layout Standard
32069 Math macros can also be directly created from a 
32070 \series bold
32071
32072 \backslash
32073 newcommand
32074 \series default
32075  command.
32076  When writing for example the command
32077 \series bold
32078
32079 \begin_inset Newline newline
32080 \end_inset
32081
32082
32083 \backslash
32084 newcommand{
32085 \backslash
32086 larrow}[2]{
32087 \backslash
32088 xleftarrow[#2]{#1}}
32089 \begin_inset Newline newline
32090 \end_inset
32091
32092
32093 \series default
32094 in LyX as normal text, highlighting it completely and using then the shortcut
32095  
32096 \family sans
32097 Ctrl+M
32098 \family default
32099 , the command will be transformed to a math macro.
32100  Using this method you need to be careful that the 
32101 \series bold
32102
32103 \backslash
32104 newcommand
32105 \series default
32106  command is typed correctly, otherwise you get a faulty macro leading to
32107  LaTeX errors.
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Math macros currently have the problem that further formulas in macro definition
32112 s are handled wrongly.
32113  Therefore the example 
32114 \series bold
32115
32116 \backslash
32117 fb
32118 \series default
32119  from 
32120 \begin_inset CommandInset ref
32121 LatexCommand ref
32122 reference "sub:The-Command-newcommand"
32123
32124 \end_inset
32125
32126  cannot be created as macro.
32127 \end_layout
32128
32129 \begin_layout Standard
32130 When the cursor is in a macro definition box, you will see the macro toolbar
32131  in LyX:
32132 \end_layout
32133
32134 \begin_layout Standard
32135 \begin_inset VSpace defskip
32136 \end_inset
32137
32138
32139 \end_layout
32140
32141 \begin_layout Standard
32142 \begin_inset Graphics
32143         filename clipart/MacroToolbar.png
32144
32145 \end_inset
32146
32147
32148 \begin_inset Index idx
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152 Macros ! Toolbar
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \begin_layout Standard
32161 \begin_inset VSpace defskip
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \begin_layout Standard
32168 The macro toolbar contains from left to right the following buttons:
32169 \end_layout
32170
32171 \begin_layout Standard
32172 \begin_inset VSpace defskip
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 \begin_inset Tabular
32180 <lyxtabular version="3" rows="9" columns="2">
32181 <features rotate="0" islongtable="true" longtabularalignment="center">
32182 <column alignment="left" valignment="top">
32183 <column alignment="left" valignment="top" width="85col%">
32184 <row interlinespace="2.5mm">
32185 <cell alignment="center" valignment="top" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 \begin_inset Graphics
32190         filename ../images/math-macro-remove-param.png
32191         rotateOrigin center
32192
32193 \end_inset
32194
32195
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 <cell alignment="center" valignment="top" usebox="none">
32201 \begin_inset Text
32202
32203 \begin_layout Plain Layout
32204
32205 \family sans
32206 Edit\SpecialChar \menuseparator
32207 Math\SpecialChar \menuseparator
32208 Macro
32209 \begin_inset space ~
32210 \end_inset
32211
32212 Definition\SpecialChar \menuseparator
32213 Remove Last Argument
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 </row>
32219 <row interlinespace="2.5mm">
32220 <cell alignment="center" valignment="top" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 \begin_inset Graphics
32225         filename ../images/math-macro-add-param.png
32226         rotateOrigin center
32227
32228 \end_inset
32229
32230
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 <cell alignment="center" valignment="top" usebox="none">
32236 \begin_inset Text
32237
32238 \begin_layout Plain Layout
32239
32240 \family sans
32241 Edit\SpecialChar \menuseparator
32242 Math\SpecialChar \menuseparator
32243 Macro
32244 \begin_inset space ~
32245 \end_inset
32246
32247 Definition\SpecialChar \menuseparator
32248 Append Argument
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 </row>
32254 <row interlinespace="2.5mm">
32255 <cell alignment="center" valignment="top" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 \begin_inset Graphics
32260         filename ../images/math-macro-make-optional.png
32261         rotateOrigin center
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274
32275 \family sans
32276 Edit\SpecialChar \menuseparator
32277 Math\SpecialChar \menuseparator
32278 Macro
32279 \begin_inset space ~
32280 \end_inset
32281
32282 Definition\SpecialChar \menuseparator
32283 Make First Non-Optional into
32284 \begin_inset Newline newline
32285 \end_inset
32286
32287
32288 \begin_inset Phantom HPhantom
32289 status open
32290
32291 \begin_layout Plain Layout
32292
32293 \family sans
32294 Edit\SpecialChar \menuseparator
32295 Math\SpecialChar \menuseparator
32296 Macro
32297 \begin_inset space ~
32298 \end_inset
32299
32300 Definition\SpecialChar \menuseparator
32301
32302 \end_layout
32303
32304 \end_inset
32305
32306 Optional Argument
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 </row>
32312 <row interlinespace="2.5mm">
32313 <cell alignment="center" valignment="top" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317 \begin_inset Graphics
32318         filename ../images/math-macro-make-nonoptional.png
32319         rotateOrigin center
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \end_inset
32327 </cell>
32328 <cell alignment="center" valignment="top" usebox="none">
32329 \begin_inset Text
32330
32331 \begin_layout Plain Layout
32332
32333 \family sans
32334 Edit\SpecialChar \menuseparator
32335 Math\SpecialChar \menuseparator
32336 Macro
32337 \begin_inset space ~
32338 \end_inset
32339
32340 Definition\SpecialChar \menuseparator
32341 Make Last Optional into
32342 \begin_inset Newline newline
32343 \end_inset
32344
32345
32346 \begin_inset Phantom HPhantom
32347 status open
32348
32349 \begin_layout Plain Layout
32350
32351 \family sans
32352 Edit\SpecialChar \menuseparator
32353 Math\SpecialChar \menuseparator
32354 Macro
32355 \begin_inset space ~
32356 \end_inset
32357
32358 Definition\SpecialChar \menuseparator
32359
32360 \end_layout
32361
32362 \end_inset
32363
32364 Non-Optional Argument
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 </row>
32370 <row interlinespace="2.5mm">
32371 <cell alignment="center" valignment="top" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 \begin_inset Graphics
32376         filename ../images/math-macro-remove-optional-param.png
32377         rotateOrigin center
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390
32391 \family sans
32392 Edit\SpecialChar \menuseparator
32393 Math\SpecialChar \menuseparator
32394 Macro
32395 \begin_inset space ~
32396 \end_inset
32397
32398 Definition\SpecialChar \menuseparator
32399 Remove Optional Argument
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 </row>
32405 <row interlinespace="2.5mm">
32406 <cell alignment="center" valignment="top" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 \begin_inset Graphics
32411         filename ../images/math-macro-add-optional-param.png
32412         rotateOrigin center
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 <cell alignment="center" valignment="top" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425
32426 \family sans
32427 Edit\SpecialChar \menuseparator
32428 Math\SpecialChar \menuseparator
32429 Macro
32430 \begin_inset space ~
32431 \end_inset
32432
32433 Definition\SpecialChar \menuseparator
32434 Insert Optional Argument
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 </row>
32440 <row interlinespace="2.5mm">
32441 <cell alignment="center" valignment="top" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445 \begin_inset Graphics
32446         filename ../images/math-macro-remove-greedy-param.png
32447         rotateOrigin center
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \end_inset
32455 </cell>
32456 <cell alignment="center" valignment="top" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460
32461 \family sans
32462 Edit\SpecialChar \menuseparator
32463 Math\SpecialChar \menuseparator
32464 Macro
32465 \begin_inset space ~
32466 \end_inset
32467
32468 Definition\SpecialChar \menuseparator
32469 Remove Last Argument
32470 \begin_inset Newline newline
32471 \end_inset
32472
32473
32474 \begin_inset Phantom HPhantom
32475 status open
32476
32477 \begin_layout Plain Layout
32478
32479 \family sans
32480 Edit\SpecialChar \menuseparator
32481 Math\SpecialChar \menuseparator
32482 Macro
32483 \begin_inset space ~
32484 \end_inset
32485
32486 Definition\SpecialChar \menuseparator
32487
32488 \end_layout
32489
32490 \end_inset
32491
32492 Spitting Out To The Right
32493 \end_layout
32494
32495 \end_inset
32496 </cell>
32497 </row>
32498 <row interlinespace="2.5mm">
32499 <cell alignment="center" valignment="top" usebox="none">
32500 \begin_inset Text
32501
32502 \begin_layout Plain Layout
32503 \begin_inset Graphics
32504         filename ../images/math-macro-append-greedy-param.png
32505         rotateOrigin center
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 <cell alignment="center" valignment="top" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518
32519 \family sans
32520 Edit\SpecialChar \menuseparator
32521 Math\SpecialChar \menuseparator
32522 Macro
32523 \begin_inset space ~
32524 \end_inset
32525
32526 Definition\SpecialChar \menuseparator
32527 Append Argument
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \begin_inset Phantom HPhantom
32533 status open
32534
32535 \begin_layout Plain Layout
32536
32537 \family sans
32538 Edit\SpecialChar \menuseparator
32539 Math\SpecialChar \menuseparator
32540 Macro
32541 \begin_inset space ~
32542 \end_inset
32543
32544 Definition\SpecialChar \menuseparator
32545
32546 \end_layout
32547
32548 \end_inset
32549
32550 Eating From The Right
32551 \end_layout
32552
32553 \end_inset
32554 </cell>
32555 </row>
32556 <row interlinespace="2.5mm">
32557 <cell alignment="center" valignment="top" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 \begin_inset Graphics
32562         filename ../images/math-macro-add-greedy-optional-param.png
32563         rotateOrigin center
32564
32565 \end_inset
32566
32567
32568 \end_layout
32569
32570 \end_inset
32571 </cell>
32572 <cell alignment="center" valignment="top" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576
32577 \family sans
32578 Edit\SpecialChar \menuseparator
32579 Math\SpecialChar \menuseparator
32580 Macro
32581 \begin_inset space ~
32582 \end_inset
32583
32584 Definition\SpecialChar \menuseparator
32585 Append Optional Argument
32586 \begin_inset Newline newline
32587 \end_inset
32588
32589
32590 \begin_inset Phantom HPhantom
32591 status open
32592
32593 \begin_layout Plain Layout
32594
32595 \family sans
32596 Edit\SpecialChar \menuseparator
32597 Math\SpecialChar \menuseparator
32598 Macro
32599 \begin_inset space ~
32600 \end_inset
32601
32602 Definition\SpecialChar \menuseparator
32603
32604 \end_layout
32605
32606 \end_inset
32607
32608 Eating From The Right
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 </row>
32614 </lyxtabular>
32615
32616 \end_inset
32617
32618
32619 \end_layout
32620
32621 \begin_layout Section
32622 Computer Algebra Systems
32623 \end_layout
32624
32625 \begin_layout Standard
32626 LyX offers the exchange between mathematical expressions written in LyX's
32627  math editor and external applications or user defined scripts.
32628  Currently supported applications are 
32629 \family sans
32630 Maple
32631 \family default
32632
32633 \family sans
32634 Mathematica
32635 \family default
32636
32637 \family sans
32638 Maxima
32639 \family default
32640  and 
32641 \family sans
32642 Octave
32643 \family default
32644 .
32645  Note that the set of supported mathematical constructs is limited only
32646  to very simple cases.
32647 \end_layout
32648
32649 \begin_layout Subsection
32650 Usage
32651 \end_layout
32652
32653 \begin_layout Standard
32654 Write some expression in a formula, go to the 
32655 \family sans
32656 Edit\SpecialChar \menuseparator
32657 Math\SpecialChar \menuseparator
32658 Use Computer Algebra System
32659 \family default
32660  menu and choose the application you have installed on the computer.
32661  After that the result of computation should show on the right side of the
32662  expression together with the 
32663 \begin_inset Quotes eld
32664 \end_inset
32665
32666 =
32667 \begin_inset Quotes erd
32668 \end_inset
32669
32670  operator.
32671 \end_layout
32672
32673 \begin_layout Standard
32674 Here are few simple examples (with results from 
32675 \family typewriter
32676 Maxima
32677 \family default
32678 ) to show what kind of computations can be performed:
32679 \end_layout
32680
32681 \begin_layout Itemize
32682 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32683 \end_inset
32684
32685
32686 \end_layout
32687
32688 \begin_layout Itemize
32689 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32690 \end_inset
32691
32692
32693 \end_layout
32694
32695 \begin_layout Itemize
32696 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32697 \end_inset
32698
32699
32700 \end_layout
32701
32702 \begin_layout Itemize
32703 \begin_inset Formula $\det\left[\begin{array}{ccc}
32704 1 & 6 & 7\\
32705 2 & 5 & 8\\
32706 3 & 4 & 17
32707 \end{array}\right]=-56$
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Itemize
32714 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Subsection
32721 Keyboard shortcut
32722 \end_layout
32723
32724 \begin_layout Standard
32725 Currently there is no keyboard shortcut for calling the algebra applications.
32726  One can easily bind a shortcut to the 
32727 \family sans
32728 math-extern
32729 \family default
32730  LyX function (see the 
32731 \family sans
32732 \emph on
32733 LyX Functions
32734 \family default
32735 \emph default
32736  manual).
32737  One could e.
32738 \begin_inset space \thinspace{}
32739 \end_inset
32740
32741 g.
32742 \begin_inset space \space{}
32743 \end_inset
32744
32745 bind the 
32746 \family sans
32747 Return
32748 \family default
32749  key inside the math editor.
32750  To bind it to 
32751 \family typewriter
32752 Maxima
32753 \family default
32754  one would use this shortcut definition command:
32755 \end_layout
32756
32757 \begin_layout Standard
32758
32759 \series bold
32760 command-alternatives break-paragraph;math-extern maxima
32761 \end_layout
32762
32763 \begin_layout Section
32764 Miscellaneous
32765 \begin_inset Index idx
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 Miscellaneous
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \end_layout
32776
32777 \begin_layout Subsection
32778 Negative Numbers
32779 \begin_inset Index idx
32780 status collapsed
32781
32782 \begin_layout Plain Layout
32783 Numbers ! negative
32784 \end_layout
32785
32786 \end_inset
32787
32788
32789 \end_layout
32790
32791 \begin_layout Standard
32792 Negative numbers often look ugly in formulas because the minus sign before
32793  the number is set with the same length as the minus operator sign.
32794  When writing the negative number in normal text, the minus sign appears
32795  correctly.
32796 \end_layout
32797
32798 \begin_layout Standard
32799 Thus, the problem disappears when converting the minus sign to mathematical
32800  text.
32801 \end_layout
32802
32803 \begin_layout Standard
32804 An example to visualize the problem:
32805 \end_layout
32806
32807 \begin_layout Standard
32808 \align center
32809 \begin_inset Tabular
32810 <lyxtabular version="3" rows="3" columns="2">
32811 <features rotate="0" tabularvalignment="middle">
32812 <column alignment="right" valignment="top">
32813 <column alignment="left" valignment="top">
32814 <row>
32815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 normal text:
32820 \end_layout
32821
32822 \end_inset
32823 </cell>
32824 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828 x = -2
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 </row>
32834 <row>
32835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 formula:
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848 \begin_inset Formula $x=-2$
32849 \end_inset
32850
32851
32852 \end_layout
32853
32854 \end_inset
32855 </cell>
32856 </row>
32857 <row>
32858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 solution:
32863 \end_layout
32864
32865 \end_inset
32866 </cell>
32867 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32868 \begin_inset Text
32869
32870 \begin_layout Plain Layout
32871 \begin_inset Formula $x=\textrm{-}2$
32872 \end_inset
32873
32874
32875 \end_layout
32876
32877 \end_inset
32878 </cell>
32879 </row>
32880 </lyxtabular>
32881
32882 \end_inset
32883
32884
32885 \end_layout
32886
32887 \begin_layout Subsection
32888 Comma as decimal Separator
32889 \begin_inset Index idx
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893 Comma
32894 \end_layout
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Standard
32902 In LaTeX a comma inside a formula is used, according to the English convention,
32903  as number group separator.
32904  So there will be space added behind all commas in formulas.
32905 \end_layout
32906
32907 \begin_layout Standard
32908 To avoid this, the comma is highlighted and changed to mathematical text
32909  (shortcut 
32910 \begin_inset Info
32911 type  "shortcut"
32912 arg   "math-mode"
32913 \end_inset
32914
32915 ).
32916 \end_layout
32917
32918 \begin_layout Standard
32919 To use all formula commas in the document as decimal separator, the file
32920  
32921 \series bold
32922 icomma.sty
32923 \series default
32924
32925 \begin_inset Foot
32926 status collapsed
32927
32928 \begin_layout Plain Layout
32929
32930 \series bold
32931 icomma
32932 \series default
32933  is part of the LaTeX-package 
32934 \series bold
32935 was
32936 \series default
32937
32938 \begin_inset Index idx
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942 Packages ! was
32943 \begin_inset ERT
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947
32948
32949 \backslash
32950 vspace{4mm}
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \end_inset
32959
32960 .
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \begin_inset Index idx
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 Packages ! icomma
32971 \end_layout
32972
32973 \end_inset
32974
32975  is loaded with the LaTeX-preamble line
32976 \end_layout
32977
32978 \begin_layout Standard
32979
32980 \series bold
32981
32982 \backslash
32983 usepackage{icomma}
32984 \end_layout
32985
32986 \begin_layout Subsection
32987 Physical Vectors
32988 \begin_inset CommandInset label
32989 LatexCommand label
32990 name "sub:Physical-Vectors"
32991
32992 \end_inset
32993
32994
32995 \begin_inset Index idx
32996 status collapsed
32997
32998 \begin_layout Plain Layout
32999 Vectors ! physical
33000 \end_layout
33001
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Standard
33008 Predefined vectors are offered by the LaTeX-package 
33009 \series bold
33010 braket
33011 \series default
33012
33013 \begin_inset Index idx
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017 Packages ! braket
33018 \end_layout
33019
33020 \end_inset
33021
33022  that is loaded with the LaTeX-preamble line
33023 \end_layout
33024
33025 \begin_layout Standard
33026
33027 \series bold
33028
33029 \backslash
33030 usepackage{braket}
33031 \end_layout
33032
33033 \begin_layout Standard
33034 \begin_inset ERT
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038
33039
33040 \backslash
33041 ifbraket 
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \begin_inset Note Note
33048 status open
33049
33050 \begin_layout Plain Layout
33051 The following table will only be displayed when the LaTeX-package 
33052 \series bold
33053 braket
33054 \series default
33055  is installed.
33056 \end_layout
33057
33058 \end_inset
33059
33060
33061 \end_layout
33062
33063 \begin_layout Standard
33064 The following commands are defined:
33065 \end_layout
33066
33067 \begin_layout Standard
33068 \align center
33069 \begin_inset Tabular
33070 <lyxtabular version="3" rows="4" columns="2">
33071 <features rotate="0" tabularvalignment="middle">
33072 <column alignment="center" valignment="top">
33073 <column alignment="center" valignment="top">
33074 <row>
33075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 Command
33080 \end_layout
33081
33082 \end_inset
33083 </cell>
33084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33085 \begin_inset Text
33086
33087 \begin_layout Plain Layout
33088 Result
33089 \end_layout
33090
33091 \end_inset
33092 </cell>
33093 </row>
33094 <row>
33095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33096 \begin_inset Text
33097
33098 \begin_layout Plain Layout
33099
33100 \backslash
33101 Bra{
33102 \backslash
33103 psi
33104 \end_layout
33105
33106 \end_inset
33107 </cell>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 \begin_inset Formula $\Bra{\psi}$
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \end_inset
33119 </cell>
33120 </row>
33121 <row>
33122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33123 \begin_inset Text
33124
33125 \begin_layout Plain Layout
33126
33127 \backslash
33128 Ket{
33129 \backslash
33130 psi
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 \begin_inset Formula $\Ket{\psi}$
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \end_inset
33146 </cell>
33147 </row>
33148 <row>
33149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33150 \begin_inset Text
33151
33152 \begin_layout Plain Layout
33153
33154 \backslash
33155 Braket{
33156 \backslash
33157 psi|
33158 \backslash
33159 phi
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33165 \begin_inset Text
33166
33167 \begin_layout Plain Layout
33168 \begin_inset Formula $\Braket{\psi|\phi}$
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 </row>
33177 </lyxtabular>
33178
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 The command 
33186 \series bold
33187
33188 \backslash
33189 Braket
33190 \series default
33191  assures that all vertical bars are set in the size of the surrounding brackets:
33192 \begin_inset Formula 
33193 \[
33194 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33195 \]
33196
33197 \end_inset
33198
33199
33200 \begin_inset ERT
33201 status collapsed
33202
33203 \begin_layout Plain Layout
33204
33205
33206 \backslash
33207 else 
33208 \end_layout
33209
33210 \end_inset
33211
33212
33213 \begin_inset Note Note
33214 status open
33215
33216 \begin_layout Plain Layout
33217 The following will be displayed when the LaTeX-package 
33218 \series bold
33219 braket
33220 \series default
33221  is not installed:
33222 \end_layout
33223
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \begin_layout Standard
33230 You need to install the LaTeX-package 
33231 \series bold
33232 braket
33233 \series default
33234  to see the rest of this subsection in the output.
33235 \end_layout
33236
33237 \begin_layout Standard
33238 \begin_inset ERT
33239 status collapsed
33240
33241 \begin_layout Plain Layout
33242
33243
33244 \backslash
33245 fi 
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Standard
33254 The effect of 
33255 \series bold
33256
33257 \backslash
33258 Braket
33259 \series default
33260  can also be achieved using the command 
33261 \series bold
33262
33263 \backslash
33264 middle
33265 \series default
33266 , that is described in 
33267 \begin_inset CommandInset ref
33268 LatexCommand ref
33269 reference "sub:Automatic-Bracket-Size"
33270
33271 \end_inset
33272
33273 .
33274 \end_layout
33275
33276 \begin_layout Subsection
33277 Self-defined Fractions
33278 \begin_inset CommandInset label
33279 LatexCommand label
33280 name "sub:Self-defined-Fractions"
33281
33282 \end_inset
33283
33284
33285 \begin_inset Index idx
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289 Fractions ! self-defined
33290 \end_layout
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 To define custom commands for fractions, the command 
33299 \series bold
33300
33301 \backslash
33302 genfrac
33303 \series default
33304
33305 \begin_inset Index idx
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 Commands ! G ! 
33310 \backslash
33311 genfrac
33312 \begin_inset ERT
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316
33317
33318 \backslash
33319 vspace{4mm}
33320 \end_layout
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \end_inset
33328
33329  is used in the following scheme:
33330 \end_layout
33331
33332 \begin_layout Standard
33333
33334 \series bold
33335
33336 \backslash
33337 genfrac{left
33338 \series default
33339  
33340 \series bold
33341 bracket}{right
33342 \series default
33343  
33344 \series bold
33345 bracket}{fraction bar thickness}{style}
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349
33350 \begin_inset Phantom HPhantom
33351 status open
33352
33353 \begin_layout Plain Layout
33354
33355 \series bold
33356
33357 \backslash
33358 genfrac
33359 \end_layout
33360
33361 \end_inset
33362
33363 {numerator}{denominator}
33364 \end_layout
33365
33366 \begin_layout Standard
33367 The style is a number in the range of 0
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 -
33372 \begin_inset space \thinspace{}
33373 \end_inset
33374
33375 3.
33376 \end_layout
33377
33378 \begin_layout Standard
33379 \align center
33380 \begin_inset Tabular
33381 <lyxtabular version="3" rows="5" columns="2">
33382 <features rotate="0" tabularvalignment="middle">
33383 <column alignment="center" valignment="top">
33384 <column alignment="center" valignment="top">
33385 <row>
33386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33387 \begin_inset Text
33388
33389 \begin_layout Plain Layout
33390 Number
33391 \end_layout
33392
33393 \end_inset
33394 </cell>
33395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33396 \begin_inset Text
33397
33398 \begin_layout Plain Layout
33399 Style (Size)
33400 \end_layout
33401
33402 \end_inset
33403 </cell>
33404 </row>
33405 <row>
33406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33407 \begin_inset Text
33408
33409 \begin_layout Plain Layout
33410 0
33411 \end_layout
33412
33413 \end_inset
33414 </cell>
33415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33416 \begin_inset Text
33417
33418 \begin_layout Plain Layout
33419 display style formula
33420 \end_layout
33421
33422 \end_inset
33423 </cell>
33424 </row>
33425 <row>
33426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33427 \begin_inset Text
33428
33429 \begin_layout Plain Layout
33430 1
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33436 \begin_inset Text
33437
33438 \begin_layout Plain Layout
33439 inline formula
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 </row>
33445 <row>
33446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33447 \begin_inset Text
33448
33449 \begin_layout Plain Layout
33450 2
33451 \end_layout
33452
33453 \end_inset
33454 </cell>
33455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 small
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 </row>
33465 <row>
33466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33467 \begin_inset Text
33468
33469 \begin_layout Plain Layout
33470 3
33471 \end_layout
33472
33473 \end_inset
33474 </cell>
33475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 tiny
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 </row>
33485 </lyxtabular>
33486
33487 \end_inset
33488
33489
33490 \end_layout
33491
33492 \begin_layout Standard
33493 When no style is given, the size is adjusted to the surrounding environment
33494  like for the command 
33495 \series bold
33496
33497 \backslash
33498 frac
33499 \series default
33500 .
33501 \end_layout
33502
33503 \begin_layout Standard
33504 When no fraction bar thickness is given, the predefined value of 0.4
33505 \begin_inset space \thinspace{}
33506 \end_inset
33507
33508 pt will be used.
33509 \end_layout
33510
33511 \begin_layout Standard
33512 \begin_inset VSpace medskip
33513 \end_inset
33514
33515 For example, the commands 
33516 \series bold
33517
33518 \backslash
33519 dfrac
33520 \series default
33521  and 
33522 \series bold
33523
33524 \backslash
33525 tbinom
33526 \series default
33527  from 
33528 \begin_inset CommandInset ref
33529 LatexCommand ref
33530 reference "sub:Fractions"
33531
33532 \end_inset
33533
33534  are defined with the commands
33535 \end_layout
33536
33537 \begin_layout Standard
33538
33539 \series bold
33540
33541 \backslash
33542 newcommand{
33543 \backslash
33544 dfrac}[2]{
33545 \backslash
33546 genfrac{}{}{}{0}{#1}{#2}}
33547 \end_layout
33548
33549 \begin_layout Standard
33550 and
33551 \end_layout
33552
33553 \begin_layout Standard
33554
33555 \series bold
33556
33557 \backslash
33558 newcommand{
33559 \backslash
33560 tbinom}[2]{
33561 \backslash
33562 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33563 \end_layout
33564
33565 \begin_layout Standard
33566 \begin_inset VSpace medskip
33567 \end_inset
33568
33569 To define a fraction where the fraction bar thickness can be given as optional
33570  argument, the following line is inserted to the LaTeX-preamble:
33571 \end_layout
33572
33573 \begin_layout Standard
33574
33575 \series bold
33576
33577 \backslash
33578 newcommand{
33579 \backslash
33580 fracS}[3][]{
33581 \backslash
33582 genfrac{}{}{#1}{}{#2}{#3}}
33583 \end_layout
33584
33585 \begin_layout Standard
33586 A test:
33587 \begin_inset Formula 
33588 \begin{align*}
33589 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33590 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33591 \end{align*}
33592
33593 \end_inset
33594
33595 As one can see, the distance of the numerator and the denominator to the
33596  fraction bar is round about three times the bar thickness.
33597 \end_layout
33598
33599 \begin_layout Subsection
33600 Canceled Formulas
33601 \begin_inset Index idx
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605 Formula ! canceled
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Standard
33614 There are four ways to cancel formulas or parts of formulas:
33615 \end_layout
33616
33617 \begin_layout Standard
33618 \begin_inset ERT
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622
33623
33624 \backslash
33625 ifcancel 
33626 \end_layout
33627
33628 \end_inset
33629
33630
33631 \begin_inset Note Note
33632 status open
33633
33634 \begin_layout Plain Layout
33635 The following table will only be displayed when the LaTeX-package 
33636 \series bold
33637 cancel
33638 \series default
33639  is installed.
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \align center
33649 \begin_inset Tabular
33650 <lyxtabular version="3" rows="5" columns="2">
33651 <features rotate="0" tabularvalignment="middle">
33652 <column alignment="center" valignment="top">
33653 <column alignment="center" valignment="top">
33654 <row>
33655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 Command
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668 Result
33669 \begin_inset Note Note
33670 status collapsed
33671
33672 \begin_layout Plain Layout
33673 The space and
33674 \series bold
33675  
33676 \backslash
33677 raisebox
33678 \series default
33679  are used here as spacer.
33680 \end_layout
33681
33682 \end_inset
33683
33684
33685 \end_layout
33686
33687 \end_inset
33688 </cell>
33689 </row>
33690 <row>
33691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33692 \begin_inset Text
33693
33694 \begin_layout Plain Layout
33695
33696 \backslash
33697 cancel
33698 \begin_inset space \textvisiblespace{}
33699 \end_inset
33700
33701
33702 \backslash
33703 int
33704 \begin_inset space \textvisiblespace{}
33705 \end_inset
33706
33707 A=B
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 <row>
33726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33727 \begin_inset Text
33728
33729 \begin_layout Plain Layout
33730
33731 \backslash
33732 bcancel
33733 \begin_inset space \textvisiblespace{}
33734 \end_inset
33735
33736
33737 \backslash
33738 int
33739 \begin_inset space \textvisiblespace{}
33740 \end_inset
33741
33742 A=B
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 <row>
33761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33762 \begin_inset Text
33763
33764 \begin_layout Plain Layout
33765
33766 \backslash
33767 xcancel
33768 \begin_inset space \textvisiblespace{}
33769 \end_inset
33770
33771
33772 \backslash
33773 int
33774 \begin_inset space \textvisiblespace{}
33775 \end_inset
33776
33777 A=B
33778 \end_layout
33779
33780 \end_inset
33781 </cell>
33782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33783 \begin_inset Text
33784
33785 \begin_layout Plain Layout
33786 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \end_inset
33793 </cell>
33794 </row>
33795 <row>
33796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33797 \begin_inset Text
33798
33799 \begin_layout Plain Layout
33800
33801 \backslash
33802 cancelto
33803 \begin_inset space \textvisiblespace{}
33804 \end_inset
33805
33806
33807 \backslash
33808 int
33809 \begin_inset space \textvisiblespace{}
33810 \end_inset
33811
33812 A=B
33813 \begin_inset Formula $\to$
33814 \end_inset
33815
33816 1
33817 \end_layout
33818
33819 \end_inset
33820 </cell>
33821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33822 \begin_inset Text
33823
33824 \begin_layout Plain Layout
33825 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 </row>
33834 </lyxtabular>
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Standard
33842
33843 \series bold
33844
33845 \backslash
33846 cancelto
33847 \series default
33848  is especially suitable to visualize the reduction of fractions within formulas:
33849 \begin_inset Formula 
33850 \[
33851 \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}}}
33852 \]
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Standard
33860 To change the size of 
33861 \series bold
33862
33863 \backslash
33864 cancelto
33865 \series default
33866 's 
33867 \begin_inset Quotes eld
33868 \end_inset
33869
33870 subscript
33871 \begin_inset Quotes erd
33872 \end_inset
33873
33874  value one can add the LaTeX-preamble line
33875 \end_layout
33876
33877 \begin_layout Standard
33878
33879 \series bold
33880
33881 \backslash
33882 PassOptionsToPackage{option}{cancel}
33883 \end_layout
33884
33885 \begin_layout Standard
33886 where 
33887 \series bold
33888 option
33889 \series default
33890  is either 
33891 \series bold
33892 samesize
33893 \series default
33894  which leads to the same size as for the canceled value, or 
33895 \series bold
33896 Smaller
33897 \series default
33898  which makes is it a bit smaller than normal.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 To color the cancellation bar one adds this command as TeX code:
33903 \end_layout
33904
33905 \begin_layout Standard
33906
33907 \series bold
33908
33909 \backslash
33910 renewcommand{
33911 \backslash
33912 CancelColor}{
33913 \backslash
33914 color{red}}
33915 \end_layout
33916
33917 \begin_layout Standard
33918
33919 \series bold
33920 red
33921 \series default
33922  can be replaced by a color of your choice.
33923 \end_layout
33924
33925 \begin_layout Standard
33926 \begin_inset ERT
33927 status collapsed
33928
33929 \begin_layout Plain Layout
33930
33931
33932 \backslash
33933 renewcommand{
33934 \backslash
33935 CancelColor}{
33936 \backslash
33937 color{red}}
33938 \end_layout
33939
33940 \end_inset
33941
33942
33943 \end_layout
33944
33945 \begin_layout Standard
33946 \begin_inset Formula 
33947 \[
33948 \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}}}
33949 \]
33950
33951 \end_inset
33952
33953
33954 \end_layout
33955
33956 \begin_layout Standard
33957 \begin_inset ERT
33958 status collapsed
33959
33960 \begin_layout Plain Layout
33961
33962
33963 \backslash
33964 renewcommand{
33965 \backslash
33966 CancelColor}{
33967 \backslash
33968 color{black}}
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \begin_inset Note Note
33975 status open
33976
33977 \begin_layout Plain Layout
33978 reset the color
33979 \end_layout
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 For further customizations, see the documentation of the package 
33988 \series bold
33989 cancel
33990 \series default
33991
33992 \begin_inset CommandInset citation
33993 LatexCommand cite
33994 key "cancel"
33995
33996 \end_inset
33997
33998 .
33999 \begin_inset Index idx
34000 status collapsed
34001
34002 \begin_layout Plain Layout
34003 Packages ! cancel
34004 \end_layout
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 \begin_inset ERT
34013 status collapsed
34014
34015 \begin_layout Plain Layout
34016
34017
34018 \backslash
34019 else 
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \begin_inset Note Note
34026 status open
34027
34028 \begin_layout Plain Layout
34029 The following will be displayed when the LaTeX-package 
34030 \series bold
34031 cancel
34032 \series default
34033  is not installed:
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \begin_layout Standard
34042 You need to install the LaTeX-package 
34043 \series bold
34044 cancel
34045 \series default
34046  to see the rest of this subsection in the output.
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055
34056 \backslash
34057 fi 
34058 \end_layout
34059
34060 \end_inset
34061
34062
34063 \end_layout
34064
34065 \begin_layout Standard
34066 \begin_inset Newpage newpage
34067 \end_inset
34068
34069
34070 \end_layout
34071
34072 \begin_layout Subsection
34073 Formulas in Section Headings
34074 \begin_inset CommandInset label
34075 LatexCommand label
34076 name "sub:Formulas-in-Section"
34077
34078 \end_inset
34079
34080
34081 \begin_inset Index idx
34082 status collapsed
34083
34084 \begin_layout Plain Layout
34085 Formula ! in section headings
34086 \end_layout
34087
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \begin_layout Standard
34094 When formulas are used in section headings, the following has to be taken
34095  into account:
34096 \end_layout
34097
34098 \begin_layout Standard
34099 \begin_inset Note Greyedout
34100 status open
34101
34102 \begin_layout Plain Layout
34103 When 
34104 \series bold
34105 hyperref
34106 \series default
34107
34108 \begin_inset Index idx
34109 status collapsed
34110
34111 \begin_layout Plain Layout
34112 Packages ! hyperref
34113 \end_layout
34114
34115 \end_inset
34116
34117  support is enabled in the document settings dialog under 
34118 \family sans
34119 PDF
34120 \begin_inset space ~
34121 \end_inset
34122
34123 Properties
34124 \family default
34125 , PDF-bookmarks are created for every section heading in the table of contents.
34126  If a section heading contains formulas, they are incorrectly displayed
34127  in the bookmark text, because formulas in bookmarks infringe the PDF convention
34128 s.
34129 \end_layout
34130
34131 \end_inset
34132
34133
34134 \end_layout
34135
34136 \begin_layout Standard
34137 Both problems can be solved by inserting at the end of the section heading
34138  a short title with the menu 
34139 \family sans
34140 Insert\SpecialChar \menuseparator
34141 Short
34142 \begin_inset space ~
34143 \end_inset
34144
34145 Title
34146 \family default
34147 .
34148  Short titles are used as alternative for multiline section headings to
34149  keep the table of contents clearly arranged.
34150  Only the short title appears in the table of contents and therefore also
34151  in the PDF-bookmark.
34152 \end_layout
34153
34154 \begin_layout Standard
34155 When formulas should be used in the table of contents but 
34156 \series bold
34157 hyperref
34158 \series default
34159  is used, one can use the following command in TeX-mode:
34160 \end_layout
34161
34162 \begin_layout Standard
34163
34164 \series bold
34165
34166 \backslash
34167 texorpdfstring{part}{alternative}
34168 \begin_inset Index idx
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172 Commands ! T ! 
34173 \backslash
34174 texorpdfstring
34175 \end_layout
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \begin_layout Standard
34183 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
34184  This can be characters, formulas, footnotes, but also cross-references.
34185  The alternative is used instead of the part for the bookmark.
34186 \end_layout
34187
34188 \begin_layout Standard
34189 Here are two example headings:
34190 \begin_inset VSpace -3mm
34191 \end_inset
34192
34193
34194 \begin_inset ERT
34195 status collapsed
34196
34197 \begin_layout Plain Layout
34198
34199
34200 \backslash
34201 boldmath 
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Subsubsection
34210 Heading without formula in table of contents 
34211 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34212 \end_inset
34213
34214
34215 \begin_inset Argument 1
34216 status collapsed
34217
34218 \begin_layout Plain Layout
34219 Heading without formula in table of contents
34220 \end_layout
34221
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \begin_layout Subsubsection
34228 Heading with formula in table of contents
34229 \begin_inset ERT
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233
34234
34235 \backslash
34236 texorpdfstring{
34237 \end_layout
34238
34239 \end_inset
34240
34241  
34242 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34243 \end_inset
34244
34245
34246 \begin_inset ERT
34247 status collapsed
34248
34249 \begin_layout Plain Layout
34250
34251 }{}
34252 \end_layout
34253
34254 \end_inset
34255
34256
34257 \end_layout
34258
34259 \begin_layout Standard
34260 \begin_inset ERT
34261 status collapsed
34262
34263 \begin_layout Plain Layout
34264
34265
34266 \backslash
34267 unboldmath 
34268 \end_layout
34269
34270 \end_inset
34271
34272 In the first heading a short title was used, in the second one 
34273 \series bold
34274
34275 \backslash
34276 texorpdfstring
34277 \series default
34278 .
34279 \end_layout
34280
34281 \begin_layout Standard
34282 To get the same formatting as for the other headings, the complete heading
34283  was set into a 
34284 \series bold
34285 boldmath
34286 \series default
34287  environment
34288 \begin_inset Foot
34289 status collapsed
34290
34291 \begin_layout Plain Layout
34292 see 
34293 \begin_inset CommandInset ref
34294 LatexCommand ref
34295 reference "sub:Bold-Formulas"
34296
34297 \end_inset
34298
34299
34300 \end_layout
34301
34302 \end_inset
34303
34304 .
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Formulas in multi-column Text
34309 \begin_inset Index idx
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 Formula ! in multi-column text
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Formulas in multi-column text are often too wide to fit into a column and
34323  thus need to be set over the whole page width.
34324  This is done by using the LaTeX-package 
34325 \series bold
34326 multicol
34327 \series default
34328
34329 \begin_inset Foot
34330 status collapsed
34331
34332 \begin_layout Plain Layout
34333
34334 \series bold
34335 multicol
34336 \series default
34337  is part of every LaTeX standard installation.
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \begin_inset Index idx
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347 Packages ! multicol
34348 \end_layout
34349
34350 \end_inset
34351
34352 , that is loaded with the LaTeX-preamble line
34353 \end_layout
34354
34355 \begin_layout Standard
34356
34357 \series bold
34358
34359 \backslash
34360 usepackage{multicol}
34361 \end_layout
34362
34363 \begin_layout Standard
34364 \begin_inset Note Greyedout
34365 status open
34366
34367 \begin_layout Plain Layout
34368 Note that in this case the setting 
34369 \family sans
34370 Two-column
34371 \begin_inset space ~
34372 \end_inset
34373
34374 document
34375 \family default
34376  in the menu 
34377 \family sans
34378 Document\SpecialChar \menuseparator
34379 Settings
34380 \family default
34381  under 
34382 \family sans
34383 Text
34384 \begin_inset space ~
34385 \end_inset
34386
34387 Layout
34388 \family default
34389 \emph on
34390  
34391 \emph default
34392 must 
34393 \emph on
34394 not
34395 \emph default
34396  be selected.
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \end_layout
34403
34404 \begin_layout Standard
34405 Before the multi-column text the command
34406 \end_layout
34407
34408 \begin_layout Standard
34409
34410 \series bold
34411
34412 \backslash
34413 begin{multicols}{column number}
34414 \end_layout
34415
34416 \begin_layout Standard
34417 is written in TeX-mode.
34418  The column number is a number in the range of 2
34419 \begin_inset space \thinspace{}
34420 \end_inset
34421
34422 -
34423 \begin_inset space \thinspace{}
34424 \end_inset
34425
34426 10.
34427  Before the formula the multi-column text is ended by inserting the command
34428 \end_layout
34429
34430 \begin_layout Standard
34431
34432 \series bold
34433
34434 \backslash
34435 end{multicols}
34436 \end_layout
34437
34438 \begin_layout Standard
34439 in TeX-mode.
34440 \end_layout
34441
34442 \begin_layout Standard
34443 Due to the command some space is automatically added before the formula.
34444  To revert this, -6
34445 \begin_inset space \thinspace{}
34446 \end_inset
34447
34448 mm vertical space is inserted before the formula.
34449  When the formula style 
34450 \series bold
34451 Indented
34452 \begin_inset Foot
34453 status collapsed
34454
34455 \begin_layout Plain Layout
34456 formula styles see 
34457 \begin_inset CommandInset ref
34458 LatexCommand ref
34459 reference "sec:Formula-Styles"
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \end_inset
34467
34468
34469 \series default
34470  is used, -9
34471 \begin_inset space \thinspace{}
34472 \end_inset
34473
34474 mm space is inserted instead.
34475 \end_layout
34476
34477 \begin_layout Standard
34478 As example a multi-column text with a displayed formula:
34479 \end_layout
34480
34481 \begin_layout Standard
34482
34483 \lang german
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489
34490 \backslash
34491 begin{multicols}{2}
34492 \end_layout
34493
34494 \end_inset
34495
34496 Das Spektrum wird fouriertransformiert.
34497  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34498 , Lösungsmittel) zu trennen.
34499  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34500  nun das Aussehen des Ausgangssignals.
34501  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34502  über alle Phasen integrieren muss.
34503  Sei nun 
34504 \begin_inset Formula $S$
34505 \end_inset
34506
34507  unser normiertes Ausgangssignal und 
34508 \begin_inset Formula $P$
34509 \end_inset
34510
34511  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34512 \begin_inset ERT
34513 status collapsed
34514
34515 \begin_layout Plain Layout
34516
34517
34518 \backslash
34519 end{multicols}
34520 \end_layout
34521
34522 \end_inset
34523
34524
34525 \begin_inset VSpace -6mm
34526 \end_inset
34527
34528
34529 \begin_inset Formula 
34530 \begin{equation}
34531 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34532 \end{equation}
34533
34534 \end_inset
34535
34536
34537 \begin_inset ERT
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541
34542
34543 \backslash
34544 begin{multicols}{2}
34545 \end_layout
34546
34547 \end_inset
34548
34549 wobei 
34550 \begin_inset Formula $S_{0}$
34551 \end_inset
34552
34553  das Signal ohne Gradient ist und die Normierungsbedingung 
34554 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34555 \end_inset
34556
34557  gilt.
34558  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34559  Direkt nach dem 
34560 \begin_inset Formula $\nicefrac{\pi}{2}$
34561 \end_inset
34562
34563
34564 \begin_inset space \thinspace{}
34565 \end_inset
34566
34567 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34568  das Signal zusätzlich abschwächt.
34569  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34570  
34571 \begin_inset Formula $T_{2}$
34572 \end_inset
34573
34574 -Zeit.
34575 \end_layout
34576
34577 \begin_layout Standard
34578
34579 \lang german
34580 \begin_inset ERT
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585
34586 \backslash
34587 end{multicols}
34588 \end_layout
34589
34590 \end_inset
34591
34592
34593 \end_layout
34594
34595 \begin_layout Subsection
34596 Formulas with Description of Variables
34597 \begin_inset Index idx
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 Formula ! with description of variables
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Standard
34610 To describe variables within a formula, like in formula 
34611 \begin_inset CommandInset ref
34612 LatexCommand eqref
34613 reference "eq:within"
34614
34615 \end_inset
34616
34617 , a 2
34618 \series bold
34619 ×
34620 \series default
34621
34622 \begin_inset Formula $n$
34623 \end_inset
34624
34625
34626 \begin_inset space ~
34627 \end_inset
34628
34629 matrix is used with left aligned columns for the 
34630 \begin_inset Formula $n$
34631 \end_inset
34632
34633  used variables.
34634 \begin_inset Foot
34635 status collapsed
34636
34637 \begin_layout Plain Layout
34638 matrices see 
34639 \begin_inset CommandInset ref
34640 LatexCommand ref
34641 reference "sec:Matrices"
34642
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \end_inset
34649
34650  To set the description in a smaller size, before the matrix e.
34651 \begin_inset space \thinspace{}
34652 \end_inset
34653
34654 g.
34655 \begin_inset space \space{}
34656 \end_inset
34657
34658 the command 
34659 \series bold
34660
34661 \backslash
34662 footnotesize
34663 \series default
34664  is inserted.
34665 \begin_inset Foot
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669 font sizes see 
34670 \begin_inset CommandInset ref
34671 LatexCommand ref
34672 reference "sub:Font-Sizes"
34673
34674 \end_inset
34675
34676
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Standard
34685 When the formula style 
34686 \series bold
34687 Indented
34688 \begin_inset Foot
34689 status collapsed
34690
34691 \begin_layout Plain Layout
34692 formula styles see 
34693 \begin_inset CommandInset ref
34694 LatexCommand ref
34695 reference "sec:Formula-Styles"
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \end_inset
34703
34704
34705 \series default
34706  is used, a 
34707 \series bold
34708
34709 \backslash
34710 hfill
34711 \series default
34712
34713 \begin_inset Foot
34714 status collapsed
34715
34716 \begin_layout Plain Layout
34717
34718 \series bold
34719
34720 \backslash
34721 hfill
34722 \series default
34723  only works in formulas with the style 
34724 \series bold
34725 Indented
34726 \series default
34727 , see 
34728 \begin_inset CommandInset ref
34729 LatexCommand ref
34730 reference "sub:Variable-Space"
34731
34732 \end_inset
34733
34734 .
34735 \end_layout
34736
34737 \end_inset
34738
34739  is inserted before and after the matrix to have the same separation of
34740  the matrix from the equation and the side margin.
34741 \end_layout
34742
34743 \begin_layout Standard
34744 When the formula style 
34745 \series bold
34746 Centered
34747 \series default
34748  is used, the method described in 
34749 \begin_inset CommandInset ref
34750 LatexCommand ref
34751 reference "sub:Flalign-Environment"
34752
34753 \end_inset
34754
34755  is used to indent formulas.
34756  Formula 
34757 \begin_inset CommandInset ref
34758 LatexCommand eqref
34759 reference "eq:within"
34760
34761 \end_inset
34762
34763  consists of five columns where in the first two columns contain the equation,
34764  the third the matrix and the last one an empty TeX-brace.
34765 \begin_inset Formula 
34766 \begin{flalign}
34767 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34768 \rho & \textrm{density}\\
34769 V & \textrm{volume}\\
34770 g & \textrm{gravitational acceleration}
34771 \end{array} &  & {}\label{eq:within}
34772 \end{flalign}
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Subsection
34780 Upright small Greek Letters
34781 \begin_inset CommandInset label
34782 LatexCommand label
34783 name "sub:Upright-small-Greek"
34784
34785 \end_inset
34786
34787
34788 \begin_inset Index idx
34789 status collapsed
34790
34791 \begin_layout Plain Layout
34792 Greek letters ! upright
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \begin_layout Standard
34801 Most of the math fonts only provide italic small Greek letters.
34802  But for symbols of elementary particles like pions and neutrinos, upright
34803  Greek letters are needed.
34804  The file 
34805 \series bold
34806 upgreek.sty
34807 \series default
34808
34809 \begin_inset Foot
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813
34814 \series bold
34815 upgreek
34816 \series default
34817  is part of the LaTeX-package 
34818 \series bold
34819 was
34820 \series default
34821
34822 \begin_inset Index idx
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826 Packages ! was
34827 \begin_inset ERT
34828 status collapsed
34829
34830 \begin_layout Plain Layout
34831
34832
34833 \backslash
34834 vspace{4mm}
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \end_inset
34843
34844 .
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \begin_inset Index idx
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854 Packages ! upgreek
34855 \end_layout
34856
34857 \end_inset
34858
34859  that is loaded with the LaTeX-preamble line
34860 \end_layout
34861
34862 \begin_layout Standard
34863
34864 \series bold
34865
34866 \backslash
34867 usepackage{upgreek}
34868 \end_layout
34869
34870 \begin_layout Standard
34871 provides them.
34872  
34873 \begin_inset ERT
34874 status collapsed
34875
34876 \begin_layout Plain Layout
34877
34878
34879 \backslash
34880 ifupgreek 
34881 \end_layout
34882
34883 \end_inset
34884
34885
34886 \begin_inset Note Note
34887 status open
34888
34889 \begin_layout Plain Layout
34890 The following table will only be displayed when the LaTeX-package 
34891 \series bold
34892 upgreek
34893 \series default
34894  is installed:
34895 \end_layout
34896
34897 \end_inset
34898
34899  They are created when the command for a small Greek letter is started with
34900  
34901 \series bold
34902 up
34903 \series default
34904 .
34905  For example the command 
34906 \series bold
34907
34908 \backslash
34909 uptau
34910 \series default
34911  creates this: 
34912 \begin_inset Formula $\uptau$
34913 \end_inset
34914
34915
34916 \end_layout
34917
34918 \begin_layout Standard
34919 With these commands reactions of elementary particles can be typeset:
34920 \begin_inset Formula 
34921 \[
34922 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34923 \]
34924
34925 \end_inset
34926
34927
34928 \end_layout
34929
34930 \begin_layout Standard
34931 The upright letters are more bold and wider than the italic ones.
34932  They should therefore not be used for units like 
34933 \begin_inset Quotes eld
34934 \end_inset
34935
34936 µm
34937 \begin_inset Quotes erd
34938 \end_inset
34939
34940 .
34941 \end_layout
34942
34943 \begin_layout Standard
34944 \begin_inset ERT
34945 status collapsed
34946
34947 \begin_layout Plain Layout
34948
34949
34950 \backslash
34951 else 
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \begin_inset Note Note
34958 status open
34959
34960 \begin_layout Plain Layout
34961 The following will be displayed when the LaTeX-package 
34962 \series bold
34963 upgreek
34964 \series default
34965  is not installed:
34966 \end_layout
34967
34968 \end_inset
34969
34970
34971 \end_layout
34972
34973 \begin_layout Standard
34974 You need to install the LaTeX-package 
34975 \series bold
34976 upgreek
34977 \series default
34978  to see the rest of this subsection in the output.
34979 \end_layout
34980
34981 \begin_layout Standard
34982 \begin_inset ERT
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987
34988 \backslash
34989 fi 
34990 \end_layout
34991
34992 \end_inset
34993
34994
34995 \end_layout
34996
34997 \begin_layout Subsection
34998 Text Characters in Formulas
34999 \begin_inset CommandInset label
35000 LatexCommand label
35001 name "sub:Text-Characters-in"
35002
35003 \end_inset
35004
35005
35006 \begin_inset Index idx
35007 status collapsed
35008
35009 \begin_layout Plain Layout
35010 Text ! in formulas
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \end_layout
35017
35018 \begin_layout Standard
35019 In some cases you might want to insert text characters directly into formulas.
35020  When for example the centered dot · is often used in formulas like 
35021 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35022 \end_inset
35023
35024 , one would have to insert the command 
35025 \series bold
35026
35027 \backslash
35028 cdot
35029 \series default
35030
35031 \begin_inset Foot
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035 see 
35036 \begin_inset CommandInset ref
35037 LatexCommand ref
35038 reference "sub:Binary-Operators"
35039
35040 \end_inset
35041
35042
35043 \end_layout
35044
35045 \end_inset
35046
35047  all the time, because this character is defined in all encodings as text
35048  character.
35049  But the encoding can be changed by this LaTeX-preamble line:
35050 \end_layout
35051
35052 \begin_layout Standard
35053
35054 \series bold
35055
35056 \backslash
35057 Declare Inputtext{183}{
35058 \backslash
35059 ifmmode
35060 \backslash
35061 cdot
35062 \backslash
35063 else
35064 \backslash
35065 textperiodcentered
35066 \backslash
35067 f\SpecialChar \textcompwordmark{}
35068 i}
35069 \end_layout
35070
35071 \begin_layout Standard
35072 The character encoding (menu 
35073 \family sans
35074 Document\SpecialChar \menuseparator
35075 Settings\SpecialChar \menuseparator
35076 Language
35077 \family default
35078 ) specifies what character appears when a keyboard key is pressed.
35079  When the key for the character '·' is pressed, internally the command 
35080 \series bold
35081
35082 \backslash
35083 textperiodcentered
35084 \series default
35085  is used.
35086  But this command is not available in a formula so that you would get LaTeX-erro
35087 rs.
35088  With the changed encoding the right command is chosen automatically, depending
35089  on if the character was inserted into a formula or not.
35090 \end_layout
35091
35092 \begin_layout Standard
35093 The encoding of several characters is saved in definition files.
35094  For example the encoding 
35095 \series bold
35096 latin9
35097 \series default
35098  is defined in the file 
35099 \series bold
35100 latin9.def
35101 \series default
35102  which is in the installation folder of LaTeX.
35103  Encodings should only be changed via the LaTeX-preamble and not in the
35104  definition files.
35105  Otherwise documents could not be edited by other LyX users working on other
35106  computers.
35107 \end_layout
35108
35109 \begin_layout Standard
35110 \begin_inset VSpace medskip
35111 \end_inset
35112
35113 Besides the centered dot, in this document the degree sign ° is defined
35114  with the following LaTeX-preamble line so that it can be directly inserted
35115  into a formula:
35116 \end_layout
35117
35118 \begin_layout Standard
35119
35120 \series bold
35121
35122 \backslash
35123 DeclareInputtext{176}{
35124 \backslash
35125 ifmmode^
35126 \backslash
35127 circ
35128 \backslash
35129 else
35130 \backslash
35131 textdegree
35132 \backslash
35133 f\SpecialChar \textcompwordmark{}
35134 i}
35135 \end_layout
35136
35137 \begin_layout Standard
35138 \begin_inset Newpage newpage
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \begin_layout Section
35145 \start_of_appendix
35146 Typographic Advice
35147 \begin_inset Index idx
35148 status collapsed
35149
35150 \begin_layout Plain Layout
35151 Typographic advice
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 This section is a summary of the most important typographic rules, listed
35161  in ISO norms.
35162 \begin_inset Foot
35163 status collapsed
35164
35165 \begin_layout Plain Layout
35166 This collection was partly taken from the German semi-official dictionary
35167  called 
35168 \begin_inset Quotes eld
35169 \end_inset
35170
35171 Duden
35172 \begin_inset Quotes erd
35173 \end_inset
35174
35175  
35176 \begin_inset CommandInset citation
35177 LatexCommand cite
35178 key "Duden"
35179
35180 \end_inset
35181
35182  that lists some of the ISO rules.
35183  More rules are listed in 
35184 \begin_inset CommandInset citation
35185 LatexCommand cite
35186 key "Checklist"
35187
35188 \end_inset
35189
35190 .
35191 \end_layout
35192
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \begin_layout Itemize
35199 Physical units are 
35200 \emph on
35201 always
35202 \emph default
35203  set upright
35204 \begin_inset Foot
35205 status collapsed
35206
35207 \begin_layout Plain Layout
35208 done with font styles, see 
35209 \begin_inset CommandInset ref
35210 LatexCommand ref
35211 reference "sub:Font-Styles"
35212
35213 \end_inset
35214
35215
35216 \end_layout
35217
35218 \end_inset
35219
35220 , no matter if they appear in italic text: 30
35221 \begin_inset space \thinspace{}
35222 \end_inset
35223
35224 km/h
35225 \begin_inset Newline newline
35226 \end_inset
35227
35228 Between the value and the unit is the smallest space, see 
35229 \begin_inset CommandInset ref
35230 LatexCommand ref
35231 reference "sub:Predefined-Space"
35232
35233 \end_inset
35234
35235 .
35236 \begin_inset Newline newline
35237 \end_inset
35238
35239 This convention is automatically fulfilled when the command 
35240 \series bold
35241
35242 \backslash
35243 unittwo
35244 \series default
35245  is used.
35246  When it is entered to a formula, two boxes appear.
35247  In the first one the value is inserted, in the second one the unit, and
35248  one gets as above: 
35249 \begin_inset Formula $\unit[30]{km/h}$
35250 \end_inset
35251
35252
35253 \begin_inset space \thinspace{}
35254 \end_inset
35255
35256 .
35257  Note that 
35258 \series bold
35259
35260 \backslash
35261 unittwo
35262 \series default
35263  is not a real LaTeX command but the command 
35264 \series bold
35265
35266 \backslash
35267 unit[value]{unit}
35268 \series default
35269 , therefore you cannot use it in TeX code.
35270 \end_layout
35271
35272 \begin_layout Itemize
35273 Percent and perthousand signs are set like physical units:
35274 \begin_inset Newline newline
35275 \end_inset
35276
35277 1.2
35278 \begin_inset space \thinspace{}
35279 \end_inset
35280
35281 ‰ alcohol in blood
35282 \end_layout
35283
35284 \begin_layout Itemize
35285 The degree sign follows directly on the value: 15°, but not when it is used
35286  in units: 15
35287 \begin_inset space \thinspace{}
35288 \end_inset
35289
35290 °C
35291 \end_layout
35292
35293 \begin_layout Itemize
35294 In numbers with more than four digits the smallest space is inserted before
35295  every third digit to group them: 
35296 \family roman
35297 \series medium
35298 \shape up
35299 \size normal
35300 \emph off
35301 \bar no
35302 \noun off
35303 \color none
35304 18
35305 \begin_inset space \thinspace{}
35306 \end_inset
35307
35308 473
35309 \begin_inset space \thinspace{}
35310 \end_inset
35311
35312 588
35313 \end_layout
35314
35315 \begin_layout Itemize
35316 For dimensions like 120×90×40
35317 \begin_inset space \thinspace{}
35318 \end_inset
35319
35320 cm the multiplication sign 
35321 \begin_inset Quotes eld
35322 \end_inset
35323
35324 ×
35325 \begin_inset Quotes erd
35326 \end_inset
35327
35328  is used.
35329  It is available either via the command 
35330 \series bold
35331
35332 \backslash
35333 times
35334 \series default
35335  or via the menu 
35336 \family sans
35337 Insert\SpecialChar \menuseparator
35338 Special Character\SpecialChar \menuseparator
35339 Symbols
35340 \family default
35341 .
35342 \end_layout
35343
35344 \begin_layout Itemize
35345 Functions with names consisting of several letters are set upright to avoid
35346  confusions, see 
35347 \begin_inset CommandInset ref
35348 LatexCommand ref
35349 reference "sub:Predefined-Functions"
35350
35351 \end_inset
35352
35353 .
35354 \end_layout
35355
35356 \begin_layout Itemize
35357 Indices consisting of several letters, are set upright: 
35358 \begin_inset Formula $E_{\mathrm{kin}}$
35359 \end_inset
35360
35361
35362 \begin_inset Newline newline
35363 \end_inset
35364
35365 Components of matrices are set italic: 
35366 \begin_inset Formula $\hat{H}_{kl}$
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Itemize
35373 The differentiation/integration operator 'd', the Euler's number 'e' and
35374  the imaginary unit 'i' should be set upright, to avoid mixing them up with
35375  other variables.
35376 \end_layout
35377
35378 \begin_layout Itemize
35379 The character that denotes a 
35380 \noun on
35381 Fourier
35382 \noun default
35383  transformation is inserted either by the command 
35384 \series bold
35385
35386 \backslash
35387 mathscr
35388 \begin_inset space \textvisiblespace{}
35389 \end_inset
35390
35391 F
35392 \series default
35393  or via the menu 
35394 \family sans
35395 Insert\SpecialChar \menuseparator
35396 Special Character\SpecialChar \menuseparator
35397 Symbols\SpecialChar \menuseparator
35398 Letterlike
35399 \begin_inset space ~
35400 \end_inset
35401
35402 Symbols
35403 \family default
35404
35405 \begin_inset Formula $\mathscr{F}$
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \begin_layout Standard
35412 \begin_inset Newpage newpage
35413 \end_inset
35414
35415
35416 \end_layout
35417
35418 \begin_layout Section
35419 Synonyms
35420 \begin_inset Index idx
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424 Synonyms
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Some characters and symbols can be created with several commands.
35434  Here is a list of the synonym commands:
35435 \end_layout
35436
35437 \begin_layout Standard
35438 \begin_inset VSpace bigskip
35439 \end_inset
35440
35441
35442 \begin_inset space \hfill{}
35443 \end_inset
35444
35445
35446 \begin_inset Tabular
35447 <lyxtabular version="3" rows="12" columns="2">
35448 <features rotate="0" tabularvalignment="middle">
35449 <column alignment="center" valignment="top" width="0pt">
35450 <column alignment="center" valignment="top" width="0pt">
35451 <row>
35452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456 Command
35457 \end_layout
35458
35459 \end_inset
35460 </cell>
35461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35462 \begin_inset Text
35463
35464 \begin_layout Plain Layout
35465 equivalent to
35466 \begin_inset Note Note
35467 status collapsed
35468
35469 \begin_layout Plain Layout
35470
35471 \series bold
35472
35473 \backslash
35474 raisebox
35475 \series default
35476  is only used as spacer.
35477 \end_layout
35478
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 </row>
35487 <row>
35488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35489 \begin_inset Text
35490
35491 \begin_layout Plain Layout
35492
35493 \backslash
35494 ast
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35500 \begin_inset Text
35501
35502 \begin_layout Plain Layout
35503 \begin_inset ERT
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507
35508
35509 \backslash
35510 raisebox{-1.2mm}{
35511 \end_layout
35512
35513 \end_inset
35514
35515 *
35516 \begin_inset ERT
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520
35521 }
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \end_inset
35530 </cell>
35531 </row>
35532 <row>
35533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35534 \begin_inset Text
35535
35536 \begin_layout Plain Layout
35537
35538 \backslash
35539 choose
35540 \end_layout
35541
35542 \end_inset
35543 </cell>
35544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35545 \begin_inset Text
35546
35547 \begin_layout Plain Layout
35548
35549 \backslash
35550 binom
35551 \end_layout
35552
35553 \end_inset
35554 </cell>
35555 </row>
35556 <row>
35557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561
35562 \backslash
35563 geq
35564 \end_layout
35565
35566 \end_inset
35567 </cell>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572
35573 \backslash
35574 ge
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 </row>
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585
35586 \backslash
35587 lbrace
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 {
35597 \end_layout
35598
35599 \end_inset
35600 </cell>
35601 </row>
35602 <row>
35603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35604 \begin_inset Text
35605
35606 \begin_layout Plain Layout
35607
35608 \backslash
35609 lbracket
35610 \end_layout
35611
35612 \end_inset
35613 </cell>
35614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35615 \begin_inset Text
35616
35617 \begin_layout Plain Layout
35618 [
35619 \end_layout
35620
35621 \end_inset
35622 </cell>
35623 </row>
35624 <row>
35625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35626 \begin_inset Text
35627
35628 \begin_layout Plain Layout
35629
35630 \backslash
35631 leftarrow
35632 \end_layout
35633
35634 \end_inset
35635 </cell>
35636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640
35641 \backslash
35642 gets
35643 \end_layout
35644
35645 \end_inset
35646 </cell>
35647 </row>
35648 <row>
35649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35650 \begin_inset Text
35651
35652 \begin_layout Plain Layout
35653
35654 \backslash
35655 leq
35656 \end_layout
35657
35658 \end_inset
35659 </cell>
35660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35661 \begin_inset Text
35662
35663 \begin_layout Plain Layout
35664
35665 \backslash
35666 le
35667 \end_layout
35668
35669 \end_inset
35670 </cell>
35671 </row>
35672 <row>
35673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35674 \begin_inset Text
35675
35676 \begin_layout Plain Layout
35677
35678 \backslash
35679 lor
35680 \end_layout
35681
35682 \end_inset
35683 </cell>
35684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35685 \begin_inset Text
35686
35687 \begin_layout Plain Layout
35688
35689 \backslash
35690 vee
35691 \end_layout
35692
35693 \end_inset
35694 </cell>
35695 </row>
35696 <row>
35697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35698 \begin_inset Text
35699
35700 \begin_layout Plain Layout
35701
35702 \backslash
35703 neq
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35709 \begin_inset Text
35710
35711 \begin_layout Plain Layout
35712
35713 \backslash
35714 not=
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 <row>
35721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725
35726 \backslash
35727 slash
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35733 \begin_inset Text
35734
35735 \begin_layout Plain Layout
35736 /
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 <row>
35743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747
35748 \backslash
35749 vert
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 |
35759 \end_layout
35760
35761 \end_inset
35762 </cell>
35763 </row>
35764 </lyxtabular>
35765
35766 \end_inset
35767
35768
35769 \begin_inset space \hfill{}
35770 \end_inset
35771
35772
35773 \begin_inset Tabular
35774 <lyxtabular version="3" rows="12" columns="2">
35775 <features rotate="0" tabularvalignment="middle">
35776 <column alignment="center" valignment="top" width="0pt">
35777 <column alignment="center" valignment="top" width="0pt">
35778 <row>
35779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783 Command
35784 \end_layout
35785
35786 \end_inset
35787 </cell>
35788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35789 \begin_inset Text
35790
35791 \begin_layout Plain Layout
35792 equivalent to
35793 \end_layout
35794
35795 \end_inset
35796 </cell>
35797 </row>
35798 <row>
35799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803
35804 \backslash
35805 backslash
35806 \end_layout
35807
35808 \end_inset
35809 </cell>
35810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35811 \begin_inset Text
35812
35813 \begin_layout Plain Layout
35814
35815 \backslash
35816
35817 \backslash
35818
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 </row>
35824 <row>
35825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35826 \begin_inset Text
35827
35828 \begin_layout Plain Layout
35829
35830 \backslash
35831 dasharrow
35832 \end_layout
35833
35834 \end_inset
35835 </cell>
35836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35837 \begin_inset Text
35838
35839 \begin_layout Plain Layout
35840
35841 \backslash
35842 dashrightarrow
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 </row>
35848 <row>
35849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35850 \begin_inset Text
35851
35852 \begin_layout Plain Layout
35853
35854 \backslash
35855 land
35856 \end_layout
35857
35858 \end_inset
35859 </cell>
35860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35861 \begin_inset Text
35862
35863 \begin_layout Plain Layout
35864
35865 \backslash
35866 wedge
35867 \end_layout
35868
35869 \end_inset
35870 </cell>
35871 </row>
35872 <row>
35873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877
35878 \backslash
35879 rbrace
35880 \end_layout
35881
35882 \end_inset
35883 </cell>
35884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35885 \begin_inset Text
35886
35887 \begin_layout Plain Layout
35888 }
35889 \end_layout
35890
35891 \end_inset
35892 </cell>
35893 </row>
35894 <row>
35895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35896 \begin_inset Text
35897
35898 \begin_layout Plain Layout
35899
35900 \backslash
35901 rbracket
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35907 \begin_inset Text
35908
35909 \begin_layout Plain Layout
35910 ]
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 </row>
35916 <row>
35917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921
35922 \backslash
35923 rightarrow
35924 \end_layout
35925
35926 \end_inset
35927 </cell>
35928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932
35933 \backslash
35934 to
35935 \end_layout
35936
35937 \end_inset
35938 </cell>
35939 </row>
35940 <row>
35941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35942 \begin_inset Text
35943
35944 \begin_layout Plain Layout
35945
35946 \backslash
35947 lnot
35948 \end_layout
35949
35950 \end_inset
35951 </cell>
35952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35953 \begin_inset Text
35954
35955 \begin_layout Plain Layout
35956
35957 \backslash
35958 neg
35959 \end_layout
35960
35961 \end_inset
35962 </cell>
35963 </row>
35964 <row>
35965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35966 \begin_inset Text
35967
35968 \begin_layout Plain Layout
35969
35970 \backslash
35971 ne
35972 \end_layout
35973
35974 \end_inset
35975 </cell>
35976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980
35981 \backslash
35982 not=
35983 \end_layout
35984
35985 \end_inset
35986 </cell>
35987 </row>
35988 <row>
35989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35990 \begin_inset Text
35991
35992 \begin_layout Plain Layout
35993
35994 \backslash
35995 owns
35996 \end_layout
35997
35998 \end_inset
35999 </cell>
36000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36001 \begin_inset Text
36002
36003 \begin_layout Plain Layout
36004
36005 \backslash
36006 ni
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 </row>
36012 <row>
36013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36014 \begin_inset Text
36015
36016 \begin_layout Plain Layout
36017
36018 \backslash
36019 square
36020 \end_layout
36021
36022 \end_inset
36023 </cell>
36024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36025 \begin_inset Text
36026
36027 \begin_layout Plain Layout
36028
36029 \backslash
36030 Box
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 </row>
36036 <row>
36037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041
36042 \backslash
36043 Vert
36044 \end_layout
36045
36046 \end_inset
36047 </cell>
36048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052
36053 \backslash
36054 |
36055 \end_layout
36056
36057 \end_inset
36058 </cell>
36059 </row>
36060 </lyxtabular>
36061
36062 \end_inset
36063
36064
36065 \begin_inset space \hfill{}
36066 \end_inset
36067
36068
36069 \end_layout
36070
36071 \begin_layout Standard
36072 \begin_inset Newpage newpage
36073 \end_inset
36074
36075
36076 \end_layout
36077
36078 \begin_layout Bibliography
36079 \begin_inset CommandInset bibitem
36080 LatexCommand bibitem
36081 key "TLC2"
36082
36083 \end_inset
36084
36085
36086 \shape smallcaps
36087 Mittelbach, F.
36088  ; Goossens, M.
36089 \shape default
36090
36091 \shape italic
36092 The LaTeX Companion
36093 \shape default
36094 .
36095  Addison Wesley, 2004
36096 \end_layout
36097
36098 \begin_layout Bibliography
36099 \begin_inset CommandInset bibitem
36100 LatexCommand bibitem
36101 key "Mathmode"
36102
36103 \end_inset
36104
36105
36106 \begin_inset CommandInset href
36107 LatexCommand href
36108 name "Description"
36109 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36110
36111 \end_inset
36112
36113  of LaTeX's math abilities
36114 \end_layout
36115
36116 \begin_layout Bibliography
36117 \begin_inset CommandInset bibitem
36118 LatexCommand bibitem
36119 key "AMS"
36120
36121 \end_inset
36122
36123
36124 \begin_inset CommandInset href
36125 LatexCommand href
36126 name "Description"
36127 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36128
36129 \end_inset
36130
36131  of 
36132 \begin_inset ERT
36133 status collapsed
36134
36135 \begin_layout Plain Layout
36136
36137
36138 \backslash
36139 AmS
36140 \end_layout
36141
36142 \end_inset
36143
36144 -LaTeX
36145 \end_layout
36146
36147 \begin_layout Bibliography
36148 \begin_inset CommandInset bibitem
36149 LatexCommand bibitem
36150 key "Symbols"
36151
36152 \end_inset
36153
36154
36155 \begin_inset CommandInset href
36156 LatexCommand href
36157 name "List"
36158 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36159
36160 \end_inset
36161
36162  of all symbols available with LaTeX-packages
36163 \end_layout
36164
36165 \begin_layout Bibliography
36166 \begin_inset CommandInset bibitem
36167 LatexCommand bibitem
36168 key "cancel"
36169
36170 \end_inset
36171
36172
36173 \begin_inset CommandInset href
36174 LatexCommand href
36175 name "Documentation"
36176 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36177
36178 \end_inset
36179
36180  of the LaTeX-package 
36181 \series bold
36182 cancel
36183 \series default
36184
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Packages ! cancel
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Bibliography
36198 \begin_inset CommandInset bibitem
36199 LatexCommand bibitem
36200 key "hyperref"
36201
36202 \end_inset
36203
36204
36205 \begin_inset CommandInset href
36206 LatexCommand href
36207 name "Documentation"
36208 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36209
36210 \end_inset
36211
36212  of the LaTeX-package 
36213 \series bold
36214 hyperref
36215 \series default
36216
36217 \begin_inset Index idx
36218 status collapsed
36219
36220 \begin_layout Plain Layout
36221 Packages ! hyperref
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Bibliography
36230 \begin_inset CommandInset bibitem
36231 LatexCommand bibitem
36232 key "mhchem"
36233
36234 \end_inset
36235
36236
36237 \begin_inset CommandInset href
36238 LatexCommand href
36239 name "Documentation"
36240 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36241
36242 \end_inset
36243
36244  of the LaTeX-package 
36245 \series bold
36246 mhchem
36247 \series default
36248
36249 \begin_inset Index idx
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253 Packages ! mhchem
36254 \end_layout
36255
36256 \end_inset
36257
36258
36259 \end_layout
36260
36261 \begin_layout Bibliography
36262 \begin_inset CommandInset bibitem
36263 LatexCommand bibitem
36264 key "Mathclap"
36265
36266 \end_inset
36267
36268
36269 \begin_inset CommandInset href
36270 LatexCommand href
36271 name "Description"
36272 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36273
36274 \end_inset
36275
36276  of the command 
36277 \series bold
36278
36279 \backslash
36280 mathclap
36281 \series default
36282 , described in 
36283 \begin_inset CommandInset ref
36284 LatexCommand ref
36285 reference "sub:Operator-Limits"
36286
36287 \end_inset
36288
36289
36290 \begin_inset Index idx
36291 status collapsed
36292
36293 \begin_layout Plain Layout
36294 Commands ! M ! 
36295 \backslash
36296 mathclap
36297 \end_layout
36298
36299 \end_inset
36300
36301
36302 \end_layout
36303
36304 \begin_layout Bibliography
36305 \begin_inset CommandInset bibitem
36306 LatexCommand bibitem
36307 key "Duden"
36308
36309 \end_inset
36310
36311
36312 \emph on
36313 Duden Band 1
36314 \emph default
36315 .
36316  22.
36317  Auflage, Duden 2001
36318 \end_layout
36319
36320 \begin_layout Bibliography
36321 \begin_inset CommandInset bibitem
36322 LatexCommand bibitem
36323 key "Checklist"
36324
36325 \end_inset
36326
36327
36328 \begin_inset CommandInset href
36329 LatexCommand href
36330 name "Check list"
36331 target "http://physics.nist.gov/Document/checklist.pdf"
36332
36333 \end_inset
36334
36335  for reviewing manuscripts
36336 \end_layout
36337
36338 \begin_layout Standard
36339 \begin_inset CommandInset index_print
36340 LatexCommand printindex
36341 type "idx"
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \end_body
36349 \end_document